/* CSS Document */

/* HOME PAGE STYLES */

/* ---BODY STYLES--- */
body {
	background-image: url(images/wallpaper_home.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* --------------------OFFERS STYLES---------------------- */

#navigation_h {
	width: 177px;
	float: left;
	margin-left:20px;
	background-image: url(images/back_navigation.gif);
	background-repeat: no-repeat;
}

*html #navigation_h {
	width: 177px;
	float: left;
	margin-left:0px;
	background-image: url(images/back_navigation.gif);
	background-repeat: no-repeat;
}

*:first-child+html #navigation_h {
	width: 177px;
	float: left;
	margin-left:0px;
	background-image: url(images/back_navigation.gif);
	background-repeat: no-repeat;
}

#navigation_h p {
	margin: 0px;
	font-size: 96%;
	padding: 0px;
	line-height:1.6em;
}

#navigation_h ul {
	list-style: none;
	font-size: 96%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	
}
#navigation_h li {
	display:inline;
	font-size: 96%;
	float: left;
	width: 157px;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation_h a {
	display: block;
	font-size: 96%;
	line-height: 0.8em;
	color:#660000;
	border: 1px dotted #ffffff;
	text-decoration: none;
	padding: 0.4em;
}
	
#navigation_h a:link {
	display:block;
	color:#333333;
	border: 1px dotted #ffffff;
	text-decoration: none;
	padding: 0.4em;
}
	
#navigation_h a:visited {
	display:block;
	color:#333333;
	border: 1px dotted #ffffff;
	text-decoration: none;
	padding: 0.4em;
}

#navigation_h a:hover {
	display:block;
	color:#333333;
	border: 1px dotted #999999;
	text-decoration: none;
	padding: 0.4em;
}
#navigation_h li a#indent {
	display:block;
	font-weight:normal;
	margin-left: 20px;
	margin-right: 0px;
}


#content_h {
	width: 510px;
	float: left;
	font-size: 96%;
	background-color:white;
	margin-top: 20px;
	margin-left:25px;
	overflow:hidden;
}

* html #content_h {
	width: 510px;
	float: left;
	font-size: 96%;
	background-color:white;
	margin-top: 20px;
	margin-left:0px;
	overflow:hidden;
}

*:first-child+html #content_h {
	width: 510px;
	float: left;
	font-size: 96%;
	background-color:white;
	margin-top: 20px;
	margin-left:0px;
	overflow:hidden;
}

#offers {
	line-height: 1.6em;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
}

#offers p {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
}

#offers ul {
	line-height: 1.6em;
	font-size: 96%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.offers li {
	font-size:  96%;
	list-style:none;
	line-height: 1.4
	list-style-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 4px solid #FFFFFF;
	background-image: url(images/back_offers.gif);
}

.offers a, a:link, a:visted {
	font-size: 96%;
	text-decoration: underline;

}
.offers a:hover {
	text-decoration: none;
}

div#feature {text-align:center;}
#feature a:link img {border:none;}
#feature a:hover img {border:none;}
#feature a:visited img {border:none;}
#feature a:active img {border:none;}

/* New Logo Linking Home */

h1 {float:left;width:177px;text-align:center;background:transparent;margin:0;margin-left:20px;margin-top:30px;padding:0;}
h1 a:link img {border: none;}	
h1 a:hover img {border: none;}	
h1 a:visited img {border: none;}

* html 	h1 {float:left;display:block;width:177px;height:51px;text-align:center;margin:0;margin-top:30px;margin-left:10px;padding:0;}	
