﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #515151;
}

img
{
	border: 0;
}

a, a:link, a:visited
{
	text-decoration: none;
	outline: 0;
	color: #fe4101;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style: none;
}








.clr
{
	clear: both;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.null
{
	line-height: 0;
	font-size: 0;
}








.top_wrapper
{
	min-width: 1002px;
	background: url(../images/bg_top_wrapper.jpg) bottom repeat-x;
	position: relative;
	box-shadow: 0 2px 5px #2f2f2f;
}

.mid_wrapper
{
	min-width: 1002px;
	background: url(../images/page-bg.jpg);
	padding: 0 0 25px;
}

.footer_wrapper
{
	min-width: 1002px;
	background: url(../images/bg_footer_wrapper.jpg) repeat-x;
	padding: 10px 0;
	box-shadow: 0 -2px 5px #2f2f2f;
}

.footer_text
{
	padding: 8px 0 0 15px;
	color: #afafaf;
}

.footer_text span
{
	color: #afafaf;
	display: block;
	font-size: 11px;
	padding: 6px 0 0;
}

.footer_text a, .footer_text a:link, .footer_text a:visited
{
	color: #fff;
}

.top
{
	width: 1002px;	
}

.center
{
	width: 1002px;
	margin: auto;
}

.main
{
	width: 1002px;
}

.logo
{
	
}

.top_search
{
	margin: 40px 0 0;	
	width: 258px;
}

.txt_search
{
	width: 206px;
	height: 29px;
	background: #fff url(../images/bg_txt_search.jpg) top repeat-x;
	border: none;
	padding: 0 10px;
	color: #797979;
	font-size: 12px;
	line-height: 29px;
}

.btn_search
{
	width: 32px;
	height: 29px;
	background: url(../images/btn_search.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

.nav
{
	width: 754px;
	margin: 12px 0 6px;
	margin: 13px 0 6px \9;
}

.nav li
{
	float: right;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #2a2a2a;
	margin: 0 0 0 2px;
	position: relative;
}

.nav li a, .nav li a:link, .nav li a:visited
{
	background: url(../images/bg_li_nav.jpg) top repeat-x;
	padding: 9px 20px;	
	color: #fff;
	text-decoration: none;
	border: 1px solid #a7a7a7;
	border-bottom: none;
	display: block;
}

.nav li a:hover, .nav li a.sel
{
	background: url(../images/bg_hover_nav.jpg) top repeat-x;
}


/* sub nav */

.nav li:hover ul
{
	display: block;
}

.nav li ul
{
	position: absolute;
	width: 214px;
	border: 1px solid #a7a7a7;
	background: url(../images/bg_ul_subnav.png);
	border-radius: 0 0 5px 5px;
	/*padding: 12px 0 0;*/
	box-shadow: 0 2px 4px #575757;
	display: none;
	z-index: 99;
}

.nav li li
{
	float: none;
	display: block;	
	margin: 0;
	font-size: 12px;
	text-transform: none;
	
}

.nav li li a, .nav li li a:link, .nav li li a:visited
{
	/*background: url(../images/arrow_subnav.png) 0 5px no-repeat;	*/
	background: none;
	border: none;
	padding: 6px 12px;
	border-bottom: 1px dotted #829054;
}

.nav li li a.no_brd
{
	border: none;
}

.nav li li a.no_brd:hover
{
	border-radius: 0 0 5px 5px;
}

.nav li li a:hover
{
	background: #1a668a;
}

/* sub nav */

.container
{
	width: 1002px;	
	background: url(../images/ptrn.jpg);
	box-shadow: 0 2px 10px #4e4e4e;
	border-radius: 0 0 10px 10px;
}

.container_in
{
	width: 1002px;	
	border-radius: 0 0 10px 10px;
}


.banner
{
	width: 1002px;
	border-bottom: 1px solid #a0a0a0;
	position: relative;
}

.banner_tbl
{
	width: 371px;
	height: 282px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #393939;
	color: #fff;
	text-align: center;
	background: url(../images/bg_transparent.png) no-repeat;
}

.banner_tbl td
{
	padding: 0 10px;
}

.sub_cont
{
	width: 1002px;
}

.rounded_widget_holder
{
	width: 972px;
	padding: 20px 15px;
}

.round_box_holder, .bottom_box
{
	width: 316px;
	background: url(../images/bg_rounder_box.png) bottom no-repeat;
	padding: 0 0 13px;
	margin: 0 11px 0 0;
}

.bottom_box
{
	background: none;
}

.bottom_box img
{
	margin: 0 0 10px;
}

.round_box
{
	width: 286px;
	padding: 12px 15px 15px;
	border-radius: 5px;
	background: #f9f9f9;
	border: 1px solid #dcdcdc;
	box-shadow: inset 0 0 5px #cdcdcd;
}

.grey_box
{
	width: 972px;
	background: #c9c9c9;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #a5a5a5;
	padding: 12px 15px 15px;
}

.round_box img
{
	box-shadow: 0 0 5px #aaaaaa;
	border-radius: 7px;
	float: left;
}

.rounded_box_text
{
	width: 102px;
	font-size: 13px;
	line-height: 20px;
}

.sub_cont_new
{
	width: 1002px;
}

.submenu_header
{
	width: 266px;
	height: 39px;
	padding: 9px 15px 0;
	background: url(../images/submenu_header.png) no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #242424;
	text-shadow: 1px 1px 1px #e3e3e3;
}

h1
{
	font-size: 40px;
	background: url(../images/bg_h1.jpg);
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	color: #ff3f00;
	text-shadow: 1px 1px 2px #474747;
	padding: 10px 20px 0;
}

h4
{
	color: #013c63;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #aaaaaa;
	padding: 0 0 12px;
}

h5
{
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #f7f7f7;
	padding: 0 0 5px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #a0a0a0;
	color: #000;
}

h3
{
	padding: 0 0 10px;
}

.about_txt
{
	padding: 0 0 12px;
	border-bottom: 1px dotted #cacaca;
	width: 656px;
}

p
{
	line-height: 20px;
	text-align: justify;	
}

.our_tech
{
	width: 656px;
	margin: 15px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px dotted #cacaca;
	line-height: 18px;
}

.our_tech img
{
	float: left;
}

.tech_text
{
	width: 406px;
	text-align: justify;
}

.widget
{
	width: 218px;
	height: 500Px;
	margin: 0 0 30px 27px;
	line-height: 18px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;     /*shamual*/
	font-size: 14px;
}

.widget_title
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 14px;
}

.widget_title span
{
	font-size: 16px;
	font-weight: normal;
}

.widget_image
{
	width: 218px;
	padding: 0 0 30px;
	margin: 0 0 7px;
	background: url(../images/rounded_shade.png) bottom no-repeat;
}

.widget a, .widget a:link, .widget a:visited
{
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	color: #ffffff;
	padding: 0 0 6px;
	text-shadow: 0 1px 2px #393939;
	border-bottom: 1px dashed #c46016;
}

h2 span
{
	font-weight: normal;
	font-size: 15px;
}

.social_icons
{
	padding: 12px 0 0;
}

.social_icons li
{
	float: right;
	margin: 0 0 0 4px;
}

.social_icons_sidebar
{
	width: 38px;
	height: 143px;
	/*padding: 18px 0 0 12px;*/
	padding: 150px 0 0 12px;
	background: url(../images/social_icons_sidebar.png) bottom no-repeat;
	position: absolute;
	right: 0;
	z-index: 99;
	/*top: 300px;*/
}

.social_sidebar
{
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 6px 0;
	
	/*-moz-transition: width .4s, height .4s, -moz-transform .4s;
	-webkit-transition: width .4s, height .4s, -webkit-transform .4s;
	-o-transition: width .4s, height .4s,-o-transform .4s;*/
}

.ssfb
{
	background: url(../images/side_icon_fb.png);
}

.ssfb:hover
{
	background: url(../images/side_icon_fb_mo.png);
}

.ssemail
{
	background: url(../images/side_icon_email.png);
}

.ssemail:hover
{
	background: url(../images/side_icon_email_mo.png);
}

.sstw
{
	background: url(../images/side_icon_tw.png);
}

.sstw:hover
{
	background: url(../images/side_icon_tw_mo.png);
}

.no_brd
{
	border-bottom: none;
}

.no_rt_margin
{
	margin-right: 0;
}

.left
{
	width: 272px;
	padding: 17px 0 0;
}

.left_pro
{
	width: 500px;
	padding: 17px 0 0;
}

h6
{
	font-size: 24px;
	padding: 5px 15px;
	background: url(../images/bg_h6.jpg) bottom repeat-x;
}

.left_nav_holder
{
	width: 267px;
	margin: 0 0 50px -14px;
	padding: 0 0 6px 0;
	background: url(../images/nav_stake.png) bottom left no-repeat;
}

.left_nav
{
	width: 267px;
	border: 1px solid #bec1b3;
	background: #d8dbcc url(../images/bg_left_nav.jpg) bottom no-repeat;
	box-shadow: 0 3px 5px #5d5d5d;
}

.left_nav ul
{
	padding: 15px;
}

.left_nav ul li
{
	background:  url(../images/arrow_black.png) left 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
}

.left_nav ul li a, .left_nav ul li a:link, .left_nav ul li a:visited
{
	color: #000;
	display: block;
	padding: 0 0 5px;
	border-bottom: 1px dotted #555555;
}

.left_nav ul li a:hover, .left_nav ul li:hover
{
	color: #e23800;
	text-decoration: none;
	text-indent: 5px;
}

.left_nav ul li:hover
{
	background:  url(../images/arrow_black.png) 5px 5px no-repeat;
}

.left_nav ul li a.active
{
	color: #e23800;
}

.nav_divider
{
	width: 272px;
	text-align: center;
	margin: 0 0 40px;
}

.right
{
	width: 730px;
	margin: 0 0 30px;
}
.right_pro
{
	width: 502px;
	margin: 0 0 30px;
    padding-top: 20px
}
.right_container
{
	width: 690px;
	padding: 12px 20px 0 0;
	line-height: 20px;
}

.new_tech
{
	width: 690px;
	padding: 26px 0 0;
	margin: 20px 0 0;
	border-top: 1px dotted #cacaca;
}

.new_tech img
{
	float: right;
	border: 6px solid #fff;
	/*box-shadow: 0 0 5px #424242; */ /*shamual*/
}

.new_tech_text
{
	width: 450px;
	text-align: justify;
	line-height: 20px;				/*shamual*/
	font-size: 14px;                /*shamual   12px rev. */
	font-family: Arial, Tahoma;  /*shamual*/
}


.new_tech_text span
{
	display: block;
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 5px;
}

.contact_left
{
	width: 200px;
}

.contact_right
{
	width: 400px;
	background: #e3e3e3;
	padding: 20px 25px;
	border-radius: 10px;
	border: 1px solid #efeded;
	box-shadow: 0 0 5px #646464;
	margin: 20px 0 0;
}

.txt_holder
{
	padding: 0 0 5px;
	width: 400px;
}

.txt_holder label
{
	font-weight: bold;
	text-align: right;
	width: 80px;
	display: block;
	float: left;
	padding: 3px 0 0;
}

.txt_box
{
	width: 294px;
	height: 26px;
	line-height: 26px;
	padding: 0 5px 0;
	color: #797979;
	font-weight: bold;
	font-family: Arial, Tahoma;
	font-size: 14px;
}

.area
{
	height: 120px;
	line-height: 20px;
	resize: none;
}

.btn_submit
{
	margin: 0 0 0 94px;
	cursor: pointer;
	padding: 3px 10px;
}

.innerfade img
{
	margin: 0 0 38px;	
}

.lb_main
{
	width: 471px;
	background: #fff;	
}





















