@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	background:url(../images/bg.jpg)  #acd25a;
	overflow-x:hidden;
}
#wrapper{
    margin:auto;
    width:1024px;
}
h1{

	color:#ff930d;
	text-decoration:underline;
	font-weight:normal;
}
a{
color:#000;
outline:0px;
}
#header {
	height:136px;
}
#logo {
	background:url(../images/logo.gif) no-repeat;
	width:312px;
	height:128px;
	margin-top:8px;
	margin-left:30px;
	float:left;

}
#content {
}
#mainbox_home {
	width:1024px;
	margin:auto;
	font-size:18px;
	color:#666;
	text-align:center;
	margin-bottom:30px;
}
#mainbox_top {
	background:url(../images/mainbox_top.gif) no-repeat;
	width:1024px;
	height:76px;
}
#mainbox_mid {
	background:url(../images/mainbox_mid.gif) repeat-y;
	width:1024px;
}
#mainbox_bottom {
	background:url(../images/mainbox_bottom.gif) no-repeat;
	width:1024px;
	height:35px;
}
#footer {
	text-align:center;
	font-size:14px;
	font-family:"Tamoha",Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #000000;
}
/* home page features */

#banner {
	margin:auto;
	width:468px;
	height:60px;
	padding-bottom:30px;
}
#heading {
	margin:auto;
	background:url(../images/heading.gif) no-repeat;
	width:784px;
	height:46px;
	margin-bottom:20px;
}
#search_box_main {
	background:#fff;
	width:646px;
	margin:0px auto;
	height:80px;
	margin-top:18px;
}
#search_box_main #search_box {
	background:url(../images/searchbox.gif) no-repeat;
	width:505px;
	height:80px;
	float:left;
}
#search_box_main #search_field {
	width:380px;
	height:32px;
	border:none;
	margin-top:23px;
	font-size:28px;
	color:#000000;
	background-image:url(../images/searchbox_mid.gif);
}
#search_button {
	background:url(../images/search_button.png);
	width:115px;
	height:62px;
	margin-top:10px;
	border: none;
}
/* home page features ends */
/* sub page features starts*/
#search_box_sub {
	width:646px;
	height:80px;
	margin-right:auto;
	margin-top:55px;
	float:right;
}
#search_box_sub #search_box {
	background:url(../images/search_sub.png) no-repeat;
	width:498px;
	height:63px;
	margin-top:10px;
	float:left;
}
#search_box_sub #search_field {
	width:450px;
	height:33px;
	border:none;
	font-size:28px;
	color:#000000;
	background:url(../images/searchbox_mid_sub.gif) repeat-y;
	margin:12px 20px;
}
#search_heading {
	font-size:48px;
	color:#ff930d;
	text-align:center;
	text-decoration:underline;
	font-weight:normal;
	padding-bottom:5px;
	width:600px;
	margin-left:180px;
}
#mainbox_sub span {
	font-weight:normal;
	color:#333;
}
.green a {
	color:#62bd19;
	font-size:13px;
	font-weight:normal;
}
.green {
	display:inline;
}
#mainbox_sub {
	width:1024px;
	margin:auto;
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
#wrapper_content {
	margin-top:30px;
	width:850px;
	margin:auto;
	padding-top:15px;

}
#left_panel {
	width:650px;
	margin-left:px;
	text-align:left;
	float:left;
}
#sidebar {
	background:#fff;
	width:130px;

	float:right;
}
.clear {
	clear:both;
}
.title a {
	color:#ff930b;
	font-family:"trebuchet ms",Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:18px;
}
.search_result {
	border:1px dotted #000;
	width:620px;
	margin-top:10px;
	padding:5px 5px;
	margin-bottom:25px;
}
.search_result_img {
	background:url(../images/small_man.gif);
	width:50px;
	height:61px;
	float:left;
	margin-right:10px;
}
.search_result_content {
padding:5px 0 10px;
}
.paging {
	padding:20px 0 10px 10px;
	text-align:center;
	font-weight:normal;
}
.paging a {
	padding:1px 4px;
	border:1px solid #62bd19;
	font-weight:bold;
	text-decoration:none;
	margin:0 2px;
	color:#000;
}
.paging a:hover {
	border-color: #FF930B;
}

#footer{
background:url(../images/footer.png);
width:935px;
height:74px;
margin:auto;
margin-bottom:15px;
font-size:13px;
}

#footer a{
color:#ff930b;
font-size:13px;
}

#footer a:hover{
color:#000;
}

#footer_links{
padding-top:15px;
padding-bottom:18px;
font-size:14px;}

#footer_links a{
font-size:14px;
}

.featured_result {
	border:double;
	width:620px;
	margin-top:10px;
	padding:15px 5px;
	margin-bottom:25px;

}
.featured_result_img {
	background:url(../images/badge.gif);
	width:70px;
	height:73px;
	float:left;
	margin-right:10px;
	margin-top:-35px;
	margin-left:-25px;
	position:relative;
}
form.add_coupon {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}

form.add_coupon label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
form.add_coupon input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	font-weight:normal;

}
form.add_coupon input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	margin-top:10px;
	margin-left:170px;
}

.user_added{
font-size:12px;
width:100px;
float:right;

}

.user_result_img {
	background:url(../images/badge2.gif);
	width:70px;
	height:73px;
	float:left;
	margin-right:10px;
	margin-top:-35px;
	margin-left:-25px;
	position:relative;

}

.submit{
float:left;
margin-left:80px;
color:#666;
}


.nav{
padding:0px;
margin:0px;
margin-left:30px;}

.nav li{
list-style:none;
}

.nav li a{
font-size:15px;
text-decoration:none;
border:1px dotted #ff930b;
padding:3px 10px;
font-weight:normal;
}

.nav li a:hover{
border:1px dotted #acd25a;
color:#000;
}