@font-face {
    font-family: "CantarellRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Cantarell-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-Regular-webfont.woff") format("woff"), url("/fonts/Cantarell-Regular-webfont.ttf") format("truetype"), url("/fonts/Cantarell-Regular-webfont.svg#CantarellRegular") format("svg");
}
@font-face {
    font-family: "CantarellBold";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Cantarell-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-Bold-webfont.woff") format("woff"), url("/fonts/Cantarell-Bold-webfont.ttf") format("truetype"), url("/fonts/Cantarell-Bold-webfont.svg#CantarellBold") format("svg");
}


body {
	font: 13px/18px Arial, Helvetica, verdana, sans-serif;
	background-color: #3E3E3E;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url(images/2bg_tile.png);
	background-repeat: repeat;
}



h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; text-shadow: 2px 2px 4px #000; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; color: #fff; }
h1 { font-size: 33px; line-height: 38px;  }
h2 { font-size: 21px; line-height: 25px; }

a img { border: 0; }

#outer_container {
	width: 982px;
	margin: 0px auto;
	background-color: #000;
	background: #333;
	padding: 0px 30px 0px 30px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666;      
}

#left_column { 
    float: left;
    width: 218px;
    margin-right: 23px;
}

#right_column {
    float: left;
    width: 741px;
}

.logo {
	width: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

.product_menu {
    padding: 20px 10px;
}

#menu { 
    min-height: 43px;
    width: 729px;
    background-color: #000;
    box-shadow: 0px 0px 6px #2e2e2e;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin-bottom: 22px;
	margin-top: 15px;
}

.menu { list-style: none; }
.menu li { float: left; padding: 10px 13px; }
.menu li a { display: block; font: 13px/16px "CantarellRegular",Arial,verdana,sans-serif; text-transform: uppercase; padding: 3px 12px; color: #B3B3B3; text-decoration: none; letter-spacing: 2px; }
.menu li a:hover, .menu li a.menuactive {
    background-color: #00A88F; 
    color: #fff; 
    text-shadow: 0px 0px 4px #000; 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 }

#main_content { 
    width: 729px;
     box-shadow: 0px 0px 6px #222;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #626262;
}

#title_area { 
    background-color: #000; 
    padding: 14px 30px 6px 35px;
    min-height: 30px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; 
}

#title_area h2 { margin: 0; padding: 0; }

#content {
	background: url('images/bg-gradient.jpg') #3e3e3e top left repeat-x;
	width: 690px;
	min-height: 400px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 470px;
}

#footer { clear: both; height: 40px; padding-top: 30px;  }
.footer_left {
	float: left;
	color: #6A737B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 40px;
	width: 50%;
}

.footer_right {
	float: left;
	width: 50%;
	text-align: right;
	color: #6A737B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 40px;
}
.clear {
	clear: both;
}
#copyright {
	width: 1042px;
	margin-left: -30px;
}
#copyright a { color: #6A737B; text-decoration: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
#copyright a:focus { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.green { color: #00A88F; }
.text {
	padding: 20px;
}
.search { 
    font: 8px/8px Arial,Helvetica,verdana, sans-serif; 
    font-weight: bold; 
    background-color: #00A88F; 
    display: block; 
    float: left; 
    height: 8px; 
    padding: 7px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; 
}
.product_menu input { 
	width: 135px; 
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; 
    background-color: #B0B0B0; /* #808184; */
    border: 0; 
    height: 14px;
    padding: 4px 6px 4px 10px;
    color: #fff;   
}


#submenu { border-bottom: 2px solid #474749; clear: both; list-style: none;  padding: 20px 0 0 0; margin: 0 0 20px 0; }
#submenu li { border-top: 2px solid #474749; }
#submenu a { display: block; padding: 5px 0; text-decoration: none; color: #B3B3B3; text-transform: uppercase; font: 12px/16px Helvetica,Arial,Verdana,sans-serif; letter-spacing: 0.3px; }
#submenu a:hover { color: #fff; }

#submenu li.parent ul { display: none; }
#submenu li.parent.active ul { display: block !important; }


#products_left {
	width: 330px;
	padding-right: 15px;
	float: left;
}
#products_right {
	width: 330px;
	padding-left: 15px;
	float: left;
}
#productbox {
	margin-top: 20px;
	margin-bottom: 10px;
}
#productbox h1, #productbox h1 a {
	font-size: 13px;
	line-height: 15px !important;
	text-transform: uppercase;
	color: #00A88F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	text-shadow: 0px 0px 0px !important;
	font-family: Arial, Helvetica, sans-serif;
}
#productbox img {
	float: left;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	margin-right: 15px;
}
#productbox p {
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
#productbox a {
	text-decoration: none;
}
#productbox a:hover {
	color: #00A88F;
}
#products #pagebtns {
	text-transform: uppercase;
	float: right;
	font-size: 10px;
	color: #000;
}
.moreinfo {
	text-transform: uppercase;
	float: right;
	font-size: 9px;
	color: #666;
	text-decoration: none;
}
.pdficon {
	padding-right: 3px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: left;
}
#about h1 {
	color: #00A88F;
	font-size: 24px;
	text-shadow: 0px 0px 0px !important;
	padding-right: 20px;
	padding-left: 20px;
}
#about {
	padding-bottom: 20px;
}
#about p {
	color: #000;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
}
#brochures p a {
	color: #00A88F;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 0px;
	text-decoration: underline;
}
#brochures p a:hover {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#brochures p { display: block; clear: left;}

#brochures {
	margin-top: 20px;
}

.bold {
	font-weight: bold;
	font-size: 14px;
	color: #00A893;
}
#contact p {
	color: #000;
	line-height: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contact {
	padding-bottom: 20px;
}
#contact_column {
	float: left;
	margin-top: 20px;
	width: 230px;
}
#contact_column p a {
	color: #00A88F;
	text-decoration: none;
}
#contact table {
	margin-top: 20px;
	margin-left: 30px;
}
#contact a   {
	color: #00A88F;
	text-decoration: none;
}
#contact a:hover {
	color: #333;
	text-decoration: none;
}
#contact-listing {
	margin-top: 25px;
	margin-left: 30px;
}
#contact-listing h2{
	color: #00A88F;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-shadow: 0px 0px 0px !important;
}
#productfeature_right p {
	color: #000;
	font-size: 12px;
}
#productfeature_right {
	padding-right: 10px;
}
#productfeature_right h1 {
	color: #00A88F;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	text-shadow: 0px 0px 0px !important;
}
#productfeature_left {
	float: left;
}
.breadcrumbs {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}
#productfeature img {
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	margin-right: 20px;
}


li.active>a { color: #fff !important; }
li.subactive>a {color: #fff !important; }#terms p {
	color: #333;
	font-size: 12px;
}
#terms h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: -7px;
	margin-top: -5px;
	text-shadow: none;
}
#terms h1 {
	color: #000;
	font-size: 22px;
	line-height: 29px;
	text-shadow: none;
}
#content ul li {
	color: #000;
	list-style-type: circle;
}
#content ul#products li { list-style: none !important; }

#content ul li a, a:active, a:visited {
	color: #00A88F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul li a:hover {
	color: #38635D;
}




