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

body {
	padding:0;
	margin: 0;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#e3e3e3;
}
img {
	border:0px;
}
a {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #D10506;
}
.container {
	padding:0;
	margin: 10px auto;
	width: 750px;
	position:relative;
}
#content {text-align:left;}
.content {
	background-color:#FFFFFF;
	width: 710px;
	padding: 10px 20px 20px 20px;
}
.header {
	height:100px;
	width: 750px;
}
.header h1 a {
	text-decoration:none;
	color:#fff;
}
.header h1 {
	padding:0;
	margin:0;
	color: #000000;
	text-decoration:none;
	margin:0;
	background:url(../images/logo.png) top left no-repeat;
	width:324px;
	height:87px;
	float: left;
}
.header h1 a {
	text-decoration:none;
	color:#fff;
	display:block;	
}
.header h1 a {
	text-decoration:none;
	color:#fff;
	height: 90px;
	width: 324px;
}
.header h1 a span{
	display:none;
}
h2 {
	color:#444444;
	margin: 10px 0 10px 0;
}
#menutop {
	padding:3px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	border:#A30100 solid 1px;
	background-color:#D10506;
	color: #FFFFFF;
}
#sucess {
	border:#669966 1px solid;
	padding:3px;
	margin:3px;
	font-weight: bold;
	color:#669966;
	font-size:12px;
	text-align:center;
}
#error {
	padding:3px;
	margin:3px;
	font-weight: bold;
	color:#FF0000;
	font-size:10px;
	display:inline;
}
h1 {
	font-size: 15px;
	color: #333;
	margin: 0 0 30px 0;
}

.product {
	width: 161px;
	height: 40px;
	float: left;
	margin:0 6px 10px 0;
	padding:4px;
	border:1px solid #cccccc;
}
.product h3 {
	font-size: 11px;
	padding: 2px 0;
	float:both;
	margin:0;
}
.product p {
	font-size: 11px;
	color: #333;
	margin:0;
	padding:0;
}
.product a {
	color: #d10506;
}
.checked {
	background:url(../images/checked.jpg) 50% 50% no-repeat;
	width: 145px;
	height: 60px;
	margin-bottom: 10px;
	padding:4px;
}
.error {
	color:#d10506;
}
/* Search */

#search {
	margin:0 0 10px 0
}
#search .element {
	float:left;
	margin-right: 10px;
}
#search .elementSubmit {
	width:120px;
	float:left;
	padding-top: 6px;
}
#search .element input {
	width:300px;
	padding:4px;
	font-size:15px;
	margin: 0;
	color: #333;
	font-weight: bold;
}
#search .element input#email, #search .element input#webtitle{
	width:235px;
	padding:4px;
	font-size:15px;
	margin: 0;
	color: #333;
	font-weight: bold;
}
.clear {
	clear:both
}
.submit {
	font-size:15px;
	padding:6px;
}
.optimized {
	margin:10px 0;
}
input.submit_button {
	background:url(../images/button.png) top left no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	margin:6px 0;
	padding:0;
	text-align:center;
	height:33px;
	width:115px;
}
/* MAIN NAVIGATION
========================================== */
#navigation {
	background: url('../images/navigation/bg-nav.png') no-repeat left top;
}
#navigation .container {
	height: 42px;
	overflow: visible;
}
#nav {
	position: relative;
	float: right;
	margin: 58px 0 0 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(../images/navigation/nav-bg.gif) repeat-x left top;
	background-color: #DB4650;
	text-align: right;
	line-height: 175%;
}
#nav .active {font-weight:bold;}
#nav li {
	position: relative;
	float: left;
	height: 42px;
	font-size: 100%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(../images/navigation/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover, #nav ul li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
	color: #FFD3D4;
}
#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}
#nav li:hover ul, #nav li.iehover ul {
	visibility: visible;
}
#nav ul li {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a, #nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover, #nav li.current_page_item ul li a:hover, #nav li ul li.current_page_item a {
	color: #DA444F;
}
#nav li.nav-start {
	background: transparent url(../images/navigation/nav-start.gif) no-repeat left top;
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(../images/navigation/nav-end.gif) no-repeat right top;
	width:12px;
	height:42px;
}

.selectEngines {
	padding:8px;
	text-align:right
}


.floatRight {float:right}
.floatLeft {float:left;}

#footer {
	background-color:#FFFFFF;
	padding:20px;
	color:#BCBCBC;
}
#footer a{

	color:#BCBCBC;
}
p.info {
	background: #fffdcf url(../images/info.gif) no-repeat 1% 50%;
	padding:12px 12px 12px 75px;
	margin:10px 0;
	font-size:12px;
	border:1px solid #fde045;
	color: #666666;
	line-height: 15px;
}
.pagerankform textarea {width:700px; height:80px;}
.redirect_url {width:700px;}
