body {
	color: #A29C9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
		background:#181818 url(images/sidebar_content_bg.png);
	_background-image:url(images/body-pattern.gif);
	_background:url("../images/bg.png") repeat-x scroll 0 0 #181818;
	background-repeat:repeat; 
	background-position: top center; 
	background-attachment: fixed;
	overflow-y:scroll;
}

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .sidebarmenu a, .sidebarmenu ul li ul li a {
	font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#282828;
	font-weight:100;
	padding-bottom:15px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	padding-bottom: 10px !important;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
p {
	color: #333333;
}
/* 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 {
	color:#282828;
	text-decoration:none;
}
a:hover {
	color:#DF6232 !important;
}
.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
iframe {
	border:none;
	max-width:100%;
}
.description {
	display:block;
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}
.drop_cap {
	background-color:#4d4c47;
	display: block;
	height:40px;
	width:40px;
	border-radius:68px 68px 68px 68px;
	position:relative;
	text-align:center;
	line-height:40px;
}
.drop_cap h4 {
	color:#fff;
}
.drop_cap:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#F87A48;
	cursor:pointer;
}
.button {
	margin-top:20px;
	
}
.button a {
	background-color:#2b2b2b;
	border-radius:5px !important;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-size:13px;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
}
.button a:hover {
	background-color:#DF6232 !important;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	color:#fff !important;
}

.v_space {
	margin:50px 0px;
}

span.line_bold{
background-color:#DF6232;
width:28px;
height:4px;
display:block;
}

span.line_thin{
background-color:#fff;
height:1px;
display:block;
margin-bottom:20px;
}

ul.list {
	list-style:none;
	margin-top:20px;
}
ul.list li {
	padding-bottom:10px !important;
	margin-bottom:10px !important;
	border-bottom:1px solid #fff;
	background-image:url(images/list_icon.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:25px;
	color:#181818
}

ul.list li:last-child {
	margin-bottom:0px !important;
}
/*end common/genral style*/


/* Container
----------------------------------------------------------------------------------------------------*/
#container{
width:1000px;
margin:0px auto;
margin-top:30px;
}

/* Left Side
----------------------------------------------------------------------------------------------------*/
#left_side{
float:left;
width:300px;

color:#fff;
position: fixed; z-index:100;
height:100%;

}

#left_side:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    border-width:25px 25px 0px 0px; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#181818 #df6232; /* A bit more verbose to work with .rounded too */
    background:#df6232; /* For Opera when also applying a border-radius */
    display:block;
	width:0; /* Only for Firefox 3.0 damage limitation */
    /* Optional: shadow */
}

.left_side_content{
padding:30px 0px;
text-align:right;
background-color:#f87a48;
background-image:url(images/sidebar_content_bg.png);
background-repeat:repeat;

}

.logo{
padding-bottom:30px;
padding-right:15px !important;
}


.left_side_bottom{
	background:url(images/sprites1.png) repeat;
background-color:#181818;
padding:30px;
text-align:right;
overflow:hidden;
}

.left_side_bottom h3{
color:#fff;
}

ul.social_icon{
list-style:none;
}

ul.social_icon li{
display:inline-block;
margin-left:10px;
background-color:#88766f;
text-align:center !important;
border-radius:100px;
width:30px;
height:30px;
line-height:30px;
}

ul.social_icon li:hover{
background-color:#30231e;
cursor:pointer;
-moz-transition: all 0.2s ease 0s;
}


.search_box {
	margin-top:25px;
	margin-bottom:25px !important;
	overflow:hidden;
}
.search_box .s {
	border-left:1px solid #50423d;
	border-right:none;
	border-bottom:1px solid #50423d;
	border-top:1px solid #50423d;
	background-color:#88766f;
	color:#fff;
	display: block;
	float: left;
	font-size: 13px;
	height:16px;
	line-height: 20px;
	margin: 0 0 0 30px;
	padding: 7px 6px;
	width:156px;
}
.search_box .searchsubmit {
	background-image:url(images/search_mirror.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #30231e; 
	color: #FFFFFF;
	border:none;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	height:31px;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 0 #555555;
	width:40px;
}


.search_box .searchsubmit:hover {
	border-color:none;
}


/* Content
----------------------------------------------------------------------------------------------------*/
#content{
float:right;
width:700px;
background-color:#f0f0f0;
}

.page_content{
padding:30px;
overflow:hidden;
}

.one_third ul.social_icon li{
margin:10px 10px 0px 0px;
}

.subheader .three_fourth_last{
padding-top:5px;
}

.teaser_box{
background-color:#f9f9f9;
text-align:center;
border-radius:100px;
width:197px;
height:200px;
-moz-box-shadow: 2px 2px #dddddd;
-webkit-box-shadow: 2px 2px #dddddd;
box-shadow: 2px 2px #dddddd;
-moz-transition: all 0.2s ease 0s;
}

.teaser_box:hover{
cursor:pointer;
-moz-box-shadow: 2px 2px #DF6232;
-webkit-box-shadow: 2px 2px #DF6232;
box-shadow: 2px 2px #DF6232;
-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}

.teaser_box img{
padding-top:30px;
}

.teaser_box h3{
padding-top:14px;
}

.teaser,
.subheader{
background-color:#f9f9f9;
border-bottom:1px solid #e6e6e6;
position:relative;
}

.teaser_content,
.subheader{
padding:30px;
overflow:hidden;
}

.subheader{
margin-bottom:30px;
}

.subheader_content h3{
border-right:1px solid #000;
padding-bottom:0px !important;
line-height: 27px;
}


.teaser_content h3{
width:425px;
padding-bottom:0px !important;
float:left;
}

.teaser_content .button{
margin-top:0px !important;
float:right;
}

.top_left_strip_corner{
width: 0; 
height: 0; 
border-top: 16px solid #2b2b2b; 
border-right:16px solid transparent;
position: absolute;
top:0px;
left:0px;
}

.bottom_right_strip_corner{
width: 0; 
height: 0; 
border-bottom:16px solid #2b2b2b; 
border-left:16px solid transparent;
position: absolute;
bottom:0px;
right:0px;
}

.pad{
background-color:#F9F9F9;
border-bottom: 1px solid #E6E6E6;
}

.pad_content{
padding:20px;
}

/* Contact
----------------------------------------------------------------------------------------------------*/
.contact_col {
	padding:30px;
	text-align:center;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#f5f5f5)); /* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #f5f5f5); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #ffffff, #f5f5f5); /* IE 10 */
	background: -o-radial-gradient(circle, #ffffff, #f5f5f5); /* Opera cannot do radial gradients yet */
	border-top:5px solid #2273be;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px #b2b2b2;
	-moz-box-shadow: 0 8px 6px -6px #b2b2b2;
	box-shadow: 0 8px 6px -6px #b2b2b2;
}
.contact_col img {
	padding-bottom:20px;
}
#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:256px;
	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:#2b2b2b;
	border-radius:5px !important;
	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 input#submit:hover {
	background-color:#DF6232 !important;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	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;
}
.contact_details .thumb_img {
	padding-top:4px;
}

.contact_page li{
border-bottom:none;
padding-bottom:10px;
margin-bottom:10px;
}
#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:245px; height:101px; overflow: hidden;}
#twitter_div {width:260px;height: 238px;overflow: hidden;}
#google_plus_div {width:180px;height: 143px;overflow: hidden;}
#knfeedburner_div {width:300px;height: 97px;overflow: hidden;}
#youtube_div {width:300px;height: 97px;overflow: hidden;}

#facebook_right {z-index: 10005;border:2px solid #3c95d9;background-color: #fff;width:245px;height:98px;position: fixed;right: -249px;} 
#facebook_right img {position: absolute;top: -2px;left: -35px;}
#facebook_right img.inside {position: absolute;top: 10px;left:13px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: 380px;left:-2px;top:-3px;}
#twitter_right {z-index: 10004;border:2px solid #6CC5FF;background-color: #fff;width:260px;height:98px;position: fixed;right: -264px;}
#twitter_right_img {position: absolute;top: -2px;left: -35px;border: 0;}
#twitter_right img.inside1 {position: absolute;top: 5px;left:13px;}
#google_plus_right {z-index: 10003;background-color: #fff;border:2px solid #006ec9;border-top:2px solid #0056a0;border-bottom: 2px solid #0056a0;border-right:2px solid #0056a0;border-left: hidden;width:180px;height:98px;position: fixed;right: -183px;}
#google_plus_right_img {position: absolute;top: -2px;left: -33px;border: 0;}
#google_plus_right img.inside1 {position: absolute;top: 5px;left:13px;}
#youtube_right {z-index: 10002;background-color: #fefefe;border:2px solid #ff0000;border-top:2px solid #5b5b5b;border-bottom: 2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left: hidden;width:301px;height: 100px;position: fixed;right: -303px;}
#youtube_right_img {position: absolute;top: -2px;left: -33px;border: 0;}
#feedburner_right {z-index: 10001;background-color: #fefefe;border:2px solid #5b5b5b;border-top:2px solid #5b5b5b;border-bottom: 2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left: hidden;width:300px;height: 97px;position: fixed;right: -303px;}
#feedburner_right_img {position: absolute;top: -2px;left: -33px;border: 0;}