/* ------------ Default reset styles --------- */



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}



body {

	line-height: 1;

}



ol, ul {

	list-style: none;

}



blockquote, q {

	quotes: none;

}



blockquote:before, blockquote:after, q:before, q:after {

	content: '';

	content: none;

}



a {

	text-decoration: none;

	color: black;

}



a:hover { 

	text-decoration: underline;

	color: black;

}

/* ------------ Background styles --------- */



div#main_container {
	background: #5479ab url(../images/body_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif; ;	
	height: 100%;
}




/* ------------ Header styles --------- */




.fixed_width {
	width: 1002px;
	margin: 0 auto;
}

#header {
position: relative;
padding-top: 10px;
}

#header #logo {
	width: 326px;
	height: 46px;
	margin-left: 10px;
}

#header #logo h1 {
	text-indent: -9999px;
	width: 326px;
	height: 46px;
}

#header #logo h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 326px;
	height: 46px;
}

#menu_items {
	list-style: none;	
position: absolute;
top: 10px;
right: 10px;
}

#menu_items li { 
display: inline;
margin-right: 5px;
margin-left: 5px;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
display: inline;
}

#menu_items li a {
font-size: 14px;
color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;  
}

#menu_items li a:hover {
color: #FFFFFF;
text-decoration: none;
}

#menu_items li.selected, #menu_items li.selected a {
	color: #FFFFFF;
}










/* ------------ superfish one styles --------- */





ul#top_nav_menu {
	position: absolute;
	top: 15px;
	right: 20px;
	list-style: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

ul#top_nav_menu li {  
    float: left;	
	color: #CCCCCC;
    margin: 0;
	display: block;
	margin: 0 auto;
	border-left: 2px solid #c7c9c7;
    padding: 0 10px;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}

ul#top_nav_menu li:first-child {
	border-left: none;
}  

ul#top_nav_menu li a{   
    color: #CCCCCC;  
    display: block;  
    text-decoration: none;  
    float: left;
	font-weight: bold;  
}  


ul#top_nav_menu li a:hover, ul#top_nav_menu li.selected a{   
    color: #ffffff;
	text-decoration: none;
}  

ul#top_nav_menu li.drop_down_nav {
	color: #4c4c4c;
}

ul#top_nav_menu li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 8px;
	top: 20px;  
    background: #3a659c;  
    margin: 0; 
	padding: 0; 
    float: left;   
    border: 1px solid #125f17;
	display: none;
	z-index: 1000; 
	color: #4c4c4c;
	text-decoration: none;
}  

ul#top_nav_menu li ul.subnav li{
	border-left: none; 	 
    margin: 0; 
	padding: 3px 0;  
    border-top: 1px solid #3a3a3a; /*--Create bevel effect--*/  
    border-bottom: 1px solid #edebeb; /*--Create bevel effect--*/  
    clear: both;  
	display: block; 
	color: #4c4c4c; 
	text-decoration: none;
}
  
ul#top_nav_menu li ul.subnav li a {  
    float: left;  
    width: 110px;  
    padding-left: 10px;  
	color: #CCCCCC;
	text-decoration: none;
} 

ul#top_nav_menu li ul.subnav li a:hover { 
	color: #ffffff;
	text-decoration: none;
} 











/* ------------ conatiner styles --------- */


div#conatiner.fixed_width {
}


#conatiner {
	width: 1002px;
	background: #d5e1f1 url(../images/container_bg.png) repeat-x;
	border: 1px solid #c5c5c5;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
	padding-bottom: 30px;
	min-height: 600px;
}




#slideshow {
	margin-top: 20px;
}


li.sinlge_slide {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.text_box {
	float: left;
	width: 430px;
	margin-left: 20px;
	padding: 10px;
}

.image_box {
	float: left; 
	width: 430px;
	margin-right: 20px;
	position: relative;
}

.text_box h2 {
	font-size: 18px;
	color: #ffffff;
	margin: 20px;
	margin-left: 10px;
}

.text_box p {
	font-size: 14px;
	color: #dcdcdc;
	padding: 10px;
	line-height: 20px;
	text-indent: 30px;
	text-align: justify;
}

.text_box a {
	color: #201919;
	float: right;
}

.image_box img {
	width: 400px;
	padding: 20px;
}

a.image_buttom {
	position: absolute;
	bottom: 10px;
	left: 200px;
	color: #FFFFFF;	
}

a.image_buttom:hover {
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
}


#slide_nav {
position: absolute;
right: 100px;
top: 360px;
}

#slide_nav a {
margin: 5px;
color: #FFFFFF;
}

#extend_width {
	width: 960px; 
}


.sub_box {
	background: #f6f6f6;
	width: 410px;
	float: left;
	margin: 15px;
	margin-right: 12px;
	margin-left: 12px;
	padding: 10px;
	-webkit-border-radius: 8px;   
 	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
 	-moz-border-radius:8px;
	border-radius: 8px;
	border-radius: 8px;
}

.sub_box h2 {
	font-size: 24px;
	text-decoration: underline;
	color: #5d99ea;
	margin: 10px;
}

.sub_box p, .sub_box li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	line-height: 20px;
	text-align: justify;
}

.sub_box li {
	list-style: disc;
	margin-left: 30px;
}

#product_stack {
	overflow: hidden;
}

.single_product {
	clear: both;
}


.single_product img {
	width: 120px;
	height: 60px;
	margin: 10px;
	margin-top: 0;
	float: left;
}

.single_product a {
	color: #666666;
	font-size: 13px;
}


/* ------------ footer styles --------- */

#footer {
background: url(../images/fot_bg.png) repeat-x;
height: 40px;
padding-top: 20px;
font-size: 12px;
}

#footer a {
	color: #FFFFFF;	
}

#footer a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #FFFFFF;	
}



#copyrite {
float: left;
color: #bfc8d3;
margin-left: 30px;
}

#sitemap {
float: right;
color: #bfc8d3;
margin-right: 30px;
}

#sitemap a {
margin-right: 10px;
margin-left: 10px;
}


.under_construction {
font-size: 60px;
}



/* ------------ product styles --------- */

#pro_spec_img {
display: block;
width: 600px;
text-align: center;
margin: 0 auto;
background: transperent;
}

.technical {
font-weight: bold;
text-align: center;
margin: o auto;
text-decoration: underline;
width: 100%;
}



/* ------------ contact styles --------- */

form#contact {
	margin-top: 20px;
	width: 520px;
	float: left;
}

form#contact label {
	margin-left: 20px;
	display: block;
	width: 80px;
	float: left;
}

form#contact input {
	width: 220px;
}

form input#submit {
	background: #6a8fc2;
	margin: 10px;
	color: #ffffff;
	font-size: 12px;
	width: 80px;
	margin-left: 390px;
}

form #submit:hover {
	background: #4a6d9e;
	cursor: pointer;
}



#address {
float: left;
width: 300px;  
}

#address h3 {
margin-left: 10px;
	color: #6a8fc2;
}




table.product_details {
	border: 1px solid #000000;
	border-top: none;
	border-left: none;
}







table.product_details td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	line-height: 25px;
}
table.product_details td.empty_row {
	line-height: 16px;
}

h4.table_heading {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 25px;
	text-decoration: underline;
}

#extend_width img {
	padding-top: 20px;
	padding-bottom: 15px;
}


h2.welcome_intro {
	font-size: 26px;
	line-height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-stretch: extra-condensed;
}




.boldstyle {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

.greenstyle {
	font-weight: bold;
	color: #009900;
	text-transform: uppercase;
}



table.product_details td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.table01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.table01 td {
	padding:0px 0px 0px 5px;
	}


/************************************************/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 10px solid #006699;
	background-color: white;
	background-image:url(../images/js-703-zoom.png);
	background-repeat:no-repeat;
	z-index:1002;
	overflow: auto;
}


/************************************************/

 
.first-child {
	width:340px;
	}