@charset "utf-8";
/* 		CSS Document 				*/
/*		Author: Erik Svoboda		*/
/*		www.master-erik.com			*/
/*		Create: 2010-03-25			*/

@import "reset.css";
@import "reset_text.css";
@import "menu.css";
@import "forms.css";

html,body{
height:100%; background-color:#1a2c40;  color:#000; min-width:1000px;
}
body{
height:100%; background:url(/images/beautytrav/BG_body.png) repeat-x;
}

/*** GLOBAL SETTINGS ***/

/*CONTAINER*/
div#container{
	width:980px; margin:0 auto; text-align:left;
}
table{
	position:relative; top:16px;
}

/*HEADER*/
div#header{
	height:92px; position:relative; background:#FFF;
}

/*FOOTER*/
div#footer{
	clear:both; display:block; height:90px; width:100%; color:#749db7; padding-top:10px; 
}

/*** LAYOUT SETTINGS ***/

/*HEADER*/
#logo a{
	background:url(/images/beautytrav/logo.gif) no-repeat; width:268px; height:43px; float:left; position:absolute; top:25px; left:30px;
}
#fon{
	background:url(/images/beautytrav/phone.gif) no-repeat; width:147px; height:26px; float:left; position:absolute; top:33px; left:410px;
}

/*CONTENT*/
.contentTopLine{
	background:url(/images/beautytrav/contentTopLine.png) no-repeat; width:970px; height:24px;
}
#navibar{
	font:normal 11px Tahoma, Geneva, sans-serif; margin-bottom:18px;
}

/*TEXT CONTENT*/
.wrappContent{
	display:block; width:612px; height:auto; margin:18px 30px 36px 40px;
}
h1.contentHeader{
	font:italic 36px "Times New Roman", Times, serif; color:#3f607f;
}
.wrappContent img{
	float:left; margin:0 30px 18px 0;
}
.wrappContent a{
	color:#3f607f;
}
.wrappContent span{
	font:bold 14px Tahoma, Geneva, sans-serif; letter-spacing:0.6px;
}
.advt{
	display:block; width:670px; background-color:#dae6f0; position:relative; top:0; left:-30px;
}
.advt h4{
	font:normal 18px Tahoma, Geneva, sans-serif; display:block; width:610px; margin-left:31px; padding:18px 0; line-height:1.4;
}

/*CARCON*/
.cars_news h5{
	display:block; width:250px;
}
DIV.carcon, div.cars_news {
	position:relative;	width:290px; height:235px;	float:left;	margin:0 15px 10px 0;
}
DIV.carcon H2 {
	font: 17px tahoma, arial, sans;	margin-bottom:12px;
}
DIV.carcon a img {
	border: 3px solid #dae6f0;
}
DIV.carcon a:hover img {
	border: 3px solid #abc8e0;
}
DIV.carcon DIV.price {
	width: 166px;	background:#d6e3ee;	color: #346089;	font: 17px tahoma, arial, sans;	text-align: center;	padding: 9px 0;	margin-top: 7px;
}
DIV.carcon DIV.desc {
	position:absolute;	top:0px; width: 115px; left: 177px; color: #5b8ebd; font:12px tahoma, arial, sans; line-height:19px;
}
DIV.carcon DIV.desc a {
	color: #000000;	text-decoration: underline;
}
DIV.carcon DIV.desc a:hover {
	color: #000000;	text-decoration: none;
}
DIV.carconfull {
	position: relative;
}
DIV.carconfull img {
	border: 3px solid #dae6f0;
}

DIV.carconfull DIV.desc {
	position: absolute;
	top: 10px;
	width: 285px;
	left: 346px;
	color: #5b8ebd;
	font: 12px tahoma, arial, sans;
	line-height: 19px;
}

ul.ccf {
	padding: 0;
	margin: 0;
	border: 0;
}
ul.ccf li {
	padding: 2px 0 2px 13px;
	margin: 0;
	border: 0;
	background: none;
	font: 11px tahoma, arial, sans;
}
TABLE.car TD {
	padding: 4px;
	margin: 2px;
}
TABLE.car TD.hh1 {
	color: #5b8ebd;
	font: 11px tahoma, arial, sans;
	font-weight: bold;
	background: #e5edf4;
}
TABLE.car TD.hh2 {
	color: #5b8ebd;
	font: 11px tahoma, arial, sans;
	font-weight: normal;
	background: #e5edf4;
}
TABLE.car TD.hh3 {
	color: #000000;
	font: 12px tahoma, arial, sans;
	font-weight: bold;
	background: #f5f8fb;
}
/*UL*/
UL {
	position:relative; display:block; margin-top:0px; margin-bottom:30px;
}
UL li {

	display:block;	padding:10px 0 10px 20px; border-bottom: 1px solid #b9cddf;	background:url(/images/beautytrav/list_marker.gif) 0px 17px no-repeat;
}

/*FOOTER*/
.copy{
	float:left; margin-left:10px; font:normal 12px Tahoma, Geneva, sans-serif; line-height:1.7;
}
.counts{
	float:left; margin-left:9px;
}


