html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



body {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	//width: 100%;
	//float: center;
	//text-align: left;
	//margin-left: 170px;
	//background: #DFEEF4 url(main/images/productsample1.jpg) repeat-x;
	background: #F2F7F9 /*url(main/images/productsample1.jpg) repeat-x*/;
	/*background: #F2F7F9;*/ /* main page background color */ 
}

body, input, textarea {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #666;
}


/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #454545;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 30px; 
	line-height: 38px; 
	margin-bottom: 9px;
	font-style: normal;
}
h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 600;
}
h3 { 
	font-size: 16px; 
	line-height: 16px; 
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
}
h4 { 
	font-size: 15px; 
	line-height: 22px; 
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
} 
h5 { 
	font-size: 14px; 
	line-height: 22px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
}						
h6 { 
	font-size: 13px; 
	line-height: 18px;
	margin-bottom: 15px;
	font-style: normal;
}

h2 i { 
	font-size: 13px; 
	line-height: 18px; 
	margin-bottom: 20px;
	font-weight: normal;
	color: #999;
}

/* Text elements */
p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 21px;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 13px;
	border-left: 5px solid #ff9900;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}

/* Links */
a {
	color: #0597FE;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}

.image_left1 {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	border: 5px solid #fff;
}
.image_left2 {
	float: left;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}
.image_left3 {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	border: 5px solid #fff;
}





.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top3 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.mar_top4 {
	margin-top: 40px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.mar_top6 {
	margin-top: 60px;
	width: 100%;
	float: left;
}
.mar_top7 {
	margin-top: 70px;
	width: 100%;
	float: left;
}
.mar_top8 {
	margin-top: 80px;
	width: 100%;
	float: left;
}
.mar_top9 {
	margin-top: 90px;
	width: 100%;
	float: left;
}
.mar_top10 {
	margin-top: 100px;
	width: 100%;
	float: left;
}
.mar_top11 {
	margin-top: 111px;
	width: 100%;
	float: left;
}















#white1{
float: right;
color:#FFF;
}


}
#logo {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 40px;
	position: absolute;
	z-index: 999;

}
.site_logo {
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;	/* logo position */
	float: left;

}
.site_logo h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 27px;
	color: #454545;
	text-transform: none;
}
.site_logo h1 i {
	color: #189cfc;
	font-style: normal;
	text-transform: none;
}
.logo_caption {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #999;
	display: block;
	float: left;
}







#wrapper {
	width: 100%;
	margin: auto auto auto auto;
}

#page_wrapper_full {
	width: 100%;
	margin: auto auto auto auto;

}
.container_main {
	width: 100%;
	margin: auto auto auto auto;
}
.container {
	width: 1001px;
	margin: auto auto auto auto;
}






#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	//float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	//width: 800px;
	width: 100%;
	//padding-left: 100px;
	margin-top: -100px;	/* main menu top margin */
	//margin-right: 285px;	/* main menu left margin */
	/*background: #F5F9FA;*/	/* main menu background */
	background: #F5F9FA url(../images/main-menu-bg.jpg) no-repeat center top;
}
#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #333;
}
#access .menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: 40px;
	margin: 0px;	/*dropdown main menu top margin */
	float: right;	/* main menu text position (text-align) */
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0px 0px 0px 1px;
	float: left;
}
#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 0;		/* main menu background color size */
	color: #444545;		/* main menu text colour */
	margin: 0;
	padding: 13px 14px 13px 14px;
	text-align: center;
}
#access .menu ul li a:hover {
	color: #854545;         
	padding: 13px 14px 13px 14px;
	background: #F5F9FA;	/* main menu hover background */
} 
#access .menu ul li a.active {
	color: #03296F;
	padding: 13px 14px 13px 14px;
	background: #EDEAE0; 	/* main menu active background */
}



#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 170px;
	padding: 0;
	text-align: left;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0px;	/* margin between dropdown menu text */
	border: none;
	display: block;
	padding: 13px 12px 13px 12px;
	font-size: 12px;
	color: #03296F;
	background: #EDEAE0 /*url(../../main/images/spacer.gif) no-repeat center bottom*/; /* dropdown menu active background */
	width: 224px;	/* dropdown menu active background width */
	text-align: left;
	border-bottom: 1px solid #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background: #444545 /*url(../../main/images/spacer.gif) no-repeat center bottom*/; /* dropdown menu hover background */
	border-bottom: 1px solid #454545;
	color: #fff;
	padding: 13px 12px 13px 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 200px;}







.top_contact_info {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 59px;	/* top contact info text background hight */
	background: #066BB4; /* top text background */
}

.top_section {
	position: relative;
	padding: 0px;
	margin: 0px;
	/*top: 30px;*/		/* position of the top section */
	height: 180px;		/* logo / main menu background height */
	/*background: #E2EDF2;*/	/* top background for logo & main menu */
	//background: #054D9F;
	background: #EDEAE0;
	/*background: #B8DAE9;*/	/* top background for logo & main menu */
}

.top_shadow {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 31px;
	z-index: 998;
	background: url(../../main/images/top-shadow.png) no-repeat center bottom;
}








@media only screen and (min-width: 1000px){}
@media only screen and (min-width: 768px) and (max-width: 999px){
.container {
	width: 767px;
	margin: auto auto auto auto;
}



#access .menu {
	width: 567px;
	float: left;
}

#access .menu ul{
	float: left;
	margin-top: 0px;	/* main menu top margin */
	margin-left: 0px;	/* main menu left margin */
}

#access .menu ul li a {
	padding: 13px 10px 14px 10px;
}
#access .menu ul li a:hover {      
	padding: 13px 10px 14px 10px;
} 
#access .menu ul li a.active {
	padding: 13px 10px 14px 10px;
}









.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}















