/*body*/
body {
	padding:					0px;
	margin-top:					0px;
	margin-bottom:				10px;
	margin-left:				0px;
	margin-right:				0px;
	background-color:			#a8b3af;
	font-size:					11px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	line-height:				16px;
}
body.popit {
	padding:					0px;
	margin-top:					5px;
	margin-bottom:				60px;
	margin-left:				0px;
	margin-right:				0px;
	background-color:			#ffffff;
	background-image:			none;
	font-size:					11px;
	color:						#000000;
	font-family:				verdana, geneva, arial;
	line-height:				16px;}

/*layers*/
#logo_out {
	position:					relative;
}
#logo_in {
	position:					absolute;
	top:						0px;
	left:						0px;
}
#divsub {
	position:					relative;
	top:						0px;
	left:						0px;
	visibility:					hidden;
}
#divsub_sel {
	position:					relative;
	top:						0px;
	left:						0px;
	visibility:					visible;
}
#loader_container {
	text-align:					center;
	position:					absolute;
	top:						262px;
	width:						100%;
}
#loader {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					11px;
	color:						#ffffff;
	background-color:			#1c2222;
	padding:					10px 0 16px 0;
	margin:						0 auto;
	display:					block;
	width:						130px;
	border:						1px solid #768576;
	text-align:					left;
	z-index:					10000;
}
#progress {
	height:						5px;
	font-size:					1px;
	width:						1px;
	position:					relative;
	top:						1px;
	left:						0px;
	background-color:			#ffffff;
}
#loader_bg {
	background-color:			#576565;
	position:					relative;
	top:						8px;
	left:						8px;
	height:						7px;
	width:						113px;
	font-size:					1px;
}

/*tables and tds*/
#tbl_main {
	background-color:			#ffffff;
}
#tbl_main td.left {
	background-image:			url(../images/bg_shadmain_left.gif);
	background-repeat:			repeat-y;
}
#tbl_main td.right {
	background-image:			url(../images/bg_shadmain_right.gif);
	background-repeat:			repeat-y;
}
#tbl_mainnav td.item {
	background-image:			url(../images/bg_nav_main.jpg);
	background-repeat:			repeat-x;
	cursor:						pointer;
	cursor:						hand;
}
#tbl_mainnav td.item_sel {
	background-image:			url(../images/bg_nav_main_sel.jpg);
	background-repeat:			repeat-x;
	cursor:						pointer;
	cursor:						hand;
}
#tbl_foot td.bg {
	background-color:			#353535;
}
#tbl_content td.divider {
	background-color:			#d4d5d5;
}
#tbl_subnav {
	background-image:			url(../images/bg_nav_sub.png);
	background-repeat:			repeat-x;
}
#tbl_subnav2 td.item {
	padding:					0px 12px 0px 0px;
}
#tbl_mattor td.img {
	border:						solid 1px #cce1ab;
	padding:					10px;
	width:						220px;
	text-align:					center;
	vertical-align:				middle;
}
td {
	font-size:					11px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	line-height:				16px;
}
td.proddesc {
	padding:					5px 0px 20px 0px;
}

/*links*/
a:link {
	color:						#7c8484;
	text-decoration:			none;
	outline:					none;
}
a:active {
	color:						#7c8484;
	text-decoration:			none;
	outline:					none;
}
a:visited {
	color:						#7c8484;
	text-decoration:			none;
	outline:					none;
}
a:hover {
	color:						#94af65;
	text-decoration:			none;
	outline:					none;
}
a.lasmer {
	font-weight:				bold;
	outline:					none;
}
a.subnav:link {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav:active {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav:visited {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav:hover {
	color:						#363f3e;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav2:link {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav2:active {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav2:visited {
	color:						#ffffff;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}
a.subnav2:hover {
	color:						#424b4a;
	font-size:					10px;
	font-weight:				bold;
	outline:					none;
}

/*text*/
h1 {
	font-size:					13px;
	font-weight:				bold;
	margin:						0px 0px 7px 0px;
}
h1.sub {
	text-decoration:			underline;
}
h2 {
	font-size:					11px;
	font-weight:				bold;
	margin:						0px 0px 0px 0px;
}
p {
	margin:						0px 0px 15px 0px;
}
p.head {
	border-bottom:				solid 2px #96af69;
}
.form {
	font-size:					10px;
	color:						#000000;
	line-height:				normal;
}
.form2 {
	font-size:					10px;
	color:						#000000;
	line-height:				normal;
	padding-top:				3px;
}

/*lists*/
ul {
	list-style-image:			url(/images/list.gif);
	margin-left:				2px;
	margin-top:					7px;
	padding-left:				15px;
}

/*images*/
img {
	border:						0;
}
img.standard {
	border:						1px solid #cccccc;
}

/*form elements*/
.txtbox1 {
	background-color:			#ffffff;
	border:						1px solid #252b2b;
	font-size:					10px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	width:						254px;
	height:						18px;
}

.txtbox2 {
	background-color:			#ffffff;
	border:						1px solid #252b2b;
	font-size:					10px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	width:						70px;
	height:						18px;
}

.txtbox3 {
	background-color:			#ffffff;
	border:						1px solid #252b2b;
	font-size:					10px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	width:						179px;
	height:						18px;
}

.textarea {
	background-color:			#ffffff;
	border:						1px solid #252b2b;
	scrollbar-face-color:		#ffffff;
	scrollbar-arrow-color:		#252b2b;
	scrollbar-track-color:		#ffffff;
	scrollbar-shadow-color:		#252b2b;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-3dlight-color:	#252b2b;
	scrollbar-darkshadow-color:	#ffffff;
	font-size:					10px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	width:						254px;
	height:						100px;
}

.btn {
	background-color:			#95ae68;
	border:						1px solid #252b2b;
	font-size:					11px;
	color:						#ffffff;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	outline:					none;
}
