/*** Objects ***/

body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.jpg) repeat-x;
}

#page {
	width:950px;
	height:800px;
	margin:0 auto;
	background: url(/images/bg2.jpg) repeat-y;	
}

#content {
	clear:both;
	width:950px;
	margin:0 auto;	
	margin-top:5px;	
}
#leftpane {
	padding-left:5px;
	float:left;
	width:200px;	
	
}

#middlepane {
	padding-left:5px;
	float:left;
	width:530px;		
}
#contentpane {
	padding-left:5px;
	float:left;
	width:730px;		
}

#rightpane {
	padding-left:5px;
	float:left;
	width:200px;	
	
	
}
#footer {
	clear:both;
	width:950px;
	float:left;
	
}

#menu1 ul
{
list-style:none;
margin-left:0px;
z-index:1000;
}
#menu1 li
{
float:left;
margin-right:5px;
list-style:none;
}

#menu2 ul
{
list-style:none;
}
#menu2 li
{
float:left;
margin-left:5px;
list-style:none;
}

/*** Navigation 1 ***/
.nav1 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #F5511E;
	font-weight: bold;
}
.nav1 a {
	color: #F5511E;
	text-decoration: underline;
}
.nav1 a:hover {
	color: #323232;
	text-decoration: underline;
}

/*** Navigation 2 ***/
.nav2 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #4DAFCA;
	font-weight: plain;
}
.nav2 a {
	color: #4DAFCA;
	text-decoration: underline;
}
.nav2 a:hover {
	color: #323232;
	text-decoration: underline;
}
/*** List Nav 1 ***/
.nav3 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #0d7099;
	font-weight: bold;
}
.nav3 a {
	color: #0d7099;
	text-decoration: underline;
}
.nav3 a:hover {
	color: #323232;
	text-decoration: underline;
}

input, textarea {
	background-color: #ffffff;
	border: #D2D2D2 solid 1px;
	color: #323232;
	font-family: "Tahoma";	
	font-size: 11px;
	padding: 3px;
}

input.btn{
font-weight:bold;
background:#F3F3F3;
border:#D4D4D4 solid 1px;
color:#1c9ac0;
font-family: "Verdana";	
	font-size: 11px;

}

select {
	background-color: #ffffff;
	border: #D2D2D2 solid 1px;
	color: #323232;
	font-family: "Verdana";
	font-weight: plain;
	font-size: 11px;
	padding: 2px;
}

.crumbs 
{
	height:17px;
	line-height:15px;
	clear:both;
	margin-left:1px;
	margin-right:1px;
	margin-top:1px;
	font-family: "Tahoma";	
	font-size: 11px;
	color:#1c9ac0;
	background:#F2F2F2;
	padding:4px;
	border: 1px solid #CCCCCC;
}

.crumbs a
{
	font-size: 11px;
	font-weight: bold;
	color:#1c9ac0;
	text-decoration:none;
}

.crumbs a:hover
{
	font-size: 11px;
	font-weight: bold;
	color:#F56621;
	text-decoration:none;
}
#categoryadvert
{
margin-top:1px;
margin-bottom:10px;
}
#cont_header
{
	clear:both;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 14px;
	color:#f5511e;
	
}
.cont_headerc
{
	clear:both;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 14px;
	color:#f5511e;
	
}

#phrase
{
	clear:both;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;	
	font-family: "Verdana";
	font-style:italic;
	font-size: 11px;
}

.catchphrase
{

	float:left;
	margin-top:0px;
	margin-left:5px;
	margin-right:20px;	
	margin-bottom:10px;	
	font-family: "Verdana";
	font-style:italic;
	font-size: 11px;
	color:#323232;
	font-weight:normal;
}

#cont_content
{
	clear:both;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;	
	font-family: "Verdana";
	font-style:normal;
	font-size: 11px;
	color:#323232;
	
}

.contents
{
	clear:both;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;	
	font-family: "Verdana";
	font-style:normal;
	font-size: 11px;
	color:#323232;
	
}
#cont_form
{

	margin-top:15px;
	font-family: "Verdana";
	font-style:normal;
	font-size: 11px;
	color:#323232;
	
}

.compfields
{
color:#FF0000;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*** CSS Buttons ***/
a.btn{
	background: transparent url('/images/square-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}

a:link.btn, a:visited.btn, a:active.btn{
	color: #1c9ac0; /*button text color*/
}

a.btn span{
	background: transparent url('/images/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	text-decoration: none;
}

a.btn:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.btn:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #3a3a3a;
	text-decoration: none;
}

.btnwrap{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	text-decoration: none;
}


/*** CSS Buttons # 2 ***/
a.btn2 {
	background: transparent url('/images/square-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}

a:link.btn2, a:visited.btn2, a:active.btn2{
	color: #f5511e; /*button text color*/
}

a.btn2 span{
	background: transparent url('/images/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	text-decoration: none;
}

a.btn2:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.btn2:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #3a3a3a;
	text-decoration: none;
}




.panel-head {
text-decoration:none;
	padding-left: 10px;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}


.panel-label {
	padding-top: 6px;
	font-family: "Verdana";
	font-weight: plain;
	font-size: 11px;
	color: #323232;
}
.panel-label a {
	color: #065f87;
	text-decoration: underline;
}
.panel-label a:hover {
	color: #323232;
	text-decoration: underline;
}


.footer-label {
	padding-top: 1px;
	font-family: "Verdana";
	font-weight: plain;
	font-size: 10px;
	color: #ffffff;
}


.by {
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Verdana";
	font-weight: plain;
	font-size: 10px;
	color: #acacac;
}
.by a {
	color: #acacac;
	text-decoration: underline;
}
.by a:hover {
	color: #fa9a0f;
	text-decoration: underline;
}



/*** Ticker Text ***/
.ticker {
	font-family: "Verdana";
	font-size: 10px;
	color: #46697f;
	font-weight: bold;
}
.ticker a {
	color: #46697f;
	text-decoration: none;
}
.ticker a:hover {
	color: #323232;
	text-decoration: none;
}

/*** White Bold Label ***/
.label-white {
	font-family: "Verdana";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/*** Navigation 1 ***/


.header {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #f5511e;
	padding-top: 2px;
	padding-bottom: 8px;
}
.header a {
	color: #f5511e;
	text-decoration: none;
}
.header a:hover {
	color: #323232;
	text-decoration: none;
}


.head {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #1c9ac0;
	padding-bottom: 6px;
}
.head a {
	color: #1c9ac0;
	text-decoration: none;
}
.head a:hover {
	color: #323232;
	text-decoration: none;
}
.catlisitems
{
float:left;
text-align:center;
vertical-align:bottom;
margin-left:5px;
margin-right:16px;
margin-top:20px;
padding:15px;
height:170px;
width:180px;
border:#e2e2e2 1px solid;
background:#F5F5F5;
}
.boxerror {
	border: 1px solid #FF0000;
	padding:5px;
}
.radiob
{
float:left;
width:25px;
height:17px;
}
#ratelink
{
color:#FF0000;
align:left;
font-size:12px;
}
.ratingtable
{
float:left;
font-size:12px;
font-weight:none;
}
.ratingtable a
{
font-size:11px;
font-weight:none;
text-decoration:none;
line-height:25px;
}
.ratingtable a:hover
{
color:#FF0000;
text-decoration:underline;
}
.norecord
{
font-size:12px;
font-weight:bold;
color:#FF0000;
}
.businessimages
{
float:left;
text-align:center;
vertical-align:bottom;
margin-bottom:20px;
margin-left:5px;
margin-right:16px;
padding:15px;
height:180px;
width:180px;

}