body
{
	margin: 0;
	padding: 0;
	background: #252525;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	 margin: 0;
	 padding: 0;
	 font-weight: normal;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

#header-container
{
	color: #000;
	background: #FFF;
	background: #FFF url(images/header_bg.jpg) center top;
	width:100%;
	top: 0;
	left: 0;
}

#header
{
	position: relative;
	margin: 0 auto;
	width: 860px;
	height: 120px;
	color: #000;
}

#logo {
	margin: 0px 15px;
}

#header-phone {
	font-size: 30px;
	color: #080;
	position:absolute;
	right:25px;
	top:15px;
}

#navcontainer
{
	float: right;
	padding: 75px 25px 0px 0px;
	font-size: 18px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: uppercase;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: 10px 20px 5px 20px;
	color: #000;
	background-color: #ddeeb9;
	border-bottom: 8px solid #c4e975;
}

#navcontainer ul li a:hover
{
	color: #000;
	background-color: #c4e975;
	border-bottom: 8px solid #a9cd5b;
}

.slider {
	padding:20px;
}

.slider h1,
.slider h3 {
  margin:0 0 8px;
  text-decoration:none;
  border:0;
  padding:0;
  font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
  color:#FFFFFF;
  text-shadow:2px 2px 1px #222222;
}

.slider h1 {
	line-height: 58px;
	font-size: 40px;
	color: white;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: uppercase;
}

.slider h3 {
	line-height: 58px;
	font-size: 32px;
	color: white;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: uppercase;
}

#slider-container
{
	width: 100%;
	color: #000;
	background: #7AA029;
}

#slider-small
{
	height: 40px;
	margin: 0 auto;
	padding: 30px 40px;
	width: 820px;
	background: #a1d82a url('images/slider-small.jpg') no-repeat center; 
}

.jquery-slider-wrapper {
	margin: 0 auto;
}

#slider-small h1
{
	margin: 0px;
	padding-top: 0px;
	font-size: 35px;
	color: #fff;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: uppercase;
}

#content-container
{
	width: 100%;
	color: #000;
	background: #FFF url(images/header_bg.jpg) center top;
}

#slogan
{
	margin: 0px auto 5px auto;
	padding: 30px 40px;
	width: 820px;
	font-size: 18px;
	color: #222;
	background-color: #fcfcfc;
	
}

   .drop-shadow {

            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }
		
		/* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }

        .curved-vt-2:before {
            right:0;
        }

        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }


#content
{
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 900px;
	background: #FFF;
}

#leftcontent
{
	clear: left;
	float: left;
	width: 580px;
	padding: 10px;
	margin: 0 0 0 30px;
	display: inline;
}

#content ul
{
	padding: 0px;
	margin: 0px;
}

#content li
{
	font-size: 16px;
	padding: 20px;
	list-style-type:none;
	padding-left: 70px;
	border-top: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#content li:first-child
{
	border-top:none;
}

#content h2
{
	font-color: #1a3419;
	margin: 0px;
	padding-top: 10px;
	font-size: 20px;
	color: #033f0a;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: uppercase;
}

#rightcontent
{
	float: right;
	width: 180px;
	padding: 20px 20px 30px 20px;
	margin: 20px;
	border: 1px solid #ddd;
	font-size: 20px;
	background: #eee;
	text-align: center;
}

#sizes li
{
	padding-left: 180px;
}

#contactform
{
	float: left;
	padding: 10px 0px 20px 10px;
	margin: 0 0 0 30px;
	display: inline;
}

#faq
{
	float: right;
	width: 300px;
	padding: 10px 20px 30px 20px;
	margin: 20px;
	border: 1px solid #ddd;
	font-size: 20px;
	background: #eee;
	color: #033f0a;
}

#faq li
{
	padding: 5px;
}

#faq answer
{
	color: #000;
}

#footer-container
{
	clear: both;
	color: #B8B8B8;
	background: #252525;
}

#footer
{
	margin: 0 auto;
	width: 860px;
	background: #353535;
	padding: 20px;
}

#footer a {
	color: #82CF44;
	text-decoration: none;
}

#footer-left
{
	float: left;
	width: 280px;
	padding: 20px 70px;
	border-right: 3px dotted #272727;
}

#footer-right
{
	float: right;
	width: 260px;
	padding: 20px 70px;
}

.price {
	visibility:hidden;
}

/*---------- Contact Form ----------*/

#contactform input{
	font-size: 16px;
	padding: 4px 2px;
	border: solid 1px #ccc;
	margin: 0;
	width: 300px;
}

#contactform textarea{
	resize: vertical;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #ccc;
	margin: 0;
}

#contactform .button{
	margin: 20px 20px 20px 280px;
	width:160px;
	height:50px;
	text-align:center;
	line-height:40px;
	border:solid 1px #ccc;
	display:inline-block;
}

.error {
	border-radius: 15px;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #ffa8a8;
}

.accept{
	border-radius: 15px;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #9eed91;
}
