/**
 * 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/bgnew.gif") #c5d6b9 repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#464644;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px;
	background: url("/graphics/mainbg.jpg") #c5d6b9 no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:900px;
	height:75px;
	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:900px;
	height:38px;
	bottom:0; /* stick to bottom */
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 900px;
	height:32px;
	margin: 0 auto 0 auto;
}

#leftmenu {
	width: 161px;
	margin: 0 0 0 68px;
	display:inline;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 580px;
	padding: 30px 54px 20px 0;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#right_foot {
	float: right;
	padding-top: 8px;
	padding-right:54px;
}

#left_foot {
	float: left;
	padding-top: 8px;
	padding-left:83px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #8c3cca;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #a12828;
	text-decoration: underline;
}

a.imedia {
	color: #464644;
	text-decoration: underline;
}
a.imedia:hover {
	color: #a12828;
	text-decoration: underline;
}
a.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.catalog:hover {
	color: #3362CD;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.link {
	color: #052062;
	text-decoration: none;
}
a.link:hover {
	color: #425990;
	text-decoration: underline;
}
td.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
td.normalbody {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	background :  #b1bfa7;
}
td.smallbody {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	background :  #c2ceba;
}


h1 {
	font-weight:bold;
	font-size:15px;
	color: #a12828;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}

h2 {
	font-weight:normal;
	font-size:15px;
	color: #575757;
	text-transform: uppercase;
	margin:10px 0 8px 15px;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* 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: 780px;
   margin:10px 0 0 85px;
   font-size:13px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #6e6e6e;
   float: left;
   line-height: 13px;
   height:14px;
   margin: 0 .5em 0 -.5em;
   padding: 0 10px 0 10px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #6e6e6e;
	text-decoration: none;
}
.pipelist a:hover {
	color: #a12828;
	text-decoration: none;
}	
	
	
	

.pipelist2 {
   overflow: hidden;
   width: 500px;
   margin:0 0 15px 25px;
   padding:0 0 5px 0;
   font-size:11px;
   
   }

.pipelist2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist2 li {
   float: left;
   line-height: 18px;
   margin: 0 2px 0 0;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   background:#c2ceba;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #6e6e6e;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #a12828;
	text-decoration: none;
}		
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 161px;
padding: 0;
font-size: 12px;
font-family:trebuchet ms;
color: #202629;
text-align:left;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 143px; /*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: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#a12828;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock:hover{
color: #ffffff;
background:#b15e53;
	text-decoration: none;
}


li a.blueblock2 {
display: block;
padding: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#589150;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock2:hover{
color: #ffffff;
background:#7da86f;
	text-decoration: none;
}


li a.blueblock3 {
display: block;
padding: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#e57022;
}

html>body li a.blueblock3 { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock3:hover{
color: #ffffff;
background:#df904e;
	text-decoration: none;
}


li a.blueblock4 {
display: block;
padding: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#8c3cca;
}

html>body li a.blueblock4 { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock4:hover{
color: #ffffff;
background:#a06bc6;
	text-decoration: none;
}


li a.blueblock5 {
display: block;
padding: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#4d4ad0;
}

html>body li a.blueblock5 { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock5:hover{
color: #ffffff;
background:#7274ca;
	text-decoration: none;
}

li a.blueblock6 {
display: block;
padding: 10px 0 10px 18px;
margin:0 0 3px 0;
color: #ffffff;
text-decoration: none;
width: 143px;
background:#0d0b7a;
}

html>body li a.blueblock6 { /*Non IE6 width*/
width: auto;
margin:0 0 3px 0;
}

li a.blueblock6:hover{
color: #ffffff;
background:#6b729a;
	text-decoration: none;
}

