@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	background-attachment: fixed;
	behavior: url(../csshover.htc); 
}

/* HOME PAGE CSS */

#controlPanel{
	width:200px;
	height:150px;
	background-color:#FFFF00;
	position:absolute;
	z-index:1000;
}

.subNav{
	width:251px;
	height:150px;
	background-color:#ffcc00;
	position:absolute;
	left:40px;
	top:20px;
	VISIBILITY: hidden;
	z-index:1000;
}

#featureContainer{
	width:830px;
	height:305px;
	margin:auto;
	position:relative;
	/*background-color:#cccc00;*/
}

#mainContainer{
	width:800px;
	min-height:465px;
	margin:auto;
}

#leftContainer{
	width:600px;
	height:465px;
	/*background-color:#336699;*/
	float:left;
}

#productsBg{
	background-image:url(../images/center_bg.gif);
	background-repeat:repeat-y;
	padding-left:30px;
	width:570px;
	float:left;
}

#prodColumn{
	width:265px;
	/*min-height:290px;*/
	float:left;
	padding-left:5px;
	padding-bottom:3px;
}
#adBox{
	width:292px;
	height:125px;
	background-image:url(../images/ad_bg.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	float:left;
}

#rightContainer{
	width:200px;
	height:465px;
	/*background-color:#ff3377;*/
	/*background-image:url(images/home_right_bg.gif);*/
	float:left;
}

#welcomeText{
	width:150px;
	min-height:50px;
	background-image:url(../images/welcome_bg.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
}
#welcomeText a:link{
	color:#C62E00;
}
#welcomeText a:visited{
	color:#C62E00;
}
#welcomeText a:hover{
	color:#C62E00;
}
#welcomeText a:active{
	color:�#C62E00;
}
#homepageContent{
	width:600px;
	height:325px;
	float:left;
	background-image:url(../images/home_middle_bg.gif);
	background-repeat: no-repeat;
}

#homepageBottom{
	width:600px;
	height:140px;
	float:left;
	background-image:url(../images/home_bottom_bg.gif);
	background-repeat: no-repeat;
}


/* SUBPAGE CSS */
