body {
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}


p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}

/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5{
	color:#000;
	font-family: 'Oswald', sans-serif;
	margin-bottom:10px;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:27px;
	font-weight:300;
}
h3 {
	font-size:23px;
	font-weight:300;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}

p {
	color:#c0c0c0;
	padding-bottom:10px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}


strong{
	color:#838383;
}

/* 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;
}

#page_wrapper img {
	max-width:100%;
	height:auto;
}

 *|*:focus {
	 outline: none;
}
a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}

a:link, a {
	color:#a29c9a;
	text-decoration:none;
}
a:hover {
	color:#d05056;
}

.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}


.img_bor{
background: none repeat scroll 0 0 #d3d3d3;
padding:5px;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}

.vspace{
display:block;
	margin:20px 0px;
	overflow:hidden;
}

/* dvLoading Section
----------------------------------------------------------------------------------------------------*/
#dvLoading{
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 9991;
	background:#fff url(images/page_loader.gif) no-repeat center center;
	width:100%;
	height:100%;
 
}

/* Leftside
----------------------------------------------------------------------------------------------------*/
.leftside{
position:fixed;
width:317px;
}

figure{
text-align:center;
background-image:url(images/logo_bg.png);
background-repeat:repeat-x;
background-color:#000;
overflow:hidden;
padding:30px;
margin-bottom:10px;
}

figure h1{
margin-bottom:0px !important;
color:#fff;
}

/* Content
----------------------------------------------------------------------------------------------------*/
.rightside {
    float: right;
    width: 636px;
}

.content{
padding:20px;
background-image:url(images/content_bg.png);
background-repeat:repeat;
overflow:hidden;
}

.content h3{
padding-bottom:10px;
color:#202020;
border-bottom:1px solid #dbdbdb;
}

.content p{
color:#626262;
}


/* Sub hEader
----------------------------------------------------------------------------------------------------*/
#sub_bg{
background-image:url(images/subheader_bg.png);
background-repeat:repeat;
}

.sub_header{
padding:30px 20px;
background-image:url(images/strip.png);
background-repeat:no-repeat;
background-position:50px bottom;
}



.sub_header h2{
color:#fff;
margin-bottom:0px;
padding-top:4px;
margin-right:40px;
}

.sub_header p{
color:#A2A2A2;
padding-bottom:0px;
}

/* Contact Us
----------------------------------------------------------------------------------------------------*/
span.contact_info{
margin-top:10px;
display: block;
}

span.contact_info p{
padding-bottom:5px;
}

ul.social_icons{
list-style:none;
margin-top:20px;
}

ul.social_icons li{
display:inline-block;
margin-right:10px;
background-color:#202020;
width:25px;
height:25px;
line-height:25px;
text-align:center;
background-image:url(images/carousel_btn_bg.png);
background-repeat:no-repeat;  
}

ul.social_icons li:hover{
background-color:#ff5400;
width:25px;
height:25px;
background-image:url(images/carousel_hover.png);
background-repeat:no-repeat;
-webkit-transition-property: background;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;  
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	background-color:#fff;
	color:#666666;
	-moz-box-shadow:    inset 0 0 8px #eeeeee;
	-webkit-box-shadow: inset 0 0 8px #eeeeee;
	box-shadow:         inset 0 0 8px #eeeeee;
}
#contact-form input {
	width:95%;
}
#contact-form textarea {
	height:88px;
	width:95%
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #E1E1E1;
}
#contact-form p input#submit {
	box-shadow: none; 
	border:none;
	float:left;
	background-color:#202020;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-size:13px;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
	width:100px;
}

#contact-form p{
padding-bottom:0px !important;
}

#contact-form p input#submit:hover {
	background-color:#ff5400 !important;
	-webkit-transition-property: background;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
	color:#fff !important;
	cursor:pointer;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color: #282724;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color:#006633;
}

/*Tabs
----------------------------------------------------------------------------------------------------*/
.tabs{
margin-bottom:30px;
position: relative;
width:450px;

}

.tabs li {
list-style:none;
display:inline;
}

.tabs a {
display:inline-block;
color:#fff;
text-decoration:none;
padding:10px 15px;
background-color:#202020;
}

.tabs li:hover {
 background-color:#ff5400;
}

.tabs a.active {
 background-color:#ff5400;
 position: relative;
}

.tabs a.active:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FF5400;
    bottom: 0;
    content: "";
    display: block;
    left:50%;
    margin-left:-7px;
    margin-top: 0;
    position:absolute;
    top:38px;
    width: 0;
}

