@charset "utf-8";
/* CSS Document */
/* Copyright 2007 Xtreme Marine Inc., All Rights Reserved */
/* Designed By John Saltarelli (Vectro Custom Computers Inc.)*/

/* Body Settings */
* {margin: 0; padding: 0;}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #192730;
}

/* Base Link Properties */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

img#bgimage{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-100000;
}

/* Top Header, Front control Image */
.top_menu_control{
	position:relative;
	width:720px;
	height:150px;
	border:none;
}

/* button Fonts */
.top_menu_btn_text {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/* Address and Phone CSS */
.info_head {
	font-family:arial;
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
	width:720px;
	background-color:#000;
}

/* Begin Main Borders */
.top_head {
	background-image: url(../images/web_images/CSS/outer_borders/top_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:0px;
	width:720px;
	height:10px;
	font-size:0px;
}
.mid_head {
	background-image: url(../images/web_images/CSS/outer_borders/mid_1.jpg);
	background-repeat: repeat-y;
	width:720px;
	background-position: center center;
}
.bot_head {
	background-image: url(../images/web_images/CSS/outer_borders/bot_1.jpg);
	background-repeat: no-repeat;
	width:720px;
	font-size:0px;
	height:20px;
	background-position: center bottom;
	font-size:0px;
}

/* Copyright CSS */
.copyright {
	font-family:arial;
	color:#FFFFFF;
	font-size:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#000;
	width:720px;
}

/* 230 Width Home Column Headings */
.col_head_home {
	background-image:url(../images/web_images/CSS/home_page/head_back_col_230.jpg);
	background-position:center,top;
	background-repeat:no-repeat;
	vertical-align:text-bottom;
	font-size:0px;
	width:230px;
	height:25px;
}
.col_head_text {
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	height:30px;
	
}
.col_head_text_calc {
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:0px;
	border:1px solid #FFFF00;
	
}

/* 230 Width Home Column Headings */
.col_230_top{
width:230px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/home_page/round_columns/top_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}
.col_230_mid{
width:230px;
background-image:url(../images/web_images/CSS/home_page/round_columns/mid_1.jpg);
background-position:center,top;
background-repeat:repeat-y;
height:358px;
}
.col_230_bot{
width:230px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/home_page/round_columns/bot_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}

/* 470 Width Home Column Headings */

.col_head_home_470 {
	background-image:url(../images/web_images/CSS/home_page/head_back_col_470.jpg);
	background-position:center,top;
	background-repeat:no-repeat;
	vertical-align:text-bottom;
	font-size:0px;
	width:470px;
	height:25px;
}

.col_470_top{
width:470px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/home_page/round_columns/top_470_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}
.col_470_mid{
width:470px;
background-image:url(../images/web_images/CSS/home_page/round_columns/mid_470_1.jpg);
background-position:center,top;
background-repeat:repeat-y;
}
.col_470_bot{
width:470px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/home_page/round_columns/bot_470_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}

/* 440 Width Home Column Headings */
.col_440_top{
width:440px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/about_page/top_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}
.col_440_mid{
width:440px;
background-image:url(../images/web_images/CSS/about_page/mid_1.jpg);
background-position:center,top;
background-repeat:repeat-y;
}
.col_440_bot{
width:440px;
height:10px;
font-size:0px;
background-image:url(../images/web_images/CSS/about_page/bot_1.jpg);
background-position:center,top;
background-repeat:no-repeat;
}


/* Label Repeat */

.btn_back{
	font:arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	background-image:url(../images/web_images/CSS/main_toolbar/button_back.jpg);
	background-repeat:repeat-x;
}

.btn_back_BT{
	font:arial;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(../images/web_images/CSS/inventory_page/BT_back.jpg);
	background-repeat:repeat-x;
}

