/* CSS Document */

/* -----------------BODY STYLES------------------- */
body {
 	text-align: center;
	min-width:760px;
	font-size: 76%;
	color:#333333;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image: url(images/wallpaper_products.png);
	background-repeat: no-repeat;
	background-position: top;
}

.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;
}

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

ul  {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 20px;
	color:#009999;
}

a img {
	border: 1px solid #ffffff;
	padding: 5px;
}

a:link img {
	border: 1px solid #ffffff;

}

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

strong, b {
	font-weight: bold;
}

a:link {
	color:#009999;
}
	
a: {
	color:#009999;
}
	
a:visited {
	color:#009999;
}

a:hover {
	color:#009999;
	text-decoration: none;
}
	
/* -----------------MAIN DIV STRUCTURE------------------- */

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

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

/* 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;}	
	

#header h2 {visibility:hidden;margin:0;padding:0;}

/* ---CONTENT DIV--- */
#content {
	width: 720px;
	float: left;
	background-color:#FFFFFF;
}

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

/* ---DETAILS DIV--- */
#details {
	width: 260px;
	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;
}

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

.introduction {
	font-size: 96%;
	line-height: 1.6em;
}

#details ol li {
	font-size: 96%;
	line-height: 1.4em;
	list-style:none;
	list-style-image: none;
	background-image: url(images/back_offers.gif);
	background-color:#DCDBD2;
	margin-right: 10px;
	padding: 5px;
	border-bottom: 4px solid #FFFFFF;
}

#details ul li {
	font-size: 96%;
	line-height: 1.4em;
	color:#009999;
	display: inline;
	list-style:none;
	list-style-image: none;
	margin-right: 10px;
}

div#checkout {margin:10px;margin-left:35px;}
