/* CSS Document */
* { margin: 0; padding: 0; }
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
    min-height:1000px;
	background-color:#f9f9f9;
background-image: url(/core/img/interface/bg.gif);
 }
#hd{background-color:#ffffff;}
#bd{background-color:#ffffff; background-image: url(/core/img/bg/wrapper.gif); background-repeat:repeat-y; border-top:3px solid #dead85;border-bottom:3px solid #dead85;}
.nowrapper #bd{background-color:#ffffff;background-image: url(/core/img/bg/wrapper2.gif); background-repeat:repeat-y;  border-top:3px solid #dead85;border-bottom:3px solid #dead85;}


h1{color:#8F0000; font-weight:normal; font-size:150%; padding:10px 0px 10px 0px;}
h2{color:#444444; font-weight:bold; font-size:130%; margin:10px 0px 5px 0px; line-height:1.2em;}
h2 a{color:#8F0000; font-weight:bold; text-decoration:none;} h2 a:hover{color:#8F0000;text-decoration:underline;}
h3 { color:#8F0000; font-weight:bold; font-size:110%; margin:0.5em 0px 0px 0px; }
h3 a{ color:#8F0000; font-weight:bold; font-size:100%; margin-bottom:0.3em; text-decoration:none;  }
h4 { font-weight:bold; font-size:110%; margin-bottom:0.3em; margin-top:1em; text-decoration:none; }
h4 a{ font-weight:bold; font-size:110%; margin-bottom:0.3em; margin-top:1em; text-decoration:underline; }
h4 a:hover{ text-decoration:underline; }
strong{font-weight:bold;}
 hr {border: 0; width: 100%; color: #e3e3e3; background-color: #e3e3e3; height: 1px;}
a{color:#8F0000;}

.hero{margin:0px; height:150px;}

/*navigation*/
#navigation {

border-right:1px solid #e3e3e3;
	text-transform:uppercase;
	margin:0px;
	padding:0px 2px 0px 0px;
	text-indent:0px;
	background-color:#f9f9f9;
	width:178px;
font-size:90%;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #ffffff;
	background:#990000 url("core/css/collapsed.gif") no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:2px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#dead85;background-color:#78191d;
}
#navigation a.selected {
	background-image: url("core/css/expanded.gif");
background-color:#992429;
}

#navigation ul {
	border-width:0px;
	margin-left:10px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:0px;
background-color#:f9f9f9;
	text-decoration: none;
font-size:90%;
padding:5px;

}
#navigation li li a:hover {
	background-color:#990000;
	color:#dead85;
}



@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}



/*breadcrumbs*/
.breadcrumbs {height:35px;}
#breadcrumbs{margin-left:190px; padding:10px; font-size:80%; color:#555555;}
#breadcrumbs ul{display:inline;}
#breadcrumbs li{display:inline; margin-left:5px;}
#breadcrumbs a{ color:#555555;}

/*pdf link*/
.pdf img{display:inline; line-height:3em; vertical-align:middle; padding:2px; border:1px solid #e3e3e3; margin-right:5px;}


#bd .top{background-image: url(/core/img/interface/top.gif); width:760px; height:40px; background-repeat:no-repeat; background-position:bottom;}
#bd .content ul{
	list-style-type:disc;
	list-style-position: outside;
	margin:5px 0px;
}
#bd .content li{
	list-style-type:disc;
	list-style-position: outside;
	margin-left:15px;
	color:#555555;
	font-weight:bold;
}
#bd .contentpanels{background-image:url(/core/img/interface/greypanels.gif); margin-bottom:1px;}
#bd .bodytext{padding:10px;}
#bd .content p{font-size:100%; color:#404040;}

/*qlinks*/
#bd .qlinks{ margin-bottom:1px; font-size:80%; color:#333333;}
#bd .qlink{ padding:10px 0px 10px 0px; border-bottom:1px solid #dead85; margin-bottom:0px;}
#bd .qlink img{float:right; margin:0px; border:1px solid #e3e3e3; padding:2px;}
#bd .qlink a{color:#8F0000;}
#bd .qlinks .qlinktext p{ height:50px; overflow:hidden; width:120px;}
#bd .entry .qlinktext{height:80px; overflow:hidden;}
#bd .entryprod .qlinktext{height:43px;overflow:hidden;}
#bd .qlinkmore img{height:48px; width:54px; float:right; display:block;}

/*sidebar*/
#bd .sidebar{ margin-bottom:1px; font-size:80%; color:#333333;  padding:10px;}
#bd .sidebar li{padding:10px 0px 10px 0px;  margin-bottom:0px;}
#bd .sidebar a{color:#8F0000;}


/*infobar*/
#bd .infobar{ margin-bottom:1px; color:#333333; border-left:1px solid #e3e3e3; padding:10px;}
#bd .infobar li{padding:10px 0px 10px 0px;  margin-bottom:0px;}
#bd .infobar a{color:#8F0000;}


/*table*/

table{border-collapse:collapse; margin:10px; font-size:90%; border: 1px solid #ccccccc; width:97%;}
td{padding:10px; border: 1px solid #cccccc;}
th{padding:10px; border: 1px solid #cccccc; background-color:#666666; color:#ffffff; font-weight:bold;}

/*contact*/
table.contact td{border:none;}table.contact{border:none;}
table.contact input{border:1px solid #999999; height:23px; width:280px; font-size:100%;}
table.contact textarea{border:1px solid #999999; width:280px;font-size:100%;}
table.contact .submitbtn input{float:right; width:100px;font-size:100%;}

/*products page*/
#bd .entryprod{background-color:#ccc; padding:10px; height:81px; margin:10px 0px 10px 0px;} 
#bd .entryprod img{float:left; margin-right:10px; border:1px solid #f7f7f7; padding:4px;}
#bd .entryprod img.handbtn{border:none; margin:0px; padding:0px; position:relative;   left: 380px; top:0px;}
#bd .entryprod p{font-size:90%;}
#productimages img {
border:1px solid #E3E3E3 ;
padding:4px;
margin:4px;
}

/*products subpage*/
#bd .entry{background-color:#f6debf; padding:10px; height:100px; margin:10px 0px 10px 0px;} 
#bd .entry img{float:left; margin-right:10px; border:1px solid #f7f7f7; padding:4px;}
#bd .entry p{font-size:90%;}

/*product*/
#bd .product img{border:1px solid #e3e3e3; padding:2px;}

.blockquote { display:block; padding:10px; font-size:120%;margin:10px 0px 10px 0px;}
.blockquote h2{
	color:#dead85;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: italic;
font-weight:normal;
}

.blockquote h2.name{font-size:90%;
	
}
/*links*/
table.links{border:none;}table.links td.img{width:160px;}
table.links td{border:none; border-top:1px dashed #e3e3e3; vertical-align:top;}
table.links td img{padding:2px; border:1px solid #e7e7e7;width:150px; height:150px;}
table.links td h3 a:hover{text-decoration:underline;}
.blockquote img{ margin:0px;padding:2px; border:1px solid #e3e3e3;}
/*footer */
#ft{border-top:1px solid #9d7a5d; padding-bottom:50px;}
#ft p{font-size:80%; color:#5a381d; padding:5px 5px 0px 5px;}
#ft ul{font-size:80%; color:#5a381d; padding:5px 0px 0px 0px; display:inline; float:right;}
#ft li{  display:inline; }
#ft li a{ color:#5a381d; margin-right:10px; text-decoration:none; }
#ft li a:hover{ color:#5a381d;text-decoration:underline; }
a.drawn{color:#5a381d; text-decoration:none;}
a.drawn:hover{color:#5a381d; text-decoration:underline;}


#mainhero{background-image:url(/core/img/mastheads/heroHome2.jpg); overflow:hidden;background-repeat:none; width:950px; height:200px;}
#news{ float:right; font-size:190%; width:450px;  text-align:right; margin:120px 20px 0px 10px;  color:#ffffff;}
