/* Reset  */

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;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0;}


 /* font-face */
 
 @font-face {
 font-family: 'EuphemiaRegular';
 src: url('../fonts/euphemia-webfont.eot');
 src: url('../fonts/euphemia-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/euphemia-webfont.woff') format('woff'), url('../fonts/euphemia-webfont.ttf') format('truetype'), url('../fonts/euphemia-webfont.svg#EuphemiaRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* layout */

body {
	background: #999 url(../images/galaxy-bg-red.jpg) repeat;
	color: #555;
	cursor: default;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #f15e24;
	text-decoration: none;
}
.sidecon {
	color: #a7cd44;
}
.arrow-left {
	border-right:10px solid #f15e24 !important;
 *border-right: none;
}
.page_title {
	color: #7dab05;
}
#bottom_column {
	background: #699101;
}
#bottom_icon {
	background: url(../images/icons/package.png) no-repeat;
	height: 256px;
	width: 256px;
}
a:hover {
	color: #a7a7a7;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
blockquote, p, form, fieldset, table, ol, ul, pre {
	  color: #666666;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.35em;
    margin: 10px 0 15px;
    text-shadow: 0 1px 0 #FFFFFF;
}
blockquote, q { font-style: italic; }
blockquote:before, q:before { content: url('../images/freshlr-blockquote.png'); float: left; margin: 0 10px 10px 0; }
blockquote.white:before { content: url('../images/freshlr-blockquote-white.png'); }
em { font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'EuphemiaRegular', Arial, sans-serif; margin: 10px 0 0 0; text-shadow: 0 1px 0 #FFFFFF; }
h1 { font-size: 7em; }
h2 { font-size: 5em;}
h3 { font-size: 3em; }
h4 { font-size: 1.5em;}
h5 { font-size: 1.1em; }
h6 { font-size: 1em;}
ins { text-decoration: none; }
del { text-decoration: line-through; }
input, textarea, select, button {
	background: #fff;
	border: solid 1px #999;
	color: #777;
	font-family: Arial, sans-serif;
	margin: 5px 10px 5px 0;
	padding: 5px;
}
button, input[type="submit"] {
	box-shadow: #ccc 0px 0px 2px;
	-moz-box-shadow: #ccc 0px 0px 2px;
	-webkit-box-shadow: #ccc 0px 0px 2px;
	color: #555;
	background: #f0f0f0;
	font-size: 1em;
}
button, input[type="text"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus { box-shadow: inset #888 0px 0px 3px; -moz-box-shadow: inset #888 0px 0px 3px; -webkit-box-shadow: inset #888 0px 0px 3px; }
button, input[type="submit"] { background: #fff; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221))); }
button:hover, input[type="submit"]:hover, input[type="submit"]:focus { background: #699101; cursor: pointer; color: #ffffff; box-shadow: none; outline: none;}
fieldset { border: 1px dashed #ccc;padding: 10px 20px;}
input[type="file"] { width: 100%; }
input[type="text"], input[type="password"], textarea {
	box-shadow: inset #cccccc 0px 0px 3px;
	-moz-box-shadow: inset #cccccc 0px 0px 3px;
	-webkit-box-shadow: inset #cccccc 0px 0px 3px;
}
legend {padding: 0 5px;text-align: left;}
ol { list-style-type: decimal; }
ol li, ul li { margin-left: 10px; }
small { font-size: 0.7em; }
strong { font-weight: bold; }
sub { font-size: 0.7em; vertical-align: sub; }
sup { font-size: 0.7em; vertical-align: super; }
table { border: 1px solid #ddd; border-collapse:collapse; border-spacing: 0; margin: 15px auto; }
th, tr, td { border: none; padding: 0.5em; }
th { border: 0; }
th a { font-weight: bold; }
tr { border: 0; }
td { border: 0; }
th:nth-child(even), th:nth-child(even) a {
 background-color: #999;
 color: #fff;
 text-shadow: 1px 1px 1px #555;
}
 th:nth-child(odd), th:nth-child(odd) a {
 background-color: #777;
 color: #fff;
 text-shadow: 1px 1px 1px #555;
}
 tr:nth-child(even) {
 background-color: #ddd;
 color: #555;
 text-shadow: 1px 1px 1px #eee;
}
 tr:nth-child(odd) {
 background-color: #eee;
 color: #777;
 text-shadow: 1px 1px 1px #fff;
}
 tr:nth-child(even):hover {  background-color: #e6e6e6; }
tr:nth-child(odd):hover {  background-color: #f7f7f7; }
ul { list-style-type: square; }
ul>li>a { display: block; position: relative; }

/* column options */
.one-full, .two-third, .one-half, .one-third {
	float: left;
	overflow: visible;
	padding: 0 10px;
}
.one-full { width: 715px; }
.two-third { width: 700px; }
.one-half { width: 345px; }
.one-third { width: 188px; }
.last { float: right; }
/* specific class for element */

.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
/* border frame, shadow, & positioning classes for images */

img {
	margin: 5px;
	border: 5px solid #fff;
	box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: #999 0px 0px 5px;
	-webkit-box-shadow: #999 0px 0px 5px;
	float: left;
	margin: 5px 20px 10px 0;
}
img.rightpic {
	float: right;
	margin: 5px 0 10px 20px;
}
img.centerpic {
	clear: both;
	float: none;
	margin: 10px;
}
/* ========== Main Section ========== */

#wrapper {
	background: #fff url(../images/fade-y.png) repeat-y;
	border: 1px solid #fff;
	box-shadow: #444 0px 0px 7px;
	-moz-box-shadow: #444 0px 0px 7px;
	-webkit-box-shadow: #444 0px 0px 7px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	width: 960px;
}

/* ========== Header Section ========== */

#header {
	margin-left: 30px;
	display: block;
	overflow: hidden;
}
#header #title img {
	margin: 5px;
	padding: 5px;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 5px #cccccc;
}
#header #title {
	float: left;
	margin: 0;
	padding-top: 12px;
}
#tagline {
	background: #fff url("../images/freshlr-bg-content.jpg") repeat;
	padding: 4px 0 0 30px;
	margin: 0 0 0 170px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
#tagline img {
	border: none;
	box-shadow: none;
}
/* ========== Sidebar Section ========== */

#aside {
	background: transparent;
 left: 0 !ie;
	top: 155px;
	float: left;
	width: 199px;
	padding: 20px 0;
	position: absolute;
	z-index: 99;
}
#aside ul { list-style-type: none; }
#aside a {
	display: block;
	font-family: 'EuphemiaRegular', Arial, sans-serif;
	font-size: 14px;
	padding: 4px 30px;
	text-align: right;
	text-shadow: 0 1px 0 #FFFFFF;	
}
#aside .submenu a{ width: 160px; padding: 4px 0;}
#aside a:hover { color: #d43f05; }
.arrow-left {
	position: absolute;
	width: 0 !important;
 *width: 16px;
	height: 0 !important;
 *height: 16px;
	border-top: 10px solid transparent !important;
 *border-top: none;
	border-bottom: 10px solid transparent !important;
 *border-bottom: none;
	background: transparent !important;
 *background: transparent url("../images/arrow.png") no-repeat;
	margin: 0 10px !important;
 *margin: 5px 10px;
}
/* ========== Content Section ========== */

.whitespace { clear: both;}
.page_title {
	clear: right;
	font-size: 2em;
	padding: 0 10px !important;
 *padding: 10px 0 0 10px;
	text-shadow: 0 1px 0 #FFFFFF;
}
#bottom_column {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #fff;
	padding: 0 0 10px 20px;
	margin: 0 0 0 200px;
}
#bottom_column h4 { color: #A9D537; text-shadow: 1px 1px 1px #476200; }
#bottom_column a { color: #f7f7f7; }
#bottom_column a:hover { color: #fff; font-weight: bold; }
#bottom_column .columnleft440, #bottom_column .columnright240 { margin-top: 10px; }

/* ========== Footer Section ========== */

#footer { padding: 5px 0; clear: both; vertical-align: middle; width: 960px; margin: 0 auto; overflow: hidden;}
#footer p { font-size: 0.9em; color: #fff; text-shadow: #555 0px 1px 5px; vertical-align: middle; }
#footer a { color: #fff; font-weight: bold; padding-left: 5px; font-size: 13px; }

#footer a:hover, #footer a:focus { text-decoration: underline;}
#footer .footerLeft { float: left; color: #ddd; }
#footer .footerRight span { color: #ddd; }
#footer .footerRight { float: right; }

/* ========== Others ========== */

p.iconMail , p.iconWebsite { background-position: 0 0;  background-repeat: no-repeat; margin: 5px 0 0 0; padding-left: 25px;}
p.iconMail { background-image: url(../images/icons/new-mail.png); margin-bottom: 25px;}
p.iconWebsite{ background-image: url(../images/icons/Globe.png); }

/* formatting for gallery */
.gallery { list-style-type: none; padding: 10px; }
.gallery li { display: inline; margin-left: 0; }
.gallery li a { display: inline; }

/* Contact form */
#contactform { text-align: left; }
#contact_name, #contact_mailfrom { width: 200px; }
#contact_subject { width: 400px; }
#contact_text { width: 400px; height: 50px; }
#response { display: none; position: absolute; border: 1px solid #999; background: #ffffaa; margin: 20px 0 0 70px; padding: 20px; z-index: 3; }

/* google maps */

#map { height: 130px; border: 4px solid #FFFFFF; margin: 15px 10px 3px 0;
	box-shadow: #455F00 0px 0px 8px;
	-moz-box-shadow: #455F00 0px 0px 8px;
	-webkit-box-shadow: #455F00 0px 0px 8px;	
}
.footerMap { width:300px }

/* Clear Floated Elements (taken from 960gs)
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%;}
.clearfix { display: block; }
.contact { width: 470px; padding: 10px; }
#aside .mainmenu a { color: #7dab05; font-size: 16px; }
#aside .mainmenu a:hover, #aside .mainmenu a:focus, #aside .mainmenu a:active { }
#aside .submenu a { font-size: 12px; }

#aside .product { color: #7dab05; font-size: 16px; padding: 4px 30px; text-align: right;}
#aside .product:hover, #aside .product:focus { text-decoration: underline; }

.footerCont p { text-shadow: 1px 1px 1px #82ad12; color: #405900; font-size: 12px;}