/**
 * 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: #c7c7bc;
	font-family: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:958px; 
	padding: 0;
	background: URL("/graphics/pagebg.gif") repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	position:relative;
	width:958px;
	height:201px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 150px 0; /* bottom padding for footer */
	margin: 0 4px 0 4px;
}

div#footer {
	position:absolute;
	width:958px;
	height:135px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") #cccccc no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #cacaca;

}




/* main nav */


#topmenu {
	width: 850px;
	height:40px;
	margin: 0 auto 0 auto;
	float:right;
}

#leftmenu {
	width: 203px;
	margin: 0 0 0 0px;
	padding:2px 0 4px 0;
	background:#e9e9e4;
	border-left:10px solid #838374;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 705px;
	margin: 18px 0 20px 0;
	padding: 0 0 0 3px;
	overflow: auto;
	line-height:15px;
	float:right;
}
#leftbar {
	width: 203px;
	float:left;
}

#leftbartxt {
	margin: 28px 0 8px 18px;
	font-family:georgia, times; 
	font-size:14px; 
	color:#838374;
	text-transform:uppercase;
}

#left_foot {
	font-size:12px;
	color: #fff;
	float: left;
	padding-top: 5px;
	padding-left:30px;
	height:19px;
}

#right_foot {
	color: #c7c7bc;
	float: right;
	padding-top: 6px;
	padding-right:30px;
	height:18px;
}


#right_foot a{
	color: #c7c7bc;
	text-decoration: none;
}

#right_foot a:hover{
	color: #ebbb14;
	text-decoration: underline;

}

#left_foot2 {
	color: #e3e3db;
	float: left;
	padding-top: 6px;
	padding-left:30px;
	line-height:15px;
}

#left_foot3 {
	color: #e3e3db;
	padding-top: 6px;
	padding-left:250px;
	padding-right: 30px;
	line-height:15px;
	text-align: left;
}

#right_foot2 {
	font-size:10px;
	font-style:italic;
	color: #c7c7bc;
	float: right;
	padding-top: 40px;
	padding-right:30px;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #2065ae;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ebbb14;
	text-decoration: underline;
}

a.news {
	color: #000;
	text-decoration: none;
}
a.news:hover {
	color: #99a5c7;
	text-decoration: underline;
}

a.more {
	color: #a40000;
	text-decoration: none;
	float:right;
}
a.more:hover {
	color: #ebbb14;
	text-decoration: none;
}

a.rep {
	color: #003d7d;
	font-weight:bold;
	text-decoration: none;
}
a.rep:hover {
	color: #ebbb14;
	text-decoration: none;
}



h1 {
	font-weight:normal;
	font-style:italic;
	font-size:20px;
	text-transform: capitalize;
	font-family:georgia, times;
	color: #fff;
	padding:9px 0 0 23px;
	margin:0 0 0 -3px;
	height:26px;
	background: url("/graphics/h1bg.gif") no-repeat;
}

h2 {
	font-weight:normal;
	font-style:italic;
	font-size:26px;
	text-transform: capitalize;
	font-family:georgia, times;
	color: #003d7d;
	padding:5px 0 5px 13px;
	margin:27px 0 14px 0;
	border-left: 9px solid #ebbb14;
}

h3 {
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
	color: #003d7d;
	padding:9px 0 9px 11px;
	margin:0 0 13px -20px;
	border-left: 9px solid #99a5c7;
}


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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #033a63;
}

	
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 */


	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
position:absolute;
right:4px;
_left:161px;
bottom:0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:13px;
text-transform:uppercase;
width: 100%;
font-family:georgia, times;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 0 15px 0 15px;
height:22px;
text-decoration: none;
border-bottom:6px solid #9da7c7;
}

#underlinemenu ul li a:hover{
color: #fff;
border-bottom:6px solid #ebbb14;
}



	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 178px;
padding: 0;
margin:0 0 0 11px;
font-size: 11px;
text-align:left;
text-transform:uppercase;
font-family:georgia, times;
}

* html #blueblock{ /*IE 6 only */
w\idth: 171px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 13px 0 0 7px;
color: #464646;
text-decoration: none;
width: 171px;
height:25px;
border-bottom:1px solid #fff;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #ebbb14;
	text-decoration: none;
}



li a.blueblock2 {
display: block;
padding: 13px 0 0 7px;
color: #464646;
text-decoration: none;
width: 171px;
height:38px;
border-bottom:1px solid #fff;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #ebbb14;
	text-decoration: none;
}








#newslist{
padding: 0;
text-align:left;
margin: 10px 0; width:180px;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: none;
height:24px;
}

li a.newslist:hover{
color: #99a5c7;
	text-decoration: underline;
}



