body {
	color: #A29C9A;
	font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image:url(images/body_pattern.png);
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, .jqueryslidemenu ul li {
	color:#565656;
	font-weight:300;
	font-family:"microsoft yahei", "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h1, h2, h3, h4, h5 {
	padding-bottom:10px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:##949494;
	padding-bottom:10px;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}
a:link, a {
	text-decoration:none;
	color:#A29C9A;
}
a:hover {
	color:#111;
}

/*General style*/
.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
	overflow: hidden;
}
.v_space {
	height:15px;
}
a.button{
	border:1px solid #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #383838;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #7089b3));
	background-image: -webkit-linear-gradient(top, #434343, #383838);
	background-image: -moz-linear-gradient(top, #434343, #383838);
	background-image: -ms-linear-gradient(top, #434343, #383838);
	background-image: -o-linear-gradient(top, #434343, #383838);
	background-image: linear-gradient(top, #434343, #383838);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#434343, endColorstr=#383838);
	margin-top:20px !important;
}
a.button:hover{
	border:1px solid #111;
	background-color: #434343;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #434343));
	background-image: -webkit-linear-gradient(top, #383838, #434343);
	background-image: -moz-linear-gradient(top, #383838, #434343);
	background-image: -ms-linear-gradient(top, #383838, #434343);
	background-image: -o-linear-gradient(top, #383838, #434343);
	background-image: linear-gradient(top, #383838, #434343);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#383838, endColorstr=#434343);
	color:#e0e0e0;
}
.divider {
	border-bottom:1px solid #eee;
	margin-bottom:30px;
}

.img_radius{
border-radius:100px;
}

.title_holder {
	width:100%;
	background-image:url(images/title_holder_border.png);
	background-repeat:repeat-x;
	background-position: left 26px;
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.title_holder span {
	background:#fff;
	background-repeat: repeat;
	padding:5px 15px 5px 15px;
	color:#000;
	display: inline-block;
	margin-top:10px;
}

.tag_line h3{
background-image:url(images/title_holder_border.png);
background-repeat:repeat-x;
background-position:bottom center;
margin-bottom:20px;
padding-bottom:20px;
}

.drop_cap{
background-color:#999999;
height: 70px;
width: 70px;
-moz-border-radius: 35px;
border-radius: 35px;
text-align:center;
}

.drop_cap h4{
padding-top:25px;
font-size:18px;
color:#fff;
font-weight:600;
}

/*Page Wrap*/
#page_wrap {
	border-right: 1px solid #E1E2E2;
	border-bottom: 1px solid #E1E2E2;
	border-left: 1px solid #E1E2E2;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	width:1100px;
	margin:0px auto;
}

/*header start*/
header {
	background-image:url(images/top_header_opacity.png);
	background-repeat:repeat;	
	background-color:#00a8ff;
	border-top:3px solid #2A313C;
	float:left;
	width:100%;	
	
}

.logo {
	float:left;
	padding-top:1px;
	padding-left:30px;
	padding-bottom:1px;
	overflow:hidden;
	margin-top:5px;
}

nav{
	float:right;
}

.sub_header {
	border-top:1px solid #fff;
	border-bottom: 1px solid #e0dfdd;
	background-color: #f9f8f6;
	padding:30px;
	overflow:hidden;
	clear:both;
}

.sub_header_title{
float:left;
}


.sub_header h2 {
	padding-bottom:10px;
}
.sub_header_description span {
	display:inline-block;
	padding-right:5px;
	color:#333333;
}
.sub_header_description a {
	color:#333;
	font-weight:bold;
}
.sub_header_description a:hover {
	color:#F5D52E;
}

/*Teaser Start*/
.teaser {
	border-bottom: 1px solid #e0dfdd;
	border-top:1px solid #fff;
	background-color: #f9f8f6;
	padding:20px 20px 10px 20px;
	overflow:hidden;
}
.teaser_content {
	float:left;
	width:1031px;
	line-height:1px;
}
.teaser_button {
	float:right;
	padding-top:26px;
}



/*Teaser container start*/
.teaser_box {
	text-align:center;
	padding:0px 20px;
}
.teaser_ser_icon {
	background-color:#f5d52e;
	display:block;
	height:120px;
	width:120px;
	-moz-border-radius:120px;
	border-radius:120px;
	margin:0px auto;
	margin-bottom:20px;
	position:relative;
}
.teaser_ser_icon img {
	position:absolute;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	top:50%;
}
/*Teaser container end*/



/*Bottom sec start*/
footer {
	padding:30px;
	background-color: #2b2b2b;
	background-image: -moz-linear-gradient(#3f3f3f, #2b2b2b);
	background-image: -webkit-linear-gradient(#3f3f3f, #2b2b2b);
	background-image: -o-linear-gradient(#3f3f3f, #2b2b2b);
	background-repeat:repeat;
	color:#AAAAAA;
	overflow:hidden;
	border-top:3px solid #ff0000;
}

footer a:hover{
color:#fff !important;
}

.footer {
	text-align:center;
}
.social ul {
	list-style:none;
	margin-bottom:10px;
	margin-top:2px;
}
.social ul li {
	display:inline-block;
	margin-left:10px;
}
.social a:hover {
	opacity:0.8;
}

ul.contact li{
border-left: 1px solid #2A2A2A;
display: block;
padding-left: 10px;
margin-bottom:10px;
padding-bottom:10px;
margin-top:10px;
}


.contact span{
color:#fff;
}

.contact p{
padding-bottom:0px;
}

.footer .title_holder{
width:100%;
background-image:url(images/footer_heading_border.png);
background-repeat:repeat-x;
background-position:left 23px;
text-align:center;
margin-bottom:0px;
}

.footer .title_holder span{
background:#3f3f3f;
background-repeat: repeat;
padding:5px 15px 5px 15px;
color:#aaaaaa;
display: inline-block;
margin-top:10px;
}

ul.userlinks li{
display: block;
padding-left: 18px;
margin-bottom:3px;
padding-bottom:3px;
margin-top:10px;
background-image:url(images/list_icon.png);
background-repeat:no-repeat;
background-position:left 7px;
}

footer a:link, footer a:visited{
color:#F5D52E;
}

footer a:hover{
color:#fff;
}

/*Bottom sec end*/


/*Search Box*/
.search_box{
float:right;
margin-top:5px;
}


.search_box input[type="text"] {
    float: left;
}

.search_box input[type="submit"] {
    background:url(images/icon_search.png) no-repeat scroll 50% 50% transparent;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height:37px;
    margin-left: -45px;
    width: 45px;
}

.search_box input[type="text"]{
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    height:12px;
    line-height:12px;
    padding: 11px 10px;
    width:98%;
	-moz-box-shadow:    inset 0 0 10px #eee;
	   -webkit-box-shadow: inset 0 0 10px #eee;
	   box-shadow:         inset 0 0 10px #eee;
	   border-radius:0.5em;
}

.search_box input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    outline: medium none;
	
}
/*Contact Us*/
#contact-form{
margin-top:60px;
}


#contact-form input {
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    height:12px;
    line-height:12px;
  	padding: 11px;
   	margin-top:10px;	
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
  	border-radius: 3px;
}

#contact-form p input#submit {
	background-color:#222;
	padding:5px 10px;
	height:40px;
	width:150px;
	box-shadow: none;
	color:#fff;
	border:1px solid #000;
	cursor:pointer;
}

#contact-form p input#submit:hover{
	background-color: #434343;
	color:#e0e0e0;
}

#contact-form textarea{
height:150px;
margin-bottom:20px;
}

span.contact_info{
margin-bottom:10px;
display:block;
}

span.contact_info span{
display:block;
}

#contact-form textarea {
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
      line-height:12px;

    width:96%;	
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
   border-radius:0.5em;
       padding:10px;
	   margin-top:10px;
}

#contact-form .button{
padding:1em 2em;
cursor:pointer;
margin-top:5px !important;
overflow:hidden;
display:table;
}
.vaidate_error{
border:1px solid #FF0000!important;
}
#response{
color:#99CC99;
padding:10px;
text-align:center;
display:none;
margin-bottom:10px;

}

/*About Us*/
ul.list{
list-style:none;
}

ul.list li{
padding-bottom:5px;
margin-bottom:5px;
background-image:url(images/list-marker.png);
background-repeat:no-repeat;
background-position:left center;
padding-left:20px;
}



.content{line-height: 28px; color: #666; font-size: 16px; max-height: 1000px; overflow: auto}
.content img{ max-width: 100% }
