@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	font-family:arial;
}

.top-green
{
	width:100%;
	height:5px;
	background:#bbd449;
}

.top-nav-bar
{
	width:100%;
	height:137px;
	background:#ededed;
}

.top-wrapper
{
	margin:auto;
	width:1000px;
}

.logo
{
	width:280px;
	float:left;
}

.navigation
{
	float:left;
	width:550px;
	font-size:12px;
	text-transform:uppercase;
	margin-top:40px;
	margin-left:100px;
}

.navigation ul
{
	list-style:none;
}

.navigation ul li
{
	float:left;
	/*margin-left:20px;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.navigation ul li a
{
	text-decoration:none;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.navigation ul li a:hover
{
	color:#bbd449;
	border-bottom:5px #bbd449 solid;
}

.navigation ul li a.active
{
	color:#bbd449;
	border-bottom:5px #bbd449 solid;
}

.slider
{
	width:100%;
	height:385px;
	text-align:center;
}

.news-bar
{
	width:100%;
	height:45px;
	background:#bbd449;
	box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.75);
}

.page-title
{
	width:1000px;
	text-align:center;
	font-size:24px;
	color:#bbd449;
	margin:20px auto auto;
	font-weight:bold;
}

.col1
{
	width:450px;
	float:left;
	margin-right:50px;
}

.col2
{
	width:450px;
	float:left;
}

.news-wrapper
{
	width:1000px;
	height:45px;
	line-height:45px;
	margin:auto;
}

.content-area
{
	width:100%;
	/*height:400px;*/
	height:100%;
	float:left;
	/*margin-top:-15px;*/
}

.content-wrapper1
{
	width:1000px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	height:100%;
	line-height:20px;
}

.inner-content-wrapper1
{
	width:1000px;
	margin:auto;
	font-size:14px;
	height:100%;
	line-height:20px;
	color:#4c4c4c;
}

.inner-left
{
	width:200px;
	float:left;
	background:#ffffff;
	height:40px;
	margin-right:40px;
	
}

.inner-right-col1
{
	width:300px;
	float:left;
	margin-right:50px;
}

.inner-right-col2
{	
	width:300px;
	float:left;
}

.Slider
{
	width:100%;
	margin:auto;
	text-align:center;
}

.inner-left ul
{
	list-style:none;
	padding-left:0px;
	margin-left:0px;

}

.inner-left ul li
{
	padding-left:20px;
}

.inner-left ul li a
{
	text-decoration:none;
	color:#FFF;
}

.inner-left ul li a:hover
{
	color:#000;
}

.inner-left ul li a.active
{
	color:#000;
}

.inner-right
{
	width:750px;
	float:left;
}

.content-box
{
	width:230px;
	height:100%;
	float:left;
	margin-left:20px;
	color:#4c4c4c;
	margin-top:10px;
	text-align:left;
}

.content-box ul
{
	list-style-image:url(../images/arrow.png);
}


.sign-up
{
	width:1000px;
	float:left;
	margin-top:15px;
	border-top:1px dashed #ccc;
	margin-bottom:20px;
}

.signup-wrapper
{
	width:675px;
	margin:25px auto auto;
}

.footer
{
	background:#3f3f3f;
	width:100%;
	height:94px;
	float:left;
}

.footer-wrapper
{
	width:400px;
	margin:auto;
	color:#9f9f9f;
	font-size:12px;
	text-align:center;
	padding-top:10px;
}

.footer ul
{
	list-style:none;
}

.footer ul li 
{
	float:left;
	padding-bottom:10px;
	margin-right:26px;
}

.footer ul li a
{
	text-decoration:none;
	color:#9f9f9f;
}

.footer ul li a:hover
{
	text-decoration:underline;
}

.soocial
{
	width:auto;
	margin:auto;
}

.clear
{
	clear:both;
}


h1
{
	font-size:16px;
	color:#bbd449;
	text-align:center;
}

h2
{
	font-size:22px;
	color:#292929;
	margin-bottom:0px;
	text-align:center;
}

h3
{
	font-size:16px;
	color:#bbd449;
	margin-bottom:1px;
}


.textbox
{
	width:400px;
	border:1px solid #CCC;
	line-height:40px;
	padding-left:5px;
	height:35px;
	color:#666;
	margin-right:15px;
}

.btn
{
	width:150px;
	background:#bbd449;
	height:30px;
	border:none;
	color:#fff;
}


/*contact us strt*/
.col0{
 display: block;
 margin: 1% 0 1% 1.6%;
 float:left;
}
.col0:first-child{
 margin-left:0;
} 
.span_2_of_contact {
 width:66.1%;
}
.span_1_of_3 {
 width: 29.2%;
 padding:1.5%; 
}
.contact-form{
 position:relative;
 padding-bottom:30px;
}
.contact-form div{
 padding:5px 0;
}
.contact-form span{
 display:block;
 color: #333;
 padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
 padding:8px;
 display:block;
 width:98%;
 background:#fcfcfc;
 border: none;
 outline:none;
 color:#464646;
 font-family:Arial, Helvetica, sans-serif;
 box-shadow: inset 0px 0px 3px #999;
 -webkit-box-shadow: inset 0px 0px 3px #999;
 -moz-box-shadow: inset 0px 0px 3px #999;
 -o-box-shadow: inset 0px 0px 3px #999;
 -webkit-appearance:none;
}
.contact-form textarea{
 resize:none;
 height:100px;  
}
.contact-form input[type="submit"]{
 padding:7px 20px;
 color:#FFF;
 cursor:pointer;
 background:#bbd449 url(../images/large-button-overlay.png);
 border: 1px solid rgba(0, 0, 0, 0.25);
 text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
 -webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
 background-color:#333;
}
.contact-form input[type="submit"]:active{
 background-color:#333;  
}
.company_address p{
 font-size: 1.2499em;
    color: #333;
line-height: 1.8em;
}
.company_address p span{
 text-decoration:underline;
 color:#333;
 cursor:pointer;
}
/*contact us end*/