html, body {
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	background: #242459 url(img/gradient.jpg) repeat-x;
	margin:0;
	padding:0;
	height: 100%;
}

.clear {
	height:2px;
	clear: both;
}

p {
	margin: 10px 20px 10px 20px;
	font-size: 13px;
}

sup { 
    vertical-align: super;
    font-size: xx-small;
}
.alignL {
	text-align: left;
}

.biggerp {
	font-size: 15px;
}

.smallerp {
	font-size: 11px;
}

.date {
	color:#ffcc2e;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.login_box p {
	margin:10px 10px 40px 20px;
	font-size:11px;
	color:#fff;
	text-transform: uppercase;
}
.clear p {
	font-size:9px;

}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0;
	font-size:13px;
	text-align:left;
}
.content_box_large p.header {
	margin-top: 0;
}
.content_box_large_rent p {
	margin: 10px 0px 10px 0px;
	font-size:13px;
	text-align:left;
}

#content_footer p {
	margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffda33;
/*	font-weight:bold;*/
}

.yellowwb {
	color:#ffda33;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
	color:#ffda33;
	text-align: left;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#ffcc2e;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size:12px;
	color:#ffcc2e;
}

a {
	text-decoration: none;
	color:#ffcc2e;
}

.size{
	vertical-align:top;
}

.warn{
	font-size:9px;
}

.list{
	line-height:16px;
}

.center{
	text-align: center;
}

.img{
	width:177px;
	float: right;
	padding: 0 0 10px 9px;
}

.img img{
	margin:20px 0 5px 0;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	font-size:11px;
	font-weight:bold;
}
/*
#nav_list a {
	color:#ffda33;
}
*/
.li_nav_body a  {
	color:#ffcc2e;
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	padding-left: 20px;
	line-height:20px;
}

.li_nav_body_active a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	padding-left: 20px;
	line-height:20px;
	background-position:  0 -20px;
	color:#ffda33;
}

.li_nav_body_type a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	padding-left:35px;
	line-height:20px;
	color: #ffcc2e;
}

.li_nav_body_type_active a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -20px;
	padding-left:35px;
	line-height:20px;
	color: #ffcc2e;
}

.li_nav_body_car a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	padding-left:50px;
	line-height:20px;
	color: #FFFFFF;
}

.li_nav_body_car_active a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -20px;
	padding-left:50px;
	line-height:20px;
	color: #FFFFFF;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 20px;
	line-height:21px;
}

.li_nav_footer_active a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -20px;
	padding-left: 20px;
	line-height:21px;
	color:#ffcc2e;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#fff8d9;
}

.li_nav_body_type a:hover {
	background-position:  0 -20px;
	color:#fff8d9;
}

.li_nav_body_car a:hover {
	background-position:  0 -20px;
	color:#fff8d9;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#fff8d9;
}
/*
.li_active {
	background: url(nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
} */

/*----- LAYOUT ----- */

#container {
	width:760px;
	background: url(img/sidebar_body.png) 30px 0px repeat-y    !important;
	background: url(img/sidebar_body.png) 60px 0px repeat-y;
	height: 100%;
}

#menu_header {
	width: 170px;
	float: left;
	margin: 0 0 0 30px;
	padding-top: 8px;
}

/*#menu_header p{
	font-size: 11px;
}*/


#menu_header_logo {
	width: 170px;
	height: 81px;
	text-align: center;
}

#menu_header_addr {
	width:170px;
	height:60px;
	text-align:left;
}
#menu_header_addr p {
	font-size: 12px;
}

#menu_left {
	width: 170px;
	height: 100%;  /*min-height*/
	margin:0 0 0 30px;
	float: left;
	background: url(img/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:2px 0px 0px 10px;
}

#head {
	width: 760px!important;
	width: 820px;
}

#main_header{
	padding: 18px;
	width: 524px;
	float: right;
}

#content {
	width: 740px;
	text-align: justify;
	margin:0 0 0px 20px;
	background: url(img/sidebar_body.png) 10px 0px repeat-y    !important;
	background: url(img/sidebar_body.png) 20px 0px repeat-y;
	float: left;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 520px;
	margin: -86px 0px 0px 20px;
	float: left;
}

.content_box_large_rent {
	width: 520px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_large_prices {
	width: 520px;
	margin:0px 0px 0px 20px;
	float: left;
	text-align:center;
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}

#content_footer {
	background: url(img/sidebar_body.png) 30px 0px repeat-y    !important;
	background: url(img/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


a img{
	border: none;
}

table {
	margin: 5px auto 15px auto;
	border-collapse: collapse;
	border: 1px solid #ffda33;
	text-align:left;
}

.uslug{
	margin: 5px auto 3px auto;
	border-collapse: collapse;
	border: 1px solid #ffda33;
}

th {
	padding: 2px 10px 2px 10px;
	background-color: #003366;
	border: 1px solid #ffda33;
	color: #ffda33;
	text-align:center;
}

td {
  padding: 2px 10px 2px 10px;
  border: 1px solid #ffda33;
}
#main_header img {
	margin: 2px;
	margin-bottom: 4px;
}
.yellow18 {
	font-size: 16px;
	font-weight: bold;
	color: #ffcc2e;
	margin-top: 0px;
}
.size14 {
	font-size: 13px;
}
.yellowB {
	font-weight: bold;
	color: #ffcc2e;
}
.tab-desc {
	color: #ffcc2e;
}
.indent {
	text-indent: 2px;
}
.price {
	text-align: center;
	vertical-align: bottom;
}
.tab-det {
	font-size: 9px;
	margin-top: 2px;
	margin-bottom: 20px;
}
.justif p {
	text-align:justify;
	width:520px;
}
.content_box_large_rent img {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#ad table {
	font-size: 16px;
	text-align: center;
	width: 520px;
}
#ad td {
	padding: 4px 0;
}
#ad table tr td a {
	text-decoration: underline;
}
#ad table tr td a:hover {
	text-decoration: none;
}
#cent_img {
	text-align: center;
}
#gal {
	text-align: center;
}
.content_box_large_prices h1 {
	text-align: center;
}

.info {
	padding-bottom: 18px;
}
.info p {
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.info a {
/*	font-size: 14px;*/
	text-decoration: underline;
}
.info a:hover {
	text-decoration: none;
}
.nuName {
	font-size: 18px;
}

.white {
	color: #fff;
}
.bigger {
	font-size: 110%;
}