/* CSS Document */

/*Debugger
div {
	border: 1px solid red;
	}
*/

body{
	padding : 0;
	margin : 0;
	background-color: #006600;
	background-image: url(/images/grassback1.jpg);
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	}

#left{
	text-align: left;
	}
	
#right{
	text-align: right;
	}

#center{
	text-alrign: center;
	}

hr{
	height: 1px;
	width: 100%;
	color: #000000;
	background-color: #000000;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}

form#viewcart, form#addcart, form#pagejump {
	margin-top: 0;
	margin-bottom: 0;	
	margin-left: 0;
	margin-right: 0;
	}

/* Begin Header Stuff Below - Should be Global */

#header_image{
	position:absolute;
	background-image: url(/images/superhead.jpg);
	background-repeat: no-repeat;
    top : 0px;
    left : 0px;
    width : 100%;
	height : 144px;
	z-index : 2;
	}
	
#header_background{
	position:absolute;
	background-image: url(/images/superback.jpg);
	background-repeat: repeat-x;
    top : 0px;
    left : 0px;
    width : 100%;
	height : 144px;
	z-index : 1;
	}

#memberlogin{
	position:absolute;
	top: 171px;
	left: 60px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #003399;
	text-align: center;
	border: 1px solid #000;
	z-index : 3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/head_darkblue.gif);
	background-repeat: repeat;
}

#memberlogin a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: center;
}

#memberlogin a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
	
#breadcrumb{
	position:absolute;
	top: 176px;
	left: 260px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	z-index : 3;
}

#breadcrumb a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#breadcrumb a:hover{
	text-decoration:underline;
	color: #000000;
}

#slogan_top{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position : absolute;
	top: 171px;
	left: 60px;
/*	top : 54px;*/
/*	left : 130px;*/
	z-index: 3;
}

#ad_top{
	position : absolute;
	top : 54px;
	right : 30px;
	z-index: 3;
	height: 60px;
	width: 468px;
}

#buy_ad_top a{
	position : absolute;
	top : 34px;
/*	right : 220px;*/
	right : 180px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#buy_ad_top a:hover{
	text-decoration: underline;
	color: #0000FF;
}

#topbox1{
	position : absolute;
	top : 132px;
	width : 100%;
	background-color:#940808;
	height: 25px;
	border-top: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	z-index : 3;
	left: 0px;
	background-image: url(/images/redmenu.gif);
	background-repeat: repeat;
}   

#topnav{
	position : absolute;
	top : 136px;
	z-index : 4;
	left: 30px;
}             

#topnav a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}      

#topnav a:hover{
	text-decoration: underline;
	color: #D5D5D5;
}   

/* End Header Stuff Above - Should be Global */

/* Begin Member Login Form Stuff Below */

#login_button {
	width : 80px;
	border : 1px solid #000000;
	color : #000000;
	background-color : #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#username_field, #password_field {
	color : #000000;
	background-color : #fff;
	width : 60px;
	font-size: 10px;
	border : 1px solid #000000;
}

/* End Member Login Form Stuff Below */

/* Begin Side Box Stuff Below */

#sidewrapper{
	position : absolute;
	top : 207px;
	left : 30px;
	width : 200px;
	padding-bottom: 30px;
	z-index: 2;
}

#sidebox1{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#940808;
	border:2px solid #000;
	background-image: url(/images/redmenu.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	z-index: 3;
}                                 

/* Takes care of clipped text on scroll in IE 6 */
/* \*/
* html #sidebox1 {height: 1%;}
/* */

#sidebox1 #sections a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	height: 100%;
}

#sidebox1 #sections a:hover{
	text-decoration: underline;
	color: #D5D5D5;
}

#sidebox1 h1{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	border:2px solid #000;
	padding: 3px;
	width: 90%;
	background-image: url(/images/flameback1.gif);
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#sidebox1 h2{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:2px solid #000;
	padding: 3px;
	width: 90%;
	background-image: url(/images/flameback1.gif);
	margin-bottom: 10px;
	margin-top: 5px;
}

#sidebox1 ul{
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0px;
	line-height: 90%;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 0px;
}                   

#sidebox1 form#searchform{
	margin-bottom: 20px;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 0px;
} 

#sidebox1 #rsslink{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	text-align: left;
}
	/* Begin Search Box Stuff Below */

#search input{
	color : #000000;
	background-color : #fff;
	width : 90px;
	border : 1px solid #000000;
}

#search input.submit{
	width : 60px;
	border : 1px solid #000000;
	color : #000000;
	background-color : #CCCCCC;
	font-size: 11px;
}

#search, #search table, #search tr, #search td{
	margin : 0;
	padding : 0;
}

#search table th{
	color : #FFFFFF;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

#search table td.advsearch {
	color : #FFFFFF;
	font-size : 10px;
	text-align : left;
	margin : 0;
	padding : 0;
}

#search table td.advsearch a{
	color : #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#search table td.advsearch a:hover{
	color : #CCCCCC;
	text-decoration: underline;
}

	/* End Search Box Stuff Above */

/* End Side Box Stuff Above */

/* Begin Main Content Section Definition Stuff Below */

#contentwrapper{
	position:absolute;
	top: 207px;
	right: 30px;
	left: 260px;
	padding-bottom: 30px;
	z-index: 2;
}

#content{
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
/*	width: 960px;*/
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	border:2px solid #000;
/*	background-image: url(/images/tracback1.jpg);
	background-repeat: repeat;*/
	z-index: 3;
}
	
#content h1{
	font-size : 18px;
	font-weight : bold;
	color : #003399;
	text-align: left;
	background-color: #EBEBEB;
	background-image: url(/images/medball.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 40px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
}                     

#content h2{
      font-size: 16px;
      font-weight: bold;
      color: #003399;
      background-color : transparent;
}

#content p{
      font-size : 16px;
      color : #000;
      background-color : transparent;
      line-height : 120%;
	  clear: none;
}

#content p a{
      font-size : 16px;
      color: #940808;
	  text-decoration: none;
}

#content p a:hover{
	text-decoration: underline;
	color: #0000FF;
}

/* End Main Content Section Definition Stuff Above */


/* Begin Footer Section */

#content #footer{
	background-color:#940808;
	border-top: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	left: 0px;
	background-image: url(/images/redmenu.gif);
	background-repeat: repeat;
	z-index : 3;
}

/* Begin Copyright Section*/

#content #copyright{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#content #copyright a{
	color:#FFFFFF;
	text-decoration:underline;
}

#content #copyright a:hover{
	text-decoration:underline;
	color: #CCCCCC;
}

/* End Copyright Section*/
