body {
	background: #FFFFFF;
	color: #555555;
	margin: 0;
	padding: 0;
}


/**********************************************
	Global Styles
***********************************************/

a {
	color: #379dcc;
	text-decoration: none;
}

a:hover {
	color: #379dcc;
	text-decoration: underline;
}

a:visited {
	color: #379dcc;
	text-decoration: none;
}

a:active {
	color: #379dcc;
	text-decoration: none;
}

a img {
	border: 0;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active {
	color: #222222;
}

img {
	margin: 15px 0;
}

h1, h2, h3, h4, h5 {
	color: #222222;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 26px; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 24px;
	letter-spacing: -.7px; 
}

h3 { 
	font-size: 21px; 
	letter-spacing: -.4px;
	margin-bottom: 0;
}

h4 { font-size: 20px; margin-bottom: 0; letter-spacing:-1px; }

h5 { font-size: 16px; margin-bottom: 0; }

p, blockquote, dl, ul, ol, tr, th, td, form, textarea { line-height: 1.5em; }

p {
	margin: 0;
}

blockquote {
	font-style: italic;
}

small {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

big {
	font-size: 14px;
	font-weight: bolder;
}

ul { list-style-type: square; }

ul.divided_list {
	margin: 0;
	padding: 0;
}

ul.divided_list li {
	list-style-type: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 12px 0 3px 5px;
}

ul.horizontal_list {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.horizontal_list li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

hr {
	clear: both;
	height: 1px;
	color: #DDDDDD;
	background-color: #888;
	border: 0;
	margin: 5px 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

legend {
	font-weight: bolder;
}

input, textarea {
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	padding: 10px;
}

button {
	background: #333333;
	height: 100%;
	font-weight: bolder;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	border: none;
}

button:hover {
	background: #666666;
	cursor: pointer;
}

table {
	width: 100%;
}

tr, th, td {
	text-align: left;
}

.leftimg {
	float: left;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 15px 15px 0;
}

.rightimg {
	float: right;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 0 20px 30px;
}
.clear{
	clear:both;
}

/**********************************************
	Header
***********************************************/
#logo{
	margin-left:15px;
}
#logo h1{
	position:absolute;
	background:url(../images/logo.png) no-repeat;
	height:53px;
	width:181px;
	top:10px;
}
#logo h1 span{
	display:none;
}
#top-header{	
	height:30px;
}
#header {
	background:url(../images/header_bg.jpg) repeat-x;
	height:106px;
	margin:0;padding:0;
}
#header a, #header a:hover, #header a:active, #header a:visited {
	text-decoration: none;
}
#header h1 {
	color: #FFFFFF;
}
.header_container {
	width: 960px;
	margin: 0 auto;
}
.navigation {
	width: 700px;
	float:left;
	margin-top:30px;
	margin-left:220px;
}

.seperator{
	background:url(../images/header-underline.png) no-repeat;
	height:30px;
	width:990px;
	margin:0 auto;
}
.sep{
	background:url(../images/seperator-bg.png) no-repeat;
	height:30px;
	width:990px;
	margin:0 auto;
}
.subnav{
	list-style:none;
	margin:0;
	padding:0;
}
.productList{
	width:450px;
	height:180px;
	float:left;
	margin-right:20px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.productList a{
	font-size:11px;
}
.learnbtn{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.headerSeperator{
	height:20px;
}
.subTagline{
	padding-left:30px;
}
/**********************************************
	Content
***********************************************/
#contentwrapper{
	width:960px;
	margin:0 auto;
}
#container {
}
.hiddencontent {
	display: none;
}
/* Three Column Layout */
.column1 {
	float: left;
}
.imageProduct{
	float:left;
	margin-right:15px;
}
#columnOne{
	width:600px;
	height:500px;
	float:left;
}
#columnTwo{
	width:300px;
	float:right;
}
.content{height:80px;line-height:140%;}
/**********************************************
	Form
***********************************************/
form label {
	display: block;
	padding: 0 0 0px;
	font-weight: 700;
	font-size:14px;
	color:#222;
	}
form .small-input {
	width: 80% !important;
	font-size: 16px !important;
	padding: 5px !important;
	margin:5px 0;
	color:#333;
	}
form .medium-input {
	width: 80% !important;
	font-size: 16px !important;
	padding: 8px !important;
	margin:10px 0 20px 0;
	color:#333;
	}
form .text-Area { 
	width: 96%; 
	height: 115px; 
	margin:10px 0 20px 0;
	padding: 8px !important;
}
.required{
	color:red;
	font-weight:bold;
	font-size:12px;
}
form .button { 
	width: 100px;
	height: 30px; 
	background: #60873e; color:#FFF; 	 
	margin: 15px 0px;
	font-weight: bold; 
	font-size: 11px; 
	padding: inherit; 
	border: none; 
}

form .button:hover { background: #cecece; color:#000; cursor: pointer;}

form label.category-title{
	display: block;
	padding: 0 0 0px;
	font-weight: 400;
	font-size:12px;
	color:#222;
	}
form .semi-input {
	width: 100% !important;
	font-size: 12px !important;
	padding: 2px !important;
	margin:5px 0 10px 0;
	color:#333;
	font-weight: 700;
	
	}
/**********************************************
	Partner
***********************************************/
.partnersList{
	padding:25px 0;
	border-bottom:1px solid #e1e1e1;
}
.imagePartner{
	padding:0;
	float:left;
	margin:0;
	width:170px;
	margin-right:15px;
}
/**********************************************
	Footer
***********************************************/

#footer {
	border-top: 1px solid #DDDDDD;
	height: 50px;
	margin-top: 15px;
	padding-top: 30px;
	font-size: 11px;
	color: #999999;
	clear: both;
}

#footer ul {
	margin: -5px 0 0 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding-left: 20px;
	list-style-type: none;
}

/********** slider **********/
.slider { margin:0 auto; padding:0; }
.slider2 { height:90px; margin:0 auto; padding:0; }
.slider2 .text2 { width:750px; float:right; margin:40px 70px 0 0 !important;  color:#000; font:italic 13px Arial, Helvetica, sans-serif; }
.slider .head_title { margin:0 0 0 45px; padding:77px 10px 0 0px; width:530px;float:left; height:43px; color:#000; font:italic 13px Arial, Helvetica, sans-serif; }
.slider .head_item{float:right;margin-right:30px;}
.slider .box_text { padding:30px 50px 0 50px; width:590px; }
.slider .box_text .box { float:left; width:50%; }
.slider .box_text .box p { padding:5px 10px; margin:0; color:#000; font:normal 13px Arial, Helvetica, sans-serif; line-height:1.8em; }
.slider .box_text .box .img { float:left; margin:0 10px; }

#sliderContainer{
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	background:#FFF;
	margin-bottom:15px;
	height:216px;
}
.box_text .box p{
	color:#222;
}
.slider{
	width:960px;
	margin:0 auto;
	
}

#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:1000px; height:314px; overflow:hidden; }
.Stil1 {color: #003883}
.Stil2 {color: #000000}
/* clearfix start */ 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* clearfix end */ 

#dhtmltooltip{
position: absolute;
padding: 5px 3px;
background-color: #e1e1e1;
border:1px solid #d1d1d1;
visibility: hidden;
z-index: 100;
font-size:11px;
color:#000;
font-weight:700;
}


/*MENU DROPDOWN*/
ul.nav {
	list-style: none;
	padding: 0 20px;
	margin-top:-10px;
	float: left;
	width: 920px;
	background: #222;
	font-size: 18px;
	background: url(topnav_bg.gif) repeat-x;
}
ul.nav li {
	float: left;
	margin: 0;
	padding: 0 45px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.nav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.nav li a:hover{
	
}
ul.nav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	
}
ul.nav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.nav li ul.subNav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #124c62;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 275px;
	margin-left:-12px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
ul.v li ul.subNav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 275px;
}
html ul.nav li ul.subNav li a {
	float: left;
	width:250px;
	padding-left: 20px;
}
html ul.nav li ul.subNav li a:hover { /*--Hover effect for subnav links--*/
	background: #092e3c;
}

