/* DEFAULTS START */

body { 
   	color: #000000; 
   	font-size: 11px;
   	font-family: Verdana, Geneva, Arial, sans-serif;  
   	font-weight: normal; 
	background: #ffffff; 
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(../images/bkgd.gif);
}

/* DEFAULTS END */

/* LAYOUT START */
#capsule {
   width: 780px;				/* set the width of the entire page */
   margin: 0px auto;              /*ensure the capsule is centered */
   background-color: #ffffff;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;  
}

#capsule_header {
	 width: 780px;
	height: 132px;
	 margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: 7px solid #000000;
    background-image: url(../images/banner_bkgd.gif);
    background-repeat: repeat-x;
}
#capsule_header img{
	float: left;
}
#capsule_header #subhead1{
	color: ffffff;
	float: left;
	width: 445px;
	height: 64px;
	background-image: url(../images/cat.gif);
	background-position: right top ;
    background-repeat: no-repeat;
}

#capsule_header #subhead2{
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	float: left;
	width: 445px;
	height: 17px;
	background-image: url(../images/cat.gif);
	background-position: right -64px;
    background-repeat: no-repeat;
}

#capsule_body {
 	
    width: 780px;
	clear: left; /* clears any floats from the header */
	margin: 0px 0px;
    padding: 0px 0px;
    background-image: url(../images/border.gif);
	background-position: 225px 0px;
    background-repeat: repeat-y;
}	
#left_pane{
	float: left;
	width: 225px;
	text-align: left;
	margin: 0px 6px 0px 0px;
    padding: 0px 0px;
}
#right_pane{
	float: left;
	width: 549px;
	text-align: left;
	margin: 0px 0px;
    padding: 0px 0px;
}
.clear{
	clear: left;
}
#capsule_footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
    color: #ffffff;
}

/* LAYOUT END */


/* SITE NAVIGATION */
#capsule_header #nav{
	text-align: right;
	float: left;
	width: 445px;
	height: 23px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
 	padding: 3px 0px 0px 0px;
}
#nav ul{
	list-style: none;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#nav li{
	display: inline;	
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#nav a{
  	margin: 0px 0px 0px 0px;
 	padding: 0px 8px 5px 8px;
 	color: #ffffff;
 	text-decoration: none;
}
#nav a:link{
 	color: #ffffff;
 	text-decoration: none;
}
#nav a:hover{
 	color: #ffffff;
 	text-decoration: none;
 	border-bottom: 4px solid #A20005;
}
/* END SITE NAVIGATION */

/* COMPONENTS START */
.chain{
	height: 18px;
	margin: 5px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
	background-image: url(../images/chains.gif);
	background-position: 0px 0px;
    background-repeat: repeat-x;

}
#left_pane h1{
 	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
 	font-size: 13px;
 	border-bottom: 1px solid #000;
}
#right_pane h1{
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
 	font-size: 14px;
 	color: #A20005;
}
#right_pane h2{
 	margin: 5px 0px 10px 0px;
 	padding: 2px 0px 3px 0px;
 	font-size: 14px;
 	color: #ffffff;
 	background-color: #A20005;
 	text-align: center;
 	border: 1px solid #000000;
}
#right_pane p{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
 	font-size: 11px;
 	line-height: 18px;
}
#right_pane_top{
	
	color: #ffffff;
	margin: 0px 0px 0px 0px;
 	padding: 10px 10px 10px 15px;
 	color: #000000;
}
#right_pane_btm{
	color: #ffffff;
	margin: 0px 0px 0px 0px;
 	padding: 10px 10px 10px 15px;
 	background-color: #3E3E40;
 	
}
.more_btn{
	width: 85px;
	text-align: center;
	Background-color: #A20005;
	border: 1px solid #000000;
	padding: 2px 2px;
	font-size: 10px;

}

#static_cont{
	margin: 0px 0px 0px 0px;
 	padding: 10px 20px 10px 20px;
}
#static_cont ul{ 
	margin: 0px 0px 0px 0px;
 	padding: 10px 20px 10px 20px;
 	list-style-type: none;
}
#static_cont li{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 10px 0px;
}
#content{
	margin: 0px 0px 0px 0px;
 	padding: 10px 20px 10px 20px;

}
/* COMPONENTS END */


/*  STORE PAGES   */
#store_capsule_body {
 	
    width: 780px;
	clear: left; /* clears any floats from the header */
	margin: 0px 0px;
    padding: 0px 0px;
    /*background-image: url(../images/border.gif);
	background-position: 150px 0px;
    background-repeat: repeat-y;*/
    background-image: url(../images/ltpane_bkgd.gif);
	background-position: 0px 0px;
    background-repeat: repeat-y;
}	
#store_lt_pane{
	float: left;
	width: 150px;
	text-align: left;
	margin: 0px 6px 0px 0px;
    padding: 0px 0px;
}
#store_rt_pane{
	float: left;
	width: 624px;
	text-align: left;
	margin: 0px 0px;
    padding: 0px 0px;
    height: 400px;
}
#store_lt_pane a{
  	display: block;
  	margin: 0px 0px 0px 0px;
 	padding: 4px 0px 4px 12px;
 	color: #ffffff;
 	font-weight: bold;
 	text-decoration: none;
}
#store_lt_pane a:link{
 	/*margin: 0px 0px 0px 0px;
 	padding: 5px 0px 5px 12px;*/
 	color: #ffffff;
 	text-decoration: none;
}
#store_lt_pane a:hover{
 	/*margin: 0px 0px 0px 0px;
 	padding: 5px 0px 5px 12px;*/
 	color: #ffffff;
 	text-decoration: none;
 	background-color: #A20005;
 	
} 	
#store_lt_pane ul{
	list-style: none;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#store_lt_pane li{
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 	border-top: 1px solid #B0AFAF;
 	border-bottom: 1px solid #222222;
}

 	
/*   END STORE PAGES   */








/* LINKS START */

#left_pane h1 a, #left_pane h1 a:link, #left_pane h1 a:visited{
  	color: #fff;
 	text-decoration: none;
 	background-color: #313131;
 	display: block;
 	padding: 5px 10px;
 	margin: 0px 0px;
 	border-bottom: 1px solid #ccc;
}
#left_pane h1 a:hover{
  	color: #000;
 	text-decoration: none;
 	background-color: #A20005;
}

#left_pane  a:link{
	color: #A20005;
	text-decoration: underline;
}
#left_pane a:hover{
	color: #000000;
	text-decoration: none;
}
#left_pane  a:visited{
	color: #A20005;
	text-decoration: underline;
}


#static_cont  a:link{
	color: #A20005;
	text-decoration: underline;
}
#static_cont a:hover{
	color: #000000;
	text-decoration: none;
}
#static_cont  a:visited{
	color: #A20005;
	text-decoration: underline;
}


#static_cont li a{
	font-size: 14px;
}


/*.more_btn a{
	color: #ffffff;
	text-decoration: none;
}*/
.more_btn a:link{
	color: #ffffff;
	text-decoration: none;
}
.more_btn a:hover{
	color: #000000;
	text-decoration: none;
}
.more_btn a:visited{
 	color: #ffffff;
 	text-decoration: none;
}


#capsule_footer a:link{
 	color: #ffffff;
 	text-decoration: underlined;
}
#capsule_footer a:hover{
 	color: #A20005;
 	text-decoration: none;
}
#capsule_footer a:visited{
 	color: #ffffff;
 	text-decoration: underlined;
/* LINKS END */

