/* GENERAL */
HTML {
	width:100%;
	height:100%;
	overflow:auto;	
}
BODY {
	width:100%;
	height:100%;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#859285;
	padding:0;
	margin:0;
}
INPUT {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:10px;
}
IMG {
	border:none;
}
A {
	text-decoration:none;
	color:#fff;
}
A:hover {
	color:#fff167;
}
#header, #header A {
	position:relative;
	width:900px;
	height:125px;
	color:#fff167;
}
#header A:hover, #header A.hi {
	color:#fff;
}
#header .contact {
	position:absolute;
	top:90px;
	left:25px;
	padding:0 0 0 25px;
	background:url(../img/icn_phone.png) no-repeat 0 3px;
	z-index:1;
}
#header .globalNavigation {
	position:absolute;
	top:90px;
	right:25px;
	z-index:1;
}
* html #outerContainer {
	height:auto;
}
#outerContainer {
	position:absolute;
	top:0;
	left:50%;
	width:900px;
	min-height:100%;
	padding:0;
	margin:0 0 0 -450px;
	background:#2c6545 url(../img/bg_main.jpg) repeat-y 0 79px;
}
/* MAIN NAVIGATION */
#navigation {
	position:relative;
	width:856px;
	height:32px;
	clear:both;
	margin:10px 0 10px 25px;
}
#navigation A {
	height:32px;
	color:#fff;
	text-indent:-10000px;
	float:left;
	display:block;
	overflow:hidden;
	background:no-repeat 0 0;
}
#navigation A:hover, #navigation A.hi {
	background:no-repeat 0 -32px;
}
#navigation A.nav01 {
	width:162px;
	background-image:url(../img/nav01.png);
}
#navigation A.nav02 {
	width:179px;
	background-image:url(../img/nav02.png);
}
#navigation A.nav03 {
	width:224px;
	background-image:url(../img/nav03.png);
}
#navigation A.nav04 {
	width:162px;
	background-image:url(../img/nav04.png);
}
#navigation A.nav05 {
	width:129px;
	background-image:url(../img/nav05.png);
}
/* SUBNAVIGATION */
#subnavigation {
	position:relative;
	width:856px;
	clear:both;
	padding:0;
	margin:0 0 25px 25px;
}
#subnavigation A {
	color:#fff;
	font-weight:bold;
}
#subnavigation A:hover, #subnavigation A.hi {
	color:#fff167;
}
/* CONTENT */
#contentContainer {
	position:relative;
	width:875px;
	padding:0 0 0 25px;
	float:left;
	clear:both;
}
.home IMG.headline {
	margin:20px 0 0 0;
}
.visual {
	width:283px;
	height:214px;
	background:url(../img/bg_visual.png) no-repeat;
}
.home .visual {
	float:left;
	margin:25px 5px 25px 0;
}
.column1 {
	float:left;
	width:295px;
}
.column1 #cartContainer {
	width:270px;
	font-size:11px;
}
.column1 #cartContainer .imgHead {
	padding:10px 0;
	display:block;
}
.column1 #cartContainer .emptyCart {
	
}
.column1 #cartContainer .head {
	clear:both;
	float:left;
	height:32px;
	width:100%;
	line-height:32px;
	color:#fff;
	background-color:#235136;
	border:1px solid #fff;
	display:block;
	overflow:hidden;
}
.column1 #cartContainer .head .descr {
	width:105px;
	float:left;
	padding:0 10px 0 8px;
}
.column1 #cartContainer .head .amount {
	width:35px;
	float:left;
	text-align:right;
	padding:0 10px 0 0;
}
.column1 #cartContainer .head .price {
	width:35px;
	float:left;
	padding:0 0 0 8px;
}
.column1 #cartContainer .content {
	float:left;
	height:200px;
	width:100%;
	color:#fff;
	background-color:#235136;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	display:block;
	overflow:auto;
}
* html .column1 #cartContainer .content .row {
	width:93%;
}
.column1 #cartContainer .content .row {
	float:left;
	width:100%;
	display:block;
	clear:both;
	margin:0;
	padding:5px 0 5px 0;
}
.column1 #cartContainer .content .odd {
	background-color:#235136;
}
.column1 #cartContainer .content .even {
	background-color:#39634a;
}
.column1 #cartContainer .content .descr {
	width:105px;
	float:left;
	padding:0 10px 0 8px;
	overflow:hidden;
}
.column1 #cartContainer .content .amount {
	width:35px;
	float:left;
	text-align:right;
	padding:0 10px 0 0;
}
.column1 #cartContainer .content .price {
	width:35px;
	float:left;
	text-align:right;
	padding:0 0 0 8px;
}
.column1 #cartContainer .content .action {
	width:11px;
	float:left;
	padding:0 0 0 17px;
}
.column1 #cartContainer .content .action A.trash {
	width:11px;
	height:16px;
	background:url(../img/icn_trash.png) no-repeat;
	text-indent:-10000px;
	display:block;
}
.column1 #cartContainer .footer {
	float:left;
	width:100%;
	color:#fff;
	background-color:#235136;
	border:1px solid #fff;
	display:block;
	padding:10px 0 10px 0;
}
.column1 #cartContainer .footer .price {
	float:left;
	font-weight:bold;
	padding-left:8px;
	display:block;
}
.column1 #cartContainer .footer .amount {
	float:right;
	width:90px;
	text-align:right;
	font-weight:bold;
	padding-right:47px;
	display:block;
}
.column1 #cartContainer .footer .delete {
	clear:both;
	float:left;
	padding:10px 0 0 8px;
	display:block;
	white-space:nowrap;
}
.column1 #cartContainer .footer .delete A {
	font-size:0.83em;
	color:#fff;
	text-decoration:underline;
}
.column1 #cartContainer .footer .delete A:hover {
	color:#fff;
	text-decoration:none;
}
.column1 #cartContainer .footer .submit {
	float:right;
	padding:10px 20px 0 0;
	display:block;
}
.column1 #cartContainer .footer .submit A.submit {
	float:left;
	width:118px;
	height:16px;
	background:url(../img/btn_submit.png) no-repeat 0 0;
	display:block;
	padding:0;
	margin:0;
	text-indent:-10000px;
}
.column1 #cartContainer .footer .submit A.submit:hover {
	background-position:0 -16px;
}
.column2 {
	float:left;
	width:555px;
	padding:0;
	margin:0;
}
.column2 H1, .column2 H2 {
	font-size:16px;
	margin:0 0 20px 0;
	padding:0;
	text-transform:uppercase;
}
.column2 H2 {
	font-size:12px;
}
.column2 .row {
	clear:both;
	width:555px;
	float:left;
	display:block;
	padding:5px 0;
	border-bottom:1px solid #fff;
}
.column2 .last {
	border-bottom:none;
}
.column2 .last .descr, .column2 .last .amount, .column2 .last .price {
	font-weight:bold;
}
.column2 .row .descr {
	width:400px;
	float:left;
	display:block;
	margin:0;
	padding:0 10px 0 0;
}
.column2 .row .price {
	width:45px;	
	float:left;
	display:block;
	text-align:right;
	margin:0;
	padding:0 30px 0 0;
}
.column2 .row .amount {
	width:70px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.column2 .row .amount INPUT {
	float:left;
	width:30px;
	height:15px;
	color:#fff;
	text-align:center;
	background-color:#235136;
	border:1px solid #fff;
}
.column2 .row .amount A.cart {
	width:23px;
	height:21px;
	float:right;
	margin:0 5px 0 5px;
	display:block;
	background:url(../img/icn_cart.png) no-repeat 0 -3px;
	text-indent:-10000px;
}
.column2 .formrow {
	clear:both;
	float:left;
	margin-bottom:15px;
}
.column2 .formrow .label {
	width:100px;
	float:left;
	display:block;
	padding:0 20px 0 0;
}
.column2 .formrow .input {
	float:left;
	width:425px;
	display:block;
	overflow:hidden;
}
.column2 .formrow .input .text, .column2 .formrow .input .ta {
	float:left;
	width:295px;
	height:15px;
	color:#fff;
	font-size:11px;
	background-color:#235136;
	border:1px solid #fff;
}
.column2 .formrow .input .ta {
	height:85px;
}
.column2 .formrow A.submit2 {
	float:right;
	width:248px;
	height:17px;
	background:url(../img/btn_submit2.png) no-repeat 0 0;
	display:block;
	padding:0;
	margin:0;
	text-indent:-10000px;
}
.column2 .formrow A.submit2:hover {
	background-position:0 -17px;
}
.column2 .info {
	clear:both;
	float:left;
	color:#809d53;
	font-size:10px;
	margin-top:20px;
}
DIV.line {
	height:1px;
	border-bottom:1px solid #fff;
	display:block;
	margin:15px 0;
}
/* FOOTER */
#footer {
	position:relative;
	width:900px;
	float:left;
	clear:both;
	text-align:center;
	padding:40px 0 20px 0;
}
