@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1 {
	visibility:hidden;
	font-size:0;
	margin:0;
	padding:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#095dc2;
	margin:0;
	padding-top:0;
}

a:link, a:visited, a:active {
	color:#002c90;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}


#header-holder {
	clear:both;
	width:100%;
	height:168px;
	background:url(../images/header_bg.gif) repeat-x;
}

.space {
	clear:both;
	margin:0 auto;
	padding:0;
	width:760px;
	height:10px;	
}

.tab-top-holder {
	clear:both;
	margin:0 auto;
	padding-right:10px;
	width:750px;
	height:28px;
}

.tab-top {
	float:right;
	width:95px;
	height:28px;
	padding-left:3px;
}

.header {
	clear:both;
	margin:0 auto;
	padding:0;
	width:760px;
	height:102px;
	background:url(../images/header_rootbrothers.gif) no-repeat;
}

.tab-holder {
	clear:both;
	margin:0 auto;
	padding-left:10px;
	width:750px;
	height:28px;
	background:url(../images/tabs_bg.gif) no-repeat;
}

.home a:link, .home a:visited, .home a:active {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/home.gif) 0 0 no-repeat;
	padding-right:3px;
}

.home a:hover {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/home.gif) 0 -28px no-repeat;
	padding-right:3px;
}

.about-us a:link, .about-us  a:visited, .about-us  a:active {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/about_us.gif) 0 0 no-repeat;
	padding-right:3px;
}

.about-us a:hover {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/about_us.gif) 0 -28px no-repeat;
	padding-right:3px;
}

.divisions a:link, .divisions a:visited, .divisions a:active {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/divisions.gif) 0 0 no-repeat;
	padding-right:3px;
}

.divisions a:hover {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/divisions.gif) 0 -28px no-repeat;
	padding-right:3px;
}

.vendors a:link, .vendors a:visited, .vendors a:active {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/vendors.gif) 0 0 no-repeat;
	padding-right:3px;
}

.vendors a:hover {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/vendors.gif) 0 -28px no-repeat;
	padding-right:3px;
}

.contact-us a:link, .contact-us a:visited, .contact-us a:active {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/contact_us.gif) 0 0 no-repeat;
	padding-right:3px;
}

.contact-us a:hover {
	display:block;
	float:left;
	width:115px;
	height:28px;
	background:url(../images/contact_us.gif) 0 -28px no-repeat;
	padding-right:3px;
}

#content-holder {
	clear:both;
	margin:0 auto;
	width:720px;
	height:auto;
	padding:10px 20px;
	background-color:#FFFFFF;
}

#panel-left-holder {
	float:left;
	width:215px;
	height:auto;
}

.panel-left-top {
	float:left;
	width:215px;
	height:10px;
	background:url(../images/panel_top.gif) no-repeat;
}

.panel-left-bg {
	float:left;
	width:215px;
	height:auto;
	background:url(../images/panel_bg.gif) repeat-y;
}

.panel-content {
	float:left;
	width:200px;
	height:auto;
}

.panel-header {
	float:left;
	width:165px;
	height:24px;
	background:url(../images/panel_header.gif) no-repeat;
	padding:6px 10px 0px 25px;
	font-weight:bold;
	color:#002c90;
}

.panel-list {
	float:left;
	width:180px;
	padding:5px 10px 5px 10px;
	color:#666666;
}

.panel-list a:link, .panel-list a:visited, .panel-list a:active {
	color:#666666;
	text-decoration:underline;
}

.panel-list a:hover {
	color:#FF0000;
	text-decoration:underline;
}


.panel-list ul {
	margin:0;
	padding-left:20px;
}

.panel-list li {
	margin:0;
	padding:2px 0;
	list-style-position:outside;
}

.list-space {
	clear:both;
	float:left;
	width:180px;
	height:10px;
	font-size:1px;
}

.panel-left-bottom {
	float:left;
	width:215px;
	height:10px;
	background:url(../images/panel_bottom.gif) no-repeat;
}

#main-content {
	float:right;
	width:525px;
	height:auto;
	padding:5px;
}

.spacer {
	clear:both;
	width:750px;
	height:1px;
	font-size:1px;
}

#footer-holder {
	clear:both;
	width:100%;
	height:135px;
	background:url(../images/footer_bg.gif) repeat-x;
}

.footer-tab {
	clear:both;
	margin:0 auto;
	padding:0;
	width:760px;
	height:25px;
	line-height:25px;
	background-color:#9b9b9b;
	color:#FFFFFF;
	text-align:center;
}

.footer-tab a:link, .footer-tab a:visited, .footer-tab a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer-tab a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.footer {
	clear:both;
	margin:0 auto;
	padding:0;
	width:760px;
	height:100px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
}

.footer-left {
	float:left;
	width:10px;
	height:100px;
	background:url(../images/footer_left.gif) no-repeat;
}

.footer-middle {
	float:left;
	width:740px;
	height:100px;
	background-color:#002c90;
}

.footer-content {
	float:left;
	padding-top:5px;
	width:740px;
}

.footer-content a {
	color:#FFFFFF;
	text-decoration:underline;
}


.footer-right {
	float:right;
	width:10px;
	height:100px;
	background:url(../images/footer_right.gif) no-repeat;
}