@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	margin-top:10px;
	behavior: url("css/csshover3.htc");
	background: url(images/standarditems/background.jpg) repeat-x;
	font-size: 14px;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  
}
a:link {
  color: #0477be;
  background-color: transparent;
}
a:visited {
  color: #0477be;
  background-color: transparent;
}
a:hover {
  color: #0477be;
  background-color: transparent;
}


.wrapper {
  width: 966px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  
}

h1 {
	color: #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	padding-top: 20px;
  
}
h2 {
	color: #6699CC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}
h3 {
	color: #000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

ul {
  color: #000;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
p {
  color: #000;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
.main {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(images/content_bg.jpg) repeat-y;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  
/* background-color value is for content background.
   Image is 2000px wide, ~25% is colored, where sidebar should be 
   (exact pixel count of colored area is actually closer to 26%).
   Position corresponds to right sidebar, repeat img vertically.
   Could be easily modified for left sidebar - just flip the image,
   change bg position to 25% and change .content to float:right.
*/
}

.banner{
	text-align:center;
	margin: 0px;
	padding:0px;
}
.tabbar_retail{
	background: url(images/sectionitems/sectiontab_retail.jpg) no-repeat center top;
	margin-top:-10px;
	height:32px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:12px;
}
.tabbar_commercial {
	background: url(images/sectionitems/sectiontab_commercial.jpg) no-repeat center top;
	margin-top:-10px;
	height:32px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:12px;
}
.tabbar_express {
	background: url(images/sectionitems/sectiontab_express.jpg) no-repeat center top;
	margin-top:-10px;
	height:32px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:12px;
}
.tabbar_racing {
	background: url(images/sectionitems/sectiontab_racing.jpg) no-repeat center top;
	margin-top:-10px;
	height:32px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:12px;
}
.tabbar_residential {
	background: url(images/sectionitems/sectiontab_residential.jpg) no-repeat center top;
	margin-top:-10px;
	height:32px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:12px;
}




.tabbar_quote{
	text-align:right;
	margin-top:-20px;
	margin-right: 10px;
	color:#FFF;
	text-transform:none;
	letter-spacing:0px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.navleft{
	float:left;
	width:528px;
	height:26px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	background:url(images/standarditems/navbar_left.jpg);
	padding-top:9px;
	padding-left:12px;
	
	
}
.navleft a{
	color:#000;
	text-decoration:none;
}

.navleft a:hover{
	color: #FFF;
	text-decoration:none;
}

.navright{
	float:right;
	width:414px;
	height:26px;
	background:url(images/standarditems/navbar_right.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	padding-top:9px;
	text-align: right;
	padding-right: 12px;
	
	
}
.navright a{
	color:#000;
	text-decoration:none;
}

.navright a:hover{
	color: #FFF;
	text-decoration:none;
}

.sidebar {
	width: 253px;
	height: auto;
	float: left;
	color: #73858f;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left:12px;
	font-size: 13px;
	letter-spacing: 1px;
}

.sidebar a{
	text-decoration:none;
	color:  #73858f;
}
.sidebar a:hover {
	text-decoration:none;
	color:  #000000;
}

.sidebar ul {
  margin-left: 1em;
  padding-left: 0;
}


.content {
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 300px;
	font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 0px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
  
}
.footer{
	background-color: #000;
	margin: 0px 0px;          /* flush with .main */
	padding: 5px 10px;
	color: #FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:center;
}

.footer a{
	color:#8ea3ac;
}
.footer a:hover {
	color:#FFF;
}

.footer img{
	float:left;
	margin: 0px 10px;
}

.address {
	color: #999999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	
}


} /* end @media rules */
.table {
	font-size: 10px;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.ajuga {
	font-size: 9px;
	text-decoration: none;
}
