body
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	overflow-x:hidden;
	background:url(../images/body_bg.png) top left repeat-x;

}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a{
	color:#424242;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#wrap
{
	width:100%;
	float:left;
	background:url(../images/footer_bg.png) repeat-x left bottom;

}

#inside_wrap
{
	width:100%;
	float:left;
	background:url(../images/inside_bg.png) top left repeat-x;
}
#cross_wrap
{
	width:100%;
	float:left;
}
#container
{
	width:942px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
#main
{
	width:942px;
	float:left;
}
#header
{
	float:left;
	width:942px;
}
#header2
{
	width:942px;
	float:left;
}
#logo
{
	width:411px;
	float:left;
	padding-top:30px;
	padding-bottom:15px;
}
#title_part
{
	width:216px;
	float:right;
}
#cell
{
	width:216px;
	float:right;
	color:#646464;
	font-family:Arial;
	font-size:18px;
	font-weight:500;
	padding-top:22px;
	text-align:right;
	color:#3d3e99;
}
#heading
{
	width:422px;
	float:right;
	padding-top:75px;
	padding-bottom:26px;
}
#content
{
	width:942px;
	float:left;
}
#inside_content
{
	width:942px;
	float:left;
}
#four_parts
{
	width:942px;
	float:left;
	margin-top:30px;
}

#single_part
{
	width:223px;
	float:left;
	background:url(../images/tools_bg.png) no-repeat top left;
	height:204px;
	text-align:center;
	margin-right:6px;

}
#single_part img
{
	margin-top:5px;
}
#single_part h1
{
	width:100px;
	font-family:Verdana;
	font-size:13px;
	color:#5c5c5c;
	font-weight:600;
	padding-left:58px;
	padding-top:5px;
	text-transform:uppercase;
}
#slug_line
{
	width:942px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:600px;
	color:#2f3092;
	padding-top:30px;
	padding-bottom:35px;
	background:url(../images/arrow.png) no-repeat right center;
	text-align:center;
	margin-left:-15px;
}

/* menubar */

#info
{
	width:250px;
	float:right;
	height:62px;
	text-align:center;
	padding-top:14px;
}
#info img
{
	text-align:center
}
#info h1
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#e5da7c;
	text-align:center;
}

#info h1 a
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#e5da7c;
	text-align:center;
	padding-top:5px;
}
#menu
{
	width:942px;
	float:left;
	background:url(../images/menu_bg.png) repeat-x top left;
	height:89px;
}
#menubar
{
width:692px;
float:left;
height:89px;
}

ul.dropdown
{margin:0;
padding:0;
float: left;
}

ul.dropdown li
{
	list-style-type:none;
	display:inline;
}

ul.dropdown li
{
	float:left;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:31px;
	padding-bottom:29px;
	background:url(../images/menu_option_line.png) no-repeat right top;
}

ul.dropdown li a
{
	float: left;
	width: auto;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	position: relative;
	background:url(../images/menu_arrow.png) no-repeat;
	background-position:center 25px;
	padding-bottom:7px;
	
}
ul.dropdown li a:hover
{
	color:#373a3f;
	
}


ul.dropdown li:hover 
{
	 color: #050708;
	 position: relative;
	 text-decoration:none;
 	 cursor: default;
	 background-color:#dfdfdf;
	 padding-bottom:22px;
	 color:#373a3f;
	 background-color:#d7cb6f;
}
ul.dropdown ul {
 	margin-top:45px;
 	padding: 0;
 	visibility: hidden;
 	position: absolute;
 	z-index: 598;
 	float:left;
	margin-left:-20px;
}

ul.dropdown ul li {
	font-weight: normal;
	background-color:#424242;
	width:200px;
	margin:0;
	padding:0;
	color:#050708;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	float: left;
	border:none;
	background-image:none;
}
ul.dropdown ul li a
{
	display:block;
	padding-left:6px;
	color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:15px;
	padding-bottom:15px;
	background:none;

}
ul.dropdown ul li:hover {
	text-decoration:overline;
	text-decoration:none;
	background-color:#999999;
	padding:0px;
}

ul.dropdown ul li a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

.dir {
 background-image: url(images/nav-arrow-right.png);
 background-position: 95% 50%;
 background-repeat: no-repeat;
}

ul.dropdown ul ul {
 top: 0px;
 left: 100%;
 margin:0px;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



#acti
{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	background-color:#dfdfdf;
	padding-left:25px;
	padding-right:25px;
	padding-top:31px;
	padding-bottom:22px;
	 background-color:#d7cb6f;
}
#acti a
{
	color:#373a3f;
	background-image:none;
	font-size:13px;
	font-weight:bold;
}

#inquiry_left {
    color: #000000;
    float: left;
    font-size: 11px;
    margin-left: 1px;
    margin-top: 1px;
    text-align: justify;
    width: 470px;
	font-weight:bold;
}
#inquiry_left p {
    color: #000000;
	
    float: left;
    text-align: justify;
	width: 470px;
}

.style2 {
    background-image: url("../images/texbox_inquiry.jpg");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    font-size: 11px;
    height: 35px;
    margin-top: 2px;
    padding: 0 3px;
    width: 355px;
}	
.style3 {
    background-image: url("../images/textarea_bg.jpg");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    font-size: 11px;
    height: 143px;
    margin-top: 1px;
    padding: 3px;
    width: 443px;
}
.style4 {
    background-color: #3D3D3D;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin: 3px 0 0;
    padding: 4px 0;
    width: 80px;
}

#inquiry_right {
    float: left;
    text-align: center;
    width: 425px;
}
#inquiry_right img {
    margin-top: 50px;
}



/* menubar end*/


#middle_part
{
	width:942px;
	float:left;
	margin-top:48px;
	padding-bottom:34px;
}
#inside_middle_part
{
	width:942px;
	float:left;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

#inside_image
{
	width:942px;
	height:193px;
	float:left;
	border:1px solid #CCCCCC;
	margin-top:7px;
	margin-bottom:18px;
}



#inside_title
{
	width:932px;
	height:30px;
	padding-left:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2e3092;
	border-bottom:1px solid #CCCCCC;

}

#project_title
{
	width:244px;
	float:left;
	font-family:Arial;
	color:#373a3f;
	font-size:45px;
	text-align:left;
}
#middle_text
{
	width:450px;
	float:left;
}
#middle_text p
{
	font-family:Arial;
	font-size:13px;
	font-weight:500;
	color:#343333;
	text-align:left;
	text-wrap:normal;
	line-height:19px;
	word-spacing:1px;
	text-align:justify;
}
#middle_text p img
{
	margin-right:6px;
}
#tov
{
	width:204px;
	float:left;
	margin-top:30px;

}
#tov img
{
	border:0px;

}
#tov h1
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#555555;
	margin-top:13px;
	padding-left:20px;
}
#application_part
{
	width:248px;
	float:left;
}
#application
{
	width:214px;
	margin-left:34px;
	float:left;
}
#application h1
{
	font:Verdana;
	font-size:13px;
	font-weight:600px;
	color:#363535;
	letter-spacing:2px;
}
#application ul
{
	list-style:none;
	padding:0px;
	margin-top:10px;
}
#application ul li
{
	width:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	background:url(../images/right_menu_arrow.png) no-repeat;
	background-position:left 13px;
}
#application ul li a
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	letter-spacing:1px;
	padding-top:0px;
}
#subscribe
{
	width:230px;
	float:left;
	background:url(../images/subscribe_newsletter.png);
	height:25px;
	margin-left:18px;
	margin-top:20px;
}
#subscribe_input
{
	width:195px;
	float:left;
	font:Verdana;
	font-size:11px;
	font-weight:500;
	color:#716f6f;
	margin-top:6px;
	margin-left:5px;
	padding-left:5px;
	border:0px;
	letter-spacing:1px;
}
#inquiry_part
{
	width:942px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}
#inquiry_image
{
	width:120px;
	float:left;
	padding-left:25px;
	padding-top:10px;
}
#inquiry_line
{
	width:640px;
	float:left;
	color:#424242;
	font-family:"Arial Rounded MT Bold";
	font-size:19px;
	height:16px;
	padding-top:42px;
	padding-bottom:42px;
	word-spacing:3px;
	letter-spacing:2px;

}
#inqiory_submit
{
	width:111px;
	float:right;
	height:44px;
	background:url(../images/submit_bg.png) no-repeat left top;
	margin-top:30px;
	margin-right:25px;
	cursor:pointer;
}
#inquiry_input
{
	width:90px;
	float:left;
	font-family:"Arial Rounded MT Bold";
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:12px;
	margin-left:10px;
	background-color:#373a3f;
	border:none;
	cursor:pointer;
}
#footer_bg
{
	width:100%;
	float:left;
	margin-top:22px;

}
#footer
{
	width:942px;
	float:left;
	margin-bottom:20px;
}
#footer_line
{
	width:400px;
	float:left;

}



#footer_line ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer_line ul li
{
	width:auto;
	float:left;
	padding:5px 9px 5px 7px;
	background:url(../images/footer_line.png) center right no-repeat;
}

#footer_line ul li a
{
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	
}

#footer_line ul li a:hover
{
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer_line2
{
	width:400px;
	float:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	color:#FFFFFF;
	text-align:right;
}

#footer_line2 a
{


	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-top:15px;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
}

#footer_line2 a:hover
{
	color:#FFFFFF;
}


/* about Us */

#about_us_title_bg
{
	width:942px;
	float:left;
	color:#424242;
	font-family:"Arial Rounded MT Bold";
	font-size:20px;
	font-weight:600px;
	padding-top:15px;
	height:39px;
	background:url(../images/dotted_line.png) left bottom repeat-x;
}
#about_middle
{
	width:912px;
	float:left;
	margin-top:18px;
	margin-left:15px;
	margin-right:15px;
}
#about_middle p
{
	font-family:Arial;
	font-size:13px;
	font-weight:500;
	color:#343333;
	text-align:left;
	text-wrap:normal;
	line-height:19px;
	word-spacing:1px;
	text-align:justify;
	padding-bottom:5px;
}
.product_box {
    float: left;
    width: 100%;
}
#product_detail {
    background-image: url("../images/product_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 188px;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 6px;
    padding-top: 6px;
    text-align: center;
    width: 200px;
}
.product_hed {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
    width: 200px;
}

#slider
{
	width:942px;
	height:315px;
	margin-bottom:15px;
}


#slider_left
{
	width:14px;
	height:315px;
	float:left;
	background:url(../images/slider_left.png) top left no-repeat;
}

#slider_bg
{
	width:914px;
	height:315px;
	float:left;
	background:url(../images/slider_bg.png) top left repeat-x;
}

#slider_right
{
	width:14px;
	height:315px;
	float:left;
	background:url(../images/slider_right.png) top left no-repeat;
}


