BODY {
	margin: 25px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B2B3B7;
}

A {
	color: #ffffff;
}

A:hover {
	color: #48ACFC;
}

.main {
	border: solid 1px #333333;
	background-color: #ffffff;
}

.header {
	/*background-color: #292929;
	background-image: url(images/header_bak.png);
	background-repeat: repeat-x;
	background-position: top left;*/
	background-color: #000000;
	color: #ffffff;
	border-bottom: solid 1px #000000;
	height: 125px;
}

.header .company {
	font-size: 30px;
	font-weight: bold;
	padding-right: 5px;
}

.header .tag {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-right: 5px;
	padding-bottom: 5px;
}

.nav_logo {
	background-image: url(images/bak.jpg);
	background-repeat: repeat-x;
	background-color: #70671C;
}

.nav {
	background-image: url(images/menu_bak.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	height: 41px;
}

.nav TD {
	text-align: center;
}

.nav A {
	color: #48ACFC;
	text-decoration: none;
	font-weight: bold;
}

.nav A:hover {
	color: #b22222;
	text-decoration: none;
	font-weight: bold;
}

.searchbar {
	text-align: center;
	width: 75%;
}

.searchbar .search {
	font-size: 12px;
	color: #ffffff;
}

.searchbar .specs {
	font-size: 12px;
	color: #70671C;
}

.left_col {
	background-color: #454545;
}

.content {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 35px;
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
}

.footer {
	/*background-image: url(images/menu_bak_OLD.png);
	background-repeat: repeat-x;*/
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	height: 40px;
	border-bottom: #999999;
}

H1 {
	color: #ffffff;	
	font-size: 18px;
}

H2 {
	color: #48ACFC;	
	font-size: 16px;
}
.photo_right {
	float: right;
	padding-left: 10px;
}

UL {
	padding: 10px;
	margin: 10px;
}

.row {
	background-color: #454545;
	padding: 2px;
}

TH {
	background-color: #333333;
	color: #ffffff;
}

.img {
	border: solid 4px; $ffffff;
}

.submit {
	width: 175px; 
	height: 25px; 
	background-color: #333333;
	color: #ffffff;
}

.red_line {
	background-image: url(images/red_line.png);
	background-repeat: repeat-x;
}