@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#outerwrapper {
	position: relative;
	width: 848px;
	top: 0px;
	margin: 0px auto;
	background-color: #000000;
	text-align: left;
}
#weberlogo {
	position:relative;
	width: 100%;
	text-align: right;
	}

#mainNav {
	position:relative;
	width: 100%;
	height: 24px;
	}
#content {
	position:relative;
	width: 100%;
	text-align: left;
	}	
#yellowFooter {
	position:relative;
	width: 100%;
	background-color:#FFDE05;
	color:#000000;
	}		
#footer {
	position:relative;
	width: 100%;
	font-size:11px;
	color:#FFDE05;
	padding-top: 5px;
	padding-bottom:10px;
	}

#buttonOne {
	width: 67px;
	height:24px;
	float:left;
	margin-right:4px;}
#buttonTwo {
	width: 99px;
	height:24px;
	float:left;
	margin-right:4px;}
#buttonThree {
	width: 120px;
	height:24px;
	float:left;
	margin-right:4px;}
#buttonFour {
	width: 130px;
	height:24px;
	float:left;}
	
div.button {width:100%;	height:23px; top:0px; left: 0px; background-color: #FFDE05;	border-bottom-width: 1px; border-bottom-style: solid;
	border-bottom-color: #000000;}
div.button a  {width:100%; height:23px; display:block; font-size:12px; font-weight:bold; text-align:center; padding-top:4px; border-bottom-width: 1px;
	border-bottom-style: solid;	border-bottom-color: #000000;}
div.button a:link {color: #000000; text-decoration:none;}
div.button a:visited {color: #000000; text-decoration:none;}
div.button a:hover {color:#000000; text-decoration:none; background-color: #FFFFFF; height:20px;}

div.buttonselect {width:100%;	height:23px; top:0px; left: 0px; background-color: #FFFFFF;	border-bottom-width: 1px; border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
div.buttonselect a  {width:100%; height:23px; display:block; font-size:12px; font-weight:bold; text-align:center; padding-top:4px; border-bottom-width: 1px;
	border-bottom-style: solid;	border-bottom-color: #000000;}
div.buttonselect a:link {color: #000000; text-decoration:none;}
div.buttonselect a:visited {color: #000000; text-decoration:none;}
div.buttonselect a:hover {color:#000000; text-decoration:none; background-color: #FFFFFF; height:20px;}	

.provSelect:link, .provSelect:visited {color:#000000; text-decoration:none;}
.provSelect:hover {color:#DA2B26; text-decoration:none;}
.provcolor_red {color:#DA2B26; text-decoration:none; }

.weber:link, .weber:visited {color:#000000; text-decoration:none;}
.weber:hover {color:#000000; text-decoration:underline;}

.footerText:link, .footerText:visited {color:#FFDE05; text-decoration:none;}
.footerText:hover {color:#FFDE05; text-decoration:underline;}
