@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}

body,td,th {
	font-family:Arial;

}

h1 {
	color:#d96500;
	font-size:18px;
	margin:0px
}
a.special:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FF6600;
	text-decoration: none;
}
a.special:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FF6600;
	text-decoration: none;
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FF6600;
	text-decoration: underline;
}


.bodyclass #container { 
	width:100%

}

.bodyclass #top_ads {
	background-color:#bb3103;
	line-height:20px;

	text-align:center;
	
}

.bodyclass #header {
	background-color:#d96500;
	background-image:url(images/directsearchzone-logo.gif);
	background-position:center;
	height:96px;
	background-repeat:no-repeat;

}
.bodyclass #search {
	background-color:#d96500;
	height:55px;

}

#search_row {
	background-color:#fb9600;
	width:800px;
	height:55px;
	position: relative;
	margin:0px auto;
}
#search_text {
	color:#FFFFFF;
	font-size:18px;
	line-height:55px;
	margin-left:50px;
	float:left;
}
#search_form {
	color:#FFFFFF;
	font-size:12px;
	margin:16px 0 0 10px;
	width:420px;
	float:left;

}
#search_form input{
	width:400px;
	height:16px;
	font-size:10px;
	border-width:1px;

}

#search_button {
	width:94px;
	float:left;
	margin-top:12px;
}
.bodyclass #line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height:2px;
}
.bodyclass #ads2 {
	height:100px;
	text-align:center;
}
.bodyclass #content {
	margin:0px auto;
	width:800px;
}

.bodyclass #leftpanel { /*yes*/
	float: left; 
	width: 230px; /* since this element is floated, a width must be given */
	background: #feeacc; /* the background color will be displayed for the length of the content in the column, but no further */
	height:100%;
	padding:10px;
}

.subtitle {
	
}

.leftborder {
	border:#fb9600 solid 2px;
	padding:10px;
	font-size:12px;

}

.leftborder a{
	color:#61b410;
	font-weight:bold;
 
}
.bodyclass #ads3 {
	height:200px;
	text-align:center;
}
.bodyclass #rightpanel { /*yes*/
	width:550px;
	float:right;
	background-color: #FFFFFF;

}
#rightpanel .box2{ /*yes*/
	margin-left:25px;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	width:135px;

}
.row1 {
	padding:10px;
}

.row2 {
	padding:10px;
	height:60px;
	text-align:center;
}

.row3 {
	padding:10px;
}

.box3 {
	background-color:#fef4e5;
	padding:10px;

}
.box2 a{
	color:#61b410;
	text-decoration:none;
}
.clearboth {
	clear:both;
	}


.bodyclass #menu {
	background-color:#e2e2e2;
	padding:10px 0px 10px 0px;
	height:140px;

}
.box {
	margin-left:30px;
	font-size:11px;
	float:left;
	line-height:16px;
	
}


.box a{
	color:#0f6de2;
	font-weight:bold;
	text-decoration:none;
}

.bodyclass #footer {
	background-color:#bb3103;
	margin:2px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height:25px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}