body {
	background:#e1e1e1;
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
}
h1 {
	font-size:16px;
}
p {
	margin:10px 0;
}
.blue {
	color:#1c457f;
}



#wrapper {
	width:1000px;
	margin:0 auto;
}


/* H E A D E R */
#header {
	background:url(img/header_back.jpg) left top no-repeat;
	height:415px;
	position:relative;
}
#header .logo {
	position:absolute;
	width:317px;
	height:86px;
	left:469px;
	top:7px;
}
#header .telephone {
	color:#090706;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	left:497px;
	top:119px;
	text-align:center;
}
#header .telephone span {
	font-size:18px;
	font-weight:normal;
	color:#ffbb02;
}

/* Menu */
#header .menu {
	position:absolute;
	left:64px;
	top:348px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
#header .menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .menu ul li {
	float:left;
	margin-right:48px;
}
#header .menu a {
	background:left top no-repeat;
	display:block;
	text-decoration:none;
	color:#fdfdfe;
	float:left;
	padding:20px 0 20px 73px;
}
#header .menu .benefits a {
	background-image:url(img/m_benefits.gif);
}
#header .menu .prise a {
	background-image:url(img/m_prise.gif);
}
#header .menu .photo a {
	background-image:url(img/m_photo.gif);
}
#header .menu .link a {
	background-image:url(img/m_link.gif);
}
#header .menu .active a, #header .menu a:hover {
	color:#1C457F;
}



/* O T H E R   D I V */
#otherDiv {
	background:url(img/middlediv_top.gif) #878d98 left top repeat-x;
	color:#fff;
}
#otherDiv .odBottomImg {
	background:url(img/page_bottom.gif) left bottom repeat-x;
}



/* M I D D L E   D I V */
#middleDiv {
	padding-top:21px;
}
#middleDiv .sidebarBack {
	background:url(img/sidebar_back.gif) 31px top repeat-y;
	width:100%;
	overflow:hidden;
}



/* S I D E B A R */
#sidebar {
	background:url(img/sidebar_top.gif) right top no-repeat;
	padding-left:31px;
	width:264px;
	float:left;
}
#sidebar .menu {
	list-style:none;
	margin:0;
	padding:20px 0 20px 20px;
}
#sidebar .menu li {
	margin:15px 0;
}
#sidebar .menu a {
	color:#fff;
	text-decoration:none;
}
#sidebar .menu a:hover {
	color:#ccc;
}



/* C O N T E N T */
#content {
	margin-left:332px;
	padding-right:20px;
	padding-bottom:1px;
}
#content .contentImg {
	margin-right:5px;
	border:2px solid #000000;
}


/* F O O T E R */
#footer {
	height:120px;
	overflow:hidden;
}
#footer .menu {
	margin-top:20px;
	border:3px solid #50585A;
	border-left:0;
	border-right:0;
	padding:8px 0;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
#footer .menu a {
	color:#fff;
	text-decoration:none;
	margin:0 40px;
}
#footer .menu a:hover {
	color:#ccc;
}
#footer .copyright {
	padding:25px 0 10px;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
