/**
 * 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/bg.gif);
	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:884px;	
	height:550px;
}

div#header {
	width:884px;
	height:65px;
	padding-top: 38px;
	margin: 0;
}

div#social {
	width:54px;
	height:16px;
	padding-top: 38px;
	margin-right: 20px;
	float: right;
}
	
div#content {
	background: url("/graphics/pagebg.gif") repeat-y;
	width:860px;
	padding: 0 12px ;
	margin: 0 auto 0 auto;
}
div#content2 {
	background: url("/graphics/pagebg2.gif") repeat-y;
	width:860px;
	padding: 0 12px ;
	margin: 0 auto 0 auto;
}
div#contentbg {
	background: url("/graphics/restofbg3.gif") no-repeat;
	width:860px;
	padding: 0px ;
	margin: 0;
}

div#footer {
	position:relative;
	width:860px;
	height:118px;
	font-size:10px;
	margin: 0 auto 0 auto;
}

div#foot {
	background: url("/graphics/footer.gif") no-repeat;
	position:relative;
	width:860px;
	height:118px;
	font-size:10px;
	margin: 0 auto 0 auto;
}




/* main nav */


#topmenu {
	width: 800px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("/graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 205px;
	margin: 0;
	padding:0;
	background: url("/graphics/leftbg.gif")  no-repeat;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 552px;
	padding: 20px 53px 20px 50px;
	overflow: auto;
	line-height:15px;
	float:left;
	min-height:510px;
	overflow: auto;
}

#listingcontent {
	width: 605px;
	padding: 20px 0px 20px 50px;
	overflow: auto;
	line-height:15px;
	float:left;
	min-height:510px;
	overflow: auto;
}

#opp {
	background: url("/graphics/oppbg.jpg") no-repeat;
	width:204px;
	height: 189px;
	padding: 0px 0px 0px 0px;
	margin-top: 120px;
	text-align: center;
	line-height:20px;
}

#logos {
	width: 850px;
	height: 79px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #b3b2ae;
	margin-top:5px;
	text-align: center;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 8px;
	padding-right:12px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 8px;
	padding-left:11px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



span.welcome {
	font-weight:normal;
	font-family: georgia, times;
	font-size:18px;
	color: #016237;
	margin:-2px 0 0 -40px;
}
h1 {
	font-weight:normal;
	font-family: georgia, times;
	font-size:18px;
	color: #c18e27;
	text-transform: uppercase;
	margin:50px 0 15px 0;
	width:500px;
}
h2 {
	font-weight:normal;
	font-family: georgia, times;
	font-size:18px;
	color: #c18e27;
	text-transform: uppercase;
	margin:50px 0 15px 0;
	width:320px;
}
h3{
	font-weight:normal;
	text-transform: uppercase;
	font-family: georgia, times;
	font-size:15px;
	color: #ffffff;
	margin:6px 0 14px 0;
}
h4{
	font-weight:normal;
	text-transform: uppercase;
	font-family: georgia, times;
	font-size:16px;
	color: #3c4f42;
	margin: 0 0 5px 0;
	padding-top: 10px;
}
h6{
	font-weight:normal;
	text-transform: uppercase;
	font-family: georgia, times;
	font-size:15px;
	color: #ffffff;
	margin:6px 0px 14px 45px;
}
#more {
	position: relative;
	_position: relative;
	width:90px;
	float:right;
	right:15px;
	_right:0;
	.bottom: 10px;
	}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* catalog styles */

a.splashlinks {
	color: #01177a;
	text-decoration: none;
}
a.splashlinks:hover {
	color: #0266c4;
	text-decoration: underline;
}
a.morelink {
	color: #791f00;
	text-decoration: none;
}
a.morelink:hover {
	color: #791f00;
	text-decoration: underline;
}


.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;
}
#email {
	background: URL(/graphics/emailbg2.gif);
	margin-top: 18px;
	padding: 10px;
	border-top: solid 1px #cfcbc2;
	border-bottom: solid 1px #cfcbc2;
	height:66px;
	}
td.listhead {
	/*font-weight: bold; */
	font-size:12px;
	/* text-transform: uppercase; */
	padding-right:5px;
	line-height: 17px; 
	}
div.line {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ecebe8;
	}



/* menu codes */

	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 205px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:right;
text-transform:uppercase;
background: URL(/graphics/menubg.jpg) no-repeat;
border-bottom: solid 1px #ffffff;

}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*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;
font-family: georgia, times;
padding: 10px 7px 0 0;
color: #000000;
text-decoration: none;
text-align:center;
width: 195px;
_width: 198px;
height:24px;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #b4aea2;

}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #bf0501;
text-decoration: none;
background: URL(/graphics/menubgover.gif);
}

li div.blueblock {
display: block;
font-family: georgia, times;
color: #000000;
text-decoration: none;
text-align:center;
width: 198px;
height:24px;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #b4aea2;

}

li div.blueblock:hover{
text-decoration: none;
background: URL(/graphics/menubgover.gif);
}

a.sublinks {
	font-family: arial;
	color: #095132;
	text-decoration: none;
	text-transform: none;
}
a.sublinks:hover {
	color: #bf0501;
	text-decoration: underline;
}

.searchContent {
	padding-right: 25px
}



/*   cool vertical drop down menu   */


div.fieldhead {
	text-transform: uppercase;
	width:120px;
	font-size:11px;
	float: left;
	padding-top: 3px;
}








