/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


html, body{
	font: normal 10pt Tahoma, Arial, sans-serif;
}
h1,h2,h3{
	color: #A23418;
	font: 21pt normal Georgia;
	margin-bottom: 10px;
}
h2{
	font: 16pt normal Georgia;
}
h3{
	font: 14pt normal Georgia;
}

div.maintext {
	padding: 0px 20px 0 20px;
}

div.maintext p {
	text-align: justify;
}

div.maintext h1 {
	color: #A23418;
	font: 20px normal Georgia;
	margin-bottom: 5px;
	margin-top: 5px;
}


div.maintext ul {
  list-style-image: url('img/mark4.png');
}

div.maintext ul li {
  margin: 4px 10px;
}

table.newtop {
	width: 1000px;
	height: 235px;
	background: url('img/top-suvplus2.jpg') no-repeat top left;
	text-align: center;
}


table.newtop #title {
	margin: 140px 0px 0px 0px;
	padding-top: 0px;
	font: normal 8pt Georgia;
	text-align: right;
	color: #OOOOOO;
	line-height: 1.3em;
}

table.newtop a {
	color: #OOOOOO;
	text-decoration: none;
}

table.newtop a:hover {
	color: #OOOOOO;
	text-decoration: underline;
}

table.thead {
	width: 100%;
	height: 165px;
	background: url('img/header_bg.png') repeat-x;
	text-align: center;
}

table.thead #title {
	margin: 0px 100px 0 100px;
	padding-top: 0px;
	font: normal 11pt Georgia;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}

#left-nav{
	width: 245px;
	background: url('img/nav_bg.png') repeat-y;
}

#left-nav ul{
	margin: 10px;
	list-style-type:none;
	background: transparent;
}
#left-nav ul li{
	width: 200px;
	line-height: 2em;
	background: url('img/nav_dots.gif') repeat-x bottom;
}

#left-nav ul li.sub{
    font-size: 8pt;
	width: 200px;
	line-height: 2em;
	background: url('img/nav_dots.gif') repeat-x bottom;
}

#left-nav a:link, #left-nav a:visited, #left-nav a:hover, #left-nav a:active{
	color: #9c2708;
	text-decoration: none;
}

#left-nav-butterfly {
	background: url('img/nav_bg.png') repeat-y;
}


#container{
	width: 100%;
	min-width: 850px;
}
#header{
	width: 100%;
	height: 165px;
	background: url('img/header_bg.png') repeat-x;
	clear: both;
}
#header #wrap{
	float: left;
	width: 100%;
}
#header #wrap #title{
	margin: 20px 210px 0 155px;
	padding-top: 60px;
	height: 85px;
	background: url('img/header_title.gif') no-repeat top center;
	font: normal 11pt Georgia;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}
#header #logo{
	float: left;
	width: 155px;
	height: 165px;
	margin-left: -100%;
	background: url('img/header_logo.png') no-repeat center center;
}
#header #suv{
	float: left;
	width: 213px;
	height: 165px;
	margin-left: -213px;
	background: url('img/header_suv.gif') no-repeat center center;
}
#wrapper{
	float: left;
	width: 100%;
}
#wrapper #content{
	margin: 20px 20px 20px 250px;
}

#footer{
	clear: both;
	width: 1000px;
	height: 35px;
	background: url('img/footer_bg.png') repeat-x;
}
#footer #copy{
	float: left;
	color: #FFF;
	margin: 9px 0 0 100px;
}

#footer #counter{
	float: left;
	margin: 2px 0 2px 30px;
}

#footer #tel{
	float: right;
	color: #FFF;
	font: 20pt Georgia;
	margin-right: 20px;
}
#footer #tel span{
	color: #b5b5b5;
	font-size: 12pt;
}


div.block{
	float: right;
	width: 180px;
	padding: 5px;
	background-color: #e0e0e0;
	margin-top: 20px;
}
div.block .body{
	min-height: 100px;
	background: #FFF url('img/block_bg.png') repeat-x;
	border: 1px solid #FFF;
	padding: 0px 5px 5px 5px;
	color: #4f2d2b;
}
div.block .body p{
	margin: 0px 0;
}
div.block .body .title{
	font: bold 11pt Tahoma;
	margin: 5px 0;
}
div.block .body span{
	color: red;
	font-weight: bold;
}
div.dots{
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: url('img/nav_dots.gif') repeat-x bottom;
}
p {
	margin: 10px 0;
}
table.pt {
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
}
table.pt th {
	text-align: center;
	margin: 5px;
	padding: 5px;
}
table.pt td {
	text-align: center;
	margin: 5px;
	padding: 5px;
}
a.header:link, a.header:visited, a.header:hover, a.header:active{
	text-decoration: underline;
	color: white;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: underline;
	color: black;
}
table.price {
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid black;
	width: 100%;
}
table.price td {
	border: 1px solid black;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
table.price th{
	background-color: #FDFADB;
	border: 1px solid black;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

#copy {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

#copy a {
	color: #FFF;
	text-decoration: none;
}

#copy a:hover {
	color: #FFF;
	text-decoration: underline;
}

#tel{
	color: #FFF;
	font: 20pt Georgia;
	margin: 0px;
}
#tel span{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #b5b5b5;
	font-size: 12pt;
}

#copyf {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

/**********************************/
table.imgleft {
  float: left;
  margin: 4px 14px 4px 0px;
}

table.imgleft td.image {
  border-style: solid;
  border-width: 1px;
  border-color: #FDFADB;
  background-color: #F5F3F3;
  text-align: center;
}

table.imgleft td.caption {
  background-color: #336633;
  text-align: center;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  border-color: #FDFADB;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
}
/**********************************/
table.imgright {
  float: right;
  margin: 4px 0px 4px 14px;
}

table.imgright td.image {
  border-style: solid;
  border-width: 1px;
  border-color: #FDFADB;
  background-color: #F5F3F3;
  text-align: center;
}

table.imgright td.caption {
  background-color: #336633;
  text-align: center;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  border-color: #FDFADB;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
}


/* ===  календарь ===*/
#cal {
	MARGIN: 5px;
	FONT-WEIGHT: 300;
	FONT-SIZE: 11px;
	COLOR: #002244;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: verdana, arial, helvetica, sans serif;
}

#cal a {
text-decoration: none;
}

#year {
border-bottom: 3px solid #FFF;
height: 20px;
}

#month {
border-bottom: 3px solid #FFF;
height: 20px;
}

#weekdays {
height: 20px;
}

.days {
height: 23px;
border: 1px solid #FFF;
}
