/* CSS Document*/


body {
	padding:0px;
	margin:0px;
	font: 11px/14px Arial, sans-serif;
	color:#464646;
	background-color:#cc9;
}

td {
	vertical-align:top;
}

#mainContainer {
	padding:0px;
	margin:7px auto 0px auto;
	position:relative;
	width:750px;
	
}

#header {
	padding:0px;
	margin:5px 0px 0px 0px;
	background-position:0px 0px;
	height:142px;
}

.header_image {
	background-image:url(../../images/hdr_img_why_you_can_relax.jpg);
	float:right;
	width:558px;
	height:121px;
}

.logo {
	float:left;
	width:192px;
	height:121px;
}

/*------------ nav begin -----------*/

#menu {
	margin:0px;
	padding:0px;
	width:750px;
	height:21px;
	background-image:url(../../images/bg_menu.gif);
	float:left;
	line-height:20px;
}


#item1, #item2, #item3, #item4, #item5 {
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}

#item1on, #item2on, #item3on, #item4on, #item5on {
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}


#item1 a, #item2 a, #item3 a, #item4 a, #item5 a {
	color:#464646;
	text-decoration:none;
}

#item1 a:hover, #item2 a:hover, #item3 a:hover, #item4 a:hover, #item5 a:hover {
	color:#360;
	text-decoration:none;
}

#item1on a, #item2on a, #item3on a, #item4on a, #item5on a {
	color:#360;
	text-decoration:none;
}

#item1on a:hover, #item2on a:hover, #item3on a:hover, #item4on a:hover, #item5on a:hover {
	color:#360;
	text-decoration:none;
}


#item1, #item1on {
	width:170px;
}

#item2, #item2on {
	width:218px;
}


#item3, #item3on {
	width:125px;
}

#item4, #item4on {
	width:108px;
}

#item5, #item5on {
	width:125px;
}


/*------------ nav end -----------*/

h1, h2, h3, h4, h5, h6 {
	margin:0px;
} 

#footer {
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
	background:url(../../images/logos.gif) no-repeat right;
	height:30px;
	width:750;
	position:relative;
	line-height:30px;
}

#footer ul{
	list-style:none;
	font-size:10px;
	color:#000;
}

#footer ul li{
	display:inline;
	
}

#footer a{
	color:#000;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

