@charset "UTF-8";

/* CSS Document */

body, html, div, ul, li {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333; 
	background: #FFFFFF;
}

/* LAYOUT ----------------------------------------------------- */


#headerwrap{
	
	margin: 30px auto 0 auto;
	width: 724px;
}

#brandquery-logo{
	margin: 0 auto;
	width: 187px;
	height: 43px;
	text-align:left;
}

#navwrap{
	margin: 25px 0 0 0;
	width: 533px;
	text-align: right;
}

#contentwrap{
	margin: 0 auto;
	width: 720px;
	height: auto;
	background: url(../images/wrapbg.jpg) repeat-y #FFFFFF;
}

#content{
	margin: 0 auto;
	width: 720px;
	height: auto;
}

#flashvideowrap{
	margin: 0 auto;
	width: 800px;
	height: 370px;
	background: url(../images/flashbg-flashdisabled.jpg) no-repeat #FFFFFF;
}

#contactwrap{
	margin: 0 auto;
	width: 800px;
	height: 370px;
	background: url(../images/contactbg.jpg) no-repeat #FFFFFF;
}

#contactinfo{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 720px;
	
}

#contentdivide{
	margin: 0;
	padding: 0;
	width: 720px;
	height: 6px;
	background:url(../images/bqdivider.jpg) no-repeat;
}

#iconwrap{
	margin: 0 auto;
	width: 720px;
	height: auto;
	padding: 7px 0 0 0;
	text-align: right;
}


/* FOOTER ----------------------------------------------------- */

#footerdivide{
	margin: 2px 0 0 0;
	width: 720px;
	height: 6px;
	background:url(../images/bqdivider.jpg) no-repeat;
}

#footerdivide2{
	margin: 0 0 0 0;
	width: 720px;
	height: 6px;
	background:url(../images/bqdivider.jpg) no-repeat;
}

.footerfont{
	margin: 2px 0 2px 0;
	width: 720px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .90em;
	color: #666666;
}

.footerfont2{
	margin: 2px 0 15px 0;
	width: 720px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .90em;
	color: #666666;
}



/* NAVIGATION ----------------------------------------------------- */



.headernavfont{
	padding: 3px 0 0 0;
	margin: 0 0 5px 0;
	width: 530px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .90em;
	color: #CCCCCC;
	text-align:right;
}

.subnavfont{
	padding: 5px;
	margin: 0 auto;
	width: 580px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .80em;
	color: #CCCCCC;
}



a {
	text-decoration: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:active {
	color: #666;
}

a:hover {
	color: #b2bb1e !important;
	text-decoration: none;
}

#contactinfo a:hover {
	color: #4c2d00 !important;
	text-decoration: none;
}
a.info span {
	display: none;
}

a.info:hover {
	position: relative;
}

a.info:hover span {
	display: block;
	position: absolute;
	border: 1px solid #999;
	background-color: white;
	color: #000;
	font-size: .85em;
	padding: 1px 2px 1px 2px;
	top: 15px;
	text-align: left;
}
