/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
	font-size: 11px;
	text-align:left;
}

html>body { /* Opera */
    font-size: 11px;
}



/*---------------------------------------------------------------------------------
Global Text
---------------------------------------------------------------------------------*/

p {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 6px 0;
	line-height: 19px;
	text-align: left;
}

p.title{
	color:#fff;
	font-size:18px;
	padding:20px 0 15px 10px;
}

p.description{
	color:#fff;
	font-size:12px;
	padding:5px 15px 5px 10px;
	line-height:14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Lucida Grande, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px ;
	color: #4F4F4F;
	font-weight: bold;
	padding: 0 0 20px 0;
	line-height: 100%;
	text-align: left;
}

h3 { margin-bottom:10px; }

ul {
color: #444437;
}

li {
color: #444437;
}


a:link		{ color: #003f77; text-decoration: none;}
a:hover		{ color: #000000; text-decoration: none;}
a:active	{ color: #289343; text-decoration: none;}

#inner_right_col a{
	color:#003F77;
}

#inner_right_col img{
	margin:10px 0
}
/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/


.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

.alignright {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline; 
}
.alignleft {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline; 
}

#wrapper {
	margin:0 auto 0;
    background: #FFFFFF;
  	width:930px;
   
}

#header {
	padding: 0 0 20px 0;
	margin: 0;
	height: 60px;
	background: #4f4f4f;
}

#logo {
	float: left;
}

#slogan {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
#content {
	padding: 0;
	margin: 0 0 0 0;
	line-height:13px;
	color:#000000;
	font-size:11px;
}

#navigation {
	background: #999;
	float: left;
	width: 100%;
	
}

#navigation ul{
	list-style-type: none;
	float: left;
	padding:0px;
	margin:0px;
}

#navigation li{
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #4f4f4f;
	padding: 0;
}

#navigation a {
	font-size: 90%;
	font-weight: bold;
	padding: 0;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 10px;
}

html>#navigation a { /* Opera */
	padding: 10px;
}

#navigation a{ color: #fff; text-decoration: none; padding: 8px; display: block;}
#navigation a:hover{ color: #444437; text-decoration: none; background-color: #fff; padding: 8px; display: block;}
#navigation li.active a{ color: #444437; text-decoration: none; background-color: #fff; padding: 8px; display: block;}

ul#gallery{padding:0; margin-top:0px;}

#image_area{
	height: 215px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
	background: #FFF;
}

#wrapper #left_col {
	width: 64%;
	float: left;
	padding: 0 2% 0 0;
	margin: 0 2% 0 0;
	width: 71%;
}

html>#wrapper #left_col { /* Opera */
    width: 71%;
}

#wrapper .right_col{
	width: 25%;
	float: right;
}

#footer{
	padding: 10px 0 0 0;
}

#wrapper #inner_left_col{
	width: 24%;
	float: left;
}

#wrapper #inner_right_col{
	width: 64%;
	float: right;
	border-left:1px dashed #aeaeae;
	padding: 0 0 0 2%;
	margin: 0 0 0 2%;
	width: 71%;
}

html>#wrapper #inner_right_col { /* Opera */
	width: 71%;
}


#wrapper #inner_left_col ul{
	list-style-type: none;

}

#wrapper #inner_left_col p{
	border-top:1px dashed #aeaeae;
	border-bottom:1px dashed #aeaeae;
	padding: 6px 0 6px 12px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
}

#bannertext{
	width:295px;
	height:103px;
	display:block;
	position:absolute;
	top:145px;
	left:600px;
	background-image:url(/images/banner_overlay.png);
	background-repeat:repeat;
	z-index:100;
}

#wrapper #inner_left_col .subnav2 ul{
	list-style-type: none;
	padding: 10px 0;
	background-image: none;
}

#wrapper #inner_left_col .subnav2 ul li.first a{font-size:14px;}
#wrapper #inner_left_col .subnav2 ul li.first ul li a{font-size:12px;}

#wrapper #inner_left_col .subnav2 li{
	list-style-type: none;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	margin: 0 0 0 20px;
	border:none;
	color: #3F3E2D;
	
}

#inner_left_col a{
	color: #289343;
	font-size: 11px;
}

#inner_left_col a:link		{ color: #000000; text-decoration: none; display: block;}
#inner_left_col a:visited	{ color: #000000; text-decoration: none; display: block;}
#inner_left_col a:hover		{ color: #003F77; text-decoration: none; display: block; }
#inner_left_col a:active	{ color: #000000; text-decoration: none; display: block;}

#wrapper #inner_left_col .subnav2 li.subnav_selected{
	margin-left:0px;
}

.subnav_selected a{
	color:#289343;
	background-repeat:no-repeat;
	background-position: left center;
	background-image: url(/images/bulletpoint.gif);
	padding-left:20px;
}

#inner_right_col ul{
	list-style-type:disc;
	margin: 10px 0 10px 3px;
}

#inner_right_col li{
	padding: 0 0 6px 30px;
	font-size: 11px;
	color:#333;

	font-weight:normal;
	margin-left:10px;
}




#footer {
	margin-top:20px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url(/images/footer.jpg);
	height:108px;
	padding: 0 0 58px 0;
	background-color:#4f4f4f;
}

#footer p{
	font-size: 90%;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	line-height: 1.5em;
	text-align: left;

	padding-top:100px;
	padding:121px 0 0 20px;
}

#footer p a{
	font-size: 100%;
	color: #fff;
	text-decoration:none;
}



#newscontainer {
	padding:5px;
	float:left;
	width:640px;
	margin:  0 5px 0;
}
#linkslist {float:left; width:35%;overflow:auto;padding-right: 4px}
#links_txt {float:left;width:58%; margin:0 0 0 15px; border-left-color:#ccc;border-left-width: thin;border-left-style: dotted;padding-right: 4px;padding-left: 4px;}


a.nav {color:#FFF; text-decoration:none; font-size:11px;  }
a.nav_over {color:#FFF; text-decoration:none; font-weight:bold; font-size:14px; }

ul.productList { list-style:none; margin-left:0;}
ul.productList li { float:left; width:180px; vertical-align:middle; display:block; }
ul.productList li a { text-decoration:none; color:#333; }

.Series{
display:block;
text-indent:-9999px;
width:158px;
height:30px;
}

.2000{
background-image:
}



#newlist {float:left; width:42%;overflow:auto;padding-right: 4px}
#news_txt {float:left;width:53%; margin:10px 0 0 5px; border-left-color:#ccc;border-left-width: thin;border-left-style: dotted;padding-right: 4px;padding-left: 9px;}
#news_txt h4 {font-size: 1.1em; line-height: 1.286em;margin-top: 0px; margin-bottom: 0.643em;}

.required { color:#F00; font-size:11px; }