/**
 * 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: #e9e6db;
	font-family:georgia,times,serif;
	font-size:14px;
	color:#6d6f70;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
	background: #fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:1000px;
	height:166px;
	background: url("/graphics/header.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:980px;
	height:55px;
	bottom:0; /* stick to bottom */

	border-top:1px solid #a9a7a8;
	font-size:12px;
	margin: 0 10px 0 10px;
	visibility: hidden;
	color: #6d6f70;

}




/* main nav */


#topmenu {
	width: 1000px;
	height:38px;
	margin: 0 auto 0 auto;
	background: url("/graphics/menubg.gif")  repeat-x;
}

#leftmenu {
	width: 200px;
	height:467px;
	margin: 0 0 0 0px;
	background: #eaeaea;
	float:left;
}




/* content formatting */

#splashpagecontent {
	width: 1000px;
	margin: 7px 0 20px 0;
	overflow: auto;
	line-height:26px;
	float:left;
	background: url("/graphics/rightbar.gif") top right no-repeat;
}

#pagecontent {
	width: 924px;
	margin: 34px 0 20px 39px;
	overflow: auto;
	line-height:26px;
	float:left;
}

#rightbar {
	float:right; 
	width:337px;
	padding:27px 0 15px 12px;
}

#left_foot {
	float: left;
	padding-top: 13px;
	padding-left:12px;
}

#right_foot {
	float: right;
	padding-top: 13px;
	padding-right:12px;
}


#right_foot a{
	color: #6d6d6f;
	text-decoration: none;
}

#right_foot a:hover{
	color: #90b8f0;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #154f8f;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #90b8f0;
	text-decoration: underline;
}

a.loc {
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family:helvetica,arial,sans-serif;
	font-weight:bold;
	 outline: none;
	 text-transform:uppercase;
	 line-height:20px;
}
a.loc:hover {
	color: #90b8f0;
	text-decoration: none;
}


a.butn {
	color: #154f8f;
	font-weight:bold;
	font-size:15px;
	text-decoration: none;
	 outline: none;
	 padding:5px 15px;
	 background:#e5e6ef;

}
a.butn:hover {
	color: #154f8f;
	 background:#cfd3f9;
	text-decoration: none;
}








h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.radiofield td {
font-size: 10px;
text-align:left;

}

.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: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;
   margin:0;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #9c9a9b;
   float: left;
   line-height: 22px;
   margin: 0 .5em 0 -.5em;
   padding: 2px 12px 0 12px;
   white-space: nowrap;
	text-transform:uppercase;
	font-family:helvetica,arial,sans-serif;
   background:#e1e1e1;
   }

.pipelist li:hover {
   background:#c5d5e9;
	}
	
.pipelist a {
	color: #6c6c6e;
	text-decoration: none;
}
.pipelist a:hover {
	color: #3160a2;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:bold;
font-size:12px;
line-height:16px;
text-transform:uppercase;
	font-family:helvetica,arial,sans-serif;
width: 100%;
}

* 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: 11px 18px 0 19px;
height:27px;
text-decoration: none;
	background: url('/graphics/mbg.gif') no-repeat;
}

#underlinemenu ul li a:hover{
color: #fff;
	background: url('/graphics/mbg.gif') #3160a2 no-repeat;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#newslist{
width: 304px;
padding: 0;
margin:8px 0 30px 12px;
font-size: 14px;
text-align:left;
line-height:22px;
}

* html #newslist{ /*IE 6 only */
w\idth: 304px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 12px 0 13px 0;
color: #fff;
text-decoration: none;
width: 304px;
}

a.newslist {
color: #fff;
text-decoration: none;
}

html>body li a.newslist { /*Non IE6 width*/
width: auto;
}

li a.newslist:hover{
color: #90b8f0;
	text-decoration: none;
}

a.newslist:hover{
color: #90b8f0;
	text-decoration: none;
}
