﻿@charset "utf-8";


html, body, ul, ol, li, form, blockquote, dl, dd, img, h1, h2, h3, h4, h5, h6  {
	margin:0;
	padding:0;
	list-style:none;
	}

a {outline:none;} 

dd, blockquote {  
    margin-left: 1em;  
}  
img{
	border:0px;
}
fieldset {  
    border: none;  
}  
input, select, textarea {  
    font-size: 100%;  
    font-family: inherit;  
}

@font-face {
  font-family: 'MergeRegular-1';
  src: url('css/merge.eot');
  src: local('☺'), url('css/merge_font1.ttf') format('opentype');
}
@font-face {
  font-family: 'MergeRegular-2';
  src: local('☺'), url('css/merge_font2.ttf') format('opentype');
}

/* default styles */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
img.alignleft {
	margin:3px 20px 10px 0
}
img.alignright {
	margin:3px 0 10px 20px
}
.text-right {
	text-align:right
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center
}
.clear {
	clear:both
}

hr {
	height:1px;
	color:#495062;
	background:#495062;
	padding:0;
	margin:15px 0;
	border:none}

a {
	color:#25A0CC;
	text-decoration:none}

a:hover {
	color:#89b229}

h1, h2, h3, h4, h5 {
	color:#495062;
	font-weight:normal;
	line-height: 1.2;}

h1 {
	font-size:36px;
	font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: bold;
	}

h2 {
	font-size:26px;
	}

h3 {
	font-size:20px}

h4 {
	font-size:18px;
	margin-top: 9px;
	}
	
/*--------- layout */
body {
	font: 13px/1.3em 'Droid Sans',Helvetica,Arial,Sans-serif;
	background:#c2a6ba;
	color:#656565}
	
.container {
	width:996px;
	margin:0 auto;
	position:relative;}
	
.home .container {
width: 1070px;
}

.bodywrap {
	height:100%;
    min-width:1000px;}
	

/*--------- footer */
.footer {
		height:27px;
	width:100%;
	clear:both}

.footer .container {
	
	height:27px;}

.footer a {
	color:#737373;
	text-decoration:none}



/* contact form */
.contact-form {
	width:320px}
	
.contact-form input, 
.contact-form textarea {
	border:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px}

.contact-form label {
	display:block;
	width:70px;
	float:left;
	text-align:right;
	padding-right:5px;
	height:25px;
	line-height:25px;
	font-weight:bold}
	
#inputtext {
	width:60%;
	float:left;
	height:25px;
	margin:0;
	padding:15px 0}
	
#inputtext input {
	width:210px;
	height:21px;
	padding:4px 3px 0 4px;
	float:left}

#textarea {
	margin:0;
	padding:15px 0}

#textarea textarea {
	overflow:auto;
	width:509px;
	height:145px;
	padding:5px 4px} 

.btn-send input {
	background:url(images/btn-bg-submit.gif) no-repeat;
	width:184px;
	height:30px;
	cursor:pointer;
	line-height:30px;
	color:#79d7ff;
	text-align:center;
	font-family: 'Droid Sans',Helvetica,Arial,Sans-serif;
	font-size:16px;}

.btn-send input:hover {
	color:#89b229}

.notice-field {
	display:block;
	float:left;
	padding-left:75px}

/* contact info box */
.contact-info {
	margin:0 5px;
	line-height:1.4em}

.navigation .widget .contact-info h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#797c80;
	padding:0 0 7px 0;
	margin-bottom:5px;
	border-bottom:1px solid #e3e3e4}

.navigation .widget .contact-info .row {
	clear:both;
	padding:10px 0;
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #e3e3e4}
	
	.navigation .widget .contact-info a{
		font-weight:normal;		
		font-size:13px;		
	}


	


/*-----------OvaProducts Pages -------------------*/
.footer .topmenu {
margin: 0 auto;
float: none;
width: 600px;
text-align: center;
}

.footer .topmenu ul {
font-size: 1em;
text-align: center;
}

.footer .topmenu .menu-item-home {
	display: none;
}

.footer .topmenu a:hover, .topmenu a:hover span {
background: url(none);
color: inherit;
text-align: center;
}

.footer .topmenu ul li {
margin-left: 14px;
margin-right: 5px;
text-align: center;
}
.footer .topmenu a span, .footer .topmenu a, .footer .topmenu ul li,  .footer .topmenu  {
    height: 30px;
    line-height: 40px;
    }
 .ovaproducts .middle {
	 padding: 50px 0 30px !important;
 }
 
 
 .ovaproducts th.easySpoilerTitleA a {
	 color: #fff !important;
 }
 .ovaproducts .easySpoilerTitleA, .ovaproducts .easySpoilerTitleB {
background: url(none) #007584;
}
.logoright {
	float: right;
	width: auto;
	margin-right: 25px;
}


.postid-1911 .IN-widget {
display: none !important;
}


/*input box*/
.inputbox{
  border: 1px solid #666;
  width: 85%;
  font-size: 1em;
}

