@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
@import url(http://fonts.googleapis.com/css?family=Patua+One);

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0 ;
	padding: 0 0 0 0 ;
	width:100%;
background: url(../images/mybg.png);
	
	}
	
.slidshow{width: 1000px;
height: 200px;
margin: 0 auto;
clear: both;}
a { color:#724F66;
	text-decoration:none;
	outline:none;
	
}
a img {
	border:none;
}

.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: 'Patua One', sans-serif;
}
h1 {
	font-size:22px;
}
h2 {
	background:#FC9E17;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: white;
font-size: 18px;
line-height: 1.7;
padding-top: 0;
text-align: center;
}
h3 { padding:0;
	font-size: 20px;
color: rgb(102, 74, 74); margin:10px 0 10px 20px;
}
h4 {
	font-size:16px;color: rgb(102, 74, 74);
}
h5 {
	font-size:16px;color: rgb(102, 74, 74);margin:10px 0 10px 20px;
}
h6 {
	font-size:16px;color: rgb(102, 74, 74);
	 margin:10px 0 10px 20px;
}
p {
	line-height:18px;
}
.left {
	float:left;
	
}
.right {
	float:right;
}

.floatleft { 
	float:left;
}
.floatright { 
	float:right;
}
.heading {
	width:100%;
	float:left;
	color:#1e1e1e;
	padding:0px 0px 5px 0px;
}
input {
	font-size:11px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.itlc {
	font-style:italic;
}

.nopading {
	padding:0px !important;
}
.nopadingtop {
	padding-top:0px !important;
}
.nopadingbotm {
	padding-bottom:0px !important;
}
ul {
	list-style:none;
}
a.readmore {
	display:inline-block;
	color:#808080;
	padding:0px 0px 0px 10px;
	background:url(../images/readmore.png) no-repeat 0px 3px;
}
a.readmoredark {
	display:inline-block;
	padding:0px 0px 0px 10px;
	color:#4b4b4b !important;
	font-size:10px;
	background:url(../images/readmore-dark.png) no-repeat 0px 4px;
}


/*
=======================================================================
	Header Rules
=======================================================================
*/
#header {
	  height:84px;
    margin: 0 auto;
    width: 990px;
background: url(../images/head4.png) no-repeat;
}
.inner-header{ margin: 0 auto;
    width: 920px;
}
#header .inner{
	width:1000px;
	overflow:inherit;
}
.rays {
	width:100%;
	height:100px;
	background:url(../images/rays.png) no-repeat top center;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	
float: left;
padding: 9px 79px 0px 0px;
}
/*
=======================================================================
	Navigation Rules
=======================================================================
*/
.navigation {
	float:left;
	padding:10px 0px 0px 0px;
	 margin-top:42px;
	margin-left: 0px;
}
.ddsmoothmenu{
	float:left;

}
.ddsmoothmenu ul{
	z-index:999;
	margin:0;
	padding:0px 0px 0px ;
	list-style-type:none;
	margin-left:23px;
	float:left;background:url(../images/menu.png) no-repeat;
}
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
	padding-left:17px;
}
.ddsmoothmenu ul li a{
	display:block;
	padding:7px 15px 0px 15px;
	height:25px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	border-radius:2px;
	font-family: 'Patua One', sans-serif;
}
* html .ddsmoothmenu ul li a{
	display:inline-block;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li a.selected {
	
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: rgb(12, 69, 247);
	font-size:18px;
}
.ddsmoothmenu ul li ul{
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-radius:0px 4px 4px 4px;
}
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:left;
	padding:0px 5px;
	margin:0px;
}
.ddsmoothmenu ul li ul li:first-child{
	padding-top:5px;
}
.ddsmoothmenu ul li ul li.last{
	padding-bottom:5px;
}
.ddsmoothmenu ul li ul li ul{
	top:0;
	margin:0px 0px 0px -15px;
	width:191px 
	background:#ededed;
}
.ddsmoothmenu ul li ul li a{
	width:165px;
	height:24px;
	padding:6px 5px 0px 10px;
	margin:0;
	font-size:14px;
	border-radius:2px;
}
.ddsmoothmenu ul li ul li a.selected{
	background-image:none;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
	background:#ededed 
	color:#000;
}
.ddsmoothmenu ul li ul li ul li a{
	color:#000 
}
.ddsmoothmenu ul li ul li ul li a:hover{
	color:#fff 
}
* html .ddsmoothmenu{
	height: 1%;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#contentsec {
	width:1000px; margin:0 auto;
	padding:0px 0px 0px 0px;
	background-image:url(images/gb.jpg); 

}

.box a { text-align:justify;
color: #735268;
float:right;
font-weight: bold;
text-decoration:none;
}
.chakra_box a { text-align:justify;
color: #735268;
float:left;
font-weight: bold;
text-decoration:none;
}
.padbox {
	padding:0px 20px 0px 20px;
}
.hpdiv{ height:42px;}
.hdiv{height:22px;
font-size:18px; font-weight:bold; color:rgb(102, 74, 74); }
.pdiv{ height:20px;}
.readmore_btn{width:100px; height:50px;}
.next{height: 20px;
    margin: 0 auto;
    width: 40%;}
.next a{margin-top: 5px;
font-size: 15px;
padding: 2px;
text-decoration: none;
text-align: center;
width: auto;
height: 14px;
line-height:15px; font-weight:100; color:#3E78FD;
background:;
font-family: 'Patua One', sans-serif;
}
.next_button{width:450px; margin:0 auto;}
.paragraph{margin: 10px 20px 5px 20px; text-align:justify;}
.paragraph ul li{margin: 5px 20px; list-style-image:url(../images/list.png);
text-align: justify;}
.image_founder {
width: 180px;
padding: 10px;
height: 204px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid rgb(230, 230, 230);
border-radius: 9px;
}.medi{width:600px; height:260px;}
.medi_div{float:left; width:230px; height:260px;}
/*
=======================================================================
	Grid Rules
=======================================================================
*/
.mainpage{ width:920px; margin:0 auto;}
.slider_sec{width:100px;}
.slide{width:600px; float:left;}
.fullwidth {
	width:100%; 
}
.twothird {
	width:588px; min-height::588px; float:left;
opacity:0.9; 
borderrgb(233, 233, 233) 1px solid;
osition: relative;
margin-top:4px;
text-align: left;
background-color: white;
padding:7px;
overflow: hidden;

-webkit-box-shadow: 0 0 5px 5px #D8D8D8;
box-shadow: 0 0 5px 5px #D8D8D8;
}
.holder_content {
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
background: white;
text-align: justify;
}
.onethird_right{
	float:left;
	opacity: 0.8; padding-left:7px;
    width: 130px; clear::both;
}
.onethird_left{
float:left;
opacity:0.8;
width:170px;
clear:both;}


.submit{ background-color: #7C5447;
    border: 3px solid #F2B16B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: 'Patua One',sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 67px;
	cursor:pointer;
}
.field{ border-style: solid;
 border-color:#EFE8E1;
    border-width: 5px;
    height: 30px;
    width: 300px;
}
.label{
	font-family: 'Patua One', sans-serif;
	font-size: 17px;
	
	font-weight:normal;
	color: #725049
}
.req{    color: #E27B28;
	}
	.chakra { 

float:left;
text-decoration: none;
font-size:16px;color: rgb(102, 74, 74);
	
}
.chakra a{ 

float:left;
text-decoration: none;
font-size:16px;color: rgb(102, 74, 74);
	 margin:0px 0 10px 20px;
}
.clr_image{
	width:20px;
	height:15px;}
/*
=======================================================================
	Footer Rules
=======================================================================
*/


.myfooter{background: url("..//images/footer.jpg") repeat-x scroll 0 0 #D49C00;
width: 100%;
height: 80px;
position: relative;
clear:both;
}

.myfooter ul li a{ 
	float:left; font-size:14px;
	list-style:none;
	
	color: #FFF;}
	.footer_menu {width:400px; float:left; height:42px; }
	
	
.footer_menu ul li a{ padding-right:30px; float:left:}
.footerlink1 {width:600px; height:50px; margin:0 auto;
padding-top:0px;
}
.bookmark{ width:137px; height:80px; float:left; line-height:65px;}
.cmenu{width:433px; height:80px; float:left;}
.copyrights {
	color:#FFF;
	font-size:12px;
	width:452px; height:30px;
	float:left;}
	
}
.copyrights a { color:#FFF;
	font-size:12px;
	
}
.taction{
    color: #FFFFFF;
    font-family: 'Patua One',sans-serif;
    font-size: 17px;
}