* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fbfbfb url(images/tile.gif) repeat-x 0% 0%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:17px;
	color:#6f6f6f;
}

form#seo-report

{	
	background: #a3c938 url("images/seo_report_form_background.png") no-repeat; /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#bde941), to(#6a9d27));
    background: -moz-linear-gradient(top, #bde941, #6a9d27);
	
	width: 700px; /* 720px actual */
	height: 374px; /* 374px actual */
	
	overflow: hidden;
	
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-moz-border-radius: 25px;
	
	float: left;
	
	margin: 15px 0;
	padding: 10px;			
}

form#seo-report p.description

{
	color: #000;	
}

form#seo-report input

{
	background: #eee;
	width: 330px;
	
	float: left;
	
	border-top: 1px solid #6fa228;
	border-left: 1px solid #6fa228;
	
	border-right: 1px solid #b8eb40;
	border-bottom: 1px solid #b8eb40;
	
	padding: 5px 5px;	
}

form#seo-report input:hover

{
	background: #fff;
	color: #999;	
}

form#seo-report h3

{
	float: left;
	text-transform: uppercase;
	color: #000;
}

#seo-report fieldset.col

{	
	width: 343px;
	height: auto;
		
	float: left;
}

#seo-report .left

{

}

#seo-report .right

{
	margin-left: 10px;
}

#seo-report label

{
	float: left;
	
	width: 100%;
	height: auto;
	
	margin-top: 10px;	
}

#seo-report #button

{
	background: #b6e53e; /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#bbe740), to(#36b504));
    background: -moz-linear-gradient(top, #bbe740, #36b504);
	color: #333;
	
	width: auto;
	height: auto;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	cursor: pointer;
	border: 0;	
	
	margin-top: 10px;
	padding: 5px 15px;
}

#seo-report #button:hover

{
	background: #b6e53e; /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#36b504), to(#bbe740));
    background: -moz-linear-gradient(top, #36b504, #bbe740);
}
	
img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col_1, .col_2, .col_3, .sub_col_1, .sub_col_2, .sub_col_3 { 
	float:left;
	display:inline
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px;
	margin:0 auto;
	padding-bottom:56px
}

/*==== GLOBAL =====*/

#main {
	margin:0 auto;
	background:url(images/all_bg2.jpg) no-repeat 50% 0%
}

#page2 #main span.button 

{	
	cursor: pointer;
	display: block;
	line-height: 26px;
	
	text-transform: uppercase;	
	vertical-align: middle;
	
	margin-bottom: 5px;			
}

#competition-banner

{
	background: url("images/banner_competition.gif"); no-repeat;
	
	width: 221px;
	height: 278px;
	
	position: relative;
	
	float: left;	
}

#competition-banner form

{
	width: 221px;
	height: auto;
	
	position: absolute;
	bottom: 0;
	left: 0;	
}

#competition-banner form input

{
	width: 185px;	
	
	margin-bottom: 10px;
	padding: 5px 5px;
	
	margin-left: 17px;
	
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#competition-banner form input:hover,
#competition-banner form input:focus

{
	color: #666;	
}

#competition-banner form #button

{
	background: #36b504;
	color: #333;
	
	width: auto;
	height: auto;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#48f205), to(#36b504));
    background: -moz-linear-gradient(top, #48f205, #36b504);
		
	border: 0;	
	
	margin-left: 17px;
	padding: 5px 15px;
}

#competition-banner form #button:hover

{
	color: #fff;
	cursor: pointer;
}

#feed

{

	position: relative;
	
	width: 210px;
	height: 480px;
	
	float: left;
	margin-left: 10px;
	
	border: 1px solid #ccc;
}

#feed-content

{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	
	padding: 5px;
}

h2#featured-clients

{
	text-indent: 10px;
	margin-top: 20px;
	float: left;
}

.client-container img

{
	width: 201px;
	height: 114px;
	
	float: left;
}

#feed-content .client-container h3

{
	color: #000;
	
	float: left;
	margin-top: 5px;
}

#feed-content .client-container p

{
	float: left;
}

#feed-content .client-container

{
	margin-top: 20px;
	float: left;

}

#feed

{
		
}

#page2 #main span.button:hover

{
	color: #99cc33;	
}

#page2 #main span.button img

{
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}

#page2 .sub_col_2 h4

{
	margin-bottom: 5px;
}

#main span.button:hover

{

}

#header {
	height:330px;
	width:980px;
	margin:0 auto;
	background:url(images/head_bg.gif) repeat-x 0% 0%;
	position:relative
}
#content {
	width:100%;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 14px 0 0; 
	float:left;
}

p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.pt16 {
	font-size:16px;	
	line-height:19px;
}
.black {
	color:#2b2b2b	
}
.it_txt {
	font-size:12px;
	font-style:italic
}
.it_txt2 {
	font-size:16px;
	font-style:italic;
	color:#6f6f6f;
	line-height:19px
}
.margi20 {
	margin-bottom:20px	
}
.margi30 {
	margin-bottom:30px	
}
.margi50 {
	margin-bottom:50px	
}
.txt_underline {
	text-decoration:underline	
}

/*----- txt, links, lines, titles -----*/
a {
	color:#729b22; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
h1 {
	font-size:48px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:5px;
	color:#2b2b2b;
	letter-spacing:-1px
}
h1 strong {
	display:block;
	margin-top:-15px;
}
h2 {
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:22px;
	text-transform:uppercase;
	color:#2b2b2b
}
h3 {
	font-size:1em;
}


.line-hor { 
	background:#e2e2e2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}


/*===== header =====*/
.flash1 {
	position:absolute;
	width:100%;
	height:49px;
}
.flash2{
	position:absolute;
	width:100%;
	margin-top:49px
}
/*===== content =====*/


.list li {
	background:url(images/arrow.gif) no-repeat 0% 8px;
	padding:0 0 0 24px;
	line-height:25px;
}
.list li a{
	font-weight:bold
}
	

/*===== footer =====*/
#footer {
	height:149px;
	background:#e8e8e8;
}
#footer .container {
	padding:0 !important;
	position:relative;
}
.copy {
	position:absolute;
	margin:46px 0 0 0;
	color:#8e8e8e;
	font-size:12px;
}
.bottom_menu {
	position:absolute;
	margin:23px 0 0 0;
}
.bottom_menu ul li {
	float:left;
	background:url(images/spacer.gif) no-repeat 100% 4px;
	padding:0 8px 0 0;
	margin-right:8px;
}
.bottom_menu ul li a {
	color:#2a2c25;
	text-decoration:none
}
.bottom_menu ul li a:hover {
	color:#2a2c25;
	text-decoration:underline
}
.foot_txt {
	font-size:11px;
	position:absolute;
	margin:64px 0 0 0
}
/*----- forms -----*/
.inp_form div.fleft_side {
	float:left;
	display:inline
}
.inp_form input {
	display:block;
	width:210px;
	padding:2px 5px 2px;
	color:#8c8c8c;
	border:1px solid #e1e1e1;
	background:none
}
.inp_form .height_inp {
	margin-right:0;
	height:26px;
}

.inp_form textarea {
	width:210px;
	height:159px;
	color:#8c8c8c;
	padding:5px;
	border:1px solid #e1e1e1;
	float:left;
	overflow:auto;
	background:none
}
.form_link {
	padding-top:15px	
}
.form_link a {
	margin-left:15px	
}

.hide

{
	display: none;	
}


/*==========================================*/
