
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top	
}

.homepage { background-image:  url(../images/headback.jpg); }
.subpage { background-image:  url(../images/sub.jpg); }

a, a:link, a:visited { color: #e98236; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}
p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
em { color: #000; font-weight: bold; font-style: normal }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px 0; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 10px 0; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }


a.more { 
	clear: both; 
	display: block; 
	width: 103px; 
	height: 30px; 
	line-height: 30px; 
	text-align: center; 
	color: #000; 
	font-weight: bold; 
	background:  url(../images/more_button.png); 
}

a.more:hover { 
	text-decoration: none; 
	color: #fff; 
}

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 5px solid #fff; 
	background: none; 
	margin-bottom: 5px; 
}


.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}

.definetech_list { 
	margin: 20px 0 20px 20px; 
	padding: 0; 
	list-style: none; 
}

.definetech_list li { 
	color:#e98236; 
	margin: 0; 
	padding: 0 0 0 20px; 
	background:  url(../images/definetech_list.jpg) no-repeat scroll 0 7px;  
}

.definetech_list li a { 
	color: #e98236; 
	font-weight: normal; 
}

.definetech_list li a:hover { 
	color: #e98236; 
}

#definetech_wrapper {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto
}

#definetech_header {
	width: 960px;
	height: 120px;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 25px 0 0 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 520px; 
	height: 81px; 
	color: #fff; 
	 
	background: url(../images/logo.png) no-repeat; 
}

#site_title_right
{
  float:right;
  background:url(../images/callus.jpg) no-repeat;
  width:271px;
  height:120px;
  
}

/* menu */
#definetech_menu {
	clear: both;
	width: 960px;
	height: 50px;
	background:  url(../images/menu.jpg)
}

#definetech_menu ul {
	float: left;
	width: 740px;
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

#definetech_menu ul li {
	float: left;
	display: block;
	width: 100px;
	padding: 0;
	margin: 0;
	
	display: inline;
	text-align: center;
	background:  url(../images/menu_sepertor.png) no-repeat right center
}

#definetech_menu ul li a {
	display: block;
	width: 100px;
	height: 32px;
	padding: 8px 0 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #5fa008;	
	font-weight: normal;
	outline: none;
	border: none;
	background:  url(../images/menu.png) no-repeat bottom center
}

#definetech_menu ul li a:hover, #definetech_menu ul li .current { 
	color: #fff; 
	height: 38px; 
	padding: 5px 0 0 0; 
	background:  url(../images/definetech_menu_hover.png) bottom center no-repeat; 
}

#definetech_menu ul .last { 
	background: none; 
}

 #social_box
{
 float:right;
 margin-top:8px;
 }
 #social_box a{ margin-right:5px;}
 
 
#search_box { 
	float: right; 
	margin: 12px 0 0 0; 
	width: 170px; 
	height: 27px; 
	background:  url(../images/definetech_search.png) no-repeat; 
}

#search_box form { 
	clear: both; 
	width: 170px; 
	height: 26px; 
	padding: 0; 
	margin: 0; 
} 

#searchfield { 
	float: left; 
	display: block; 
	height: 16px; 
	width: 130px; 
	padding: 5px; 
	font-size: 12px; 
	color: #ccc; 
	line-height: 0; 
	background: none; 
	border: none; 
} 

#searchbutton { 
	float: right; 
	display: block; 
	height: 26px; 
	width: 30px; 
	padding: 0; 
	margin: 0; 
	cursor: pointer; 
	background: none; 
	border: none; 
}

/* end of menu */

/* slider */

#definetech_middle { 
	clear: both;
	width: 960px;
	height: 280px;
	padding: 10px 0;
	margin-bottom: 5px;
	background:  url(../images/definetech_middle.jpg) left top no-repeat
}
#definetech_middle_my
{
    clear: both;
	width: 960px;
	padding: 10px 0;
	margin-bottom: 5px;
	
}

#intro { 
	float: left; 
	padding: 15px 0; 
	width: 520px; 
}

#intro h2 { 
	font-size: 30px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro p { 
	font-size: 14px; 
	letter-spacing: 1px; 
	word-spacing: 5px; 
	line-height: 24px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro a.learn_more { 
	display: block; 
	width: 170px; 
	height: 40px; 
	background:  url(../images/definetech_learn_more.jpg) no-repeat; 
}

#definetech_middle_subpage { 
	clear: both;
	width: 960px;
	height: 130px;
	padding: 25px 0;
	background:  url(../images/definetech_middle.png) no-repeat
}

#definetech_middle_subpage h2 { 
	color: #fff; 
}

#definetech_middle_subpage p { 
	font-size: 16px; 
	color: #eee; 
	line-height: 30px; 
}

#definetech_middle_subpage a {
	color: #eee;
}

#slider {
	float: right;
	width: 320px;
	height: 240px; 
	overflow: hidden;
}

#slider1 img{
	float: right;
	width: 960px;
	height: 280px; 
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:solid 2px #333333;
	overflow: hidden;
}


/* end of slider */

#definetech_main {
	clear: both;
	width: 960px;
	padding: 15px 0;
	background: #fff;
}


.gallery_box { 
	display: block; 
	float: left; 
	width: 290px; 
	margin-bottom: 20px; 
	padding: 8px; 
	border: 1px solid #ccc; 
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}

.gallery_box:hover{background-color:#F0F0F0;}

 .second { 
	margin-right: 0px; 
	float:right;
}

.gallery_box a img { 
	border: 1px solid #000; 
	margin-bottom: 5px; 
	margin-left:5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	
}
.gallery_box a img:hover
{box-shadow:0px 5px 10px #333; -moz-box-shadow:0px 5px 10px #333;  -webkit-box-shadow:0px 5px 10px #333;}

.gallery_box h3{line-height:20px;}



.client_box { 
	display: block; 
	float: left; 
	width: 290px; 
	margin-bottom: 30px; 
	padding: 8px; 
	border: 1px solid #ccc; 
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
}

.client_box:hover{background-color:;}

 .second { 
	margin-right: 0px; 
	float:right;
}

.client_box a img { 
	border: 1px solid #000; 
	margin-bottom: 5px; 
	margin-left:5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}
.client_box a img:hover
{box-shadow:0px 5px 10px #333; -moz-box-shadow:0px 5px 10px #333;  -webkit-box-shadow:0px 5px 10px #333;}

.client_box h3{line-height:22px;}


.col_w300 h2 {background: url(../images/headbg.png) no-repeat;padding-left:15px; margin-bottom:0px;  color:#FFFFFF; font-size:22px;}

.col_w960 { width: 960px; margin-bottom: 40px;}
.col_w600 { width: 640px;  margin-right:20px; }
.col_w450 { width: 450px;   }
.col_w500 { width: 500px;  margin-left:10px;  }

.col_w300 { width: 300px }
.col_allw300 { width: 300px; float: left; margin-right: 30px }
.col_last { margin: 0 }
.col_w960_last { margin: 0; background: none; }
.col_last { margin: 0; }

.wwd_box { clear: both; margin-bottom: 20px }
.wwd_box img { float: left;   margin-right: 15px }
.wwd_box h3 { font-size: 16px; margin-bottom: 0 }
.wwd_box h3 a { color: #0e4369; font-size: 16px; font-weight: normal }
.wwd_box p { margin-bottom: 30px; }

.lp_box { float: left; width: 300px; margin-right: 30px }
.lp_box4622 { float: left; width: 45%; margin-right: 30px }
.lp_box h6 { font-weight: bold; text-align:center; background: url(../images/colbg.jpg) no-repeat; border-radius:5px; }
.lp_box4622 h6 { font-weight: bold; text-align:center; background: url(../images/colbg.jpg) no-repeat; border-radius:5px; }
.lp_box_last { margin: 0 }
.lp_box img { border: 1px solid #CCC; padding: 4px; border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; }
.lp_box4622 img { border: 1px solid #CCC; padding: 4px;  width: 91%; border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; }
.lp_box img:hover{ box-shadow:3px 3px #B9B9B9; -webkit-box-shadow:3px 3px #B9B9B9; -moz-box-shadow:3px 3px #B9B9B9;}
/*border:solid 5px #B9B9B9;*/ 
.lp_box4622 img:hover{ box-shadow:3px 3px #B9B9B9; -webkit-box-shadow:3px 3px #B9B9B9; -moz-box-shadow:3px 3px #B9B9B9;}
/*border:solid 5px #B9B9B9;*/


.col_w220{ width:220px;}

#cp_contact_form1{
   padding: 0; 
	width: 635px;
	border-radius:5px;
	border:solid 2px #CCCCCC; 
	background:#F7F7F7;
	color:#333333;
	 font-size:16px; font-weight:650;
}

#cp_contact_form1 form { 
	margin: 0px; 
	padding:  0px; 
}

#cp_contact_form1 form table{
 width:100%;
 
  
}

#cp_contact_form1 form table td{
padding-left:5px;
}
#cp_contact_form1 form .input_field { 
	width: 390px; 
	padding: 10px;
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form1 form textarea { 
	width: 390px; 
	height: 80px; 
	padding: 10px; 
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form1 form .submit_btn { 
	margin: 5px 0px;
	padding: 10px 20px; 
	text-decoration: none; 
	background: #fff; 
	border: 1px solid #ccc;
	font-size: 14px;   
	
}

#cp_contact_form1 form .submit_btn:hover{background:#333333; color:#FFFFFF; font-weight:bold;}

#cp_contact_form form .submit_btn:hover{background:#333333; color:#FFFFFF; font-weight:bold;}

#cp_contact_form { 
	padding: 0; 
	width: 446px; 
	border-radius:5px;
	border:solid 2px #CCCCCC; 
	background:#F7F7F7;
	color:#333333;
	font-size:16px; font-weight:650;
	padding-left:15px;
	clear:both;
	padding-right:15px;
}

#cp_contact_form form { 
	margin: 0px; 
	padding: 0px; 
}



#cp_contact_form form .input_field { 
	width: 390px; 
	padding: 10px;
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px; 
}

#cp_contact_form form textarea { 
	width: 390px; 
	height: 80px; 
	padding: 10px; 
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form .submit_btn { 
	margin: 5px 0px;
	padding: 10px 20px; 
	text-decoration: none; 
	background: #fff; 
	border: 1px solid #ccc;
	font-size: 14px;   
}

#map img { 
	width: 438px; 
	height: 150px; 
	border: 1px solid #999; 
	padding: 4px; 
}

.news_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.news_box h2 { 
	font-size: 20px; 
	margin-bottom: 0; 
}

.news_box p.date { 
	color: #000; 
}

.news_box img { 
	float: left; 
	width: 100px; 
	height: 100px; 
	padding: 4px; 
	border: 1px solid #000; 
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right: 30px; 
}

.news_box img:hover { box-shadow:3px 3px #B9B9B9 ; -webkit-box-shadow:3px 3px #B9B9B9; -moz-box-shadow:3px 3px #B9B9B9; }

.news_box a.more { 
	float: right; 
}

.sb_lp_box { 
	clear: both; 
	margin-bottom: 20px; 
}

.sb_lp_box:hover{background-color:#FF6600; box-shadow:0px 5px 5px #B9B9B9 }

.sb_lp_box img { 
	padding: 9px; 
	border: 1px solid #ccc; 
	width:280px;
	height:160px;
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.post_box table
{margin:20px auto;}

.post_box ul{margin:0px;}
.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400; 
}

.post_box img { 
	 
	border: 10px solid #eee; 
	margin-bottom: 10px;
	float:left;
	margin-right:10px; 
}

.post_box a.more { 
	float: right; 
}

.post_box li
{
list-style-image:url(../images/listsytle.png);

}

.lbe_box { 
	clear: both; 
	margin-bottom: 20px; 
}

.lbe_box h3 { 
	font-size: 16px; 
	margin-bottom: 0; 
}
	
.lbe_box h3 a { 
	color: #0e4369; 
	font-size: 16px; 
	font-weight: normal; 
}

.lbe_box h3 a span { 
	font-size: 12px; 
	color: #333; 
}

.lbe_box p { 
	margin-bottom: 0; 
}

.lbe_box p.date { 
	font-size: 10px; 
	font-weight: 700; 
	color: #0e4369; 
}



#definetech_cr_wrapper {
	clear: both;
	width: 100%;
	background: #000;
}

#definetech_cr {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #666;
	background:   url(../images/definetech_footer.jpg) top center no-repeat
}

#definetech_cr a { 
	color: #5fa008; 
	font-weight: normal; 
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
	background: url(../images/bodycol.jpg);
	border-bottom:solid 2px #CCCCCC;
	
}

.side_menu li a {
	display: block;
	color: #666;
	padding: 5px 0px 5px 18px;
	margin-left:15px; 
	font-weight: normal;
	font-size:15px;
	text-decoration: none;
	background:  url(../images/download.jpg) left center no-repeat;
}

.side_menu li a:hover{color:#FF9900;}

