/* CSS Document */

*, html, * {
	margin: 0;
	padding: 0;
	z-index: 1px;
}


body {
	background-color: #fff;
	background-image: url(images/background.gif);
	background-position: 0 16px;
	background-repeat: repeat-x;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

p {
	display: block;
	margin: 5px 0 15px 0;
	line-height: 18px;
	}

a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #c01820;
	text-decoration: underline;
	}

h1 {
	font-size: 28px;
	overflow: hidden;
	margin: 0 0 -12px 0;
	}



h2 {
	font-size: 22px;
	margin: 0 0 -10px 4px;
	overflow: hidden;
	}


h3 {
	font-size: 22px;
	overflow: hidden;
	}

h4 {
	font-size: 20px;
	font-weight: normal;
	}

sup {
    font-size: 10px;
}


#main {
	width: 970px;
	height: 650px;
	margin: 8px auto 6px auto;
	overflow: hidden;
	border-bottom: solid 1px #000;
	position: relative;
	}



#header {
	width: 970px;
	text-align: center;
	overflow: hidden;
	height: 110px;
	}



/* Navigation ********************************************************* */

#nav {
	width: 970px;
	height: 24px;
	text-align: left;
	overflow: hidden;
	margin: 8px 0 0 0;
	}


a.interest {
	width: 140px;
	height: 24px;
	display: block;
	background: url(images/nav_interest.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
	}

a:hover.interest {
    background-position: -140px 0;
    }

a.brand {
	width: 74px;
	height: 24px;
	display: block;
	background: url(images/nav_brand.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	}

a:hover.brand {
    background-position: -74px 0;
    }

a.producttype {
	width: 130px;
	height: 24px;
	display: block;
	background: url(images/nav_proudct_type.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	}

a:hover.producttype {
    background-position: -130px 0;
    }

a.sweepstakes {
	width: 130px;
	height: 24px;
	display: block;
	background: url(images/nav_sweepstakes.gif) 0 0 no-repeat;
	overflow: hidden;
	float: right;
	margin: 0 0 0 0;
	}

a:hover.sweepstakes {
    background-position: -130px 0;
    }


a.widget {
	width: 90px;
	height: 24px;
	display: block;
	background: url(images/nav_widget.gif) 0 0 no-repeat;
	overflow: hidden;
	float: right;
	margin: 0 0 0 0;
	}

a:hover.widget {
    background-position: -90px 0;
    }


a.itlist {
	width: 90px;
	height: 24px;
	display: block;
	background: url(images/nav_itlist.gif) 0 0 no-repeat;
	overflow: hidden;
	float: right;
	margin: 0 0 0 0;
	}

a:hover.itlist {
    background-position: -90px 0;
    }

.dropmenu {
	width: auto;
	width: auto;
	z-index: 500;
	background-color:#fff;
	position: absolute;
	display: none;
	padding: 4px 6px 4px 6px;
	text-align: left;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	}

.dropmenu .col {
	float: left;
	width: 170px;
	}

.dropmenu a {
	display: block;
	width: 160px;
	padding: 0 10px 6px 8px;
	font-size: 11px;
	text-decoration: none;
	}

/* ********************************************************  Navigation End */


#rightcol {
	float: right;
	width: 312px;
	border-left: 1px solid #000;
	height: 590px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	}

.homefeature {
	display: block;
	padding: 10px 0 20px 16px;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	overflow: hidden;
	}


a.enternow {
	width: 80px;
	height: 25px;
	display: block;
	background: url(images/enter_now.gif) 0 0 no-repeat;
	overflow: hidden;
	}

a:hover.enternow {
    background-position: -80px 0;
    }



a.send {
	width: 47px;
	height: 25px;
	display: block;
	background: url(images/send.gif) 0 0 no-repeat;
	overflow: hidden;
	}

a:hover.send {
    background-position: -47px 0;
    }

a.clickhere {
	width: 126px;
	height: 22px;
	display: block;
	background: url(images/click_here.gif) 0 0 no-repeat;
	overflow: hidden;
	}

a:hover.clickhere {
    background-position: -126px 0;
    }


#leftcol {
	float: left;
	width: 622px;
	height: 580px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	position: absolute;
	}


#homeprods {
	width: 638px;
	height: 360px;
	overflow: hidden;
	margin: 30px 0 0 0;
	}

#homeprods .item {
	height: 142px;
	width: 142px;
	overflow: hidden;
	margin: 0 16px 16px 0;
	float: left;
	background-color: #c01820;
	}

#homeprods .item a img {
	border: 1px solid #000;
	}

#homeprods .item a:hover img {
	border: 1px solid #c01820;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	}


#copyright {
	width: 970px;
	margin: 0 auto 6px auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	}

#searchhead {
	padding: 0 0 0 16px;
	display: block;
	margin: 6px 0 4px 0;
	font-size: 16px;
	}

#scrollbox {
	overflow : auto; 
	background-color: #fff;
	height: 440px;
	padding: 4px 0 10px 0;
	}

.scrollnav a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	width: 268px;
	margin: 0 0 4px 0;
	padding: 0 0 0 16px;
}

.scrollnav a:hover {
	background-color: #c01820;
	color: #fff;
	}

#insideprods {
	width: 630px;
	height: 300px;
	overflow: hidden;
	margin: 30px 0 0 0;
	}

#insideprods .item {
	height: 142px;
	width: 142px;
	_width: 142px;
	overflow: hidden;
	margin: 0 16px 16px 0;
	_margin: 0 7px 16px 1px;
	float: left;
	background-color: #c01820;
	}

#insideprods .item a img {
	border: 1px solid #000;
	}

#insideprods .item a:hover img {
	border: 1px solid #c01820;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	}
#insideprodsinner {
	width:8000px;
}
#insideprods .itemcol {
	width:158px;
	height: 300px;
	float:left;
	display:inline;
}
#productsnav {
	margin: 10px 0 10px 0;
	height:14px;
	border-bottom: 1px solid #000;
}

/* ********************************************************  Detail Start */

#detailhead {
	width: 700px;
	text-align: right;
	}

#detailright {
	width: 350px;
	float: right;
	overflow: hidden;
	}

#detailleft {
	width: 340px;
	background-color: #f00;
	float: left;
	}

#breadcrumbs {
	font-size: 10px;
	color: #000;
	}


/* ********************************************************  Detail End */

#leftcol .colorbut a {
	display: block;
	background-color: #c01820;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin-bottom: 30px;
	}


#leftcol .colorbut a:hover {
	background-color: #000;
	}

#sweeps {
	text-align: left;
	display: block;
	}

#sweeps label {
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 2px;
	}

#sweeps .input1 {
	color: black;
	display: inline;
	background-color: #fff;
	font-size: 10px;
	font-weight: normal;
	width: 180px;
	border: 1px solid #666;
	letter-spacing: 1px;
	padding-left: 2px;
	padding-top: 1px;
	}

.required {
	color: #c01820;
	font-size: 10px;
	}

#sweeps .submitbut {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 60px;
	padding: 2px;
	border: 1px solid #000;
}

	
.smtxt {
	font-size: 10px;
	line-height: 12px;
	}

#itlist {
	width: 618px;
	height: 420px;
	overflow-x: hidden;
	overflow-y: scroll;
	
}

#itlist .listitem {
	width: 600px;
	margin: 0 0 10px 0;
	font-size: 10px;
	text-align: right;
	min-height: 170px;
	border-bottom: 1px solid #000;
	}

#itlist .listitem a {
	text-decoration: none;
	}

#itlist .itlistpic {
	float: left;
	margin: 0 10px 0 0;
	}

#itlist .itlistdesc{
	float: right;
	width: 400px;
	text-align: left;
	margin-right: 10px;
	}

#itlist .head {
	font-size: 16px;
	margin: 0px 0 0px 0;
	}

#itlist .brand {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0px 0;
	}

#itlist .desc {
	font-size: 12px;
	margin: 0 0 0px 0;
	}

#results {
	display: block;
	margin: 10px 0 0 2px;
	text-align: left;
	color: #c01820;
	}
