* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	background-color: #E6EDFE;
}

#header {
	background-position: top left;
	height: 174px;
	background-color: #C5D5EF;
}



#header h1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/img/logo.png);
	width: 275px;
	height: 192px;
	margin: 0 0 0 20px;
	z-index: 1;
}
#header h1 a span {
	display: none;
}

#header #banner {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/img/banner.jpg);
	height: 174px;
	width: 100%;
	max-width: 1000px;
}



#content hr {
	background-image: url("/img/bluebar.png");
	background-repeat: repeat-x;
	height: 12px;
	width: 99.9%;
}

#introduction {
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#introduction h2 {
	font-size: 1em;
	font-weight: normal;
}

#introduction a {
	color: black;
}



#pagenav {
	float: left;
	width: 100%;
	background: #DAE0D2 url("/img/pagenav/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}
#pagenav ul {
	margin: 0 20px 0 20px;
	padding:10px 10px 0;
	list-style: none;
}
#pagenav li {
	float: left;
	background: url("/img/pagenav/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#pagenav h2 {
	font-size: 1em;
}
#pagenav a {
	float: left;
	display: block;
	background: url("/img/pagenav/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#pagenav a {float: none;}
/* End IE5-Mac hack */
#pagenav a:hover {
	color: #333;
}
#pagenav #current {
	background-image: url("/img/pagenav/left_on.gif");
}
#pagenav #current a {
	background-image: url("/img/pagenav/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}

#pagenav #rssicon {
	float: right;
}

#pagenav #rssicon img {
	border: none;
}











#products {
	margin: 20px 0px 0px 30px;
}

/* Reset link default attributes */
#products * {
	border: none;
	color: white;
	text-decoration: none;
}

#products a.product_link {
	cursor: pointer;
}

#products #searchindex {
	color: black;
}
#products #searchindex * {
	color: black;
}





#products span.product {
	position: relative;  /* to allow absolute positioning of deal_amount within this box */
	float: left;
	display: block;
	background-image: url(/img/productbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 442px;
	height: 192px;
	margin: 10px;
}

#products span.product_specific_product {
	border: 3px dashed gray;
}




#products span.product_img_outer {

}

#products span.product_img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 190px;
	width: 187px;
}

#products span.product_img * {
	vertical-align: middle;
}




#products span.product_text {
	display: block;
	position: absolute;
	top: 10px;
	left: 200px;
	width: 210px;
}



#products span.title {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	padding-top: 13px;
	letter-spacing: .04em;
}

#products span.price {
	display: block;
	color: black;
	font-weight: bold;
}


#products span.deal_amount {
	display: block;
	position: absolute;
	left: 200px;
	bottom: 0px;
}


#products div.prev_next_nav {
	clear: both;
	margin: 0 auto;
	width: 500px;
}

#products div.previous {
	float: left;
	width: 232px;
	height: 47px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

#products div.next {
	float: left;
	width: 131px;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}



p.disclaimer {
	clear: both;
	margin: 7em 0 1em 0;
	font-size: smaller;
	text-align: center;
}	






#message {
	background-color: #FFFFCC;
	border: 2px solid gray;
	padding: 5px;
	color: black;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
}









#faq {
	margin: 70px 30px 0px 30px;
}

#faq ul {
	margin: 2em;
}

#faq li {
	margin: 1em;
}

#faq h2,h3 {
	color: #000099;
}



#contactFormArea {
	padding-top: 20px;
	text-align: center;
}

#contactFormArea p {
	font-weight: bold;
	margin-bottom: 1em;
}

#contactFormArea fieldset {
	border:0;
}

#contactFormArea label {
	display:block;
}

#contactFormArea input.text,textarea {
	width:300px;
	padding:3px;
	margin:1px 0;
	background-color: white;
}

#contactFormArea input.submit {
	padding: 2px 5px;
	font-weight: bold;
}

