@charset "utf-8";
/* CSS Document */

* {
  margin:0px;
  padding:0px;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
}

body {
  background-color:#174401;
}

a {
  outline:none;
}

img {
  border:none;
}

.clr {
  clear:both;
}

.header {
  position:relative;
  margin:0px auto;
  width:900px;
  height:540px;
  background-image:url(../images/header.png);
}

.menu {
  position:absolute;
  width:900px;
  margin:0px auto;
  bottom:10px;
  text-align:center;
}

.menu a {
  font-family:Arial, sans-serif;
  font-size:16px;
  text-decoration:none;
  padding:0px 30px;
  background-image:url(../images/separator.gif);
  background-position:right;
  background-repeat:no-repeat;
}

.active {
  font-family:Arial, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:yellow;
  padding:0px 30px;
  background-image:url(../images/separator.gif);
  background-position:right;
  background-repeat:no-repeat;
}

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

.content {
  position:relative;
  width:900px;
  margin:20px auto;
  border-left:1px solid #456b3c;
  border-right:1px solid #456b3c;
}

.gallery_content {
  width:600px;
  margin:0px auto;
}

.main_text {
  width:800px;
  padding:0px 50px;
}

.content_img {
  text-align:center;
}

h1 {
  color:#cc9933;
  text-align:center;
  
}

h2 {
  font-size:18px;
  text-align:center;
  font-weight:normal;
}

h3 {
  font-size:18px;
  color:#33cc33;
  text-align:center;
  font-weight:normal;
}

p {
  font-size:14px;
  text-align:justify;
  text-indent:15px;
}

.bold {
  font-size:14px;
  font-weight:bold;
}

.normal {
  padding-left:20px;
  font-size:14px;
}

.contact {
  margin-left:100px;
}

.footer_top {
  width:900px;
  height:4px;
  background-image:url(../images/footer_top.png);
  margin:0px auto;
}

.footer {
  width:100%;
  height:31px;
  background-image:url(../images/footer.gif);
}

.footer p {
  padding-top:10px;
  text-align:center;
  font-size:11px;  
}

.footer_bottom {
  width:100%;
  height:6px;
  background-image:url(../images/footer_bottom.png);
  background-position:center;
  background-repeat:no-repeat;
  background-color:#387d00;
  margin:0px auto;
}



.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}