@charset "utf-8";

@import url("nav.css");

.inputtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #666;
	border: #888888 1px solid;
	width: 120px;
	padding: 1px 3px;
}

.inputtextrequired {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #fed;
	border: #888888 1px solid;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #666;
	border: #888888 1px solid;
	padding: 1px 0px 1px 3px;
	width: 120px;
}	
.inputtextarea {
	color: #fff;
	background-color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #fff;
	background-color: #fed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #f8961a;
	background-color: #000000;
	font-size: 12px;
	cursor: pointer;
	border:  0px solid;
	height: 20px;
	width: 145px;
	font-weight : bold;
	text-transform: uppercase;
	background-image: url(../images/btn_bg.gif);
	background-repeat: no-repeat;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;  
	background: #000;
	line-height: 25px;
}


@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 36px;
	color: #f89518;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	width: 388px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	color: #f89518;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	border-bottom: 3px solid black;
	margin: 20px 0 10px 0;
}


a {
	text-decoration: none;
	color: #c84544;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	color: #c84544;
}

a img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 120px;
		background: url(../images/headerBG.jpg) no-repeat bottom;
		margin: 0 0 20px 0;
		position: relative;
	}
	
		#approved {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		#nav {
			position: absolute;
			bottom: 5px;
			right: 0;
		}
		
			#nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#nav li {
				float: left;
			}
			
			#nav a {
				float: left;
				display: block;
				padding: 10px;
				color: #fff;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#nav a:hover {
				color: #c84544;
				text-decoration: none;
			}
	
	#left {
		width: 181px;
		float: left;
		margin: 0 0 20px 0;
	}
	
		#left img {
			display: block;
		}
	
		ul#prodList {
			margin: 0 0 50px 0;
			padding: 0;
			list-style: none;
		}
		
		ul#prodList a {
			color: #fff;
			display: block;
			height: 30px;
			background: url(../images/prodListBG.jpg) top left no-repeat;
			padding: 10px 0 0 0;
			font-weight:normal;
		}
		
		ul#prodList a:hover {
			text-decoration: none;
			color: #c84544;
		}
	
	#right {
		width: 750px;
		min-height: 210px;
		float: right;
		margin: 0 0 20px 0;
	}
	
	#right.further {
		width: 710px;
		padding: 0 20px;
	}
	
		#right p {
			line-height: 2em;
		}
		
	#footer {
		height: 88px;
		clear: both;
		background: url(../images/footerLine.jpg) top right no-repeat;
		padding: 20px 0 0 0;
	}
	
		#footer strong {
			display: inline-block;
			margin: 0 0 0 20px;
		}
		
		#footerRight {
			float: right;
			color: #999;
			font-size: 11px;
			text-align: right;
			width: 620px;
		}
		
		#footerRight img {
			margin: 10px 0 0;
		}
		
		#footer a {
			color: #999;
		}
		
		#footer a:hover {
			color: #fff;
		}
		
	#prodImgsTable {
		margin-left: 20px;
	}
	
	#prodImgsTable table {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}
	
	#prodImgsTable table td {
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
	}
