@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-size:12px;
	line-height:20px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#202020;
}
a{
	outline:none;
	color:;
	border:none;
	text-decoration:none;
}
a img{
	border:none;
}

ul, ul li{
	list-style-type:none;	
}

.spacer{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;	
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	letter-spacing:0px;
	font-weight:bold;
	color:#fe0000;
}

h2{
	font-size:20px;
	line-height:25px;
	border-bottom:solid 1px #0F0;
	padding-bottom:5px;
	margin-bottom:20px;
}

p{
	text-align:justify;
	text-indent:0;	
}

#wrapper{
	width:1040px;
	margin:0 auto;
	background:url(../images/bg.jpg) repeat 0 0;
}

#container{
	width:960px;
	margin:0 auto;
}

/*HEADER STYLE*/
#header{
	width:100%;
	height:80px;
	border-bottom:1px solid #000;
}
#logo{
	width:237px;
	height:74px;
	float:left;
}
#nav_pan{
	width:605px;
	height:60px;
	float:right;
	margin:20px 0 0 0;
}

/*NAV STYLE*/
.ddsmoothmenu {
}

.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 58px;
	width: 117px;
	margin:2px 0 0 4px;
	line-height: 58px;
	font-family: 'Scada', sans-serif;
	font-size: 20px;
	color: #272626;	
	text-align: center;
	text-decoration: none;
	outline: none;
	background: url(../images/nav_bottom.jpg) no-repeat 0 100%; 
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:hover {
	color: #272626;
	background: url(../images/nav_bottom-hvr.jpg) no-repeat 0 100%;
}
.ddsmoothmenu ul li a.selected{  /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFF;
	background: url(../images/nav_hover.jpg) no-repeat;
}

/*BANNER STYLE*/
#banner{
	width:100%;
	height:230px;
	margin:23px 0 50px 0;
	/*background: url(../images/banner01.jpg); */
}
#banner_home{
	width:100%;
	height:470px;
	margin:23px 0 50px 0;
	/*background: url(../images/banner01.jpg); */
}

/*HOME BODY STYLE*/
#body_pan{
	width:100%;
	height:auto;
	margin-bottom:36px;
}
.left_pan{
	width:440px;
	height:180px;
	float:left;
	margin-right:25px;
}
.left_pic{
	width:149px;
	height:160px;
	float:left;
	margin:20px 17px 0 0;
}
.middle_pan{
	width:150px;
	height:180px;
	float:left;
	margin:0 0px 0 10px;
}

/*List style*/
.list1 { 
	margin: 15px 0 5px 0; 
	padding: 0; 
	list-style: none; 
}

.list1 li { 
	margin: 0 0 5px 0; 
	padding: 0 5px 0 22px; 
	background: url(../images/bullet.png) no-repeat scroll 0 3px;  
}

.list1 li a { 
	color: #666; 
	font-weight: normal; 
}

.list1 li a:hover { 
	color: #999; 
}

.right_pan{
	width: auto;
	height:180px;
	float:right;
}

/*start About Page*/
.aboutleft_pan{
	width:100%;
	height:auto;
	float:left;
	margin-right:0px;
}
.aboutright_pan{
	width:280px;
	height: auto;
	float:right;
	margin-left:0px;
}

/*START CONTACT PAGE*/
.contactpan_left{
	width:320px;
	height:160px;
	float:left;
	margin:0;
}
.contactpan_right{
	width:357px;
	height:auto;
	float:right;
	margin:0;
}

/*CONTACTFORM STYLE*/
.contactForm{
	padding:15px 0 10px 0px;
	width:100%;
}

.contactForm label{
	font-size:12px;
	/*height:16px;
	line-height:16px;*/
	font-weight:bold;
	float:left;
	width:100px;
}
.contactForm label.message{
	line-height:50px;	
}
.contactForm input[type="text"], 
.contactForm input[type="password"]{
	font-size:12px;
	line-height:15px;
	padding:4px 2px;
	height:15px;
	width:250px;
	border:solid 1px #CCC;
	margin-bottom:10px;
}
.contactForm textarea{
	font-size:12px;
	padding:2px;
	height:35px;
	width:250px;
	border:solid 1px #CCC;
	margin-bottom:10px;
}
.submit{
	width:80px;
	height:30px;
	cursor:pointer;
	line-height:30px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background:#fe0000;
	border:none;
	float:left;
	margin-left:100px;
	padding-bottom:2px;
}


/*FOOTER STYLE*/
#footer{
	width:100%;
	height:80px;
	padding:0 0 0 0;
	border-top:1px solid #CCC;
}
.copyright{
	width:255px;
	height:28px;
	line-height:28px;
	float:left;
	color:#878584;
	padding:26px 0px;
}
.company_logo{ width:22px; height:17px; float:left; margin:33px 10px 0px 0px; color:#FFF;}

/*FACEBOOK STYLE*/
.facebook_div{ width:100px; height:40px; margin:20px 0px 0px 0px; float:right; line-height:40px; }

.facebook_div ul{
	padding:0px ;
	margin:4px 0px 4px 0px;
	float:right;
}
.facebook_div ul li{
	float:right;
	margin:0 5px 0 0px;
	list-style-type:none;
	padding:0;
}
.facebook_div ul li a{
	display:block;
	width:32px;
	height:32px;
}
.facebook_div ul li.facebook_link a{background: url(../images/image_sprite.png) no-repeat -158px -17px; }
.facebook_div ul li.facebook_link a:hover{ width:32px; height:32px; background: url(../images/image_sprite.png)no-repeat -158px -17px;}

.facebook_div ul li.twiter_link a{ background:url(../images/image_sprite.png)no-repeat -208px -17px; }
.facebook_div ul li.twiter_link a:hover{ background:url(../images/image_sprite.png)no-repeat -208px -17px;}


/*--------------fancybox----------------------*/
.fancy_div {
	margin:0 8px 15px 0px;
	width:228px;
	height:225px;
	float:left;
	border:2px solid #FFF;
	
}

.sent_message {
	background-color:#FCFCFC;
	width: 303px;
	height:auto;
	padding:5px 25px;
	border:1px solid #E5E5E5;
	margin-bottom:10px;
	font:bold 16px Tahoma, Geneva, sans-serif;
	color:#360;
}
