@import "reset.css";
@import "top.css";
@import "sideColumns.css";

body{
	background: #333333 url(../images/background.png);
	color: #fff;
	font: normal 0.75em Arial, Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

a{
	color: #fff;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

h3, h4, h5{
	font-weight: bold;
	text-transform: uppercase;
}

h4{
	padding: 20px 30px 20px 0;
	background: #3b3b3b url(../images/heading4Background.png) right 0 repeat-y;	
	border-top: 1px solid #363636;
	text-align: right;
	text-shadow: 0 1px 0 #000;
}

.showAll {
	float: left;
	margin: 20px;
	color: Silver;
}

input, textarea{
	display: block;
	width: 185px;
	margin: 10px auto;
	padding: 2px 5px;
	background: #f0f0f0 url(../images/inputBackground.png) repeat-x;
	border: 1px solid #e7e7e7;	
	color: #808080;
	font-style: italic;
}

input.chcbx {
	display: inline;
	width: 13px;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
	background: none;
	border: 0;
}


textarea{
	margin-left: 0;
}

input[type=hidden]{
	display: none;	
	visibility: hidden;
}

.inner{
	width: 980px;
	margin: 0 auto;
}

#top{
	position: relative;
	min-height: 190px;
	background: url(../images/topBackground.gif) bottom center no-repeat;
}

#footer{
	height: 150px;
	margin-top: 30px;
	background: #191919 url(../images/footerBackground.png) repeat-x;
}

.columnWrapper{
	overflow: hidden;
}

.column{
	float: left;
}

.c200{
	width: 200px;
}

.c240{
	width: 240px;
}

.c540{
	width: 538px;
	padding: 0 1px;
}

.m10{
	margin: 10px 0;	
}

.clear{
	clear: both;
}

.TAR{
	text-align: right;	
	float: right;
}


/* It's ugly, it should be completely unnecessary, but it is the only thing that works on IE. */
.hr{
	width: 198px;
	height: 5px;
	margin: 0;
	padding: 0;
	background-color: #4d4d4d;
}

.button84,
.products div fieldset button,
.pForm button,
.product form button{
	display: block;
	width: 84px;
	height: 24px;
	padding-left: 0;
	padding-right: 0;
	background: #787878 url(../images/button84.png) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.88em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

a.button84{
	height: 19px;
	padding-top: 5px;	
	color: #fff !important;
}

a.button84:hover{
	text-decoration: none;	
}

.yellow{
	background-color: transparent;
	background-image: url(../images/button84yellow.png) !important;
}
.red{
	background-color: transparent;
	background-image: url(../images/button84red.png) !important;
}

.content{
	position: relative;	
	background: #4d4d4d;
}

#footer p{
	position: relative;
	padding-top: 2em;
	color: #999;
	font-size: 0.88em;	
}

#footer a{
	text-decoration: underline;	
}

#footer p a{
	color: #f5ad00;
}

#footer p span{
	position: absolute;
	top: 2em;
	right: 0;
}

#footer p span a{
	color: #999;	
}

.lines{
	margin: 20px 0;
	clear: both;
	background: url(../images/lines.gif);
}


table {
	width: 100%;
	margin: 10px 0 15px 0;
}
thead td {
	background-color: #4d4d4d;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	color: #f5ad00;
}
tbody td {
	border-top: 1px solid #4d4d4d;
	padding: 5px 0;
	vertical-align: middle;
}
tbody td button {
	width: 84px;
}
tbody input {
	width: 30px;
}
tfoot td, tfoot th {
	border-top: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	padding: 3px 0;
	text-align: center;
}

.noBorder {
	border: 0;
}