/**
 * 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/ssc_bg.gif") #000000;
	background-repeat: repeat-x;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#000000;
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px;
	background: url("/graphics/mainbg.gif") #e4e4e4 repeat-x;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px;
	background: url("/graphics/mainbg.gif") #e4e4e4 repeat-x;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:900px;
	height:155px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#splashcontent {
	padding:0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content {
	padding:0 0 105px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#splashfooter {
	position:absolute;
	width:900px;
	height:105px;
	color: #000;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:900px;
	height:105px;
	bottom:0; /* stick to bottom */
	color: #000;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 900px;
	height:37px;
	margin: 0 auto 0 auto;
	background: url("/graphics/menubg.gif") repeat-x;
}

#botmenu {
	margin: 5px auto 0 auto;
}



/* content formatting */

.pagecontent {
	width: 805px;
	margin: 32px 0 20px 32px;
	overflow: auto;
	line-height:22px;
	float:left;
	display:inline;
}


.pagecontent img {
	float:right; 
	margin:0 0 15px 25px; 
	border:2px solid #515151;
	clear:right;
}

#splashpagecontent {
	width: 868px;
	margin: 0;
	overflow: auto;
	line-height:22px;
	float:right;
	display:inline;
}

#right_foot {
	text-decoration:underline;
	float: right;
	padding-top: 30px;
	padding-right:18px;
}

#left_foot {
	float: left;
	padding-top: 30px;
	padding-left:18px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #f2da0f;
	text-decoration: underline;
}

a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #b2b2b2;
	text-decoration: underline;
}

a.crane {
	color: #434452;
	text-decoration: underline;
}
a.crane:hover {
	color: #747474;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:21px;
	color: #000;
	text-transform: capitalize;
	margin:0 0 16px 0;
}

h2 {
	font-weight:bold;
	font-size:21px;
	color: #000;
	text-transform: capitalize;
	margin:0 0 11px 0;
}



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;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 900px;
   margin:0 auto 0 auto;
   font-size:15px;
   font-weight:bold;
   text-transform:uppercase;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 36px;
   margin: 0;
   padding: 0 19px 0 19px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #000000;
	text-decoration: none;
}
.pipelist a:hover {
	color: #b2b2b2;
	text-decoration: none;
}	
	
	
	
	
.pipelist2 {
float:left;
   overflow: hidden;
   font-size:11px;
   font-weight:bold;
   text-transform:uppercase;
   
   }

.pipelist2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist2 li {
   border-left: 1px solid #000;
   float: left;
   line-height: 11px;
   margin: 0 .5em 0 -.5em;
   padding: 3px 23px 0 23px;
   white-space: nowrap;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #000000;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #b2b2b2;
	text-decoration: none;
}	

li.pipelist3  {
   border-left: 0px;
   float: left;
   line-height: 11px;
   margin: 0;
   padding: 3px 12px 4px 12px;
   white-space: nowrap;
   background:#000;
   
   }

li.pipelist3:hover {
   background:#b2b2b2;
	color: #000;
	}

   
.pipelist3 a {
	color: #f2da0f;
   font-weight:normal;
	text-decoration: none;
}
.pipelist3 a:hover {
	color: #f2da0f;
	text-decoration: none;
}	
	
	

.solidblockmenu5{
	margin: 0;
	padding: 0;
	float:right;
	display:inline;
   margin: 70px 37px 0 0;
	text-decoration: none;
	text-transform:uppercase;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
   background:#b2b2b2;
	z-index: 1000;
}


.solidblockmenu5 li{
	display: inline;
}

.solidblockmenu5 li a{
	float: left;
	color: #000000;
   padding:5px 14px 6px 14px;
	text-decoration: none;
}


.solidblockmenu5 li a:hover, .solidblockmenu li .current{
	color: #000000;
   background:#d4d4d4;
	text-decoration: none;
}
