@charset "utf-8";
/* CSS Document */

body {
	background:#f2e8ca url(../images/main-bg.jpg) no-repeat top center;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#2f2f2f;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin:0;
	padding:0;
	padding-left:20px;
}
h1 {
	font-size:1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.9em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#b68a05;
	text-decoration:none;
}
a:hover {
	color:#7a5d03;
	text-decoration:none;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.clear {
	clear:both;
}
input[type="password"], input[type="text"], textarea, select {
	margin-bottom:10px;
	background:#fff url(../images/input-bg.png) repeat-x bottom left;
	border:1px solid #b4b4b4;
	padding:3px;
	color:#666;
}
input:focus[type="text"], input:focus[type="password"], textarea:focus {
	border:1px solid #000;
}
/*-----------------Layout CSS-----------------------------*/


#main-wrap{
	width:915px;
	margin:0 auto;
	overflow:hidden;
}

.logo{
	margin:10px 0 20px 300px;
}

#navigation{
	background:url(../images/navigation-bg.png) no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	
	overflow:hidden;
}
#navigation ul {
	width:650px;
	margin:0 auto;
}
#navigation li {
	float:left;
	display:block;
	text-transform:uppercase;
	background: url(../images/sepreter.png) no-repeat 100% 50%;
}
#navigation li a {
	color:#003046;
	padding:11px 25px 11px 25px;
	display:block;
	font-size:15px;
}
#navigation a:hover, #navigation a.selected {
	display:block;
	background:url(../images/navi-ovr.png) repeat-x top left;
	color:#005fa1;
	text-decoration:none;
}
#navigation li.bg-none {
	background:none;
}
.header-bg{
	background:url(../images/header-bg.png) no-repeat top left;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:30px;
}



/*-----------------------Primery-------------------------------*/
#primery{
	float:left;
	width:238px;
}
.menutitle {
	cursor:pointer;
	width:216px;
	color:#000000;
	text-decoration:none;
	/*border-bottom:1px solid #999999;*/
		margin-top:1px;
	font-weight:bold;
	background-position:2%;
}
.submenu {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.submenu a {
	font-size:16px;
	color:#444444;
	background:url(../images/arrow.png) no-repeat top left;
	width:190px;
	background-position:8%;
	padding:4px 0px 4px 38px;
	margin-left:4px;
	display:block;
	text-decoration:none;
}
.submenu a:hover, a.selected {
	color:#004e7a;
}
.services {
	background:url(../images/txt-services.png) no-repeat top left;
	height:47px;
}
.products {
	background: url(../images/txt-products.png) no-repeat top left;
	height:47px;
}
.biopro {
	background: url(../images/txt-biopro.png) no-repeat top left;
	height:47px;
}
.group-events {
	background: url(../images/txt-group-events.png) no-repeat top left;
	height:47px;
}
.insurance {
	background: url(../images/txt-insurance.png) no-repeat top left;
	height:47px;
}
/*------------Secondery---------*/
#secondery{
	float:right;
	width:610px;
	background:url(../images/content-sepreter.png) no-repeat top left;
	min-height:400px;
	height:auto;
	padding:10px 20px 10px 40px;
}
#secondery h1{
	text-transform:uppercase;
	font-weight:normal;
	color:#005686;
	font-size:22px;
	margin-bottom:15px;
}
#secondery h2{
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
}
#secondery h3{
	color:#ab7f00;
	text-transform:uppercase;
}
#secondery p{
	margin-bottom:10px;
	margin-top:8px;
	line-height:18px;
}
#secondery strong{
	color:#000;
}

#secondery li{
	list-style:disc;
	margin-left:15px;
	line-height:22px;
}
.img-div{
	margin-top:50px;
}
.img-div img{
	margin-right:15px;
}

.mar-left{
	margin-left:10px;
}

.mar-right{
	margin-right:10px;
}

/*---------Contactus Form----------------*/
.redstar {
	color:#F00;
	vertical-align:top;
}
.mandatory {
	color:#F00;
	font-size:12px;
}
.frm-cont {
	/*background:#fef0c9;
	border:#ebc969 1px solid;*/
	padding:0px 0px 15px 0px;
	
}
.frm-cont label {
	width:190px;
	display:block;
	float:left;
	vertical-align:top;
}
.frm-cont input[type="text"] {
	margin-bottom:10px;
	width:250px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	height:17px;
	padding:2px;
	color:#7b7b7b;
}

.frm-cont input[type="radio"] {
	margin-bottom:10px;
	
}


.frm-cont input:focus[type="text"] {
	border:1px solid #000;
}
.frm-cont textarea{
	width:250px;
}



.frm-cont select {
	margin-bottom:10px;
	width:255px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}
input.btn-submit{
	background:url(../images/submit-btnbg.png) no-repeat top left;
	width:68px;
	height:25px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
}

.insurance-frm {
	/*background:#fef0c9;
	border:#ebc969 1px solid;*/
	padding:0px 0px 15px 0px;
	
	
}
.insurance-frm label {
	width:125px;
	display:block;
	float:left;
	vertical-align:top;
	margin-bottom:10px;
	margin-right:5px;
}
.insurance-frm input[type="text"] {
	margin-bottom:10px;
	width:155px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	height:17px;
	padding:2px;
	color:#8e8e8e;
	vertical-align:top;
	
}

.insurance-frm input[type="radio"] {
	margin-bottom:10px;
	
}


.insurance-frm input:focus[type="text"] {
	border:1px solid #000;
}
.insurance-frm textarea{
	width:155px;
}



.insurance-frm select {
	margin-bottom:10px;
	width:160px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}

.insurance-pri{
	margin-top:10px;
	width:295px;
	float:left;
}
.insurance-secondery{
	margin-top:10px;
	float:right;
	width:295px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-weight:bold;
}
.error {
	background: #FBE3E4;
	color: #f25757;
	border-color: #FBC2C4;
	text-align:center;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #416e15;
	border-color: #C6D880;
	text-align:center;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #416e15;
}
/*-----------------*/

/*-------------*/
.catalog h3{
	background:#eddba6;
	border:#ebc75b 1px solid;
	padding:3px 3px 5px 10px;
	margin-bottom:10px;
	margin-top:30px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#946c00;
	font-weight:normal;
}
.products-cont{
	border-bottom:#ebc75b 1px solid;
	overflow:hidden;
	padding-bottom:10px;
	margin-top:20px;
}
.products-cont h4{
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004f7b;
	font-size:16px;
	font-weight:normal;
}
.products-bg{
	background:url(../images/products-bg.png) no-repeat top left;
	width:133px;
	height:137px;
	float:left;
	margin-right:10px;
	padding:6px 5px 5px 6px;
}


/*------------Footer-----------*/
#footer{
	background:url(../images/footer-bg.png) no-repeat top left;
	margin-top:20px;
	color:#b68a05;
	overflow:hidden;
	padding:10px;
	
}
#footer ul{
	text-align:center;
	overflow:hidden;
	width:660px;
	margin:0 auto;
}
#footer li{
	float:left;
	margin-right:5px;
}

.footer-cont{
	font-size:12px;
	padding:10px 0 12px 0;
	overflow:hidden;
}

.footer-cont a{
	color:#005686;
}

.footer-cont a:hover{
	color:#000;
}
.footer-add{
	width:400px;
	float:left;
}
.footer-add img{
	float:left;
	margin:0 10px 0 0;

}