body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background: #242827;
}
ul {
	
	margin-top:5px;
	list-style-image: url(images/bullet.png);
}

.styler {
	margin-left:-40px;
	
}
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #3399FF; text-decoration: underline;}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.button_01 a{
	clear: both;
	display: block;
	width: 100px;
	height: 23px;
	padding-top: 5px;
	background: url(images/button_01.png) no-repeat;
	
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 40px;	
	color: #ffffff;
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #000000;
	background: url(images/header_01_bg.jpg) left bottom no-repeat;	
}

.header_03 {
	clear: both;
	height: 35px;
	padding: 15px 0 0 20px;
	font-size: 18px;
	color: #ffffff;
	background: url(images/header_02_bg.jpg) repeat-x;
}

.header_04 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_04 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.header_05 {
	clear: both;
	font-size: 14px;
	color: #ffffff;
	width: 128px;
	height: 24px;
	padding: 3px 0 0 20px;
	margin-bottom: 5px;
	background:  url(images/footer_title_bg.png) no-repeat;
}



#header_wrapper {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: #1d2120 url(images/header_bg.jpg) repeat-x;
}

#header {
	width: 980px;
	margin: 0 auto;
}

#header #site_logo {
	float: left;
	width: 300px;
	margin-top:10px;
	margin-left:10px;
	height: 84px;
	font-size: 40px;
	color: #ffffff;
	background: url(images/logo.jpg) no-repeat;
}
#header #site_logo h1, #header #site_logo h2 {text-indent:-9999px;}
#header #site_logo h1 a {display:block; width:300px; height:84px; margin-top:-40px;}

/* menu */

#menu {
	position: relative;
	float: right;

	height: 47px;
	margin: 30px 40px 0 0;
	background: url(images/menu_right.jpg) right no-repeat;
}

#menu #menu_left{
	position: absolute;
	width: 20px;
	height: 47px;
	top: 0px;
	left: 0px;
	background: url(images/menu_left.jpg) no-repeat;
}

#menu ul {
	margin: 10px 0px 0 0;
	padding: 0px;
	padding-left:10px;
	list-style: none;
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
	width: 100px;
	padding: 5px 0;
	background: url(images/menu_divider.jpg) right repeat-y;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #919191;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #e2adeb;
}

#menu li .last {
	background: none;
}

/* end of menu*/

/* end of header */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 281px;
	margin: 0 auto;
	background: #460000 url(images/banner_repeat.jpg) repeat-x;
}

#banner {
	width: 900px;
	height: 251px;
	margin: 0 auto;
	padding: 30px 40px 0 40px;
	background:url(images/banner_bg.jpg) bottom no-repeat;
}

#banner #banner_image {
	float: left;
	width: 440px;	
}

#banner_content {
	float: right;
	text-align: left;
	width: 460px;
}

#banner_content p {
	color: #959787;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}

#banner_image_wrapper {
	position: relative;
	width: 413px;
	height: 230px;
	background:url(images/banner_image_bg.png) no-repeat;
}

#banner_image_wrapper #flash {
	position: absolute;
	width: 380px;
	height: 210px;
	top: 10px; 
	left: 10px;
}


/* content */

#content_wrapper {
	clear: both;
	width: 100%;
	min-height:600px;
	background: #ffffff;
}

#content {
	width: 900px;
	padding: 30px 40px;
	background: #ffffff;
	margin: 0 auto;
	
}


#column_w530 {
	float: left;
	width: 530px;
	line-height: 20px;
	background: #ffffff;
}

#column_w300 {
	float: right;
	width: 298px;
	background: #efefef;
	border: 1px solid #e5e5e5;
}

#column_w530_right {
	float: right;
	width: 530px;
	line-height: 20px;
	background: #ffffff;
}
#column_full {
	width: 900px;
	line-height: 20px;
	background: #ffffff;
}

#column_w300_left {
	float: left;
	width: 298px;
	background: #efefef;
	border: 1px solid #e5e5e5;
}

#column_w900 {
	width: 900px;
	line-height: 20px;
	background: #ffffff;
	text-align:center;
}

#column_w530 .em_text, #column_w530_right .em_text{
	color: #000;
}

#column_w530 p, #column_w530_right p {
	margin-bottom: 15px;
}

.content_list_01 {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: square;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 10px;
	
}

.content_section_01 {
	border-left: 10px solid #e2adeb;
	padding: 10px;
	background-color:#F1F1F1;
}
.content_section_01 p { height:10px;}
.column_w300_section_01 {
	clear: both;
	padding: 20px 19px;
	background: url(images/side_column_divider.jpg) bottom repeat-x;
}

.even_color {
	background: #e0dfdf;
}

.news_image_wrapper {
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	background: #ffffff;
}

.news_image_wrapper img{
	width: 69px;
	height: 69px;
	border: 1px solid #9c9d85;
}

.news_content {

}

.news_content .news_date {
	font-size: 12px;
	color: #9a9a9a;
}

.news_content p{
	line-height: 15px;
	font-size: 11px;
}

/* end of content

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer {
	width: 920px;
	padding: 30px;
	margin: 0 auto;
	color: #515251;
}

#footer a{
	text-decoration: none;
	color: #7a7a7a;
}

.section_w180 {
	float: left;
	width: 160px;
	padding: 0 20px 0 0;	
}

.section_w180_content {
	padding: 0 0 0 20px;
}

#footer  .footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .footer_menu_list li {
	margin: 0 0 5px 0;
	padding: 0px;
}

#footer .footer_menu_list li a {
	color: #928b85;
	font-weight: normal;
	text-decoration: none;
}
/* end of footer */

.im_st_1 { padding:16px; background-color:#333333; margin-bottom:20px;}
.im_st_2 {padding:2px; width:80px;}
.im_st_3 {padding:10px; background-color:#a86c67; margin-top:-80px; float:right; width:80px;}
.im_st_4 {padding:10px; background-color:#a86c67; margin-top:-60px; float:right; width:100px;}
.im_st_5 {padding:6px; background-color:#333333; margin-bottom:10px; width:280px;float:right;}
.im_st_6 {padding:6px; background-color:#333333; margin-bottom:10px; float:left;}
.st_1 { padding-bottom:3px; border-bottom:2px dotted #ff9d9c; color:#740A44; font-weight:bold; margin-top:30px;}
.st_2 { border-bottom:2px dotted #ff9d9c; color:#740A44; font-weight:bold; height:35px; background-color:#660000; color:#FFFFFF; font-size:120%; }

#products {margin:0 auto; text-align:left; width:820px;}
.prod_box {width:230px; height:250px; padding:8px; border:5px solid #333333; background:#F4F4F4; float:left; margin-left:15px; margin-bottom:25px;}
.prod_box2{width:230px; height:250px; padding:8px; float:left; margin-left:15px; margin-bottom:25px;}
.prod_box .text {width:230px; height:150px; background:#F4F4F4;}
.prod_box .text h3 { color:#2F023D; font-size:90%; padding:0; margin:0; margin-bottom:10px;}
.prod_box .text img  {padding:2px; background-color:#333333; margin-bottom:3px; width:228px;}
.prod_box ul {margin-left:-40px; list-style-type:none;}

a.details {color:#FF9900; font-weight:bold; text-decoration:none;background-color:#444;padding:5px;margin-top:8px;position:relative; display:block; font-size:93%; font-family:"Tahoma", Lucida Sans Unicode, Microsoft Sans Serif; clear:both;}
a.details:hover { color:#FFFFFF; background-color:#3399FF;}

.size {width:80px;}
.head_st_1 { font-size:110%; background-color:#FFF7F2; font-weight:bold; font-size:110%;}
.head_st_2 { font-size:110%; background-color:#F5F5F5; font-weight:bold; font-size:110%;}
.head_st_3 { font-size:110%; background-color:#F9F2F5; font-weight:bold; font-size:110%;}
.tubular1 { font-size:93%; margin-bottom:30px;}
.tubular1 td, .tubular2 td { font-family:"Tahoma", Lucida Sans Unicode, Microsoft Sans Serif; border-bottom:1px solid #F0F0F0; border-right:1px dotted #F0F0F0;padding-top:3px; padding-bottom:3px; padding-left:5px;}
.tubular2 { font-size:93%; margin-bottom:30px; width:63%; float:left;}
.strong1 { font-weight:bold; color:#174862; border-left:1px dotted #F0F0F0;}

.f_left { float:left; margin-right:30px;}

.st3 {padding:3px 10px; background-color:#a86c67; color:#FFFFFF; font-size:93%; font-weight:bold;}

a.pdf:link, a.pdf:visited, a.pdf:active {
	color: #35589e;
	background-image: url(images/pdf-icon.gif);
	padding-right:15px;
	background-repeat: no-repeat;
	background-position: right center;
}
a.pdf:hover {
	color : #5b5b90;
	text-decoration : underline;
}
.cl_both { clear:both;} 
.align_hor_1 { text-align:center;}

.color_st1 { color:#7E2778;}
a.more {float:right; font-size:93%;}
a.more  { color:#660066; text-decoration:none;}
a.more:hover { color:#3399FF; text-decoration:underline;}

.bio{ 
padding:10px; 
font-weight:bold; 
line-height:25px;
width: 298px;
background: #efefef;
border: 1px solid #e5e5e5; 
float:left;
margin-right:20px; margin-bottom:10px;}
.bio img { margin-right:10px; }
.void {margin-bottom:20px;}

.prod_box .text  a {
	color:#800080;
	text-decorantion:none;
	font-weight: bold;
}
.prod_box .text  a:hover {
text-decorantion:none;
color:#996699;
}
.service {
padding:10px; 
font-weight:bold; 
line-height:25px;
width: 238px;
background: #efefef;
border: 1px solid #e5e5e5; 
float:left;
margin-right:20px; margin-bottom:10px;
}

.service-articles {
padding:10px; 
font-weight:bold; 
line-height:25px;
width: 238px;
background: #efefef;
border: 1px solid #e5e5e5; 
float:right;
margin-right:20px; margin-bottom:10px;
}

#news {
	float:right;
	width:500px;
	
}