@charset "UTF-8";

@import url("standard.css");
@import url("content_base.css");

body {
	background: url(../img/bg.jpg) top center;
	text-align:center;
	border-top:10px solid #000;
}

#page {
	text-align:left;
	width:900px;
	height:auto;
	margin:20px auto 10px auto;

}

#header {
	float:left;
	width:900px;
	height:170px;
	background:url(../img/global-offroad-logo.png) no-repeat;
}

#header img {
	float:right;
	margin:0 5px 0 0
}

#content {
	float:left;
	width:600px;
	height:340px;
	overflow:auto;
	background: #fff;
}

#content-p {
	float:left;
	width:900px;
	height:425px;
	overflow:auto;
	background: #fff;
}

#left {
	float:left;
	width:300px;
	height:310px;
	background:#fff;
}


#footer  {
	float:left;
	background:#3a6311;
	color: #000;
	width:895px;
	height:23px;
	padding:5px 0 0 5px;
}

#footer ul {
	list-style:none;
	float:right;
	padding: 0 0 0 0;
}

#footer ul li {
	margin-left: 0px;
	margin-right:20px;
	display:block;
	float:left;
}

#footer ul li a {	
	color: #a7cc81;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:none;
	color:#000;
}

#navigation {
	width:900px;
	height:30px;
	float:left;
	background:#3a6311;
}

#navigation-p {
	width:900px;
	height:30px;
	float:left;
	background:#3a6311;
}


* html #navigation1 {
	width:300px;
	height:30px;
	float:right;
	background:#005ba9;

}

#navigation ul {
	list-style:none;
	margin: 0;
	padding:8px 10px 0 13px;
	font-size: 1.0em;
}

#navigation-p ul {
	list-style:none;
	margin: 0;
	padding:8px 10px 0 13px;
	font-size: 1.0em;
}

#navigation ul li {
	display:block;
	float:left;
	margin:0 15px 0 7px!important;
	margin:0 15px 0 3px;
}

#navigation-p ul li {
	display:block;
	float:left;
	margin:0 15px 0 7px!important;
	margin:0 15px 0 3px;
}

#navigation ul li a {	
	text-decoration:none;
	color: #99cc66;
}

#navigation-p ul li a {	
	text-decoration:none;
	color: #99cc66;
}

#navigation ul li a:hover {
	color: #000;
}

#navigation-p ul li a:hover {
	color: #000;
}

#navigation #currentn {
	font-weight: bold;
}

#navigation-p #currentn {
	font-weight: bold;
}


h1 {
	margin:12px 30px 0 20px;
	color:#669933;
	font-weight:normal;
	font-size:1.3em;
}

h2 {
	margin:12px 30px 0 20px;
	color:#669933;
	font-weight:normal;
	font-size:1.1em;
}

p {
	margin:12px 30px 0 20px;
	color:#000;
	font-size:0.9em;
}

fieldset {
	margin:12px 30px 0 20px;
	color:#000;
	font-size:0.9em;
}

strong-g {
	color:#3a6311;
	font-size:1.0em;
}

a {
	color:#3a6311;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.small {
	font-size:0.8em;
}

.black {
	color:#000;
}


#slideshow li {
	list-style:none;
	margin-left:-12px;
}

#header ul {
   list-style:none;
   padding: 70px 4px 2px 290px;
   float:left;
}

#header ul li {
   margin-left: 5px;
   display:block;
   float:left;
}

#header ul li a {   
   color: #414141;
   text-decoration:none;
}

#header ul li a:hover {
   text-decoration:none;
   color:#696954;
}

input {
  	border:1px solid #000;
	color:#000;
	font-size:1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:230px;
	height:1.3em;
}

.radio {
	width:14px;
	border:none;
}

.submit {
	width:232px;
	height:1.6em;
	margin:5px 5px 5px 0;
}

textarea {
  border:1px solid #000;
	color:#000;
	font-size:1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:230px;
	height:80px;
}
/*gallery*/

#gallery ul {	
	list-style:none;
	margin: 0;
	padding:3px 3px 0 2px;
}

#gallery ul li {
	display:block;
	float:left;
	margin:15px 1px 0 1px;
}

#gallery img {
	border:1px solid #000;	
}	