/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/jaybg2.jpg");
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:898px; 
	padding: 0;
	border: solid 1px #000000;
	background: URL("/graphics/contentbg.gif") repeat-y;

}

div#header {
	width:898px;
	height:156px;
	background: url("/graphics/header2.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:898px;
	height:53px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif");
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
		color: #ffffff;

}




/* main nav */


#topmenu {
	width: 898px;
	height:43px;
	margin: 0 auto 0 auto;
	background:#000000;
}

#leftmenu {
	width: 220px;
	height:513px;
	margin: 0 0 0 0px;
	float:left;
	display: inline;
}




/* content formatting */

#pagecontent {
	width: 560px;
	padding: 35px 50px 20px 40px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:left;
}


#right_foot {
	float: right;
	padding-top: 18px;
	padding-right:20px;
	text-decoration: underline;
}

#right_foot a{
	color: #ffffff;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #ffffff;
	text-decoration: underline;

}


#left_foot {
	float: left;
	padding-top: 18px;
	padding-left:20px;
}

#left_foot a{
	color: #f8d852;
	text-decoration: underline;
	text-transform: uppercase;
	margin-left:19px;
}

#left_foot a:hover{
	color: #ffffff;
	text-decoration: underline;

}


#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #c50000;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}


a.smaller {
	font-size: 10px;
}


h1 {
	font-weight:bold;
	font-size:17px;
	color: #c50000;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

h1 span{
	font-weight:normal;
	font-size:12px;
	color: #c2c2c2;
	text-transform: uppercase;
	margin:0 0 0 10px;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}

div.thumb {
	height: 100px;
	width:100px;
	overflow: hidden;
	float: left;
	margin: 8px 0 0 8px;
	border: solid 2px #cacaca;
}

div.locThumbs {
	width:143px;
	float: left;
	margin: 10px 0 0 12px;
	text-align: center;
	_margin: 10px 0 0 8px;

}

div.locThumbs a{
	text-decoration: none;
	font-size:11px;
		line-height:12px;
		color:#000000;

}
div.locThumbs a:hover{
		color:#c50000;

}
div.locThumbpic {
	height: 110px;
	width:135px;
	overflow: hidden;
	margin: 8px 0;
	border: solid 4px #cacaca;
}

div.toppic {
	float: right;
	height: 156px;
	width: 100px;
	margin: 0 0 0 2px;
}



/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

#pipelist {
   overflow: hidden;
   width: 1000px;
   margin:0 10px;
   }

#pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

#pipelist ul li {
 display: inline;
   
   }

	
	
#pipelist li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
   line-height: 26px;
   margin: 0 8px;
   padding: 8px 0px 5px 0px;
   white-space: nowrap;
   font-size:12px;
   text-align: center;
}
#pipelist li a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid 4px #d40505;

}	

#pipelist li a.on {
	border-bottom: solid 4px #d40505;

}	

#pipelist li a.null {
	display:none;
}	
	
	
	
	
#pipelist li a.twoline {
   line-height: 14px;
   margin: 0 8px;
   padding: 7px 11px 4px 11px;
}
	




#leftmenu ul{
list-style: none;
margin: 24px 0 0 33px;
padding: 0;
border: none;
}

#leftmenu li a {
margin: 0;
font-size: 12px;
color: #202629;
text-align:left;
text-transform:uppercase;
display: inline-block;
padding: 5px 0;
color: #000000;
line-height: 17px;
text-decoration: none;
}



#leftmenu li a:hover {
color: #c50000;
	text-decoration: none;
}



/* index stuff */


#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:898px; 
	padding: 0;
	border: solid 1px #000000;
	background: URL("/graphics/splashbg.gif") repeat-y;

}
#splashcontent {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	
}

#splashleft {
	padding-top:350px;
	height:130px;
	width: 373px;
	float: left;
	display: inline;
	background: URL("/graphics/quotebg.jpg") no-repeat;

}

#splashleft a{
	color: #d40505;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-left:143px;
	
}

#splashleft a:hover{
	text-decoration: none;

}

#splashleft table {
 margin:30px 20px 0 30px; 
 float: left;
 display: inline;
}

input.login {
	border:1px solid #7a7a7a;  
	font-size: 10px; 
	color: #47485e; 
	width:133px; 
	height:16px;
}

#splashtext {
	width: 442px;
	float: right;
	padding: 42px 45px 0 0;
	line-height: 18px;

}

#splashtext span{
	font-style: italic;
	font-size: 18px;
	color: #d40505;
	font-weight: bold;
	text-transform: uppercase;

}

div.splashSubhead{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #bebebe;
	padding-bottom: 3px;
	margin-bottom: 15px;
}



#splashnews {
	float: left;
	width: 195px;
	margin: 40px 0 0 25px;
}

#splashnews ul {
	margin: 0;
	padding: 0;
}

#splashnews li{
	list-style: none;
	margin: 0 0 14px 0;
}

#splashnews a{
	color:#000000;
	text-decoration: none;

}

#splashnews a:hover{
	color: #c50000;
	text-decoration: underline;

}

#splashsuck {
	padding: 0 0 0 5px;
}


#splashlocations {
	float: left;
	width: 195px;
	margin: 40px 0 0 0;
	padding-right: 25px;
	border-right: solid 1px #bebebe;
	height: 230px;
}

#splashsuck a{
	color: #d40505;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height:20px;	
}

#splashsuck a:hover{
	text-decoration: none;

}

#splashsuck {
	padding: 0 0 0 5px;
}






