body
{
	background: #cfcece url(images/body-bg.jpg) top repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #121212;
}

#body-wrap
{
	background: url(images/wrap-bg.jpg) top center no-repeat;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#wrap
{
	background: url(images/topbg.jpg) top repeat-x;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#main-section
{
	width: 976px;
	margin: 0px auto;
	padding: 0px;
}
body p
{
	margin: 0px;
	padding: 0px;
}
a, a:link, a:active
{
	color: #121212;
	text-decoration: none;
}
a:hover, a:active
{
	color: #000;
	text-decoration: underline;
}
/************************************************
*	topbar      								*
************************************************/

#topbar
{
	width: 976px;
	height: 93px;
	margin: 0px;
	padding: 0px;
}
#topbar .topbarleft
{
	float: left;
	width: 465px;
	margin: 0px;
	padding: 0px;
}
#topbar .topbarright
{
	float: right;
	width: 305px;
	margin: 44px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #a5a3a3;
	line-height: 26px;
	height: 55px;
	overflow: hidden;
}

#topbar a, #topbar a:link, a:active
{
	color: #a5a3a3;
	text-decoration: none;
}
#topbar a:hover, #topbar a:active
{
	color: #EB7028;
	text-decoration: underline;
}
/************************************************
*	Navbar      								*
************************************************/
#navbar
{
	background: url(images/navbarbg.png) top repeat-x;
	width: 976px;
	height: 48px;
	margin: 0px auto 0px;
	padding: 8px 0px 0px 0px;
	position: relative;
}
#google_translate_element
{
	float: right;
	width: 150px;
}
#google_translate_element div div
{
	width: 150px;
	margin: 0px 0px 0px -10px;
	position: absolute;
	top: 12px;
}

#nav
{
	width: 976px;
	margin: 0px auto 0px;
	padding: 0px;
}
#nav ul
{
	width: 976px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	list-style: none;
	color: #212121;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 105px;
}

#nav li a, #nav li a:link, #nav li a:visited
{
	display: block;
	background: #acabab url(images/navbg.png) top repeat-x;
	width: 104px;
	color: #212121;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-top: 3px solid #6b6a6a;
	border-right: 3px solid #6b6a6a;
	border-bottom: 7px solid #6b6a6a;
	border-left: 3px solid #6b6a6a;
}

#nav li a:hover, #nav li a:active
{
	background: url(images/nav-hover.png) top repeat-x;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#nav li.active a, #nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active
{
	background: url(images/nav-hover.png) top repeat-x;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li.active li a, #nav li.active li a:link, #nav li.active li a:visited
{
	background: #1d1d1d;
	width: 150px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	float: none;
	margin: 0px;
	padding: 5px 10px 7px 10px;
	border-top: 0px solid #6b6a6a;
	border-right: 0px solid #6b6a6a;
	border-left: 0px solid #6b6a6a;
	border-bottom: 1px dashed #898787;
}

#nav li li a:hover, #nav li li a:active, #nav li.active li a:hover, #nav li.active li a:active
{
	background: #ea6922;
	color: #000;
	padding: 5px 10px 7px 10px;
	border-top: 0px solid #6b6a6a;
	border-right: 0px solid #6b6a6a;
	border-left: 0px solid #6b6a6a;
	border-bottom: 1px dashed #898787;
}

#nav li
{
	float: left;
	padding: 0px;
}

#nav li ul
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0x 0px 0px 0px;
	padding: 0px;
}

#nav li li
{
}

#nav li ul a
{
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active
{
}

#nav li ul ul
{
	margin: -32px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
}

#nav li:hover, #nav li.sfhover
{
	position: static;
}


/************************************************
*	header      								*
************************************************/
#header_wrap
{
	background: url(images/header-bg.png) bottom center no-repeat;
	width: 976px;
	height: 348px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
#header
{
	background: #d0cece;
	width: 972px;
	height: 314px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #9d9b9b;
}
#header #banner
{
	background: #FFF;
	width: 709px;
	height: 314px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header #products
{
	background: #000;
	width: 263px;
	height: 313px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

/************************************************
*	products      								*
************************************************/
#products #pro
{
	background: url(images/pro-bg.png) top repeat-x;
	width: 253px;
	height: 93px;
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 5px 5px 5px 5px;
}
#products .proimg
{
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
#products .protext
{
	width: 136px;
	float: right;
	color: #444445;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#products h6
{
	color: #f16613;
	font-family: "Impact";
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#products h6 a, #products h6 a:link, #products h6 a:visited
{
	color: #f16613;
	text-decoration: none;
}
#products h6 a:hover, #products h6 a:active
{
	color: #5e2807;
	text-decoration: none;
}
/************************************************
*	content      								*
************************************************/

#content
{
	background: #ebe9e9;
	width: 946px;
	line-height: 18px;
	margin: 0px 0px 2px 0px;
	padding: 15px;
}

#content h1
{
	background: url(images/h1-icon.png) top left no-repeat;
	color: #143e6b;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 12px 0px;
	padding: 10px 0px 12px 44px;
}
#content h6
{
	color: #222121;
	font-family: "Britannic Bold";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: -10px 0px -8px 50px;
	padding: 0px 0px 0px 0px;
}

#content h2
{
	color: #222121;
	font-family: "Britannic Bold";
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#content h4
{
	color: #fe8637;
	font-family: "Britannic Bold";
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#content h2 a
{
	color: #222121;
	text-decoration: none;
}
#content h2 a:hover
{
	color: #5e2807;
	text-decoration: none;
}
#content p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#content ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.contentulli
{
	list-style: none;
	background: url(images/bullet.png) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 5px 15px;
  color: #3B7AB9;
}
.contentulli2
{
	list-style: none;
	background: url(images/arrow.png) 0px 6px no-repeat;
	margin: 2px 2px;
	padding: 0px 0px 1px 19px;
  color: #f8ee9c;
}
#content ul li
{
	list-style: none;
	background: url(images/bullet.png) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 5px 15px;
}
#content .imgright
{
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
#content .imgleft
{
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
}
#content .text01
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #176ec0;
}
/*
#content .border
{
	border-top: 1px dashed #afacac;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px;
} */
#content a.read, #content a.read:link, a.read:active
{
	color: #5d4002 !important;
	font-size: 11px;
	text-decoration: none;
}
#content a.read:hover, #content a.read:active
{
	color: #F8EE9;
	text-decoration: underline;
}
#content #contentaera
{
	width: 850px;
	min-height: 200px;
	text-align: justify;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
#contentaera p img
{
    border: 2px ridge #ccc;
}
#contain_topbox
{
	float: left;
	width: 900px;
}
#contain_topbox1
{
	float: left;
	height: 260px;
	width: 282px;
	text-align: center;
	margin-right: 5px;
}


#content_product
{
	float: left;
	width: 850px;
}

#content #homecontent
{
	width: 636px;
	float: left;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content #homesidebar
{
	width: 296px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#homesidebar h2
{
	color: #b5a604;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 6px 0px 3px 0px;
	border-bottom: 1px dashed #dbebb6;
}
#homesidebar ul
{
	list-style: none;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#homesidebar ul li
{
	background: url(images/icon.png) top left no-repeat;
	list-style: none;
	color: #464646;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 22px;
	border-bottom: 1px dashed #a2a1a1;
}
/************************************************
*	submenu      								*
************************************************/
#submenu
{
	background: #ec7229;
	width: 928px;
	margin: 0px 0px auto 10px;
	padding: 25px 0px 25px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#submenu ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#submenu ul li
{
	background: url(images/subli-bg.jpg) top right repeat-y;
	list-style: none;
	width: 236px;
	height: 215px;
	float: left;
	color: #f8ee9c;
	margin: 0px 0px 0px 0px;
	padding: 0px 36px 0px 36px;
}
#submenu ul li.last
{
	background: none;
}
#submenu .submenuimg
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#submenu .submenuimg:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #FFF;
}
/************************************************
*	footer      								*
************************************************/

#footer
{
	background: #383838;
	float: left;
	width: 946px;
	color: #afacac;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}
#footer a, #footer a:link
{
	color: #afacac;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFF;
	text-decoration: underline;
}
#footer ul
{
	float: left;
	list-style-type: none;
	margin: 8px auto 8px;
	padding: 0px;
}
#footer ul li
{
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

#footer .foot-left
{
	width: 720px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#footer .foot-right
{
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#footer .followimg
{
	float: left;
	margin: 3px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer .follow
{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#form
{
	width: 600px;
	margin: 0px;
	padding: 15px;
}


#form input, #form textarea
{
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#form textarea
{
	height: 90px;
}

#form textarea:focus, #form input:focus
{
	border: 2px solid #900;
}

#form input.submit-button
{
	background: #ec7229;
	width: 100px;
	float: right;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #c3520e;
	cursor: pointer;
}

label
{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}
#content_product1
{
	float: left;
	width: 283px;
	text-align: center;
}
#content h3
{
	color: #222121;
	font-family: "Britannic Bold";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#content h5
{
	color: #222121;
	font-family: "Britannic Bold";
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#content_box
{
	height: 200px;
	width: 350px;
	float: left;
}
#contain_topbox-bottom
{
	float: left;
	height: 25px;
	width: 282px;
	text-align: center;
	margin-top: -15px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
#content_box1
{
	height: 200px;
	width: 800px;
}
a:link.c, a:visited.c
{
	text-decoration: none;
	color: #143e6b;
}
a:link.c, a:visited.d
{
	text-decoration: none;
	color: #000;
}
.product3Text
{
	text-align: center;
	background-color: #000000;
}
.product4Text
{
	text-align: center;
	background-color: #143E7E;
	color: #fff;
}
.product6MiddleText
{
	text-align: center;
	background-color: #fff;
}
.product6LeftText
{
	background-color: #040200;
	color: #FFF;
	text-align: center;
}
.product7Text1
{
	background-color: #CBDAE7;
	color: #FFF;
	text-align: center;
}
#affiliations
{
	width: 600px;
}
#affiliations td
{
	padding: 5px 0px 5px 0px;
}
     table {
border-collapse: collapse;
margin: 15px 0 0 0;
width: 580px;
font-size: 11px;
}

.title
{
    padding-top:-10px;    
}
