/* html elements */
body { 
	background-color: #272727;
	background: url('../images/background_metal.jpg');
	background-repeat: repeat;
	background-position: top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #b7eff5;
	line-height: 18px;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

p.announce-text {
	margin: 0px;
	margin-bottom: 5px;
	text-align: left;
}

h1 {
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #00dff9;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* classes */
table.twocolumns {
	width: 750px;
	margin: auto;
}

p.video-text {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 40px;
}

.readmore-box {
	width: 100%; 
	text-align: right; 
	margin-top: -40px;
}

.section {
	border-top: 1px solid #05545d;
	margin-top: 20px;
	padding-top: 10px;
}

.contest_extra {
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: 20px;
	display: none;
}

.canvas {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #076b77;
}

.content {
	width: 750px;
	padding: 20px;
	background-color: #076b77;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	_margin-right: -20px;
}

.content-home {
	width: 770px;
	padding: 10px;
	background-color: #076b77;	
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	_margin-right: -20px;
}

.featured {
	_margin-right: 10px;
}

.featured img {
	margin-right: 10px; 
	margin-bottom: 30px;
}

.featured_item {
	margin-right: 6px;
	margin-bottom: 30px;
}

.hometext {
	width: 365px;
	padding: 0px 10px 30px 10px;
	_padding-bottom: 20px;
	float: left;
	text-align: right;	
	margin-top: 30px;
}

.manufacturer {
	width: 240px;
	_width: 245px;
	float: left;
	text-align: left;
	padding: 5px;
}

.prodText {
	width: 365px;
	padding: 0px 7px 30px 7px;
	_padding: 0px 10px 20px 10px;
	float: left;
	text-align: right;	
	margin-top: 30px;
	margin-left: -4px;
}

.footer_nav {
	width: 790px;
	_margin-bottom: -2px;
}

.footer {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #272727;*/
}

.footerleft {
	float: left;
	color: #218692;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 10px;
}

.footerright {
	/*float: right;*/
	text-align: right;
	width: 790px; /* this needs to change if the left hand part of the footer is used */
	color: #777777;
	font-size: 11px;
	padding-top: 3px;
}

.footerright a {
	color: #888888;
}

/* links */
a:link {
	color: #e0ff0f;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #e0ff0f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e0ff0f;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #e0ff0f;
	font-weight: bold;
	text-decoration: underline;
}
