
html, body {
    height: 100%;
}
html {
    overflow-x: hidden;
}
#wrapper {
    height: auto !important;
    margin: -8px -10px 0px -10px;
    min-height: 100%;
    padding:-20px;
}
.push {
    height: 0px;
    padding-top: 0px;
}
body, select, input, textarea {
    color: #575757;
    font: 12px/17px sans-serif;
}
select {
    height: 20px;
    margin-bottom: 15px;
}
a {
    color: #006699;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}
a:hover {
    color: #0099cc;
    outline: 0 none;
    text-decoration: underline;
}
h2, h3 {
    text-transform: uppercase;
}
h2 {
    font-size: 20px;
    width: 630px;
    padding-left: 20px;
}

h5 {
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}

p, ul {
    line-height: 22px;
    list-style: none outside none;
    margin: 0 0 1em;
}
ul {
    margin: 0 0 1.5em;
}

b {
    font-weight: bold;
}

h3 {
    color: #006600;
    font-size: 16px;
    margin-bottom: 0.6em;
    margin-top: 1em;
}
h3.section {
    margin-top: 0;
}
h4 {
    font: 13px/30px sans-serif;
    margin-bottom: 12px;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
img {
    border: 1px solid #e5e5e5;
}
img.clean {
    border: medium none;
}
img.left {
    margin-bottom: 20px;
    margin-right: 20px;
}
img.right {
    margin-bottom: 20px;
    margin-left: 20px;
}


header {
    border-bottom: 7px solid #cbda5b;
    height: 155px;
}
.top {
	background-color: #006600;
	height:25px;
	}
.top span {
	color: #fff;
	float:right;
	padding: 5px;
	margin-right: 20px;
}
.top a {
	color:#fff;
	}
	
.container {
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 9999999;
}

h1 {
    background: url("../../assets/img/logo.png") no-repeat scroll 0 0 transparent;
    height: 110px;
    text-transform: uppercase;
    width: 145px;
}

.slogan {
	position: absolute;
	margin: -120px 0 0 250px;
	border-style:none;
	}
	
header nav {
    left: 225px;
    position: absolute;
    top: 95px;
}
header nav li {
    float: left;
    font: 13px/13px sans-serif;
    margin-right: 95px;
    position: relative;
    text-transform: uppercase;
}

header nav a {
    color: #5b5b5b;
    display: block;
    height: 30px;
}
header nav a:hover {
    color: #000;
    text-decoration: none;
}
header nav li ul {
    background: #fff; opacity:0.9;
    border-top: 1px solid #a5a5a5;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    display: none;
    left: -15px;
    position: absolute;
    top: 25px;
    width: 203px;
}
header nav li:hover ul {
    display: block;
}
header nav li li {
    text-transform: capitalize;
    font: 12px/12px sans-serif; 
    margin-left:-40px;
}
header nav li ul a {
    border-bottom: 1px dotted #a6a6a6;
    color: #535353;
    display: block;
    height: auto;
    line-height: 22px;
    padding: 0 15px;
    width: 213px;
}
header nav li ul a:hover {
    background: none repeat scroll 0 0 #bbb;
}
header nav li.products ul li.all a:hover, header nav li.products ul li.guide a:hover {
    text-decoration: underline;
}

#main {
    background: none repeat-x scroll 0 0 #fff;
    position: relative;
    z-index: 1;

}

#main .container {
    padding: 30px 0;
}
#main #breadcrumb {
    font-size: 10px;
    margin-bottom: 21px;
}

footer {
    background: none repeat scroll 0 0 #006600;
    clear: both;
    color: #fff;
    font: 10px/10px sans-serif;
    height: 70px;
    position: relative;
}
footer .container {
    padding-top: 31px;
    position: relative;
}
footer nav {
    left: -25px;
    position: absolute;
    top: 26px;
}
footer li {
    float: left;
    margin-left: 13px;
    text-transform: uppercase;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer span {
	margin-right: 60px;
}
.mozilla footer a:hover {
    border-bottom: medium none;
}

.hero {
    background: none repeat-x scroll 0 0 #cbda5b;
    position: relative;
    z-index: 1;
}
.hero .bg {
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}
.hero .inner {
    height: 200px;
    left: 50%;
    margin-left: -480px;
    position: relative;
    visibility: hidden;
    width: 960px;
}
.hero .pic {
    display: block;
    position: absolute;
}

#heroHome.hero {
}
#heroHome.hero .inner {
    height: 432px;
    margin-left: -550px;
    width: 1200px;
}
#heroHome.hero .slide {
    background: url("../../assets/img/home_main.jpg") repeat-x scroll 0 0 transparent;
    height: 432px;
    position: absolute;
    width: 100%;
}

.nolink {
    cursor: default;
}

#page-wrap {
	width: 660px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 478px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}