/*
	CSS Document by Daryl Quenet
*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: url("/images/BodyBG.png") top left repeat-x #4496d0;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #fff;
	font-weight: bolder;
}

a:hover {
	color: #000;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url("/images/ContainerBG.jpg") top left repeat-y;
}

a#header {
	width: 990px;
	height: 221px;
	background: url("/images/HeaderBG.jpg") top left no-repeat;
	display: block;
}

#header span {
	display: none;
}

#content {
	background: url("/images/ContentBG.jpg") top left no-repeat;
	display: block;
	padding: 1px 96px 1px 96px;
}

#content .intro {
	margin: 15px 35px 10px 35px;
}

#content .intro object {
	float: left;
	margin: 0 10px 2px 0;
}

#content .intro img {
	float: right;
	margin: 0 0 2px 10px;
}

#content .intro p {
	font-size: 12px;
	text-align: left;
}

address {
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
}

#content h2, #content h3 {
	color: #000;
	font-size: 18px;
}

ul.products {
	margin: 5px 25px 5px 25px;
	clear: both;
}

ul.products li {
	display: block;
	float: left;
	list-style: none;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.prodwrapper {
	clear: both;
}

.prodwrapper p {
	font-size: 12px;
	font-weight: bolder;
	margin-top: 5px;
}

.prodhead, .prodfoot, .prodbody, .ie6fix {
	display: block;
	width: 227px;
}

.prodhead {
	height: 10px;
	background: url("/images/ProdHead.gif") top left no-repeat;
}

.prodbody {
	background: url("/images/ProdBody.gif") top left repeat-y;
}

.ie6fix {
	background: url("/images/ProdBody.gif") top left repeat-y;
}

.prodbody dt {
	color: #000;
	font-size: 16px;
	font-weight: bolder;
}

.prodbody dd {
	font-size: 12px;
}

.prodfoot {
	background: url("/images/ProdFooter.gif") top left no-repeat;
	height: 9px;
}

.productwrapper {
	clear: both;
	width: 744px;
}

.productwrapper p {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

.producthead, .productfoot, .productbody, .productie6fix {
	display: block;
}

.producthead {
	height: 10px;
	background: url("/images/InsideProdHead.gif") top left no-repeat;
}

.productbody {
	background: url("/images/InsideProdBody.gif") top left repeat-y;
}

.productie6fix {
	background: url("/images/InsideProdBody.gif") top left repeat-y;
}

.productfoot {
	background: url("/images/InsideProdFooter.gif") top left no-repeat;
	height: 9px;
}

.prodinfo {
	text-align: left;
}

.articles {
	text-align: left;
}

.articles h3 {
	margin: 5px 35px 5px 35px;
}

.articles p {
	margin: 5px 35px 5px 35px;
	font-size: 12px;
}

.articles ul {
	margin: 5px 35px 5px 35px;
	font-size: 12px;
}

.articles li {
	margin: 0 25px 0 25px;
}

ul.footer {
	margin: 15px 35px 5px 35px;
	clear: both;
}

ul.footer li {
	text-align: center;
	list-style: none;
	display: block;
}

ul.footer img {
	margin-bottom: 5px;
}

#footer {
	height: 178px;
	background: url("/images/FooterBG.jpg") top left no-repeat;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

p.back {
	padding: 10px 0 5px 35px;
	font-size: 12px;
}

p.directory {
	font-size: 11px;
	margin: 5px 0 10px;
}

img.feature {
	margin: 5px 0 5px 0;
}

span.sale {
	font-size: 22px;
	text-align: center;
	padding: 0 70px 0 70px;
	height: 21px;
	background: url("/images/Sale.gif") top right no-repeat;
}

p.deals {
	font-size: 14px;
	width: 320px;
	background: #fff;
	border: solid 2px red;
	padding:5px 10px;
}

.splash p.deals {
	margin: 10px 0 0 0;
}

.red {
	color: #f00;
}

.white {
	color: #fff;
}

input {
	border: solid 1px #333;
	text-align: center;
}

form {
	margin: 5px 0 5px 0;
}