

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a3c48;
	background: #ffffff;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/divider.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;padding-bottom:20px;  }



.button_01 a {
	display: block;
	width: 95px;
	height: 23px;
	padding: 6px 6px 0 0;
	
	color: #163142;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/button.gif) no-repeat;
}

.button_01 a:hover {
	background: url(images/button_hover.gif) no-repeat;
}

/* header */

#header_wrapper {
	width: 100%;
	height: 19px;
	background: url(images/body.jpg) repeat-x;
}

#header {
	width: 980px;
	height: 19px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}




/* end of header */

/* banner */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 260px;
	background: url(images/banner_repeat.jpg) repeat-x;
}

#banner {
	width: 900px;
	height: 180px;
	padding: 40px;
	margin: 0 auto;
	background: url(images/banner.jpg) no-repeat;
}

#banner h2 {
	margin: 0 0 30px 0;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
}

#banner h2 span {
	clear: both;
	display: block;
	margin-top: 10px;
	font-size: 24px;
	color: #e2e8ed;
}

#banner p {
	font-size: 16px;
	color: #9eb4c7;
}
/* end of banner */

/* menu */

#menu_wrapper {
	width: 100%;
	height: 110px;
	background: url(images/menu.jpg) repeat-x;
}

#menu {
	width: 980px;
	height: 110px;
	margin: 0 auto;
	background: url(images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 1px 40px 0 40px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {cursor:hand;
	float: left;
	display: block;
	width: 120px;
	height: 95px;	
	padding: 15px 0 0 0;
	margin-right: 5px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #163142;	
	font-weight: bold;
	outline: none;
	background: url(images/menu_item.jpg) no-repeat;
}

#menu li a:hover, #menu li .current {
	color: #000000;	
	background: url(images/menu_hover.jpg) no-repeat;
}

#menu ul li a .home {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(images/home_48.png) no-repeat center top;
}

#menu ul li a .products {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(images/questionmark_48.png) no-repeat center top;
}





#menu ul li a .contact {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(images/mail_48.png) no-repeat center top;
}

/* end of menu */

/* content */

#content_wrapper {
	clear: both;
	width: 100%;
}

#content {
	width: 900px;
	padding: 40px;
	margin: 0 auto;
	background: url(images/content_top.jpg) top center no-repeat;
}

.content_section {
	width: 100%;
	clear: both;
	margin-bottom: 20px;margin-top: 10px;
	padding-bottom: 30px;
}

.content_section h2 {
	color: #455e72;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: normal;
}

.content_section p {
	margin: 0 0 10px 0;
}



.service_box {
	width: 410px;
}

.service_image {
	width:150px;
	float: left;
	margin: 3px 0 0 0;
	border: 5px solid #d5d5d5;
}

.service_box .service_text {
	float: right;
	width: 230px;
	text-align: justify;
}

.service_text h3 {
	font-size: 13pt;
	color: #2a3e4c;
	margin: 0 0 15px 0;
	font-weight: bold;text-align:left;
}

.service_text p {
	margin-bottom: 20px;
}

.section_410 {
	width: 410px;
}



/* end of content */

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/footer.jpg) repeat;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	color: #ffffff;
}

#footer  a {
	text-decoration: underline;
}

#footer .section_w300 {
	float: left;
	width: 260px;
	padding-right: 40px;
}

#footer .section_w300 h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #6f818d;
	
}

#footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCC00;
	text-decoration: none;
}
/* end of footer */