/* MAIN */

body {
	background-color: #243200;
	margin: 0px;
	background-image: url(/images/bg_page_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #000;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color:#2F0A51;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #AA2200;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}


/* PAGE LAYOUT */


#pagewrap {
	position: relative;
	margin: 0 auto;
	width: 891px;
	padding-top: 94px;
}

#logo {
	position: absolute;
	top: 6px;
	left: 30px;
	background-image: url(/images/logo_shadow.png);
	background-repeat: no-repeat;
	width: 338px;
	height: 220px;
	z-index: 50;
}

#headphoto_caption {
	position: absolute;
	top: 79px;
	right: 22px;
	width: 480px;
	font-size: 10px;
	color: #AADD77;
	text-align: right;
	z-index: 40;
}

#nav {
	position: absolute;
	top: 104px;
	right: 40px;
	width: 458px;
	height: 16px;
}

#nav_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav_table tr td {
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.menu {
	visibility: hidden;
	position: absolute;	
	z-index: 40;
}

.menu dl {
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.4em #000;
}

.menu dt {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

.menu_title {
	position: relative;
	z-index: 50;
}

.menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FF9;
}

#about_nav {
	position: relative;
	width: 76px;
	height: 16px;
}

#menu_about {
	top: -9px;
	left: -7px;
	width: 90px;
}

#menu_about dl {	
	background-image: url(/images/menu_ylw.png);
}


#repair_nav {
	position: relative;
	width: 80px;
	height: 16px;
}

#menu_repair {
	top: -10px;
	left: -6px;
	width: 90px;
}

#menu_repair dl {	
	background-image: url(/images/menu_grn.png);
}

#news_nav {
	position: relative;
	width: 107px;
	height: 16px;
}

#menu_news {
	top: -7px;
	left: -7px;
	width: 120px;
}

#menu_news dl {	
	background-image: url(/images/menu_red.png);
}

#contact_nav {
	position: relative;
	width: 57px;
	height: 16px;
}

#menu_contact {
	top: -9px;
	left: -10px;
	width: 85px;
}

#menu_contact dl {	
	background-image: url(/images/menu_purp.png);
}

#home_nav {
	position: relative;
	width: 38px;
	height: 16px;
}

#content_table {
}

#content {
	padding: 40px 60px 30px 60px;
}

#left_col_top {
	background-image: url(/images/bg_left_col_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 185px;
	height: 34px;
}

#right_col_top {
	background-image: url(/images/bg_right_col_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 696px;
	height: 34px;
}

#left_col {
	background-image: url(/images/bg_left_col_page.png);
	background-repeat: no-repeat;
	background-position: 0px 152px;
	width: 185px;
	vertical-align: top;
}

#left_col_cap {
	position: absolute;
	width: 185px;
	height: 152px;
	z-index: 1;
}

#left_col_content {
	position: relative;
	padding: 10px;
	z-index: 20;
}


#right_col {
	background-image: url(/images/bg_right_col_page.png);
	width: 696px;
	vertical-align: top;
}

#left_col_bottom {
	background-image: url(/images/bg_left_col_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 185px;
	height: 31px;
}

#right_col_bottom {
	background-image: url(/images/bg_right_col_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 696px;
	height: 31px;
}

#side_contact {
	position: relative;
	bottom: 35px;
	color: #FFFFCC;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.4em #000;
	z-index: 50;
}

#catalog {
	position: relative;
	width: 172px;
	height: 420px;
	left: 2px;
	top: 190px;
	z-index: 40;
}

#catalog dl {
	background-color: #C1391F;
	border-color: #DC7954;
	list-style: none;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.4em #000;
	border-top: 1px solid #9D3F19;
	border-bottom: 1px solid #DC7954;
}

#catalog dt {
	border-left: 1px solid #DC7954;
	padding: 4px 0px 4px 8px;
	border-top: 1px solid #DC7954;
	border-bottom: 1px solid #9D3F19;	
}

#catalog a {
	text-decoration: none;
	color: #FFFFFF;
}

#catalog a hover {
	text-decoration: none;
	color: #FFFFCC;
}

#side_contact a {
	color: #FFFFCC;
	text-decoration: none;
}

#side_contact a hover {
	color: #FFFFCC;
	text-decoration: none;
}

#side_contact a visited {
	color: #FFFFCC;
	text-decoration: none;
}