@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-color:#f5f5f5;
}

#container{
	width:865px;
	margin:0 auto 0 auto;
}

#header{
	width:865px;
	height:120px;
	border-bottom:solid #b7b7b7 1px;
}
#header img{
	float:left;
}
#header p{
	display:block;
	width:570px;
	float:right;
	padding:50px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#545454;
	text-align:left;
	letter-spacing:0.2em;
}

#menu_top{
	width:865px;
	height:62px;
}
#menu_top li{
	list-style:none;
	float:left;
	display:inline;
	text-transform:uppercase;
	margin:0 0 0 42px;
}
#menu_top .first{
	margin:0;
}
#menu_top li a{
	font: 12px/58px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#8b8b8b;
	text-decoration:none;
	padding:0 0 4px;
}
#menu_top li a:hover{
	color:#434343;
}
#menu_top .selected{
	color:#434343;
	border-bottom:solid #434343 2px;
}

#image_top{
	width:865px;
	height:275px;
}
#image_top .left{
	width:26px;
	height:275px;
	float:left;
}
#image_top .content{
	width:814px;
	height:275px;
	float:left;
}
#image_top .right{
	width:25px;
	height:275px;
	float:left;
}

#content{
	width:865px;
	margin:20px 0 0 0;
	background-image:url(../images/bg_content.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#content .left{
	width:220px;
	float:left;
	padding:0 10px 0 10px;
}
#content .left .line{
	width:220px;
	margin:20px 0 20px 0;
	border-bottom:solid #b7b7b7 1px;
}
#content .left .oferta{
	padding:0 0 0 5px;
}
#menu_left{
	list-style:none;
}
#menu_left li{
	margin:10px 0 10px 10px;
}
#menu_left .title{
	font-size:18px;
	font-weight:bold;
	color:#434343;
	margin:0px;
}
#menu_left a{
	width:190px;
	display:block;
	color:#606060;
	font:12px/17px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0 0 0 20px;
	letter-spacing:0.1em;
}
#menu_left a:hover, #menu_left .selected{
	color:#103674;
}

#content .right{
	width:580px;
	float:left;
	padding:0 10px 0 20px;
	line-height:1.8em;
	/*letter-spacing:0.1em;*/
	color:#606060;
}
#content .right h1{
	color:#434343;
	font-size:24px;
	padding:0 0 20px 0;
}
#content .right ol, #content .right ul{
	margin-left:30px;
}
#content .right a{
	color:#103674;
}


#footer{
	width:855px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:36px 0 0 10px;
	font-size:18px;
	color:#434343;
	font-weight:bold;
}


.clear{
	clear:both;
}