/* @group reset */
* {margin:0;padding:0;}
html, body {
	background: url(../img/bg.png) center top #212121;
	color:#818181;
	height:100%;
	text-align:center;
	width:100%;
}
body {
	font:62.5% 'Lucida Grande', Arial, sans-serif;
}
blockquote {
	border-left:4px solid #ccc;
	font-style:italic;
	margin-bottom:15px;
	padding:10px;
}
blockquote p {
	margin:0;
	padding:5px 0;
}
code {
	background-color:#ff6;
}
/* @end */


/* @group Misc global classes nad links */
a {
	color:#3978ce;
	outline:none;
	text-decoration:none;
}
a img {
	border:none;
}
a:active,
a:focus,
a:hover {
	text-decoration:underline;
}
h2 {
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.link-more {
	float:right;
}
.align-left{
	float:left;
	margin-right:15px;
}
.clr {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
}
.gooroo {
	font:1.6em 'Futura', 'Lucida Grande', Arial, sans-serif;
	text-transform:uppercase;
}
.wrapper {
	background: url('../img/gooroo.jpg') no-repeat center top transparent;
	overflow:hidden;
	width:100%;
}
.inner {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:960px;
}

.small {
	font-size: 12px;
	margin: 0;
	padding: 0 !important;
}

.smaller {
	font-size: 10px;
	margin: 0;
	padding: 0 !important;
}

.not-display {
	display: none;
}

.column {
	float:left;
}
.rounded {
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/* @end */
	
/* @group Forms */
	form {
		clear: both;
		background: #333;
		padding:10px;
	}
	form .wrap {
		background: url('../img/foot2.jpg') center center #777;
		padding:10px;
	}
	fieldset {
		background:url('/img/bg-form.png') repeat-y left top #fff;
		border: 1px solid #ccc;
		padding: 10px 20px;
	}
	fieldset.positive {background-image:url('/img/bg-form-green.png')}
	fieldset.negative {margin:0;}
	
	
	fieldset legend {
		color: #e32;
		font-size: 1.2em;
		font-weight: bold;
	}
	fieldset fieldset {
		margin-top: 0px;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	fieldset fieldset legend {
		font-size: 120%;
		font-weight: normal;
		margin-left: 20px;
	}
	fieldset fieldset div {
		clear: left;
		margin: 0 20px;
	}
	form div {
		clear: both;
		margin-bottom: .1em;
		padding: .5em 0;
		vertical-align: text-top;
	}
	form div.input {
		color: #444;
	}
	form div.required {
		color: #333;
	}
	form div.submit {
		border: 0;
		clear: both;
		text-align:center;
	}
	label {
		color:#ccc;
		display: block;
		float:left;
		font-size: 1em;
	}
	input, textarea {
		font-size: 1em;
		padding: 2px 0;
	}
	textarea {
		font: 1em Arial, sans-serif;
		width:100%;
	}
	.input textarea,
	.input input {
		background:#ccc;
		color:#111;
		border:1px solid #666;
		width:100%;
		font-size:1.1em;
		padding:3px 0px;
	}
	select {
		clear: both;
		font-size: 1em;
		margin-left:10px;
		vertical-align: center;
	}
	select[multiple=multiple] {
		width: 100%;
	}
	option {
		font-size: 1em;
		padding: 0 3px;
	}
	input[type=checkbox] {
		clear: left;
		float: left;
		margin: 0px 6px 7px 2px;
		width: auto;
	}
	input[type=image] {
		display: inline;
		font-size: 1.1em;
		padding: 2px 5px;
		width: auto;
		vertical-align: bottom;
	}
/* @end */

/* @group Notices and Errors */
	div.message {
		background: url('../img/errorbg.png') #ae2a18;
		border-top:1px solid #d43520;
		border-left:1px solid #d43520;
		border-bottom: 1px solid #8b2011;
		border-right: 1px solid #8b2011;
		color: #fff;
		font-size: 1em;
		margin: 10px;
		text-align:center;
	}

	div.error {
		color:#fff;
	}

	div.error-message {
		clear: both;
		background: url('../img/errorbg.png') #ae2a18;
		border-top:1px solid #d43520;
		border-left:1px solid #d43520;
		border-bottom: 1px solid #8b2011;
		border-right: 1px solid #8b2011;
		color:#fff;
		font-size:11px;
		margin: 4px 0;
		padding:0 5px;
	}
	
	p.error {
		color: #fff;
		font-family: Courier, monospace;
		font-size: 1em;
	}
	p.error em {
		color: #ccc;
		font-weight: normal;
	}
/* @end */	
	
/* @group header */

#logo a {
	background: url('../img/gooroo.jpg') no-repeat -324px -70px transparent;
	display:block;
	left:400px;
	height:320px;
	position:absolute;
	top:70px;
	outline:none;
	width:210px;
	text-indent:-9999px;
}
.top-nav {
	float:right;
	padding:20px 0px;
}
.top-nav li {
	display:block;
	float:left;
	list-style:none;
}
.top-nav li a {
	background: url('../img/topmenu.gif') no-repeat 42px -7px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	padding-left:70px;
}

.top-nav li a.nav-home {
	background-position: 42px -7px;
}
.top-nav li a.nav-about {
	background-position: 42px -57px;
}
.top-nav li a.nav-contact {
	background-position: 42px -107px;
}
.top-nav li a.nav-press {
	background-position: 42px -157px;
}

.top-nav .active a {
	color:#666;
}


.top-nav .active a.nav-home {
	background-position: 42px -207px;
}
.top-nav .active a.nav-about {
	background-position: 42px -257px;
}
.top-nav .active a.nav-contact {
	background-position: 42px -307px;
}
.top-nav .active a.nav-press {
	background-position: 42px -357px;
}
/* @end */



/* @group CONTENT */

	#row-1 {
		font-size:12px;
		line-height:18px;
		position:relative;
		margin-top:430px;
	}
	#row-1 h3 {
		color:#ddd;
		font-size:12px;
		margin-bottom:10px;
	}
	#row-1 h4 {
		color:#ddd;
		font-size:12px;
		font-weight:normal;
	}
	#row-1 .column {
		margin:0 10px;
		width:220px;
	}
	#row-1 .double {
		width:440px;
	}
	#row-1 .full {
		width:880px;
	}
	#row-1 h2 a {
		color:#fff;
	}
	#row-1 p {
		padding-bottom:20px;
	}
	
	#row-1 p.intro {
		color:#ddd;
	}
	#row-1 ul {
		margin-bottom:20px;
	}
	#row-1 ul li {
		color:#ddd;
		list-style-image: url('../img/star.gif');
		margin-left:25px;
	}
	
	#row-1 .certificates img {
		margin:10px 27px 30px 27px;
	}
/* @end */

/* @group FOOTER */
	
	#row-2 {
		border-bottom:none;
		clear:both;
		font-size:12px;
		padding-top:40px;
	}
	#row-2 ul li {
		list-style-image: url('../img/star.gif');
		margin-left:10px;
	}
	
	#row-2 h2 {
		clear:left;
		margin:20px 0;
	}
	#row-2 .column {
		padding:0 10px;
		width:285px;
	}
	#row-2 .middle-column {
		padding:0 20px;
	}
	#row-2 .credits {
		clear:both;
		color:#666;
		font-size:9px;
		letter-spacing:15px;
		padding:10px 0;
		text-align:center;
		text-transform:uppercase;
	}
	#row-2 .credits a {
		color:#888;
		font-weight:bold;
	}
/* spam blocker */
#pretty-fly {
	position:absolute;
	top:-9999px;
	left:0;
}

/* @end */

/* @group SEM Calc */

#search-box {
	clear:both;
	padding:15px 110px;
	text-align:center;
}
#search-box h2 {
	text-align:center;
}
#search-box form {
	background:none;
	position:relative;
	padding:0;
}
#search-box .form {
	background:url('../img/big-search.png') no-repeat left top;
	height:100px;
}

#search-box .text label {
	background:url('../img/big-search.png') no-repeat left top;
	left:0;
	height:70px;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:100px;
}
#search-box .text input {
	background:transparent;
	border:none;
	color:#333;
	font-size:18px;
	left:110px;
	padding:13px 0;
	position:absolute;
	top:10px;
	width:505px;
}
#search-box .submit {
	height:50px;
	left:623px;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:9px;
	width:100px;
}
#search-box .submit input:hover {
	margin-top:-50px; 
	padding:0;
}

#tabs ul li {list-style:none;}
#tab-2-key-words-results li,
#tab-1-key-words-results li {
	background: url('/css/ui/images/ui-bg_glass_100_f6f6f6_1x400.png') repeat-x;
	border: 1px solid #ccc;
	color: #333;
	display:block;
	list-style:none;
	margin:2px auto;
	padding:3px;
	width:90%;
}
#tab-2-key-words-results li strong,
#tab-1-key-words-results li strong {
	font-size:1.3em;
}

.fg-button {
	cursor:pointer;
	padding:3px 5px ;
}
.p-recalculate {
	margin:80px 0 0 50px;
}

.div-recalculate {
	text-align: center;
}

#tabs li {
	font: normal 10px Arial, sans-serif;
	text-align:center;
}
#tabs a {
	padding-left:8px;
	padding-right:8px;	
}

#tabs a.more-trigger {
	padding: 0;
}

#tabs p.ui-state-default {
	padding:4px;
}
#tabs p.ui-state-default span {
	float:left; margin:0px 5px 0 0;
}
#tabs p.ui-state-default .important {
	color:#f00;
}
.sem-calc {
	padding-bottom:15px;
	overflow:hidden
}
.sem-calc .eq-headers {
	overflow:hidden;
}
.sem-calc .eq-headers fieldset {
	background:transparent;
	border:none;
	float:left; 
	margin:15px 0px 15px 56px;
	padding:0;
	text-align:center;
	width:140px; 
}
.sem-calc .eq-headers fieldset input {
	float:none;
}
.sem-calc .eq-headers fieldset .eq-info {
	width:100%;
}
.sem-calc .eq span {
	width:140px; 
	float:left; 
	margin:15px 0px 15px 56px
}
.sem-calc .eq-headers fieldset input {
	margin-left:0px;
}
.sem-clac .box-head {
	margin-top:8px;
	padding-bottom:7px;
}

.sem-calc input {
	background-color: #eee;
}
#tabs .radio label 
#tabs .radio {
	display:block;
	vertical-align:center;
	padding:10px 0 10px 56px;
}
#tabs .radio fieldset {
	background:#eee;
	border:none;
	padding:0px;
}
#tabs .radio fieldset legend {
	display:inline;
}
#tabs .radio label {
	display:inline;
	float:none;
	padding:5px;
}


.sem-calc .ui-widget-content {
	background:url('../img/slider3.png') no-repeat center center;
	border:none;
}
#eq-a1,
#eq-a2,
#eq-i1,
#eq-i2,
#eq-i3 {
	background:url('../img/slider3.png') no-repeat center center;
}
#eq-a3,
#eq-d1,
#eq-e2,
#eq-f1,
#eq-h1,
#eq-h2,
#eq-h3 {
	background:url('../img/slider2.png') no-repeat center center;
}
#eq-c1 {
	background:url('../img/slider4.png') no-repeat center center;
	
}

.keyword-field {
	float:left;
}
.keyword-area {
	width: 100%;
	padding: 15px 50px;
}
div.keyword-area textarea {
	margin: 0;
	padding: 0;
	width: 566px;
}

.sem-calc textarea,
.sem-calc input.keyword {
	background-color:#fff;
	border:1px solid #ccc;
	margin:15px 0px 0 56px;
	width:140px;
}
.sem-calc textarea {width:500px;}
input.keyword-price {margin-top:0;}

.keyword-price,
.eq-info {text-align:center;width:140px;border:0; color:#f6931f; font-weight:bold;}

.url-field {
	margin-left:56px;
}
.url-field input.keyword {
	margin-left:5px;
	width:200px;
}

.submit-group {
	padding:20px 56px;
}
.submit-group div {
	display:inline;
}
.submit-group .submit {
	font-size:20px;
}
.submit-group .global-amount {
	background:#eee;
	border:none;
	color:#f6931f; 
	font-weight:bold; 
	font-size:15px
}
/* @end */

/* callout */

#callout {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}