/* MAIN START */

body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height:100%;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

a {
	color: #0066ff;
	text-decoration: none;
}

#content {
	min-width: 940px;
}

/* MAIN END */

/* HEADER START */

#header {
	background: url('../i/header_bg.png') repeat-x;
	height: 85px;
	width: 100%;
	border-bottom: 5px solid #E0E0E0;
}

#logo {
	padding: 0px 57px 0px 38px;
	float: left;
}

#search_header_google {
	position: absolute;
	margin-top: 25px;
	margin-left: 300px;
	width: 110px;
	height: 17px;
	
}

#search_bar {
	background: url('../i/search_header.png') no-repeat;
	float: left;
	width: 492px;
	height: 85px;
}

#search_bar span {
	padding-right: 18px;
}

#search_form {
	float: left;
	padding-top: 9px;
}

#search_header_text {
	width: 395px;
	height: 20px;
	float: left;
	border: 0px;
	margin: 24px 0px 0px 15px;
	background-color: transparent;
	/*background: url('../i/search_footer_google.png') no-repeat right;*/
}

#search_form #search_button {
	position: relative;
	width: 68px;
	height: 27px;
	left: 4px;
	top: 19px;
}

#search_info {
	clear: both;
	float: left;
	padding: 10px 10px 20px 20px;
}

#google_logo {
    height: 85px;
    line-height: 85px;
    width: 155px;
    margin-left: 20px;
    background: url('../i/google.png') no-repeat right;
    float: left;
}

/* HEADER END */

/* CONTENT START */

.sponsored_box {
	clear: both;
	width: 723px;
	padding: 15px 0px 5px 20px;
}

.sponsored_head {
	width: 723px;
	height: 5px;
}

.sponsored_main span a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.sponsored_main span a:hover {
    text-decoration: underline;
} 

.sponsored_main .result {
	margin: 7px 10px 0px 0px;
}

.sponsored_main .result .desc {
	margin-left:0px;
	line-height:2;
}

.sponsored_main .result .url {
	margin-left:0px;
}

.sponsored_foot {
    width: 723px;
	height: 5px;
}

.result {
	clear: both;
	margin: 10px 0px 0px 20px;
}

.result .num {
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 32px;
	text-align: right;
	padding: 2px 5px 0px 0px;
}

.result .title, .result .title a {
	font-size: 16px;
	text-decoration: underline;
	color: #0066ff;
}

.result .desc {
	margin: 5px 0px 2px 0px;
	color: #000000;
}

.result .url {
	color: #3BC62F;
}

.result ul {
	color: #0066ff;
	list-style-type: square;
	margin-top:5px;
}

.hr {
	clear: both;
	background: url('../i/hr.png') repeat-x;
	height: 12px;
	margin-top: 20px;
}

#pager {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 27px 0px 28px 232px;
}

.next {
	margin-bottom: 3px;
}

/* CONTENT END */

/* FOOTER START */

#search_footer {
	width: 100%;
	background-color: #EDEDED;
	height: 32px;
	border-top: 1px solid #B3B3B3;
	padding-top: 10px;
    display: none;
}

#search_footer_field {
	width: 493px;
	height: 23px;
	background: url('../i/search_footer_input.png') no-repeat;
}

#search_footer_text {
	position: relative;
	border: 0px;
	width: 414px;
	height: 20px;
	top: -5px;
	padding: 0px 5px 0px 5px;
	background-color: transparent;
	/*background: url('../i/search_footer_google.png') no-repeat top right;*/
}

#footer {
	clear: both;
	background-color: #B2B2B2;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer a {
	color: #FFFFFF;
}

/* FOOTER END */
