/* reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:'Lucida Grande',sans-serif;
}
body {
    color:#404040;
    font-family:arial;
    font-size:12px;
	line-height: 1;
}
h1 {
	font-size:18px;
    margin-bottom:10px;
}
h2{
    margin-bottom:10px;
}
p{
    line-height:1.2em;
    margin-bottom:10px;
}
a{
    color:#66902b;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* REGIONS */
#wrapper{
	min-width:1000px;
}
#header{
    margin-bottom:20px;
}
#sidebar-right{
    width:238px;
    margin-right:20px;
    padding:0px;
}
#main{
    /*background-color:#f0d8b9;*/
    margin-right:250px;
    padding:20px 10px 10px 10px;
}


/* begin custom styles*/

ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#pageLogo {
	float:left;
	margin: 0px;
}

#globalNav{
    background-color:transparent;
    color:#66902b;
    display:block;
	float: right;
    margin:8px;
}
#globalNav li{
    border-left:1px solid #9bcc55;
	float: left;
    font-size:10px;
    padding:2px 4px;
}
#globalNav li a{
    color:inherit;
}
#globalNav li:first-child{
    border:none;
}

#hdr-bottom{
	background-color:#74de98;
	height:20px;
	display:block;
}

#hdr-right{
	width:350px;
	float:right;
}


#main-tabs-bg{
    background:transparent url(/images/main-nav-tabs-bg.gif) repeat-x top left;
	display:block;
    height:53px;
    width:100%;
}



#main-tabs{
    background-color:transparent;
    display:inline;
    float:right;
    margin:0px;
}

#main-tabs li{
    background-color:transparent;    
	display:inline;
    float:left;
    margin-right:5px;
}
#main-tabs .main-nav-tab-top{    
    background:transparent url(/images/main-nav-tab-middle-bg.gif) repeat-x top left;
    padding-bottom:20px;
}
#main-tabs li.active{
    background-image:url(/images/main-nav-tab-active-middle-bg.gif);
}
#main-tabs li .main-nav-tab-left{
    background:transparent url(/images/main-nav-tab-left-bg.gif) no-repeat top left;
    float:left;
    padding-bottom:7px;
    padding-left:8px;
}
#main-tabs li.active .main-nav-tab-left{
    background-image:url(/images/main-nav-tab-active-left-bg.gif);
}
#main-tabs li .main-nav-tab-right{
    background:transparent url(/images/main-nav-tab-right-bg.gif) no-repeat top right;
    float:left;
    padding-bottom:7px;
    padding-right:8px;
}
#main-tabs li.active .main-nav-tab-right{
    background-image:url(/images/main-nav-tab-active-right-bg.gif);
}

#main-tabs li a{
    color:#7c5b55;
    float:left;
    padding:8px 22px;
    text-decoration:none;
}
#main-tabs li a:hover{
    text-decoration:underline;
}
#main-tabs li.active a{
    color:#FFF;
}

#exchange-rate{
    color:#4f3b4f;
    margin-left:40px;
}

/* helper classes */
.grid-left{
    display:inline;
    float:left;
}
.grid-right{
    display:inline;
    float:right;
}
.grid-clear-both{
    clear:both;
}
.grid-width-half{
    width:40%;
}


/* Sidebar Right Content */
#sidebar-right h2{
    font-size:17px;
	line-height:19px;
}
#formShoppingList{
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    background-color:#8dc540;
    padding:10px 12px;    
}
#formShoppingList h2{
    color:#FFF;    
}
#formShoppingList form{
    text-align:center;
}
#formShoppingList input[type=text]{
    -moz-border-radius:15px;    
    border:3px solid #5e8528;
    margin-bottom:10px;
    outline:none;
    padding:5px;
	width:190px;
}
#newToDollarPig{
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    background:transparent url(/images/newToDollarPig-bg.gif) no-repeat bottom center;
    border:1px solid #8dc540;
    line-height:2em;
    margin-bottom:40px;
    padding:15px 12px 92px 12px;
}
#featured-products-wrap{
    background:#FFF url(/images/featured-products-middle-bg.gif) repeat-y top left;
}
#featured-products{
    background:transparent url(/images/featured-products-top-bg.gif) no-repeat top left;
    padding-top:10px;
}
#featured-products-bottom{
    background:transparent url(/images/featured-products-bottom-bg.gif) no-repeat bottom left;
    height:5px;
    margin:0px;
}
#featured-products li{
    margin-bottom:15px;
    padding:0px 18px 0px 21px;
}
.featured-product-image{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.featured-product-image .featured-product-quantity{
    background:transparent url(/images/featured-products-quantity-bg.png) no-repeat top left;
    color:#FFF;
    float:right;
    height:42px;
    margin-left:139px;
    padding:8px 0 0 22px;
    position:absolute;
    
}
.featured-product-image .featured-product-quantity span{
	padding-right:29px;
}
.featured-product-image img{

}
.featured-product-name{
    
}
.featured-product-price{

}


/* Main Featured Product */
#main-featured-product{
    padding:0px 15px 15px 15px;
}
#main-featured-product h1{
  text-transform: uppercase;  
}
#main-featured-product-subtitle{
    margin: 0px 0px 10px 10px;
	font-size:17px;
	color:#ababab;
}
#main-featured-product-images{
    padding:0px 15px 20px 0px
}
#main-featured-product-details{
    padding:0px 0px 15px 0px;
}
#main-featured-product-text{
    font-size:10px;
    margin:0px 0px 20px 0px;
}

/* Main Featured Product Price */
#price-wrap{
    background:transparent url(/images/price-wrap-left.gif) no-repeat top left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 4px;
}
#price-wrap-left{
    
}
#price-wrap-right{
    background:transparent url(/images/price-wrap-right.gif) no-repeat top right;
    padding:0px 5px 0px 0px;
}
#price-wrap-middle{
    background:transparent url(/images/price-wrap-middle.gif) repeat-x top left;
    height:43px;
    /*width:200px;*/
}
.price-wrap-divider{
    background:transparent url(/images/price-wrap-divider.gif) no-repeat top left;
    height:34px;
    width:3px;
}
#price-numbers{
    margin:0px;
    padding:7px 0px 0px 0px;
}

#price-numbers li{
    background:transparent url(/images/price-wrap-divider.gif) no-repeat bottom left;
    display:block;
    float:left;
    height:34px;
    margin:0px;
    padding:0 0px 0 5px;
    width:18px;
}
#price-numbers li:first-child{
    background:transparent none;
}
#price-numbers li img{
    
}


/* Main Product Description */
#main-description{
    padding:0 15px 15px;
    width:90%;
}


/* Main Product Testimonials */
#main-testimonials{
    padding:0 15px 15px;
    width:75%;
}
#main-testimonials ul{
    padding-left:52px;
}
#main-testimonials ul li{
    background:transparent url(/images/main-testimonials-bg.png) no-repeat top left;
    padding-top:30px;
}



/* Buttons, CTA's' */
.buy-now-btn{
    display:block;
    margin:0px 0px 15px 0px;
    width:93px;
}



#body	{
	padding:20px 0px 0px 20px;
}

#main-content{
	float:left;
	width:73%;
	background-color:#FFFF00;
}
#sidebar{
	float:right;
	width:25%;
	min-width:250px;	
}
#footer{
	clear:both;
	background:transparent url(/images/footer-bg.jpg) repeat-x bottom left;
	padding-bottom:12px;
	text-align:center;
}
label {
	color:#666666;
	font-size:16px;
	font-weight:normal;
}
.huge-fields input, .huge-fields textarea{
	padding:8px;
	width:370px;
	margin-bottom:10px;
	border: 1px solid #DDDDDD;
	font-size:18px;
	-moz-border-radius: 5px; 
}

.huge-fields textarea{
	height:200px; 
}

.huge-fields input:focus {
	
	background-color: #fceae7;
}

.huge-fields textarea:focus {
	
	background-color: #fceae7;
}


.sign-up-form th, td {
	padding:4px;
}
.sign-up-form th, .sign-up-form td {
	vertical-align:middle;
}

.sign-up-form th{
	width:110px;
	text-align:left;
}

.sign-up-form th label{
	margin-left:20px;
	color:#101010;
}

.input-info {
	display:none;
	width:190px;
}


.main-product-container-top {
	width:470px;
	height:9px;
	margin:0px;
	padding:0px;
	background:transparent url(/images/product-bg-top.png) no-repeat top left;
	
}
.main-product-container {
	width:470px;
	margin:0px;
	padding:0px;
    background:transparent url(/images/product-bg.png) repeat-y top left;
    text-align:center;
}
.main-product-container-bottom {
	width:470px;
	height:16px;
	margin:0px;
	padding:0px;
	background:transparent url(/images/product-bg-bottom.png) no-repeat top left;
	
}
#pbottom-arrow {margin-left:10px;}
.product-thumbs li {float:left; margin-left:10px;}
.product-thumbs {clear:both;}

.pricelisting {margin-bottom:10px;}
.pricelisting th {text-align:left;font-weight:normal;font-size:11px;}
.pricelisting td {text-align:right;font-size:11px;}
.main-content{width:705px;margin:0px auto;}
.how-para{margin:-20px 0px 0px 106px;}
.green-bg-top {
	background:transparent url(/images/green-bg-top.png) no-repeat top left;
	height:20px;
}
.green-bg-middle {
	background:transparent url(/images/green-bg-middle.png) repeat-y top left;
}
.green-bg-bottom {
	background:transparent url(/images/green-bg-bottom.png) no-repeat top left;
	height:20px;
}
.intro{font-size:14px;}
input[type="checkbox"]{
	width:10px;
}
.comment{
	font-style:italic;
}
.agb h2 {margin-top:20px;}
#quoteNumbers{
    border:none;
    margin: 20px auto;
}
#quoteNumbers td{
    border-left:1px solid #000;
    border-top:1px solid #000;
	padding: 6px 10px;
}
#quoteNumbers td.currency{
    text-align: right;
}
#quoteNumbers td.border-right{
    border-right:1px solid #000;
}
#quoteNumbers td h3{
    font-size: 16px;
}
#globalNav a.selEnglish {
	background-image:url(/images/english.png);background-position:left top;background-repeat:no-repeat;
	display:block;
	margin:0px 0px -5px 0px;
}

#globalNav a.selEnglish:hover {
	background-position:left bottom;
	display:block;
	margin:0px 0px -5px 0px;
}


#globalNav a.selGerman:hover {
	background-position:left bottom;
	display:block;
	margin:0px 0px -5px 0px;
}
#globalNav a.selGerman {
	background-image:url(/images/german.png);background-position:left top;background-repeat:no-repeat;
	display:block;
	margin:0px 0px -5px 0px;
}
#globalNav li.selEnglish,#globalNav li.selGerman {
	border:none;
	padding:0px;
	margin:0px 0px 0px 0px;
	height:23px;
}
#globalNav li.selText {
	padding:5px 4px;
	
}
#contact-table th, #contact-table td{
	text-align: left;
	padding: 5px;
	font-size:14px;
	line-height:1.4em;
}
#contact-table th{
width:350px; 
}
span.important{
	color:#ffa200;
}
.partner-advantages {
	margin:20px;
}
.nutshell {
	font-size:14px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border: 1px solid #e9d269;
	background-image:url(/images/gold-slice.png);background-position:left top;background-repeat:repeat-x;
	padding:10px;
	margin-bottom:10px;
	}
.partner-advantages li {
	background-image:url(/images/check.png);background-position:left center;background-repeat:no-repeat;
	line-height:35px;
	padding-left:45px;
	font-size: 14px;
}
.partner-body {
	padding:20px;
}
.partner-body .intro {
	line-height:20px;
}