@CHARSET "UTF-8";

* {	margin: 0px; }

body 
{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: url('../layout/frontend/footer_bg.jpg') no-repeat;
	background-position: 50% 100%;
	color: #666;
}
p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 110%;
}

h1 {
	color: #F90;
	line-height: 140%;
	margin-bottom: 0px;
	font-size: 30px;
	margin-top: 5px;
}
h2 {
	line-height: 130%;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #096536;
	font-size: 22px;
}
h3 {
	line-height: 130%;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #98AF12;
	font-size: 18px;
}
h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #F90;
}
img { border: 0px; }
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #B5D216;
	color: #B5D216;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 2px;
}

ul {
	margin-bottom: 10px;
}
ul li {
	list-style-type: square;
}
ul li a {}
ul li a:hover {}
ol {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}


table {

}
table thead {

}
table thead tr {}
table thead tr th {
	background-color: #F90;
}
table tbody tr {}
table tbody td {

}

#page { width: 988px; position: relative; margin: auto;}
#content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#page > #header { width: 988px; height: 207px; background: url('../layout/frontend/page_header.png') no-repeat; }
#page > #main { width: 988px; min-height: 553px; background: url('../layout/frontend/page_bg.png') repeat-y; }
#page > #footer { width: 988px; height: 82px; background: url('../layout/frontend/page_footer.png') no-repeat; }

#header .header_text 
{ 
	width: 450px; 
	padding-top: 128px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	color: #096536;
	font-weight: bold;
	font-size: 16px; 
	font-family: Verdana;
}

#decor_tl 
{ 
	width: 100%;
	height: 287px;
	position: absolute;
	z-index: -1;
	background: url('../layout/frontend/body_bg.jpg') no-repeat;
	background-position: 50% 0;
}

#main_menu
{
	height: 40px;
	width: 980px;
	margin: auto;
	background: url('../layout/frontend/menu_bg.jpg') repeat-x;
}

#main_menu .default { 
	padding: 0; 
	list-style: none; 
	margin: auto; 
	width: 800px; 
}

#main_menu .default li { 
	color: #096536; 
	display: block; 
	width: 100px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center; 
	float: left; 
	position: relative;
	background: url('../layout/frontend/menu_spacer.jpg') no-repeat;
	background-position: 0 4px; 
}

#main_menu .default li a {
	color: #096536;
	font-weight: bold;
	height: 40px;
	display: block;
	width: 98px;
	height: 40px;
	float: right;
	font-size: 14px;
}

#main_menu .default li a:hover { 	
	background: url('../layout/frontend/hover_bg.jpg') repeat-x; 
	background-position: 15px 2px;
}

#main_menu .default li .submenu { 
	margin-top: 39px;
	position: absolute;
	z-index: 100000;
	color: #fff;
	padding: 0px!important;
	border: solid 1px #52830d; 
}
#main_menu .default li .submenu li { 
	clear: both;
	display: block;
	width: 200px;
	text-align: left; 
	
	background: #fff; 
}
#main_menu .default li .submenu li a {
	display: block;
	width: 200px;
	line-height: 40px;
	color: #474747;
	font-weight: normal;
	font-size: 14px;
}
.submenu li a:hover { color: #fff!important; background-color: #92c039!important; background-image: none; } 


#footermenu {
	text-align: center;
	padding: 6px;
	color: #fff;
	font-size: 12px;
}
#footermenu a { color: #fff!important; }

/* STYLES */

.float_left { position: relative; float: left; }
.float_right { position: relative; float: right; }
.margin_auto { margin: auto; }
.clear { clear: both; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }
.uppercase { text-transform: uppercase;}
.lowercase { text-transform: lowercase;}
.capitalize { text-transform: capitalize;}

.hide { display: none; }
.show { display: block; }

.pad1 { padding: 1px; }
.pad3 { padding: 3px; }
.pad4 { padding: 4px; }
.pad5 { padding: 5px; }

/* Width */
.width20 { width: 20px; }
.width30 { width: 30px; }
.width40 { width: 40px; }
.width50 { width: 50px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width500 { width: 500px; }

/* Height */
.height50 { height: 50px; }
.height100 { height: 100px; }
.height150 { height: 150px; }
.height250 { height: 250px; }

/* Colors */
.red { color: #ff0000; }
.white { color: #ffffff; }
.black { color: #000000; }
.gray { color: #a2a2a2; }
.bold { font-weight: bold; }

/* Font sizes */
.fs11 { font-size: 11px; } 
.fs15 { font-size: 15px; } 
.fs20 { font-size: 20px; } 
.fs25 { font-size: 25px; } 
.fs30 { font-size: 30px; } 

/* black,bold,11px */
.bb_txt
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}.img_left {
	float: left;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
}
