/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

body
{
	padding:0;margin:0;
	background:#393939 url("../images/interface/page_bg.gif") repeat-x center top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

a, a:link
{
	color:#A00;
}

a:visited
{
	color:#900;
}

a:hover
{
	color:#f00;
}

#page
{
	width:731px;
	margin:auto;
	text-align:left;
}


/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/

#header
{
	height:95px;
}

#logo a
{
	width:460px;
	height:38px;
	float:left;
	margin-top:29px;
	background: url('../images/interface/barda_logo_2009.gif') no-repeat left top;
}

#topright
{
	float:right;
	width:271px;
	
}
#search
{
	clear:both;
	float:right;	
	width:271px;
	
	height:27px;
	padding-top:7px;
	margin-top:33px;
	background: transparent url("../images/interface/search_bg.gif") no-repeat bottom right;
}
#search .searchtext
{
	width:146px;
	height:16px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
	border:none;
	background:transparent;
	float:left;
	margin-left:43px;
}
#search .searchbutton
{
	width:65px;
	height:18px;
	background:transparent;
	display:block;
	float:right;
	margin-right:7px;
	display:inline;
}


#quicklinks
{
	float:right;
	margin-top:21px;
}
#quicklinks ul
{
	margin:0; 
	padding:0;
}
#quicklinks li
{
	list-style-type:none;
	float:left;
}
#quicklinks a
{
	height:7px;
	float:left;
	margin-left:15px;
	display:inline;
}


/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#menu
{
	height:37px;
	width:731px;
	background: transparent url('../images/interface/menu_bg.gif') repeat-x top left;
	text-align:center;
}
#menu ul
{
	margin:0; 
	padding:0;
}
#menu li
{
	list-style-type:none;
	float:left;
}
#menu a
{
	display:block;
	height:37px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#10366e;
	font-weight:bold;
	text-decoration:none;
}
#menu_home { width:81px; background: #393939 url("../images/interface/menu_home.gif") no-repeat top center; }
#menu_home:hover, #menu_home.there { background-image: url("../images/interface/menu_home_over.gif"); }

#menu_industries { width:102px; background: url("../images/interface/menu_industries.gif") no-repeat top center; }
#menu_industries:hover, #menu_industries.there { background-image: url("../images/interface/menu_industries_over.gif"); }

#menu_products { width:98px; background: url("../images/interface/menu_products.gif") no-repeat top center; }
#menu_products:hover, #menu_products.there { background-image: url("../images/interface/menu_products_over.gif"); }

#menu_services { width:96px; background: url("../images/interface/menu_services.gif") no-repeat top center; }
#menu_services:hover, #menu_services.there { background-image: url("../images/interface/menu_services_over.gif"); }

#menu_support { width:91px; background: url("../images/interface/menu_support.gif") no-repeat top center; }
#menu_support:hover, #menu_support.there { background-image: url("../images/interface/menu_support_over.gif"); }

#menu_about { width:118px; background: url("../images/interface/menu_about.gif") no-repeat top center; }
#menu_about:hover, #menu_about.there { background-image: url("../images/interface/menu_about_over.gif"); }

#menu_quote { width:145px; background: url("../images/interface/menu_quote.gif") no-repeat top center; }
#menu_quote:hover, #menu_quote.there { background-image: url("../images/interface/menu_quote_over.gif"); }

#feature
{
	height:185px;
	margin:7px 0;
}
#feature #banner
{
	background:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:white;
	height:100%;
}
#feature #banner a
{
	color:white;
}

/*
///////////////////////////////////////

                                Content

///////////////////////////////////////
*/

#content
{
	background: #cbcbcb url("../images/interface/content_bg.gif") repeat-x top center;
	min-height:220px;
	float:left;
}

#primary
{
	margin:33px 0 20px 20px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:470px;
	float:left;
	display:inline;
}
h1
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	margin-top:0;
}
h2
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
h3
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#sidebar
{
	width:200px;
	margin-right:20px;
	margin-top:33px;
	float:right;
	display:inline;
	font-size:11px;
	border-left:1px solid #a2a2a2;
	padding-left:20px;
}
#sidebar h2
{
	font-size:20px;
}
#sidebar .dealerlogo
{
	margin-bottom:15px;
}
#sidebar ul
{
	margin:0; padding:0;
	padding-left:25px;
}
#sidebar li
{
	list-style:square;
	margin-bottom:3px;
}

.hidden { display:none; }

/*
/////////////////////////////////////////////

                                      iSearch

/////////////////////////////////////////////
*/

.isearch-head
{
	font-size:12px;
	font-weight:bold;
}

.isearch-title
{
	font-size:14px;
	font-weight:normal;
}
.isearch-description
{
	font-size:12px;
	color:#111;
}
.isearch-score
{
	display:none;
}
a.isearch-url, .isearch-url:visited, .isearch-size
{
	color:green;
	font-size:12px;
	text-decoration:none;
	display:none;
}
.isearch-highlight
{
	font-weight:bold;
}

/*
///////////////////////////////////////

                                 Footer

///////////////////////////////////////
*/

#footer
{
	height:61px;
	margin-bottom:50px;
	background: transparent url("../images/interface/footer_bg.gif") no-repeat top center;
	clear:both;
}
#copyright
{
	float:right;
	width:325px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
	margin-top:24px;
}

/*
///////////////////////////////////////

                                  sIFR

///////////////////////////////////////
*/
.sIFR-flash 
{
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced 
{
	visibility: visible !important;
}
span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] 
{
	display: none !important;
}
.sIFR-hasFlash #primary h1 
{
	visibility: hidden;
	line-height:normal;
	letter-spacing:-8px;
}
.sIFR-hasFlash #primary h2
{
	visibility: hidden;
	line-height:normal;
}
.sIFR-hasFlash #primary h3 
{
	visibility: hidden;
	line-height:normal;
}

.right
{
	float:right;
	margin-left:15px;
}
.left
{
	float:left;
	margin-right:15px;
}