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

body {
	width			: 100%;
	height			: 100%;
	margin			: 0px auto;
	background		: url(images/new/n_main_bg.jpg) top left repeat-y scroll #FFF;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #000;
}
#wrapper {
	width			: 1000px;
	margin			: 0px auto;
	position		: relative;
}
#logo {
	width			: 161px;
	height			: 90px;
	float			: left;
	margin			: 0px 0px 0px 35px;
}
#info_right {
	float			: right;
	width			: 197px;
	height			: 68px;
	background		: url(images/new/n_top_right_info.png) top left no-repeat;
	text-align		: left;
	padding			: 6px 0px 0px 35px;
	font-weight		: bold;
	font-size		: 14px;
	margin			: 9px 28px 0px 0px;
	line-height		: 20px
}
#nav {
	clear			: both;
	width			: 100%;
	height			: 30px;
	background		: url(images/new/n_nav.png) top left repeat-x;
	margin			: 0px 0px 17px 0px;
}
#nav ul {
	width			: 100%;
	height			: 30px;
	list-style		: none;
	list-style-type	: none;
	margin			: 0px;
	padding			: 0px;
}
#nav ul li {
	width			: 25%;
	height			: 32px;
	text-align		: center;
	font-size		: 14px;
	font-weight		: bold;
	padding			: 0px 0px 0px 0px;
	float			: left;
}
#nav ul li a {
	color			: #FFF;
	text-decoration	: none;
	padding			: 6px 10px 6px 10px;
	display			: block;
	height			: 18px;

}
#nav ul li a:hover {
	background		: #87ca25;
}
#leftCol {
	width			: 192px;
	float			: left;
	margin			: 0px 0px 0px 28px;
}
#rightCol {
	width			: 733px;
	float			: right;
	margin			: 0px 28px 0px 0px;
}
.banner1 {
	width			: 212px;
	height			: 262px;
	margin			: 0px 18px 20px 0px;
	padding			: 10px;
	background		: url(images/new/n_banner_1.png) top left no-repeat;
	float			: left;
}
.banner2 {
	width			: 212px;
	height			: 262px;
	margin			: 0px 18px 20px 0px;
	padding			: 10px;
	background		: url(images/new/n_banner_2.png) top left no-repeat;
	float			: left;
}
.banner3 {
	width			: 212px;
	height			: 262px;
	margin			: 0px 0px 20px 0px;
	padding			: 10px;
	background		: url(images/new/n_banner_3.png) top left no-repeat;
	float			: left;
}
.bannerw {
	width			: 462px;
	height			: 262px;
	margin			: 0px 18px 20px 0px;
	padding			: 10px;
	background		: url(images/new/n_banner_wide.png) top left no-repeat;
	float			: left;
}
.class {
	clear			: both;
}
.leftNav {
	width			: 192px;
	margin			: 0px 0px 20px 0px;
	padding			: 0px;
	list-style		: none;
	list-style-type	: none;
}
.leftNav li {
	width			: 182px;
	height			: 24px;
	background		: url(images/new/n_left_nav.png) top left no-repeat;
	text-align		: left;
	padding			: 8px 0px 0px 10px;
	font-size		: 14px;
	margin			: 0px 0px 5px 0px;
}
.leftNav li:hover {
	background		: url(images/new/n_left_nav_h.png) top left no-repeat;
}
.leftNav li a {
	color			: #FFF;
	font-weight		: bold;
	text-decoration	: none;
	display			: block;
}
.greyBox {
	float			: left;
	width			: 482px;
	margin			: 0px 0px 20px 0px;
	text-align		: left;
}
.greyBoxContent {
	width			: 462px;
	min-height		: 110px;
	background		: url(images/new/n_bg_big_box.png) top left repeat-y;
	padding			: 0px 10px 2px 10px;
	text-align		: left;
}
.whiteSmallBox {
	float			: right;
	width			: 232px;
	margin			: 0px 0px 20px 0px;
	text-align		: left;
}
.whiteSmallBoxContent {
	width			: 212px;
	background		: url(images/new/n_bg_small_box.png) top left repeat-y;
	padding			: 0px 10px 2px 10px;
	text-align		: left;
}
.formTextInput{
	width			: 99%;
	border			: 1px solid #7fc51f;
	height			: 18px;
}
.formSubmit {
	border			: 1px solid #7fc51f;
	height			: 20px;
	color			: #FFF;
	background		: url(images/new/n_nav.png) top left repeat-x;
	text-align		: center;
	padding			: 0px;
	font-weight		 :bold;
}
.formSubmit:hover {
	background		: url(images/new/n_nav.png) bottom left repeat-x;
	cursor			: hand;
}
h2 {
	margin			: 0px 0px 10px 0px;
	padding			: 0px;
	line-height		: auto;
	width			: auto;
}
form {
	width			: inherit;
	height			: auto;
	margin			: 0px;
	padding			: 0px;
}
ul {
	list-style-image: url(images/new/ul.png);
	line-height		: 18px;
}
.smallImgFrame {
	width			: 192px;
	height			: 120px;
	background		: url(images/new/n_left_box_frame.png) top left no-repeat;
	text-align		: center;
	padding			: 2px 0px 0px 0px;
	margin			: 0px 0px 20px 0px;
}
.bannerH2 {
	font-size		: 30px;
	text-align		: center;
	margin			: 0px 0px 100px 0px;
	padding			: 0px 0px 0px 0px;
}
.greenSmall {
	color			: #5ea61d;
	text-decoration	: none;
	font-size		: 10px;
}
.systemBg {
	position		: absolute;
	top				: -40px;
	left			: 300px;
	width			: 366px;
	height			: 52px;
	padding			: 60px 10px 0px 10px;
	text-align		: center;
	color			: #333;
	background		: url(images/system.png) top left no-repeat;
	display			: none;
	font-size		: 12px;
	font-weight		: bold;
	z-index			: 999;
}
#copyright {
	float			: left;
	width			: 600px;
	height			: 80px;
	margin			: 0px 0px 0px 0px;
}
.greenText {
	color			: #7aa710;
	text-decoration	: none;
}
.greenLink a {
	color			: #7aa710;
	text-decoration	: none;
}
.greenLink a:hover {
	color			: #79a54e;
	text-decoration : underline;
}
.wideHeader {
	clear			: both;
	width			: 733px;
	height			: 14px;
	background		: url(images/wideheader.gif) top left no-repeat;
}
.wideContent {
	border-left		: 2px solid #efefef;
	border-right	: 2px solid #efefef;
	width			: 709px;
	min-height		: 80px;
	padding			: 0px 10px 0px 10px;
	background		: #FFFFFF;
}
.wideFooter {
	clear			: both;
	width			: 733px;
	height			: 14px;
	background		: url(images/widefooter.gif) top left no-repeat;
	margin			: 0px 0px 18px 0px;
}
.rowHeader {
	width			: 365px;
	height			: 23px;
	background		: url(images/n_green_bg.jpg) top left repeat-x;
	color			: #FFF;
	font-weight		: bold;
	font-size		: 16px;
	padding			: 3px 0px 0px 5px;
	margin			: 3px 0px 3px 0px;
}
.row {
	clear			: both;
	text-align		: right;
}
.row span {
	float			: left;
	text-align		: right;
	line-height		: 24px;
}
.priceTable {
	width:700px;
	font-size:12px;
	color:#000;
	padding:3px;
	text-align:left;
	border-left:1px solid black;
	border-top:1px solid black;
	margin:auto;
	padding:0px;
}
.priceTable tr td ul {
	margin:0px 0px 0px 14px;
	padding:0px;
}
.priceTable th {
	background: #80a312;
	color:#FFF;
	font-size:14px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:3px;
}
.priceTable tr {
	border-left:1px solid black;
	border-top:1px solid black;
}
.priceTable td {
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:3px;
}
#pageCover {
	position:absolute;
	width: 820px;
	height: 490px;
	background: #FFF;
	z-index:500;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
#ajaxInnerContainer {
	position:relative;
	margin:0px;
	padding:0px;
	z-index:900;
}
#ajaxContainer {
	position: absolute;
	padding:0px;
	z-index:900;
}
#ajaxContainer_top{
	height:16px;
	margin:0px 16px -16px 16px;
	background:url('images/ajax_horizontal-bar.png') top left repeat-x;
}
#ajaxContainer_left {
	margin:16px 0px 16px 0px;
	background:url('images/ajax_vertical-bar.png') top left repeat-y;
}
#ajaxContentBox {
	margin:16px 0px 16px 0px;
	background:url('images/ajax_vertical-bar-r.png') top right repeat-y;
	padding: 0px 15px 0px 15px;
}
#ajaxContent {
	width: 100%;
	height: 100%;
	background: #FFF;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ajaxContainer_bottom {
	height:16px;
	margin:-16px 16px 0px 16px;
	background:url('images/ajax_horizontal-bar-b.png') top left repeat-x;
}
#ajaxContainer_c_1 {
	position:absolute;
	top: 0px;
	left:0px;
	z-index:1000;
}
#ajaxContainer_c_2 {
	position:absolute;
	top: 0px;
	right:0px;
	z-index:1000;
}
#ajaxContainer_c_3 {
	position:absolute;
	bottom: 0px;
	left:0px;
	z-index:1000;
}
#ajaxContainer_c_4 {
	position:absolute;
	bottom: 0px;
	right:0px;
	z-index:1000;
}
#ajaxLoader {
	width:300px;
	height:130px;
	margin: 150px auto;
	background:url('images/ajax_loading.png') center no-repeat;
}
#ajaxLoadIcon {
	width:100%;
	height:80px;
	background:url('images/ajax_iamloading.gif') center  no-repeat
}
#ajaxClose_btn {
	position:absolute;
	top:-18px;
	right: -18px;
	z-index:1000;
	width:48px;
	height:48px;
}
.absolute {
	position:absolute;
}
#coverImage {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 99.9%;
	height			: 100%;
	z-index			: 99;
	background		: #333;
	-moz-opacity	: .50; 
	filter			: alpha(opacity=50); 
	opacity			: .50;
}

.coverImage {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 99.9%;
	height			: 100%;
	z-index			: 99;
	background		: #333;
	-moz-opacity	: .50; 
	filter			: alpha(opacity=50); 
	opacity			: .50;
}

.ajaxInnerContainer {
	position:relative;
	margin:0px;
	padding:0px;
	z-index:900;
}
.ajaxContainer {
	padding:0px;
	z-index:900;
	position:absolute;
}
.ajaxContainer_top{
	height:16px;
	margin:0px 16px -16px 16px;
	background:url('images/ajax_horizontal-bar.png') top left repeat-x;
}
.ajaxContainer_left {
	margin:16px 0px 16px 0px;
	background:url('images/ajax_vertical-bar.png') top left repeat-y;
}
.ajaxContentBox {
	margin:16px 0px 16px 0px;
	background:url('images/ajax_vertical-bar-r.png') top right repeat-y;
	padding: 0px 15px 0px 15px;
}
.ajaxContent {
	width: 100%;
	height: 100%;
	background: #FFF;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ajaxContainer_bottom {
	height:16px;
	margin:-16px 16px 0px 16px;
	background:url('images/ajax_horizontal-bar-b.png') top left repeat-x;
}
.ajaxContainer_c_1 {
	position:absolute;
	top: 0px;
	left:0px;
	z-index:99;
}
.ajaxContainer_c_2 {
	position:absolute;
	top: 0px;
	right:0px;
	z-index:99;
}
.ajaxContainer_c_3 {
	position:absolute;
	bottom: 0px;
	left:0px;
	z-index:99;
}
.ajaxContainer_c_4 {
	position:absolute;
	bottom: 0px;
	right:0px;
	z-index:99;
}
.label {
	width: 29%;
	float: left;
	clear: right;
	height: 30px;
	text-align:right;
}
.field {
	width: 70%;
	float: right;
	height: 30px;

}

.fp_bullet {
	float: left;
	width: 59%;
	height: 20px;
}
.fp_bullet2 {
	float: left;
	width: 39%;
	height: 20px;
}
.fp_bullet ul, .fp_bullet2 ul {
	margin: 0;
	padding-left:10px;
}
.fp_bullet ul li, .fp_bullet2 ul li {
	margin: 0;
	padding:0;
}
