/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    overflow-y: scroll; 
}

body {
    font-size: 1em;
    line-height: 1.4;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    background-color:#acacac;
    /*color: #404040;*/
    color: black;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 5px 0px;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
	color: rgb(111,181,64);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

input[type="submit"]:hover
{
	background-color: rgb(111,180,64);
}


h2
{
	color: rgb(111,180,64);
}

h3
{
	color: rgb(111,180,64);
	font-weight:normal;
	margin-top: 40px;
}

table
{
	border: 1px solid #888;
	width: 100%;
}

tr
{
	
}

td
{
	padding: 10px 20px;
	min-width: 100px;
}

.main-sheet-container
{
	display: block;
	width: 1080px;
	margin: auto;
}

/* main-sheet: This is the main sheet of all page content */ 
.main-sheet 
{
	zoom: 1; /* new block formatting context via hasLayout for IE 6/7 */
	background-color: white; 
	border-color: black; 
	width: 1080px; 
	border-style: solid; 
	border-width: 1px; 
	margin: 10px auto; 
	display: inline-block;
	-webkit-box-shadow: 0 6px 6px #2e2e2e;
	-moz-box-shadow: 0 6px 6px #2e2e2e;
	box-shadow: 0 6px 6px #2e2e2e;
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	padding: 0px 10px 60px 10px;
}

#notice-area
{
	height: 22px;
	margin-bottom: 10px;
	text-align: right;
}

#notice-area .notice
{
	color:rgb(111,181,64);
	display:block;
	font-size:14px;
}

/* nav-bar: main horizontal navigation bar */
#nav-bar
{
	margin:0;
	padding:0;
	background:#808259 url(nav_bg.jpg) 0 0 repeat-x;
	float:left;
	width:1102px;
	border:1px solid #42432d;
	border-width:1px 0;
	margin-bottom: 5px;
	left:-11px;
	position:relative;
}

#nav-bar li
{
	display:inline;
	padding:0;
	margin:0;
}

#nav-bar a:link,
#nav-bar a:visited 
{
	color:white;
	padding:4px 0px 4px 0px;
	float:left;
	border-right:1px solid #42432d;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	font-weight:bold; 
	font-size:20px;
	background: -webkit-linear-gradient(top, rgb(151,205,75), rgb(85,120,36));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97CD4B', endColorstr='#557824');
	background-color:rgb(151,205,75);
	text-align: center;
	width:219px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav-bar li:first-child a 
{
	width:220px;
	border-left:1px solid #42432d;
}

#nav-bar a:hover,
#nav-bar a:focus 
{
	background: -webkit-linear-gradient(top, rgb(206,231,169), rgb(140,200,57));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CEE7A9', endColorstr='#8CC839');
	background-color:rgb(206,231,169);
}

#home #nav-home a,
#products #nav-products a,
#learn #nav-learn a,
#contact #nav-contact a,
#checkout #nav-checkout a
{
	background: -webkit-linear-gradient(top, rgb(113,162,45), rgb(80,115,32));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A22D', endColorstr='#507320');
	background-color:rgb(113,162,45);
}

#home #nav-home a:hover,
#products #nav-products a:hover,
#learn #nav-learn a:hover,
#contact #nav-contact a:hover,
#checkout #nav-checkout a:hover
{
	background: -webkit-linear-gradient(top, rgb(113,162,45), rgb(80,115,32));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A22D', endColorstr='#507320');
	background-color:rgb(113,162,45);
}

#nav a:active
{
	background: -webkit-linear-gradient(top, rgb(113,162,45), rgb(80,115,32));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A22D', endColorstr='#507320');
	background-color:rgb(113,162,45);
}


#breadcrum
{
	text-align: left;
	float: left;
	font-size: 14px;
	color: rgb(111,180,64);
	margin-right: 3px;
}

#breadcrum a
{
	text-align: right;
	font-size: 14px;
	color: rgb(111,180,64);
	margin-right: 5px;
	margin-left: 5px;
	text-decoration:none;
}

#breadcrum a:hover
{
	text-decoration: underline;
}

#header-info
{
	text-align: right;
	font-size: 12px;
	color: rgb(111,180,64);
	margin-right: 3px;
}

#header-info a
{
	text-align: right;
	font-size: 12px;
	color: rgb(111,180,64);
	margin-right: 3px;
	text-decoration:none;
}

#header-info a:hover
{
	text-decoration: underline;
}


/* nav-col: colume to contain the product nav box and related products box */
.nav-col
{
	width: 180px;
	float: left;
	background-color: white;
}

#twitter-col
{
	padding-top:10px;
	clear:both;
}

/* product-nav: product navigation box shown on all pages */
#product-nav
{
	background-color: #F0F0F0;
	width: 180px;
	display: block;
	float: left;
}

#product-nav .title
{
	color:#404040;
	font-weight:bold;
	font-size:14px;
	margin: 5px;
}

#product-nav hr 
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 5px 3px;
}

#product-nav ul
{
	margin:0;
	padding:0;
	padding-bottom:5px;
}

#product-nav li
{
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration:none;
	list-style-type: none;
	cursor: pointer;
	color:#404040;
	font-weight:bold;
}

#product-nav .arrow
{

}

#product-nav a
{
	color:#404040;
	font-size: 14px;
	text-decoration:none;
	list-style-type: none;
	display: block;
	margin-left: 25px;
	padding-left:5px;
	margin-right: 5px
}

#product-nav li:hover,
#product-nav li:focus 
{
	background-color: white;
}

#product-nav a:hover,
#product-nav a:focus 
{
	background-color: white;
}

#product-nav .category
{
	
}

#product-nav .product
{
	
}

/* releated-products: related product box shown on all pages */
#related-products
{
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
	width: 180px;
	display: block;
	float: left;
}

#related-products a
{
	text-decoration:none;
}


#related-products .title
{
	color:#404040;
	font-weight:bold;
	font-size:14px;
	margin: 5px;
}

#related-products hr 
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 5px 3px;
}

#related-products .product
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: #ACACAC;
	width: 140px;
}

#related-products .product:hover
{
	-webkit-box-shadow: 0 2px 4px #2e2e2e;
	-moz-box-shadow: 0 2px 4px #2e2e2e;
	box-shadow: 0 2px 4px #2e2e2e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

#related-products img
{
	padding: 5px;
	display: block;
	margin: auto;
}

#related-products .name
{
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color:#404040;
	font-weight:bold;
}

.catergory-title
{
	color: #404040;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}

#product-group
{
	display: inline-block;
	width: 840px;
}

#product-listing
{
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: #ACACAC;
	margin: 5px;
	padding: 0px;
	width: 160px;
	height: 160px;
	display: inline-block;
}

#product-listing:hover
{
	-webkit-box-shadow: 0 2px 6px #2e2e2e;
	-moz-box-shadow: 0 2px 6px #2e2e2e;
	box-shadow: 0 2px 6px #2e2e2e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

#product-listing img
{
	padding: 5px;
	display: block;
	margin: auto;
}

#product-listing .name
{
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color:#404040;
	font-weight:bold;
	padding-bottom: 27px;
}

#product-listing a
{
	text-decoration: none;
}

#more-news-heading
{
	font-size:24px;
	color:white; 
	background-color:rgb(111,181,64);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
}

#more-news-more a
{
	font-size:18px;
	color:rgb(111,181,64);
	text-decoration:none;
}

#more-news-more a:hover
{
	text-decoration:underline;
}

#content-listing
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#content-listing .title
{
	color: rgb(111,180,64);
	font-size:24px;
	margin-top: 10px;
}

#content-listing .title a
{
	color: rgb(111,180,64);
	text-decoration: none;
}

#content-listing .title a:hover
{
	color: rgb(111,180,64);
	text-decoration: underline;
}

#content-listing .sub_heading
{
	color:#404040;
	font-size: 10px;
}

#content-listing .abstract
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#tab-bar
{
	margin-right:50px;
	clear:both;
	padding-top: 10px;
}

#tab-bar ul
{
	list-style:none;
	width: 100%;
	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	
	background-color: green;
	height: 25px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background: -webkit-linear-gradient(top, rgb(113,162,45), rgb(80,115,32));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A22D', endColorstr='#507320');
	background-color:rgb(113,162,45);
	
	border-color: black;
	border-style:solid;
	border-width:1px;
}

#tab-bar ul li
{
	font-weight:bold;
	display: inline;
	float: left;
	color:white;
	/*background-color: yellow;*/
	
	
	
	outline-color: transparent;
	outline: none;
	/*padding:20px;*/
}

#tab-bar ul a,
#tab-bar ul a.visited
{
	color:white;
	/*background-color: yellow;*/
	
	text-decoration: none;
	outline: none;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
	
	/*width: 156px;*/
	width: 175px;
	display: block;
	float: left;
	text-align:center;
	font-size:18px;
}

#tab-bar ul a:hover
{
	text-decoration: underline;
}

#tab-bar ul li a.active
{
	color: #ACACAC;
	/*background-color: green;*/
}

#tab-bar ul li.ui-tabs-active
{

	background-color: white;
	/*color: #ACACAC;*/
	
	text-decoration: none;
	color: rgb(111,180,64);


	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	border-color: black;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	
	height: 35px;
}

#tab-bar ul li.ui-tabs-active a
{
	color: rgb(111,180,64);
}

#tab-bar ul li.ui-state-hover
{

}

.tab-switch
{
	color: rgb(111,181,64);
}

.tab-switch:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#pricing_panel
{
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
	border-color: #ACACAC;
	width: 150px;
	display: block;
	float: right;
	margin: 20px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: right;
	margin-bottom: 5px;
}

#pricing_panel .notes
{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: rgb(111,180,64);
}

#pricing_panel .added-to-cart
{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: rgb(111,180,64);
}

#pricing_panel .added-to-cart a
{
	text-decoration:none;
	color:rgb(111,181,64);
	font-size:14px;
}

#pricing_panel .added-to-cart a:hover
{
	text-decoration:underline;
}

#pricing_panel hr
{
	margin-bottom: 10px;
}

#pricing_panel .title
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: rgb(111,180,64);
}

#pricing_panel img
{
	text-align: center;
	font-size: 24px;
	color: #404040;
	border-style: solid;
	border-width: 1px;
}

#pricing_panel .price
{
	text-align: center;
	font-size: 24px;
	color: #404040;
}

#pricing_panel .label
{
	font-size: 12px;
}

#pricing_panel .add
{

}

#pricing_panel .add a
{
	color:white;
	padding:4px 0px 4px 0px;
	float:left;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	font-weight:bold; 
	font-size:20px;
	background: -webkit-linear-gradient(top, rgb(151,205,75), rgb(85,120,36));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97CD4B', endColorstr='#557824');
	background:-ms-linear-gradient(left, rgba(151,205,75,1) 0%, rgba(85,120,36,1) 100%);
	background-color: rgb(151,205,75);
	text-align: center;
	width:150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

#pricing_panel .add a:hover
{
	background: -webkit-linear-gradient(top, rgb(206,231,169), rgb(140,200,57));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CEE7A9', endColorstr='#8CC839');
	background-color: rgb(151,205,75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pricing_panel .in-stock
{
	text-align: center;
	color: rgb(111,180,64);
}

#pricing_panel .out-of-stock
{
	text-align: center;
	color: rgb(200,0,0);
}

#pricing_panel .footer a
{
	color: rgb(111, 180, 64);
	font-size: 10px;
}

.hidden {
    display: none;
}

.download-icon
{
	color:white;
	padding:4px 0px 4px 0px;
	float:left;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	font-weight:bold; 
	font-size:20px;
	background: -webkit-linear-gradient(top, rgb(151,205,75), rgb(85,120,36));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97CD4B', endColorstr='#557824');
	background-color:rgb(151,205,75);
	text-align: center;
	width:150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

#cart_heading
{
	line-height:20px;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

#cart_heading .name
{
	/*width:400px;*/
	float:left;
	padding: 5px;
}

#cart_heading .quantity
{
	width:150px;
	float:right;
	padding: 5px;
}

#cart_heading .price
{
	width:100px;
	float:right;
	text-align: right;
	padding: 5px;
}

#cart_item
{
	background-color: #F8F8F8;
	height:110px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-color: #ACACAC;
	clear: right;
	padding: 5px;
}

#cart_item .name
{
	float: left;
	padding: 5px;
	font-weight: bold;
	color: rgb(111,180,64);
	font-size: 18px;
}

#cart_item .name a
{
	float: left;
	padding: 5px;
	font-weight: bold;
	color: rgb(111,180,64);
	font-size: 18px;
	text-decoration: none;
}

#cart_item .name a:hover
{
	text-decoration: underline;
}

#adBannerLink
{	
	
}

#cart_item .description
{
	float: left;
	padding: 5px;
	width: 320px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	clear:left;
}

#cart_item .cart_img
{
	float: left;
	padding: 5px;
}

#cart_item .quantity
{
	float: right;
	width:150px;
	padding: 5px;
}

#cart_item .quantity a
{
	padding: 0px;
	border: 1px solid #ACACAC;
	color: #404040;
	background-color: #F8F8F8;
	text-decoration: none;
	width: 78px;
	float: right;
	text-align: center;
	margin-right: 1px;
	margin-top: 4px;
}

#cart_item .quantityreview
{
	float: left;
	padding: 5px;
	padding-left: 40px;
}

#cart_item .stock
{
	float: left;
	padding: 5px;
}

#cart_item .nostock
{
	float: left;
	padding: 5px;
}

#cart_item .price
{
	float: right;
	text-align: right;
	width:100px;
	padding: 5px;
}

#country-select
{
	text-align: right;
	margin:10px;
}

#country-select select
{	
	float:right;
	margin-left: 20px;
}

#cart_total
{
	margin-bottom: 10px;
	clear: right;
	padding: 5px;
	float:right;
}

#cart_total TABLE
{
	border:none;
	width:250px;
}

#cart_total td
{
	padding: 5px;
	text-align:right;
}

#cart_total .tax
{
	float: right;
	clear: right;
}

#cart_total .shipping
{
	float: right;
	clear: right;
}

#cart_total .total
{
	float: right;
	clear: right;
}


#vat_label
{
	color: rgb(111,181,64);
	text-align: center;
	cursor: pointer;
}

#vat_label:hover
{
	text-decoration: underline;
}

#vat_overlay_outer
{
	position: absolute;
	z-index: 501;
	top: 400px;
	left: 50%;
	width: 600px;
	height: auto;
}

#vat_overlay
{
	position: relative;
	left: -50%;
	width: 600px;
	height: auto;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(111,181,64);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: white;
	padding: 10px;
}

#vat_overlay .vat_overlay_close
{
	color: rgb(111,181,64);
	text-align: center;
	cursor: pointer;
}

#vat_overlay .vat_overlay_close:hover
{
	text-decoration: underline;
}

#subscribe_mask
{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	display:none;
	zoom: 1;
	position: fixed;
	left:0px;
	top:0px;
}

#subscribe_link
{
	color: rgb(111,181,64);
	text-align: center;
	cursor: pointer;
}

#subscribe_link:hover
{
	text-decoration: underline;
}

#subscribe_overlay_outer
{
	position: absolute;
	z-index: 501;
	top: 50px;
	left: 50%;
	width: 800px;
	height: auto;
}

#subscribe_overlay
{
	position: relative;
	left: -50%;
	width: 600px;
	height: auto;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(111,181,64);
	background-color: white;
	padding: 10px;
}

#subscribe_overlay .subscribe_overlay_close
{
	color: rgb(111,181,64);
	text-align: right;
	cursor: pointer;
	line-height:1;
	font-weight:bold;
	display: inline-block;
	float: right;
}

#subscribe_overlay .subscribe_overlay_close:hover
{
	text-decoration: underline;
}

#cart-payment
{
	font-size: 12px;
	background-color: #F8F8F8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-color: #ACACAC;
	clear: right;
	padding: 5px;	
}

#cart-payment .info
{
	font-size: 12px;
	margin-bottom: 10px;
	padding: 15px;	
}

#paypal-box
{
	border-style: solid;
	border-width: 2px;
	border-color: #ACACAC;
	height: 70px;
	width: 270px;
	float: right;
	padding: 0px 20px 0px 20px;
	font-size:24px;
	color:#808080;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-color: #F0F0F0;
}

#paypal-box:hover
{
	border-color: rgb(111,181,64);
	color: rgb(111,181,64);
	cursor: pointer;
	background-color: #FFFFFF;
}

#cart-faq
{
	font-size: 12px;
	background-color: #F8F8F8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-color: #ACACAC;
	clear: right;
	padding: 5px;
}

#order_review_total table
{
	border:none;
	float:right;
	width:100px;
}

#order_review_total td
{
	text-align:right;
	min-width:80px;
	padding: 5px 10px;
}

#checkout-confirm
{
	clear:both;
	float:right;
}

#checkout-confirm input[type="submit"]
{
	padding: 5px 20px;
	margin: 10px;
	border: 1px solid #ACACAC;
	color: #808080;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background-color: #F8F8F8;
}

#checkout-confirm input[type="submit"]:hover
{
	background-color: rgb(111,181,64);
}

form input.image 
{
	padding: 15px 0 1px 3px;
	background: url(../images/png-bg.png) left top;
	border: 0px solid #c2afa3;
	color: #70635b;
	float: right;
}

#product_images
{
	display:block;
}

#product_images .main_thumb
{

}

#product_images .thumb
{
	display:inline-block;
	border:solid;
	border-color:white;
	border-width:1px;
}

#product_images .thumb:hover
{
	cursor: pointer;
	border-color: rgb(111,181,64);
}

.main
{
	margin-left: 180px;
}

/* text-body: the main text area used for articels and tutorials */
.text-body
{
	margin-left: 30px;
	width: 840px;
}

.main-wide
{
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 20px;
	clear: both;
}

.c1
{
	width:47%;
	float:left;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	padding-bottom:100px;
}

.c2
{
	width:47%;
	float:right;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	padding-bottom:100px;
}

.col1of3
{
	width:30%;
	float:left;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
}

.col2of3
{
	width:30%;
	float:left;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	margin-left:45px;
}

.col3of3
{
	width:30%;
	float:right;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
}

.c_pic_right_1
{
	width:450px;
	float:left;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	padding-right:50px;
}

.c_pic_right_2
{
	width:500px;
	float:right;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	margin-right:-90px;
}

.c_pic_left_1
{
	width:500px;
	float:left;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	margin-left:-91px;
}

.c_pic_left_2
{
	width:450px;
	float:right;
	font-size:16px;
	text-indent:0px;
	font-weight:normal;
	padding-left:50px;
}

.bold
{
	color:#404040;
	font-weight:bold;
	font-size:18px;
}



/*footer*/
/*#footer { color:#ffe7be; height:95px; background:url(../images/footer-bg.gif) left top repeat-x;}*/
#footer { color:#dcdcdc; height:40px; font-size:10px}
#footer .indent { padding:10px 40px 10px 73px;}
#footer a { color:#ffd26e;}
#footer img { position:relative; top:-4px;}


.center_img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*Contact Form*/
#contact {margin-top: 10px;}
#contact .desc { }
/*#contact .desc h2 {font-weight: normal; letter-spacing: -0.03em; color: #444; font-size: 2.4em; margin-bottom: 8px; }*/
/*#contact .desc p {font-size: 1.2em; color: #333; line-height: 1.3em; margin-bottom: 15px; }*/
#contact .formblock { display: block; margin-bottom: 11px; }
#contact .formblock label { padding:4px; font-size: 16px; display: block; font-style: italic; font-weight: normal; color: #232323; color: #5f6d7a; }
#contact .formblock .txt { padding: 8px; font-size: 16px; color: #666; width: 450px;}
#contact .formblock .txtarea { font-size: 16px; padding: 8px; color: #666; width: 450px; height: 140px;}
#contact .formblock .error { font-weight: bold; font-size: 16px; font-style: normal; color: #E53C3C; }
#contact .info { font-weight: bold; font-size: 16px; color: #59913d; margin-bottom: 10px;}
#contact p.tick {font-style: italic; font-size: 16px; color: #3e669c; }
#contact .subbutton { padding: 3px 7px; font-size: 16px; font-weight: bold; color: #565656; }

/*==================forms====================*/
form { clear:right; width:100%; overflow:hidden; padding:5px 0 0 0;}
fieldset { border:none; float:left; }
form .field { clear:both; padding:10px;}
form input {padding:1px 0 1px 3px; border:1px solid #ACACAC; color:#404040;font-family: 'Open Sans', sans-serif;}
form input.image {padding:15px 0 1px 3px; border:0px solid #ACACAC; color:#404040; float:right;}
form input.small { width:40px; padding:1px 0 1px 3px; border:0px solid #ACACAC; color:#404040;}
form textarea { width:376px; height:252px; padding:1px 0 1px 3px; border:1px solid #ACACAC; color:#404040; margin-bottom:15px; overflow:auto;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
