body, form, input, label, select {
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
	font-size: 1.2em;
}


h2 {
	font-size: 1.4em;
    color: #000000;	
}

a { 
  text-decoration: none;
  color: #86932A;
}

.logo {
	width: 312px;
	height: 76px;
	background: url(../../images/logo.png) no-repeat;
	margin: 20px;
	text-indent: -9999px;
}

.tagline {
	position: absolute;
	top: 25px;
	right: 40px;
  text-align: right;
  color: #babcbe;
  font-size: 1.1em;
  line-height: 1.8em;
}

.corner {
	height: 19px;
	width: 19px;
}
.corner_tl { 
	background: url(../../images/template/corner_top_left.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.corner_tr {
	background: url(../../images/template/corner_top_right.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.corner_bl {
	background: url(../../images/template/corner_bottom_left.gif) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.corner_br {
	background: url(../../images/template/corner_bottom_right.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.menu_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 46px;
	background: url(../../images/template/menu_left.gif) no-repeat;
}

.menu_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 46px;
	background: url(../../images/template/menu_right.gif) no-repeat;

}


.leftHeader {
  margin: 10px 13px;
  color: #fff;
  font-weight: bold;
}
.leftHeader a { 
  color: #fff;
}

.leftDivide {
  height: 2px;
  background: url(../../images/leftmenu_divide.gif) repeat-x bottom left;
  margin: 23px 0 27px;
}

.content_header {
  height: 236px;
  width: 548px;
}
.content_header_home { background: url(../../images/headers/home.jpg) no-repeat; }
.content_header_about { background: url(../../images/headers/about.jpg) no-repeat; }
.content_header_contact { background: url(../../images/headers/contact.jpg) no-repeat; }

.content_header_noimg {
  background: url(../../images/headers/none.jpg) no-repeat;
  height: 46px;
  width: 548px;
}

.content_title {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  padding: 206px 0 0 25px;
}

.content_title_noimg {
  color: #1d1d1d;
  font-size: 2.5em;
  font-weight: bold;
  padding: 10px 0 0 25px;
}

.content_footer {
  position: absolute;
	bottom: -21px;
	left: 0;
  height: 21px;
	width: 100%;
  background: url(../../images/template/content_footer_bg.gif) repeat-x;
}
.content_footer_left {
  position: relative;
  float: left;
  height: 21px;
  width: 15px;
  background: url(../../images/template/content_footer_left.gif) no-repeat;
}
.content_footer_right {
  position: relative;
  float: right;
  height: 21px;
  width: 16px;
  background: url(../../images/template/content_footer_right.gif) no-repeat;
}

.content_subtitle {
  font-size: 1.5em;
}
.product_title {
  font-size: 1.5em;
	float: left;
	clear: both;
}
.product_desc {
  font-size: 1.1em;
	float: left;
	clear: both;
  margin: 10px 15px 0 25px !important;
  margin: 10px 0 0 14px;
  width: 505px;
}
.product_image {
  float: left;
  margin: 5px 10px 10px 0;
	clear: both;
}
.product_detail {
  float: right;
  width: 375px;
  padding-top: 10px;
}

.nomargin {
	margin: 0 !important;
}

/* jQuery Lighbox CSS */
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }