html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #c6c0a1;
	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:920px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:920px;
	height:145px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 90px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:920px;
	height:90px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") #cccccc no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */

#ct_top {
	width:641px;
	height:48px;
	background: url("/graphics/ct_top.gif")  no-repeat;
	padding:28px 0 0 8px;
	position:relative;
}

#topmenu {
	width: 640px;
	height:27px;
	margin: 0 auto 0 auto;
	position:absolute;
	bottom:0;
}

#leftmenu {
	width: 238px;
	margin: 0 0 0 15px;
	display:inline;
	float:left;
}

#black {
	width:238px; 
	height:24px; 
	background:#36372f; 
	font-size:14px; 
	color:#ffffff; 
	text-align:center; 
	padding:8px 0 0 0; 
	text-transform:uppercase;
}

#red {
	background: url("/graphics/redmenu.gif")  no-repeat;
	border-bottom:2px solid #ffffff;
	padding:12px 0 0 15px;
}

#blue {
	background: url("/graphics/bluemenu.gif")  no-repeat;
	border-bottom:2px solid #ffffff;
	padding:12px 0 0 15px;
}

#green {
	background: url("/graphics/greenmenu.gif")  no-repeat;
	border-bottom:2px solid #ffffff;
	padding:12px 0 0 15px;
}



/* content formatting */

#pagecontent {
	width: 584px;
	margin:25px 56px 0 25px;
	overflow: auto;
	line-height:15px;
	display:inline;
	float:right;
}

#splashpagecontent {
	width: 649px;
	margin:0 16px 0 0;
	overflow: auto;
	line-height:15px;
	display:inline;
	float:right;
}

#seal {
	position: absolute; 
	top: 40px;
	left: 760px;
	width: 154px; 
	height: 153px; 
	_background: url("/graphics/burst2.gif") no-repeat;
	background: url("/graphics/burst2.png") no-repeat;
	z-index: 1000;
}

#communitypagecontent {
	width: 649px;
	margin:0 16px 0 0;
	overflow: auto;
	line-height:15px;
	display:inline;
	float:right;
}
#splashpics {
	background: url("/graphics/splashpics_bg.gif") repeat-y;
	width:649px; 
	height:346px; 
	padding:13px 0 0 0; 
	border-bottom:2px solid #ffffff;
}

#splbot {
	background: url("/graphics/splbot.gif")  repeat-y;
	width: 649px;
	overflow: auto;
}

#spleft { 
	width:374px; 
	color:#ffffff; 
	float:left;
}

#sprt { 
	width:273px; 
	color:#ffffff; 
	float:right;
}

#leftop {
	height:20px; 
	background: url("/graphics/leftop.gif")  no-repeat;
	padding:15px 0 0 29px;
	font-size:15px;
	font-weight:bold;
}

#right_foot {
	color: #000000;
	float: right;
	padding-top: 20px;
	padding-right:20px;
}

#left_foot {
	color: #000000;
	float: left;
	padding-top: 20px;
	padding-left:20px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #2b565d;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c59987;
	text-decoration: underline;
}

a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c59987;
	text-decoration: underline;
}

a.comm {
	color: #ffffff;
	text-decoration: none;
}
a.comm:hover {
	color: #c59987;
	text-decoration: underline;
}

a.dl {
	color: #b20f0f;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
a.dl:hover {
	color: #c59987;
	text-decoration: underline;
}

a.bbb {
	color: #ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	text-decoration: none;
	line-height: auto;
}

a.bbb:hover {
	color: #006495;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	text-decoration: none;
	line-height: auto;
}

a.mail {
	color: #000000;
	text-decoration: underline;
}
a.mail:hover {
	color: #c59987;
	text-decoration: underline;
}

a.more {
	color: #ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}
a.more:hover {
	color: #d46239;
	text-decoration: underline;
}

h1 {
	font-weight:normal;
	font-size:18px;
	color: #606752;
	text-transform: uppercase;
	margin:0 0 19px 12px;
}

h2 {
	font-weight:normal;
	font-size:18px;
	color: #ffffff;
	text-transform: uppercase;
	margin:0 0 0 8px;
}

h3 {
	font-weight:bold;
	font-size:17px;
	color: #b20f0f;
	font-style:italic;
	margin:0 0 5px 0;
}

h4 {
	font-weight:normal;
	font-size:16px;
	color: #606752;
	text-transform: uppercase;
	margin:15px 0 10px 17px;
}


#splashtxt {
	font-weight:bold;
	font-size:15px;
	color: #b20f0f;
	font-style:italic;
}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

img {
	margin:0px;
	padding:0px;
}

/* 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: 640px;
   margin:0 auto 0 auto;
   font-size:13px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 26px;
   padding: 0 8px 0 8px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: #b12b2b;
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #ffffff;
	_color: #c6c0a1;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 223px;
padding: 0;
font-size: 13px;
color: #ffffff;
text-align:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 202px; /*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_red {
display: block;
padding: 0 0 15px 11px;
color: #ffffff;
text-decoration: none;
width: 202px;
	background: url("/graphics/redblock.gif")  no-repeat;
}

html>body li a.blueblock_red { /*Non IE6 width*/
width: auto;
}

li a.blueblock_red:hover{
color: #c59987;
	text-decoration: none;
}

li a.blueblock_red2 {
display: block;
padding: 0 0 15px 11px;
color: #ffffff;
text-decoration: none;
font-size: 12px;
width: 202px;
	background: url("/graphics/redblock.gif")  no-repeat;
}

html>body li a.blueblock_red2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock_red2:hover{
color: #c59987;
	text-decoration: none;
}



li a.blueblock_blue {
display: block;
padding: 0 0 15px 11px;
color: #ffffff;
text-decoration: none;
width: 202px;
	background: url("/graphics/blueblock.gif")  no-repeat;
}

html>body li a.blueblock_blue { /*Non IE6 width*/
width: auto;
}

li a.blueblock_blue:hover{
color: #a3b5b7;
	text-decoration: none;
}


li a.blueblock_green {
display: block;
padding: 0 0 15px 11px;
color: #ffffff;
text-decoration: none;
width: 202px;
	background: url("/graphics/greenblock.gif")  no-repeat;
}

html>body li a.blueblock_green { /*Non IE6 width*/
width: auto;
}

li a.blueblock_green:hover{
color: #adb5a4;
	text-decoration: none;
}
