@charset "UTF-8";

#main {
	float:	left;
	border: 0px;
	width: 955px;
	height: 1000px;
	top: 0;
	left: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding-left: 33px;
}

p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left: 33px;
	padding-right: 55px;

}



	/*	 - - - - - - - MAIN NAVIGATION - - - - - - -	*/
	

#leftNav {
	float: left;
	height: 500px;
	width: 265px;
	border: 0px;
	background-image: url(images/navGrnBtm.gif);
	background-repeat: no-repeat;
	background-position: 34px 448px;
/*	vertical-align: text-bottom; */
}

#leftNav ul
	{
	margin: 0;
	/*height: 262px;*/
	border: 0px;
	width: 147px;
	left: 21px;
	position: absolute;
	list-style: none;
	top: 181px;
	line-height: 10px;
	padding: 0;	/*height: 258px;*/
	}
	
#leftNav li
	{
	list-style-type: none;
	float: left;
	margin-bottom:9px;
	}
	
#leftNav #home
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/home_btn.gif);
	background-repeat: no-repeat;
	left: 21px;
	}

#leftNav #home:hover
	{
	background-image: url(images/home_btn_hvr.gif);
	}
	
#leftNav #boards
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/boards_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #boards:hover
	{
	background-image: url(images/board_btn_hvr.gif);
	}
	
#leftNav #labels
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/labels_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #labels:hover
	{
	background-image: url(images/labels_btn_hvr.gif);
	}
	
#leftNav #logos
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/logos_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #logos:hover
	{
	background-image: url(images/logos_btn_hvr.gif);
	}
	
#leftNav #trophies
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/trophies_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #trophies:hover
	{
	background-image: url(images/trophies_btn_hvr.gif);
	} 

#leftNav #order
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/order_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #order:hover
	{
	background-image: url(images/order_btn_hvr.gif);
	}
	
#leftNav #contact
	{
	width: 147px;
	height: 29px;
	display: block;
	background-image: url(images/contact_btn.gif);
	background-repeat: no-repeat;
	}

#leftNav #contact:hover
	{
	background-image: url(images/contact_btn_hvr.gif);
	}


/* - - - DROP DOWN ORDER MENU - - - */

<ul id="drop">

#leftNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  left 147px;
}

#leftNav li {
  width: 100%;
}

#leftNav li ul {
	display: none;
	letter-spacing:1px;
	/*padding-top: 2px;*/
	margin: 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/drop_dwn_bckgrnd2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
  }
  
#leftNav li ul a:link {
  /*position: absolute;*/
  text-decoration: none;
  /*padding-top:2px;
  padding-left: 7px;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:bold;
  color:#ffffff;
  }
  
#leftNav li ul a:hover {
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:bold;
  color:#c7d90c;
  width:100%;
  }
  
#leftNav li ul li:hover {
  /* position: absolute;
  padding-top:2px;
  padding-bottom:2px;
  padding-right: 2px;
  padding-left: 2px;*/
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:bold;
  color:#000000;
  width:100%;
  }

#leftNav li > ul {
	/*top: 0;
	left: 147px;*/
	text-decoration: none;
	color:#000000;
	font-size: 13px;
	font-weight:bold;
	
	}

#leftNav li:hover ul, li.over ul{ 
	position:absolute;
	top: 190px;
	left: 147px;
	display: block;
	width: 102px;
	height: 93px;
	text-decoration:none;
}

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;


/* - - - DROP DOWN ORDER MENU END - - - */


	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#dropLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 12px;
}


/* - - - RIGHT BODY - - - */


#title {
	float: left;
	left: 267px;
	padding:0;
	margin:0;
	width: 530px;
	height: 75px;
	background-image: url(images/top_title.gif);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

#pageTitle {
	float: left;
	height: 55px;
	width: 500px;
	text-align: center;
}

#draftKit {
	float: right;
	background-image:url(images/kit_pic.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 7px;
	width: 165px;
	height: 89px;
}

#contents {
	float: left;
	width: 530px;
	height: 425px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: left;
	line-height: 17px;
}

#addCart {
	width: 94px;
	height: 22px;
}
	
#btmNav {
	float: left;
	padding-top: 36px;
	width: 350px;
	margin-left: 295px;
/*	text-align: center; */
	font-style: none;
}

#btmNav a{
	color: #FFFFFF;
	text-decoration: none;
}

#btmNav a:hover{
	color: #FFFF00;
}
	
#viewCart {
	float: left;
	width: 95px;
	text-align: center;
}

#shipInfo {
	float: left;
	margin-left: 295px;
	}

#joml {
	position: static;
	padding-left: 70px;
	width: 84px;
	height: 66px;
}

.prices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 30px;
}

#sd ul {
	padding-left: 65px;
	padding-right: 55px;
}

#sd ul li {
	padding-bottom: 5px;
}

#itemBox {
	float: left;
	width: 150px;
	margin-top: 25px;
	margin-left: 10px;
	text-align: center;
	
}

#itemTxt {
	padding-bottom: 10px;
}

#itemBox a{
	color: #FFFFFF;
	text-decoration: underline;
}

#itemBox a:hover{
	color: #FFFF00;



