/* CSS Document */

body{
	margin: 0;
	text-align: left;
	padding: 0;
	background-color: #CCCC66;
}
#container {
	width: 864px!important;
	width /**/: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	clear: right;
	background-color: #FFFFFF;
}
/*====================================================*/
		/* HEADER */
/*====================================================*/
#header{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #996600;
}
/*====================================================*/
		/* TOPMENU */
/*====================================================*/
#topmenu {
	padding: 0px;
	height: 30;
}
#main-nav{
	width:864px;
	height:30px;
	margin-right: auto;
	background-image: url(../images/topmenu.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #ffffff;
}


#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#main-nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main-nav ul li a span{
	display:none;
}


#main-nav ul li a{
	width:108px;
	height:30px;
	margin:0px;
	padding:0px;
	display: block;
		
}

/* -- Hovers -- */

#main-nav ul li a.aboutus:hover{
	background: url(../images/topmenu.gif) 0px -31px;
}
#main-nav ul li a.products:hover{
	background: url(../images/topmenu.gif) -108px -31px;
}
#main-nav ul li a.gear:hover{
	background: url(../images/topmenu.gif) -216px -31px;
}			
#main-nav ul li a.store:hover{
	background: url(../images/topmenu.gif) -324px -31px;
}		
#main-nav ul li a.gallery:hover{
	background: url(../images/topmenu.gif) 432px -31px;
}
#main-nav ul li a.news:hover{
	background: url(../images/topmenu.gif) -540px -31px;
}
#main-nav ul li a.warranty:hover{
	background: url(../images/topmenu.gif) -648px -31px;
}			
#main-nav ul li a.contactus:hover{
	background: url(../images/topmenu.gif) -756px -31px;
}		
/*====================================================*/
		/* BODY COPY */
/*====================================================*/
#bodycopy{
	padding-top: 1em;
	padding-right: 1em;
	width: 300px;
	float: right;
}
#bodycopy span {
display: none;
}
#bodycopy p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 12px;
	margin-left: 20px;
}
#bodycopy h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #990000;
	margin-left: 20px;
	margin-bottom: 2px;
	background-position: -4px;
}
#bodycopy h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFCC66;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: -10px;
}
#bodycopy h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #cccccc;
	margin-left: 20px;
	margin-top: 12px;
	font-style: italic;
	font-weight: normal;
}
#bodycopy li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}
#bodycopy ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
#bodycopy th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#bodycopy td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bodycopy a:link {
	color: #CC0000;
	text-decoration: none;
	}
#bodycopy a:visited {
	color: #9933CC;
	text-decoration: none;
	}
#bodycopy a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #0066CC;
	}
#bodycopy a:active {
	text-decoration: none;
	color: #FFCC00;
	}
/*====================================================*/
		/* BODYCOPY-WIDE */
/*====================================================*/
#bodycopy-wide{
	padding-top: 1em;
	padding-right: 1em;
	width: 800px;
	float: left;
}
#bodycopy-wide span {
display: none;
}
#bodycopy-wide p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 12px;
	margin-left: 20px;
}
#bodycopy-wide h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #990000;
	margin-left: 20px;
	margin-bottom: 2px;
	background-position: -4px;
}
#bodycopy-wide h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFCC66;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: -10px;
}
#bodycopy-wide h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #cccccc;
	margin-left: 20px;
	margin-top: 12px;
	font-style: italic;
	font-weight: normal;
}
#bodycopy-wide li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}
#bodycopy-wide ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
#bodycopy-wide th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#bodycopy-wide td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bodycopy-wide a:link {
	color: #990000;
	text-decoration: none;
	}
#bodycopy-wide a:visited {
	color: #9933CC;
	text-decoration: none;
	}
#bodycopy-wide a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #0066CC;
	}
#bodycopy-wide a:active {
	text-decoration: none;
	color: #FFCC00;
	}
/*====================================================*/
		/* ILLUSTRATION */
/*====================================================*/
#illustration{
	padding-top: 1em;
	padding-left: 1em;
	width: 550px;
}
#illustration p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 12px;
	margin-left: 20px;
}
#illustration h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #990000;
	margin-left: 20px;
	margin-bottom: 2px;
	background-position: -4px;
}
#illustration h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFCC66;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: -10px;
}
#illustration li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}
#illustration ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
/*====================================================*/
		/* FOOTER */
/*====================================================*/
#footer{
	text-align: center;
	margin-top: 1px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	background-color: #000000;
	clear: both;
	vertical-align: middle;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 0px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #cccccc;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 0px;
	font-style: bold;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link {
	color: #EEEA9D;
	text-decoration: none;
	}
#footer a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
#footer a:active {
	text-decoration: none;
	color: #FFCC00;
	}
/******************************************/
