html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../images/background-tile.jpg);
	background-repeat: repeat;
	text-align: left;
	/* RED - next best match #933 */
	background-color: #af1c2f;
}

img 
{ 
border-style: none; 
}

a:link img 
{ 
border-style: none; 
}

a, a:visited
{ 
color: #009; 
}

a:hover, a:active { color: #F30; }



#wrapper
{
	width: 1034px;
	height: auto;
	border-color: #FFF;
	border-width: 1px;
}


#head
{
position: relative;
top: 0;
left: 0;
width: 1000px;
height: auto;
display: block;
}

#middlebox
{
	width: 810px;
	min-height: 400px;
	height: auto;
	background-color: #FFF;
	border-color: #000;
	border-width: 16px;
	border-style: solid;
	float: right;
	margin-top: -222px;
	margin-bottom: 10px;
	display: block;
}

*:first-child+html #middlebox
{
	margin-top: -221px;
}

* html #middlebox
{
	margin-top: -221px;
	
}

#leftcol
{
float: left;
margin-top: 3px;
	width: 192px;
	min-height: 400px;
	height: auto !important;
	background-image: url(../images/nav-background.jpg);
	background-repeat: repeat-y;
	}
	
	

	
.clearer { clear: both; }

.relclear {position: relative; clear: both; display: block, height: 10px; width: 20px;}

.position
{
	width: 100px;
	height: 10px;
	display: block;
	background-color: yellow;
}

/* -------------------------- START HEAD ELEMENTS--------------------------   */

#titleimg
{
position: absolute;
top: 235px;
left: 0px;
}

#topnav
{
position: absolute;
top: 22px;
left: 344px;
width: 675px;
height: 35px;
}

a.homebut:link, a.homebut:visited, a.homebut:hover, a.homebut:active
{
	background-image: url(../images/topnav/1-home133x35.jpg);
	background-repeat: no-repeat;
	width: 133px;
	height: 35px;
	display: block;
	float: left;
}

a.homebut:hover, a.homebut:active
{
	background-image: url(../images/topnav/2-home133x35.jpg);

}

a.welcomebut:link, a.welcomebut:visited, a.welcomebut:hover, a.welcomebut:active
{
	background-image: url(../images/topnav/1-welcome159x35.jpg);
	background-repeat: no-repeat;
	width: 159px;
	height: 35px;
	display: block;
	float: left;
}

a.welcomebut:hover, a.welcomebut:active
{
	background-image: url(../images/topnav/2-welcome159x35.jpg);

}

a.contactbut:link, a.contactbut:visited, a.contactbut:hover, a.contactbut:active
{
	background-image: url(../images/topnav/1-contact205x35.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 35px;
	display: block;
	float: left;
}

a.contactbut:hover, a.contactbut:active
{
	background-image: url(../images/topnav/2-contact205x35.jpg);

}


#viewcart
{
position: absolute;
top: 0px;
left: 600px;
display: block;
width: 88px;
height: 35px;
z-index: 1000;
}




/* -------------------------- END HEAD ELEMENTS--------------------------   */



/* -------------------------- START LEFT COL ELEMENTS--------------------------   */

img#mall
{
padding-top: 40px;
}

#nav
{
position: relative;
top: 2px;
left: 5px;
padding-bottom: 40px;
}

.navbut
{
position: relative;
left: 12px;
width: 156px;
height: 40px;
display: block;
}

a.navlink:link, a.navlink:visited, a.navlink:hover, a.navlink:active
{
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 40px;
	display: block;
	padding-top: 11px;
	text-indent: 20px;
}

a.navlink:hover, a.navlink:active,
a.navlink.current
{
	color: #000;
	background-image: url(../images/nav-background156x40.gif);
	background-repeat: no-repeat;
	font-weight: bold;

}

/* -------------------------- END LEFT COL ELEMENTS--------------------------   */


/* -------------------------- START MIDDLE BOX PRODUCT ELEMENTS--------------------------   */


#prod-display, #text-display
{
	position: relative;
	top: 20px;
	left: 150px;
	font-size: 16px;
	width: 620px;
	border-color: #FFF;
	border-width: 1px;
	padding-bottom: 0px;
}


.prod-category
{
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 20px;
}


.prod-image
{
	width: 225px;
	height: auto;
	display: block;
border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 40px;
}

.prod-image img
{
width: 225px;
height: auto;
margin-bottom: -3px;
}

.prod-rightcol
{
	width: 370px;
	float: right;
	clear: none;
}

.prod-leftcol
{
width: 230px;
float: left;
}

.prod-subhd, .prod-price, .prod-desc, form#ItemBuy
{
	width: 300px;
	padding-bottom: 20px;
	font-weight: bold;
}

h2, .prod-subhd
{
	padding-top: 10px;
	font-size: 110%;
	color: #C00;
	font-weight: bold;
}
.prod-price
{
}

.prod-title
{
color: #C00;
}

.redneck
{
	color: #C00;
}

.prod-desc p
{
margin: 0 0 15px 0;
}

.prod-option
{
display: inline;

}

form#ItemBuy
{
}

#footer
{
	width: 1025px;
	color: white;
	font-size: 12px;
	font-weight: bold;
text-align: center;
float: right;
clear: both;
}

*:first-child+html #footer
{
	width: 825px;
}

* html #footer
{
	width: 825px;
	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active
{
color: white;
	font-weight: bold;
}

a.footerlink:hover, a.footerlink:active
{
color: green;
	font-weight: bold;
}


/* -------------------------- START MIDDLEBOX CATEGORY ELEMENTS--------------------------   */
#cat-display
{
	position: relative;
	top: 20px;
	left: 150px;
	font-size: 16px;
	width: 640px;
	border-color: #FFF;
	border-width: 1px;
	padding-bottom: 0px;
}


h1, .prod-category
{
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
}

a.headlk:link, a.headlk:visited
{
color: #000;
}

a.headlk:hover, a.headlk:active
{
color: #C00;

}

h3, .cat-prod
{
	float: left;
	width: 190px;
	margin-right: 22px;
}

.cat-image
{
	width: 188px;
	height: auto;
	display: block;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-bottom: 10px;
	}
	
	.cat-image img
	{
	width: 188px;
	height: auto;
margin-bottom: -3px;
	}
	
	.cat-subhd
{
	padding-bottom: 30px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}


#cat-intro
{
position: absolute;
top: 320px;
left: 225px;
width: 100px;
}
/* -------------------------- END MIDDLEBOX CATEGORY ELEMENTS--------------------------   */

/* -------------------------- START MIDDLEBOX TEXT ELEMENTS--------------------------   */

#text-display
{
padding-bottom: 40px;
}

#text-display h1
{
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #C00;
}	

#text-display p
{
margin: 0;
margin-top: 10px;
width: 550px;
line-height: 120%;
}

#text-display img
{
margin: 0 0 0 0;
display: block;
}

/* -------------------------- START HOME ELEMENTS--------------------------   */

body,homepage #wrapper,
#home-wrapper
{
	width: 1054px;
	height: auto;
	border-color: #FFF;
	border-width: 1px;
}

body.homepage #head,
#home-head
{
	position: relative;
	top: 0;
	left: 0;
	width: 850px;
	height: auto;
	display: block;
	border-color: #FF0;
	border-width: 1px;
}

body.homepage #middlebox,
#home-middlebox
{
	width: 608px;
	height: 400px;
	background-color: #FFF;
	border-color: #000;
	border-width: 16px;
	border-style: solid;
	float: left;
	margin-top: -291px;
	margin-bottom: 10px;
	display: block;
}

*:first-child+html body.homepage #middlebox,
*:first-child+html #home-middlebox
{
	width: 640px;
	margin-top: -294px;
}

* html body.homepage #middlebox,
* html #home-middlebox
{
	width: 640px;
	margin-top: -294px;
}

.home-intro
{
	font-weight: bold;
	margin-left: 245px;
	margin-top: 10px;
	width: 360px;
	overflow: hidden;
}

body.homepage #viewcart,
#home-viewcart
{
position: absolute;
top: 0px;
left: 350px;
display: block;
width: 88px;
height: 35px;
z-index: 1000;
}

body.homepage #leftcol,
#home-leftcol
{
float: left;
margin-top: 0px;
width: 192px;
min-height: 400px;
height: auto !important;
background-image: url(../images/home/homenavbkground192x179.jpg);
background-repeat: repeat-y;
}

body.homepage #rightcol,
#home-rightcol
{
position: absolute;
top: 0px;
left: 832px;
width: 192px;
height: 800px;
background-image: url(../images/home/right-bkgr192x179.jpg);
background-repeat: repeat-y;
}

body.homepage #footer,
#home-footer
{
	width: 1000px;
	color: white;
	font-size: 12px;
	font-weight: bold;
text-align: center;
position: relative;
display: block;
height: 40px;
clear: both;
z-index:3000;
}

*:first-child+html body.homepage #footer,
*:first-child+html #home-footer
{
	margin-top: 60px;
}

* body.homepage #footer,
* html #home-footer
{
	margin-top: 60px;
	
}

img.homegear
{
position: absolute;
top: -40px;
left: 200px;
z-index:1000;
}

body.homepage #topnav,
#home-topnav
{
position: absolute;
top: 20px;
left: 384px;
width: 500px;
height: 35px;
}

#home-products
{
position: absolute;
top: 240px;
left: 192px;
z-index: 2000;
}

.prod2
{
position: absolute;
top: 192px;
left: 0px;
}

.prod3
{
position: absolute;
top: 234px;
left: 434px;
}

.prod4
{
position: absolute;
top: 132px;
left: 226px;
}

.prod5
{
position: absolute;
top: 338px;
left: 166px;
}


/* -----------   HBOME RIGHT COL ELEMENTS -------------- */

a.photobut:link, a.photobut:visited, a.photobut:hover, a.photobut:active
{
	background-image: url(../images/home/1-photovideo190x35.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 35px;
	display: block;
	position: relative;
	top: 22px;
	
}

a.photobut:hover, a.photobut:active
{
	background-image: url(../images/home/2-photovideo190x35.jpg);

}

.vidpic
{

text-align: center;
margin-left: 15px;
width: 162px;
height: auto;
}

.eventhd
{
position: relative;
}

.eventframe
{
	background-image: url(../images/home/event-frame148x219.gif);
	height: 219px;
	width: 148px;
	display: block;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

.ad1
{
margin-left: 25px;
}

.ad2
{
margin-left: 25px;
margin-top: 10px;
}


.stileret
{
height: 20px;
}

.scroller
{
display: block;
width: 134px;
height: 212px;
margin-top: 2px;
margin-left: 6px;
font-weight: bold;
font-size: 11px;
}

.event
{
width: 115px;
font-weight: bold;
font-size: 12px;
	border-color: #666;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}

.eventlink:link, .eventlink:visited, .eventlink:hover, .eventlink:active
{
	width: 115px;
	font-weight: bold;
	font-size: 12px;
	border-color: #666;
	border-width: 0 0 0 0;
	border-style: dotted;
	padding-top: 20px;
	display: inline;
}

a.piclink:link, a.piclink:visited, a.piclink:hover, a.piclink:active
{
color: red;
display: block;
margin-left: 15px;
width: 200px;
text-decoration: none;
}

a.piclink:hover, a.piclink:active
{
	color: black;
	text-decoration: underline;
}

.freeship
{
position: absolute;
top: 460px;
left: 5px;
}

#logos
{
	position: relative;
	margin-top:-10px;
	display: block;
	background-color: transparent;
	width: 99%;
	text-align: center;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
}

#logos img
{
padding: 7px 0 7px 10px;
}

*:first-child+html #logos img
{
	margin: 7px 0 7px 15px;
}

* html #logos img
{
	margin: 7px 0 7px 15px;
}

