/* Site wide element styles */
body 
{
	background-color: rgb(255,255,255); 
	color: rgb(0,0,0);
	
	font: 80% Tahoma, Arial, "Deja Vu Sans", sans-serif;
	text-align: center; 
	
	margin: 0px;
	padding: 0px;
}

body a { text-decoration: none; }
body a:link { color: rgb(154,0,2); }
body a:visited { color: rgb(114,0,2); }
body a:hover { text-decoration: underline; }
body a:active { font-weight: bold; }

/* Site wide ID styles */

/* Site wide classes */

div.complete_page
{
	margin-left: auto;
	margin-right: auto;
	width: 760px; 
	text-align: left;
}

.header
{
	width: 760px;
	height: 127px;
	background: url(/images/site/header-bg.png) no-repeat top left; 
}

.header:after
{ 
  display: block;
  visibility: hidden;

	clear: both;
  height: 0px;

  content: ".";
}

.logo_frame
{
	width: 273px; 
	padding: 13px 0 0 29px; 
	float: left;
}

.logo_img
{
	width: 273px; 
	height: 76px;
	border: none;
	padding: 0px;
}

.search_frame 
{
	width: 290px; 
	height: 48px;
	float: right; 
	padding: 12px 0 0 20px;
}

.search_input 
{ 
	width: 189px; 
	padding: 2px; 
	margin-left: 8px;
	font-size: 1em;
	vertical-align: middle; 
}

.search_button
{
	background: rgb(154,0,2);
	color: #ffffff;
	font: bold 11px Arial,verdana,sans-serif;
	padding:0px 0px;
	text-align:left;
	cursor:pointer;
	margin: 4px 0px 0px 5px;
	vertical-align: middle; 
}

fieldset.search 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.right_frame 
{
	width: 300px; 
	position: relative;
	top: 64px;
	float: right; 
	text-align: right; 
	border: none;
}

span.rf_phone 	/* right frame */
{
	width: 130px; 
	padding-right: 60px;
}

img.rf_phone 	/* right frame */
{
	width: 116px;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

span.rf_cart 	/* right frame */
{
	width: 130px; 
	padding-right: 15px;
	border: none;
}

img.rf_cart 	/* right frame */
{
	border: none;
}

.header_links {
	width: 760px; 
	clear: both; 
	text-align: right; 
	padding: 10px 5px 0 0;
}

.header_links a {
	font-weight: bold; 
	font-size: 10px;
	color: #fff; 
	padding: 12px 7px;
}

.header_links a:link { font-weight: bold; color: rgb(255,255,255); }
.header_links a:visited {font-weight: bold;  color: rgb(255,255,255); }
.header_links a:hover { font-weight: bold; text-decoration: underline; }
.header_links a:active { font-weight: bold; color: rgb(255,255,255); }

/* left navigation pane */

.nav_pane
{
	float: left; 
	left: 0px;
	margin: 0px; 
	padding: 0px;
	width: 100px;
}

ul.nav_header
{
	margin-left: 0;
	padding-left: 0;
}

li.nav_header
{
	list-style-type: none; 

	line-height: 22px; 
	font-weight: bold; 

	margin-left: 2px; 
	margin-top: 10px;
	padding: 0px;
}

a.nav_header
{
	font-size: 10px; 
	line-height: 10px; 
}

.nav_header a:link { color: rgb(0,0,0); }
.nav_header a:visited { color: rgb(0,0,0); }
.nav_header a:hover { text-decoration: underline; }
.nav_header a:active { color: rgb(0,0,0); }

ul.nav_link
{
	margin-left: 1px;
	padding-left: 1px;
}

li.nav_link
{
	list-style-type: none; 
	line-height: 22px; 
	margin-left: 2px; 
	font-weight: normal; 
}

.nav_link a
{
	font-size: 10px; 
	line-height: 10px; 
}

.nav_link a:link { color: rgb(0,0,0); }
.nav_link a:visited { color: rgb(0,0,0); }
.nav_link a:hover { text-decoration: underline; }
.nav_link a:active { color: rgb(0,0,0); }

.footer
{
	width: 760px; 
	height: 50px; 

	margin: 0px; 
	margin-top: 10px; 
	padding-top: 8px;
	clear: both;

	text-align: center; 
	background: url(/images/site/footer-bg.png) repeat-x top left;
}

.footer a {font-weight: bold; color: #fff; font-size: 10px; padding: 6px 7px;}
.footer a:link { color: rgb(255,255,255); }
.footer a:visited { color: rgb(255,255,255); }
.footer a:hover { text-decoration: underline; }
.footer a:active { color: rgb(255,255,255); }

.copyright {
	font-size: 11px; 
	color: rgb(255,255,255); 
	text-align: center; 
	position: relative;
	top: 16px;
	padding-right: 12px;
}


.mattblacktabs{
	overflow: hidden;
/*	border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	}
	
.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	}
	
.mattblacktabs li{
	display: inline;
	margin: 0;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: rgb(122,122,122); /*background of tabs (default state)*/
	cursor: pointer;
}
	
.mattblacktabs li a:visited{
	color: white;
}
	
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: black; /*background of tabs for hover state, plus tab with 'selected' class assigned to its LI */
}
