body {
	background:#e1e1e1;
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:15px;
}
p {
	margin:10px 0;
	text-align:justify;
}
.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:#FFF;
}



/* O T H E R   D I V */
#nav{
	border:1px solid #666666;
	border-bottom:0px;
	list-style:none;
	margin:0;
	padding:0;
	width:264px;
}
#nav ul{
	border:1px solid #4E8AC9;
	background-color: #84898d;
	border-bottom:0px;
	list-style:none;
	margin:0;
	padding:0;
	width:350px;
}
#nav li{
	position:relative;
	}
#nav li:hover, #nav li.jshover{
	background-color: #6699FF;
	color: white;
}
#nav a{
	border-bottom:1px solid #666666;
	color:#fff;
	display:block;
	padding:5px 5px 5px 10px;
	text-decoration:none;
	position:relative;
}
* html #nav li {
	float: left;
}
* html #nav li a {
	height: 1%;
}
#nav a:hover{
	background-color:#6699FF;
	color:white;
}
#nav a:active{
	background-color:#FFFFFF;
	color:#003399;
}
#nav li ul{
	position:absolute;
	top:-1px;
	left:264px;
	display:none;
}
#nav li:hover ul,#nav li.jshover ul{
	display:block;
}

#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.jpg) right top no-repeat;
	font-size:15px;
	font-weight:bold;
	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;
}
#content a {
text-decoration:underline;
    color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
}
#content a:hover {
text-decoration:none;
    color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
}
/* F O O T E R */
#footer {
	height:150px;
	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;
}
#img-left {
	float:left;
	width:264px;

}

