/* CSS Document */

/* -----------------BODY STYLES------------------- */
body {
 	text-align: center;
	min-width:760px;
	font-size: 76%;
	color:#666666;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

.clear {
	clear: both;
}
	
* {
	margin: 0;
	padding: 0;
}

p  {
	font-size: 96%;
	line-height:1.4em;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

ul  {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

a img {
	border: none;
	border: 1px dotted #cccccc;
	padding: 0px;
	margin: 3px;
}

a:link img {
	border: 1px dotted #cccccc;

}

a:hover img {
	border: 1px dotted #666666;
}


strong, b {
	font-weight: bold;
}
	
a:link {
	color:#009999;
}
	
a:visited {
	color:#009999;
}

a:hover {
	color:#009999;
	text-decoration: 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;}	

	
/* -----------------MAIN DIV STRUCTURE------------------- */

/* ---CONTAINING DIV--- */
#container {
	width: 760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}


/* ---HEADER DIV--- */
#header {
	width: 760px;
	height: 105px;
}

/* ---NAVIGATION DIV--- */
#navigation {
	width: 177px;
	float: left;
	background-image: url(images/back_navigation.gif);
	background-repeat: no-repeat;
}

/* ---CONTENT DIV--- */
#content {
	width: 521px;
	float: left;
	background-color:#FFFFFF;
	margin-top: 20px;
}

/* ---PICTURE DIV--- */
#picture {
	width: 200px;
	float: left;
	text-align: center;
}

/* ---DETAILS DIV--- */
#details {
	width: 280px;
	float: left;
	font-size: 96%;
}

#spacer1 {
	width: 20px;
	float: left;
}
#spacer2 {
	width: 23px;
	float: left;
}

/* ---FOOTER DIV--- */
#footer {
	margin-left: 20px;
	width: 150px;
	height: 50px;
	background-image: url(images/back_footer.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
}

/* --------------------NAVIGATION STYLES---------------------- */

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

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

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

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

span.menu_bottom {display:block;padding-top:30px;clear:both;}


/* --------------------CONTENT STYLES---------------------- */

.introduction {
	font-size: 110%;
	color: #333333;
	line-height: 1.6em;
	line-height: 1.6em;
	background-image: url(images/back_offers.gif);
}

#details ul {
	line-height: 1.6em;
}

#details li {
	display: inline;
	font-size: 96%;
	list-style:none;
	list-style-image: none;
	margin-right: 10px;
}

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

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