/**
 * 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.jpg") repeat-x #A2A880;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#f7f3e8;
	
}

/* main table */

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#containerhome {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
}


div#header {
	width:1000px;
	height:214px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 49px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#container2 {
	position:relative; /* needed for footer positioning*/
	margin:15px auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0px;
	background: URL("/graphics/bodybg.gif") repeat-y; 
	

}

div#container3 {
	position:relative; /* needed for footer positioning*/
	margin:15px auto 5px auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0px;
	
}




div#lefthome {
	width: 618px;
	height: 718px;
	float: left;

}


#trans {
width: 558px;
height: 245px;
padding: 30px 30px;
line-height: 20px;
font-size: 14px;
background-color: #3a2111;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
}


div#righthome {
	width: 382px;
	height: 718px;
	background: #8e966f;
	float: right;

}


div#featurebox {
	margin: 13px 53px 13px 31px; 
	height: 152px; 
	width: 321px; 
	background: url("/graphics/picbox.gif") no-repeat;
	
}

div#info {
	float: right;
	text-align:  left;
	
}

div#green {
	width: 382px;
	height: 112px;
	position: absolute;
	top: 606px;
	background: #5d6b45;
	text-align: center;
	font-size: 12px;

}

div#footer {
	width:1000px;
	height:39px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	color: #f7f2e7;
	margin: 0 auto 10px auto;
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;

}



/* content formatting */

#pagecontent {
	width: 730px;
	padding: 15px 20px 40px 30px;
	overflow: hidden;
	float:left;
	display:inline;
	
}

#pagecontentsubs {
	width: 920px;
	margin: 40px 40px;
	overflow: auto;
	line-height:22px;
	float:left;
	display:inline;
	min-height: 650px;
	
}




img.about {
	float:right;
	display:inline;
	margin: -50px 0 10px 20px;
	width: 342px; 
	

}




#logolink {
	width:415px; 
	height:175px; 
	border:0; 
	float:left; 
	display:inline;
}

.infobox {
	border:1px solid #d9d9d9; 
	font-family: arial;  
	font-size: 11px; 
	color: #47485e; 
	width:133px; 
	height:15px;
	padding:3px 0 0 5px;
}

#left_foot {
	float: left;
	margin: 20px 0 0 20px;
}

#right_foot {
	float: right;
	margin: 20px 20px 0 0;
}


#right_foot a{
	color: #f8f5e9;
	text-decoration: none;
}

#right_foot a:hover{
	color: #f8f5e9;
	text-decoration: underline;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #f7f3e8;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #f7f3e8;
	text-decoration: underline;
}

a.view {
	color: #130e06;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.view:hover {
	color: #130e06;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}


a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:20px;
	color: #f8f5e9;
	margin:0 0 26px 0;
}

.title {
	font-weight:bold;
	font-size:13px;
	color: #f8f5e9;
	margin:-10px auto 10px; auto;
	border-bottom: 1px solid #889069;
	padding: 0 0 5px 0;
	text-align: center;
	width: 165px;
	text-transform: uppercase;
}


p { 
	margin:26px 0 26px 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: #130C04;
	text-decoration: none;
}
a.catalog:hover {
	color: #613B17;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 12pt;
}

a.button {
	color: #F7F5E8;
	font-size: 10px;
	text-transform:  uppercase;
	background: #5C6A46;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

a.button:hover {
	color: #F7F5E8;
	font-size: 10px;
	text-transform:  uppercase;
	background: #34421E;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.catalogTitle {
	color: #130C04;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
}
td.cartdisplay {
	background: #eaeaea;
	color: #000;
	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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
    overflow: hidden;
    font-size:11px;
	width: 525px;
	height:20px;
	margin: 80px 8px 10px auto;
  	float: right;
  	text-transform: uppercase;
   }

.pipelist ul {
   list-style: none;
   margin: 0 0 0 0px;
   padding: 0;
   }

.pipelist li {
   float: right;
   line-height: 15px;
   margin: 0 .5em 0 -.5em;
   padding: 0 0 0 22px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #342e22;
	font-weight: bold;
	text-decoration: none;
}
.pipelist a:hover {
	color: #342e22;
	font-weight: bold;
	text-decoration: underline;
}	
	




.pipelist2 {
    overflow: hidden;
    font-size:14px;
	width: 1000px;
	height:39px;
	margin: 0 auto 0 auto;
  	text-transform: uppercase;
  	float: left;
  	font-family: trebuchet MS;
   }

.pipelist2 ul {
   list-style: none;
   margin: 0 0 0 0px;
   padding: 0;
   }

.pipelist2 li {
   float: left;
   line-height: 37px;
   margin: 0 .5em 0 -.5em;
   padding: 0 0 0 55px;
   white-space: nowrap;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #f8f5e9;
	font-weight: bold;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #ffe8a9;
	font-weight: bold;
	text-decoration: none;
}	
	
	


	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
height:652px;
padding: 30px 0 0 0;
font-size: 12px;
text-align:left;
background: url("/graphics/leftmenubg.jpg") no-repeat;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 150px; /*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: 5px 10px 5px 20px;
color: #f7f5e8;
text-decoration: none;
width: 150px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #f7f5e8;
	text-decoration: underline;
}













