
/* ========================================================================= */
							  /* Body Reset */
/* ========================================================================= */
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'quorum_blk_btblack';
    src: url('../fonts/quorumk-webfont.eot');
    src: url('../fonts/quorumk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quorumk-webfont.woff') format('woff'),
         url('../fonts/quorumk-webfont.ttf') format('truetype'),
         url('../fonts/quorumk-webfont.svg#quorum_blk_btblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quorum_lt_btlight';
    src: url('../fonts/quoruml-webfont.eot');
    src: url('../fonts/quoruml-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quoruml-webfont.woff') format('woff'),
         url('../fonts/quoruml-webfont.ttf') format('truetype'),
         url('../fonts/quoruml-webfont.svg#quorum_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quorum_md_btmedium';
    src: url('../fonts/quorumm-webfont.eot');
    src: url('../fonts/quorumm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quorumm-webfont.woff') format('woff'),
         url('../fonts/quorumm-webfont.ttf') format('truetype'),
         url('../fonts/quorumm-webfont.svg#quorum_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:url(../images/bg.jpg) 0 0 repeat;
	 font-family: 'quorum_md_btmedium';
	line-height: 24px;
}
body, select, input, textarea {
	color: #5a5a5a;
	font-size: 14px;
	 font-family: 'quorum_md_btmedium';
}
.clr {
	clear: both;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	color: #f18a14;
	  font-family: 'quorum_lt_btlight';
	line-height: 30px;
	border-bottom:solid 1px #ccc;
	text-transform:uppercase;
	padding-bottom:15px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #5a5a5a;
	 font-family: 'quorum_md_btmedium';
	
}
h3 {
	font-size: 18;
	font-weight: normal;
	color: #d50074;
	font-family: 'quorum_md_btmedium';
}
h4 {
	font-size: 15px;
		 font-family: 'quorum_md_btmedium';
		 font-weight: normal;
		 color:#FF8500;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	color: #1a1a1a;
	 font-family: 'quorum_md_btmedium';
}
h6 {
	font-size: 13px;
	font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #2d7304;

	    font-family: 'quorum_md_btmedium';
}
a:hover {
	color: #e65ee9;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 0.6em
}
img {
	border: 0;
}
p {
	margin-bottom: 0.6em;
	line-height: 24px;
}

#wrapper {
	width: 985px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
/* ========================================================================= */
							 /* Header Part CSS*/
/* ========================================================================= */
header {
	width: 985px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.header-top {
display:block;	
	position: relative;
	}
	
.top-style {
    background: url("../images/top-bg.png") no-repeat scroll 0px 0px transparent;
    height: 186px;
    width: 315px;
    position: absolute;
    right: -80px;
    z-index: 1;
}	
	
.menu{
background: rgb(242,153,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,153,51,1) 0%, rgba(202,107,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,153,51,1)), color-stop(100%,rgba(202,107,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(242,153,51,1) 0%,rgba(202,107,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(242,153,51,1) 0%,rgba(202,107,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(242,153,51,1) 0%,rgba(202,107,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(242,153,51,1) 0%,rgba(202,107,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29933', endColorstr='#ca6b01',GradientType=0 ); /* IE6-9 */
	 display: block;
    margin-top: 20px;
	}	
	
.menu ul {
	list-style:none;
	}
.menu ul li{
	float:left;
		border-right:solid 1px #fff;
		 height: 58px;
	}
.menu ul li:first-child {
	margin-left:10px;
	}			
	
.menu ul li a {
	padding:0 30px;
	line-height:63px;
	color:#fff;
	font-size:16px;
	text-transform:capitalize;
	font-family: 'quorum_md_btmedium';
	display:block;
	}
	
.menu ul li a:hover,.menu ul li.active a {
	color:#333;
	background:url(../images/hover-bg.png) 0 0 repeat-x;
	}
	
	
.read {
background: #c152bf;
background: -moz-linear-gradient(top, #c152bf 0%, #863098 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c152bf), color-stop(100%,#863098));
background: -webkit-linear-gradient(top, #c152bf 0%,#863098 100%);
background: -o-linear-gradient(top, #c152bf 0%,#863098 100%);
background: -ms-linear-gradient(top, #c152bf 0%,#863098 100%);
background: linear-gradient(to bottom, #c152bf 0%,#863098 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c152bf', endColorstr='#863098',GradientType=0 );
border-radius:2px;
 box-shadow: 2px 2px 2px #CCCCCC;
color:#fff!important;
font-size:16px;
text-transform:capitalize;
line-height:30px;
text-align:center;
padding:10px 30px;	
font-family: 'quorum_md_btmedium';
font-weight:normal;
border:none;
cursor:pointer;
	}	
	
.read:hover {
background:#873099;
	}	
	
/* ========================================================================= */
							 /* middle Part CSS*/
/* ========================================================================= */	
#middle{
	display:block;
	width: 985px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}	
	
.static {
	background:#fff;
	padding:20px;
	margin:47px 0 30px 0;
	 box-shadow: 2px 2px 2px #CCCCCC;
	}	
	
	
.abou-can {
	display:block;
	}	
.abou-can ul{
	list-style: square outside none;
	color:#8d349d;
	}	
.abou-can ul li {
	line-height:25px;
	background:url(../images/li-bg.jpg) 0 0 no-repeat;
	padding-left:20px;
	color:#5a5a5a;
	margin-bottom:16px;
	}	
	
.product{
	display:block;
	}	
.product ul {
	list-style:none;
	}	

.product ul li {
    display: inline-block;
    margin: 26px 18px;
    text-align: center;
    width: 197px;
	position:relative;
}
.pro-img {
    border: 3px solid #CCCCCC;
    border-radius: 100%;
    height: 160px;
    overflow: hidden;
    width: 167px;
	    margin-bottom: 20px;
		    margin-left: 20px;
}

.pro-img img{
padding-top:30px;	
    border-radius: 100%;
    overflow: hidden;
    width: 167px;
	
	}
	
.pro-left {
	position:absolute;
	width:200px;
	height:200px;
	left:0;
	bottom:20px;
	background:url(../images/pro-left.png) 0 0 no-repeat;
	}	
	
.faq {
display:block;	
	}
.faq ul{
list-style:none;
	}	
.faq ul li {
display:block;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:solid 1px #ccc;	
	}
	
.faq-img {
	float:left;
	width:90px;
	}	

.faq-cantent {
    float: left;
    width: 830px;
	margin-top: 10px;
}					
/* ========================================================================= */
							 /* footer Part CSS*/
/* ========================================================================= */		
footer{
	background:url(../images/footer-bg.png) 0 0 no-repeat;
		width: 985px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	display:block;
	height:50px;
	}			

.foot-nav {
    float: left;
    margin-top: 20px;
    width: 500px;
}
.foot-nav ul {
	list-style:none;
	}
.foot-nav ul li {
	float:left;
	border-right:solid 1px #6f6f6e;

	}	
.foot-nav ul li:last-child{
	border:none;
	}	
.foot-nav ul li a {
	padding:0 10px;
	line-height:13px;
	color:#6f6f6e;
	font-size:12px;
	text-transform:capitalize;
	font-family: 'quorum_md_btmedium';
	display:block;
	
	}
.copy {
	float:right;
	    margin-top: 20px;
	}	
.copy p,.copy a{
		line-height:13px;
	color:#6f6f6e;
	font-size:12px;
	text-transform:capitalize;
	font-family: 'quorum_md_btmedium';
	}
.copy a:hover,.foot-nav ul li a:hover {
text-decoration:underline;	
	}					
	
	
	




.cont-left {
	float:left;
	width:381px;
	padding-right:85px;
	border-right:solid 1px #d9d9d9;
	}
.tom {
	display:block;
	margin-bottom:10px;
	}		
.tom label {
	display:block;
	font-size:14px;
	color:#5a5a5a;
	
	}
.tom input {
	border:solid 1px #e0e0e0;
	width:355px;
	padding:8px;
	}		

.cont-right {
	float:right;
	width:383px;
	}	
	
.cont-right ul {
	list-style:none;
	}
.cont-right ul li {
	margin-bottom:20px;
	}	
.cont-right ul li p {
	line-height:20px;
	color:#5a5a5a;
	}	
.cont-right ul li p span {
	color:#2f7802;
	}	
.cont-left h2,.cont-right h2{
	
	padding-bottom:20px;
	}	
.btn {
	
	}
	
.page404 {
	width:555px;
	margin:70px auto;
	text-align:center;
	}
	
.page404 h2 {
text-align:center;
color:#7a2e91;	
font-size:36px;
	}
	
	.error {
	color: #D8000C;
	background-color: #ffe4e4;
	background-image: url('../images/error.png');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}
.success, .warning, .error {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}
	
				
.name1 {
    width: 266px;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    margin-left: 15px;
    height: 292px;
    overflow: hidden;
	text-align:center;
}

.name1 img {
	width:225px;
	height:auto;
	}
.name1:hover {
	box-shadow: 0 0 15px #ccc;
	}
.logo img {
	padding-top:20px;
	}	
	