/* Generic Styling */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#FFFFFF;
	background:url(images/bg.gif) repeat #ffffff;
	background-attachment: fixed;
	}

.img-right {
	float: right;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 12px;
}

.img-left {
	float: left;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-right: 12px;
}

img
{  border-style: none;
}


p {
	padding:0px;
	text-align:center;
	line-height:1.56em;
	color: #000000;
	}

h1 {
	font-size: 20px;
	text-decoration: none;
	color:#000099;
	text-align:left;
	padding-top: 4px;
	padding-bottom: 7px;
	font-weight:normal;	
	}
	
h2 {
	font-size: 14px;
	text-decoration: none;
	color:#000099;
	padding-bottom: 13px;
	}
	
h3 {
	font-size: 25px;
	text-decoration: none;
	color:#000099;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 7px;
	font-weight:bold;	
	}
	
h4 {
	font-size: 16px;
	text-decoration: none;
	color:#000099;
	text-align:center;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 20px;
	}

strong {
	color:#000099;
	}
	
b {
	color:#000000;
	}
	
em {
	color:#000099;
	text-decoration:underline;
	}

a {
	text-decoration:underline;
	color:#000099;
	font-weight:bold;
	}
	
a:hover {
	color:#000099;
	text-decoration: none;
	}
	
img a {
border:none;
	}
	
img a:hover {
border:none;
	}

.blue {
	color: #09F;
}

.green {
	color:#0C0;
}

.orange {
	color:#F60;
}

ul {
padding-left: 70px;
}

/* Structure */

#wrapper {
	margin:0 auto;
	background-color:#FFF;
	width:980px;
	font-size:1.2em;
	border-left: 1pt solid #eeeeee;
	border-right: 1pt solid #eeeeee;
}
	
#header {
	height:586px;
	width: 980px;
	background-color:#FFF;
	}
	
#video {
	height:135px;
	width: 980px;
	background-color:#FFF;
	}

#clearance {
	height:158px;
	width: 980px;
	background-color:#FFF;
	}

#single {
	float:right;
	width:940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	background:#FFFFFF;
	clear:both;
	}
	
#global {
	height:122px;
	width: 980px;
	clear:both;
	}
	
#products {
	float:right;
	width:940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	background:#FFFFFF;
	clear:both;
	}
	
#brands {
	float:right;
	width:940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	background:#FFFFFF;
	clear:both;
	}
	
#footer {
	clear:both;
	height:123px;
	background:url(images/footer.gif) no-repeat;
	width: 980px;
	}


/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:90px;
	padding-left:0px;
	text-align: center;
	margin-right: 0px;
	line-height: 14px;
	color:#333333;
	}
	
.products-txt {
	border-top: 1px solid #d9d9d9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:left;
	height: 95px;
	}
	
.clearance-txt {
	font-size:14px;
	border-top: 1px solid #d9d9d9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:left;
	height: 95px;
	}
	
	.spec-txt {
	font-size:12px;
	text-align:left;
	}
