/**
 *	User: soapbox (ben@soapboxstudio.com)
 *	Date: 2007-10-02 @11:29
 *
 *	Reset CSS followed by base css rules, mostly just the Yahoo! reset css file, but with some modifications. 
 *	Copyright (c) 2007, Yahoo! Inc. All rights reserved. 
 *	Code Licensed under the BSD License: 
 *	http://developer.yahoo.net/yui/license.txt 
 *	version: 2.3.0
 */
/*body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
strong{font-weight:bold;}
em{font-style:italic;}*/

/* ------------- general styles */
* { 
	margin : 0; 
	padding : 0; 
}
body {

	margin:0px 0px 0px 0px;
	padding:0px;
	height: 100%;
}
html { 
	background : #1c4c7b url(/img/siteimages/bkg.jpg) repeat-x;
	height: 100%;
}
h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color: #fff;
	border-bottom: 1px #fff solid;
	margin-bottom: 8px;
}
/* ------------- containers */
div#container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -2.5em auto;
	width : 860px;
	background : url(/img/siteimages/sitebkg.jpg) no-repeat;
}

/* ------------- header */
div#header {
	position : relative;
	width : 860px;
	height : 220px;
}

/* ------------- main */
div#main {
	position : relative;
	width : 780px;
	margin: 0px auto 0em auto;
}

/* ------------- sidebar */
div#sidebar {
	position : relative;
	width : 240px;
	height: 480px;
	float : left;
}
div#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}
div#sidebar p a:link { 
	color : #fff; 
	text-decoration : underline;
}
div#sidebar p a:visited { 
	color : #fff; 
	text-decoration : underline;
}
div#contactinfo p a:hover { 
	color : #db1937; 
	text-decoration : underline;
}
#NewsletterEmail,#SearchQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #db1937;
	padding : 4px 3px 4px 3px;
	margin-left: 1px;
	width: 192px;
}
#SearchSearch {
	margin-top: 10px;
}

div#buyingdiv { 
	position : relative;
	width : 236px;
	height: 91px;
	margin-top: 10px;
	background : url(/img/siteimages/buying.png) no-repeat;
}

div#featureddiv { 
	position : relative;
	width : 236px;
	height: 257px;
	margin-top: 10px;
	background : url(/img/siteimages/featured.png) no-repeat;
}
div#scroller { 
	position : absolute;
	width : 210px;
	height: 200px; 
	top: 45px;
	left : 11px;
	overflow : hidden;
}
#scroller ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#scroller ul li {
	border-bottom: 1px solid #db1937;
	padding: 8px 0 8px 0;
}

div#exclusivediv { 
	position : relative;
	width : 236px;
	height: 157px;
	margin-top: 10px;
	background : url(/img/siteimages/exclusive.png) no-repeat;
}

div#selectproductdiv { 
	position : relative;
	width : 200px;
	padding: 57px 0px 0px 22px;
}
select, #CategoryUrlSafeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #db1937;
	padding : 2px 2px 2px 2px;
	width: 190px; 
}
div#viddiv  a {
	position : relative;
	width : 236px;
	height: 91px;
	display : block; 
	overflow:hidden;
	margin-top: 10px;
	text-indent: -9999px;
	background : transparent url(/img/siteimages/vid.png) no-repeat;
}
div#viddiv a:hover {
	background-position: 0% -91px;
}

div#sellingdiv a {
	position : relative;
	width : 236px;
	height: 91px;
	display : block;
	overflow:hidden;
	margin-top: 10px;
	text-indent: -9999px;
	background : transparent url(/img/siteimages/selling.png) no-repeat;
}
div#sellingdiv a:hover {
	background-position: 0% -91px;
}
div#signupdiv { 
	position : relative;
	width : 236px;
	margin-top: 5px;
}


/* ------------- content */
div#content {
	position : relative;
	width : 530px;
	float : right;
	
}

/* ------------- footer */

#footerpush {
	clear: both;
	height:2.5em;
}

div#footer {
	/*clear : both;*/
	/*position : relative;*/
	width : 740px;
	height : 2.5em;
	text-align : right;
	/*top: 8px;*/
	padding: 0;
	margin: 0px auto 0px auto;
}
div#footer ul {
	margin : 0 ;
	padding: 0.5em 3em;
	display: inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 12px;
}
div#footer li {
	display: inline;
	margin-right: .75em; padding-right: 1em;
	border-right: 1px solid #fff;
	font-weight: normal;
}
div#footer li.last {
	border-right: 0;
}
div#footer a:link { 
	color : #fff; 
	text-decoration : underline;
}
div#footer a:visited { 
	color : #fff; 
	text-decoration : underline;
}
div#footer a:hover { 
	color : #db1937; 
	text-decoration : underline;
}
div#nextpage {
	position : relative;
	width : 300px;
	float : left;
	padding-bottom: 11px;
	top : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #fff;
	margin-bottom: 10px;
}
div#nextpage a:link { 
	color : #fff; 
	text-decoration : none;
}
div#nextpage a:visited { 
	color : #fff; 
	text-decoration : none;
}
div#nextpage a:hover { 
	color : #db1937; 
	text-decoration : none;
}
div#infoitems {
	position : relative;
	width : 220px;
	height : 25px;
	float : right;
	margin-right: 7px;
	top : 5px;
	background : url(/img/siteimages/inforequestbkg.png) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	padding-top: 5px;
	display:block;
	margin-bottom: 5px;
}
div#infoitems a:link { 
	color : #fff; 
	text-decoration : none;
}
div#infoitems a:visited { 
	color : #fff; 
	text-decoration : none;
}
div#infoitems a:hover {
 	color : #fff; 
	text-decoration : none;
}
.currentpage {
	color: #db1937;
	font-size: 13px;
}

.inforequestadderror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	vertical-align: top;
}

div#scroller p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}
div#scroller p a:link { 
	color : #fff; 
	text-decoration : underline;
}
div#scroller p a:visited { 
	color : #fff; 
	text-decoration : underline;
}
div#scroller p a:hover { 
	color : #db1937; 
	text-decoration : underline;
}
