/**
 * 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: #19191a;
	font-family:trebuchet ms,arial,sans-serif;
	font-size:12px;
	color:#ffffff;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:920px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:920px;	
	height:750px; 
}

div#header {
	width:920px;
	height:221px;
	background: url("/graphics/header.gif") #6b7071 no-repeat;
	margin: 0 auto 0 auto;
}

div#header_splash {
	width:920px;
	height:91px;
	background: url("/graphics/header_splash.gif") no-repeat;
	margin: 0 auto 0 auto;
}

	
div#content {
	padding:0 0 80px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content_splash {
	width:920px;
	height:412px;
	padding:0;
	margin: 0 auto 0 auto;
}
div#careercenter {
	width:920px; 
	height:186px;
	padding:0;
	margin: 0 auto 0 auto;
	background: url("/graphics/careercenter.gif") no-repeat;
}

div#footer {
	position:absolute;
	width:705px;
	height:60px;
	bottom:0; /* stick to bottom */
	left:215px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	border:0px solid #ffffff;
	visibility: hidden;
}

div#footer_splash {
	width:705px;
	height:60px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	border:0px solid #ffffff;
	float:right;
}




/* main nav */


#leftmenu {
	width: 188px;
	height:283px;
	margin: 0 0 0 0px;
	padding: 32px 0 0 27px;
	background: url("/graphics/menubg.gif") no-repeat;
	float:left;
}




/* content formatting */

#pagecontent {
	width:705px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	float:right;
}

#text {
	width: 615px;
	padding: 22px 50px 20px 40px;
	overflow: auto;
	line-height:15px;
	float:right;
}

#splash_left {
	width: 289px;
	height:412px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background: url("/graphics/splash_left.gif") no-repeat;
	float:left;
}

#rotate {
	width: 631px;
	height:412px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background: url("/graphics/rotatebg.gif") no-repeat;
	float:right;
}


#right_foot {
	color: #d1d1d1;
	float: right;
	padding-top: 24px;
	padding-right:26px;
}

#left_foot {
	color: #d1d1d1;
	float: left;
	padding-top: 24px;
	padding-left:16px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #ffffff;
	text-decoration: underline;
	  outline: none;

}

a:hover {
	color: #f8c301;
	text-decoration: underline;
}

a.imedia {
	color: #d1d1d1;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:20px;
	color: #ffffff;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}

h2 {
	font-weight:normal;
	font-size:16px;
	color: #ffffff;
	text-transform: normal;
	margin:0;
	padding-bottom: 10px;
}

h3 {
	font-weight:normal;
	font-size:14px;
	color: #ffffff;
	text-transform: normal;
	margin:0 0 0 9px;
}

h4 {
	font-weight:normal;
	font-size:16px;
	color: #ffffff;
	text-transform: normal;
	margin:8px 0;

}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

div.listitem {
margin: 7px 0;
padding-bottom: 7px;
border-bottom: solid 1px #535353;
}


/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
a.otherlinks {
	color: #ffffff;
	text-decoration: none;
}
a.otherlinks:hover {
	color: #f8c301;
	text-decoration: underline;
}
a.gallery {
	color: #ffffff;
	text-decoration: none;
}
a.gallery:hover {
	color: #f8c301;
	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;
}






/* menu codes */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 160px;
padding: 0;
font-size: 12px;
text-align:right;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 145px; /*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: 9px 15px 0 0;
.padding: 6px 15px 0 0;
color: #ffffff;
text-decoration: none;
width: 145px;
height:20px;
.height:23px;
border-bottom:1px solid #535353;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #ed9c01;
	text-decoration: none;
}

li.else {
display: block;
padding: 9px 15px 0 0;
.padding: 6px 15px 0 0;
color: #757576;
text-decoration: none;
width: 145px;
height:20px;
.height:23px;
border-bottom:1px solid #535353;
}



li a.blueblock2 {
display: block;
padding: 9px 15px 0 0;
.padding: 6px 15px 0 0;
color: #ffffff;
text-decoration: none;
width: 145px;
height:20px;
.height:23px;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #757576;
	text-decoration: none;
}



