@charset "utf-8";
/* CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

body {
font-family: 'verdana', Arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	background-color: #fff;
	height: 100%;
background: url(./images/background.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	opacity: 1.0;
}

h1 {
font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center; 
	color: #f00;
 }

h2 { 
font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;	
	color: #f00;
	text-align: center;
}

h3 {
	
	font-weight: bold;
	font-size: 1.2em;
	color: #f00;
	text-align: center;
}

.bold, strong {
	
	font-weight: bold;


}

.underline {
	
	text-decoration: underline;	
}

.italics, em {
	font-style: italic;	
}

.list li {
margin-bottom: 10px;
margin-left: 20px;
list-style: disc;
}

.redlist li {
margin-bottom: 10px;
margin-left: 20px;
color: #f00;
}

a {
color: #f00;
text-decoration: none;	
}

a:hover, a:active {
text-decoration: underline;
}

.clear {
	clear: both;
}

.table-row {
display: table-row;
}

.table-cell {
display: table-cell;
}

#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
border: solid 4px #000;
border-top: 0px;
}

header { 
height: 177px;
	background-image:url('./images/trees.png');
background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

#logo {
position: absolute;
z-index: 10000;
width: 179px;
height: 228px;
left: 10px;
top: 10px;
	background-image:url('./images/logo.png');
background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

#countdown {
position: absolute;
z-index: 10000;
padding: 10px;
background-color: #f00;
color: #fff;
right: 0px;
bottom: 30px;
text-align: center;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;

}

#thanks {
position: absolute;
width: 325px;
z-index: 10000;
padding: 10px;
background-color: #DBA904;
color: #fff;
right: 0px;
bottom: 0px;
text-align: center;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;

}

#thanks a {
color: #000;
}

#social {
width: 266px;
position: absolute;
left: 724px;
margin-right: 10px;
}

nav { 
	background-color: #375c3b;
	height: 40px;
	font-family: Arial, sans-serif;
	color: #fff;
	position: relative;

}


 nav ul.nav {
width: 836px;
position: relative;
left: 175px;
font-size: 1em;
font-weight: normal;
}

nav ul.nav li {
display: inline-block;
list-style:none;
font-size: 1.05em;
margin-left: 11px;
margin-right: 11px;
margin-top: 12px;

 position: relative;
}

nav ul.nav li:hover {
cursor: pointer;
}

nav ul.nav li a{
color: #fff;
}

nav ul.nav li a#selected{
color: #EF4135;
}

nav ul.nav li a:hover {
color: #EF4135;

text-decoration: none;

}

/*-------*/
.nav ul{  
    list-style:none;
    position:absolute;
    left:-9999px; 
	z-index: 99998;

}
.nav ul li{
    padding-top:1px; 
    float:none;
}
.nav ul a{
    white-space:nowrap;
}
.nav li:hover ul{ 
    left:0; 
	background-color: #375c3b;
	
	padding: 5px;
	padding-top: 0px;
	box-shadow: -3px 3px 3px #000, 3px 3px 3px #000;
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.nav ul li:hover a{ 
    color:#fff;
    text-decoration:underline;
}
.nav li:hover ul a{ 
    text-decoration:none;
		font-size: 0.9em;
font-weight: normal;
}
.nav li:hover ul li a:hover{ 
    color:#EF4135;
}

/*---*/

section {
position: relative;
width: 1000px;
min-height: 980px;
}
#body {
width: 675px;
padding: 20px;
background-color: #fff;
position: relative;

}

aside {
width: 245px;
padding: 20px;
background-color: #d7ded7;
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
font-size: 0.9em;
}


section#full { 
width: 1000px;
margin: 0px;
margin-bottom: 20px;
}

#colcontain {
margin-top: 20px; 
width: 980px;
}

#colcontain .table-row .table-cell {
width: 306px;
padding-left: 20px;
font-size: 0.9em;
}

#colcontain .table-row .main {
min-height: 46px;
padding-top: 50px;
	background-image:url('./images/decorate.png');
background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

 #vidholder, #vidholder2, .vidholder {
margin-top: 50px;
margin-left: 50px;
}

.wholesaletable {
border-collapse:collapse;
}

.wholesaletable, .wholesaletable tr td {
border: solid 1px #000;
padding: 5px;
}

.pix {
padding: 5px;
}

footer {

	background-color: #375c3b;
	color: #fff;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
 }

#footer {
padding: 10px;
}

#footerleft {
text-align: left; position:relative; float: left; width: 20%;	
}

#footerright {
text-align: right; position:relative; float: right; width: 80%;
}

/*-----CONTACT FORM STYLES ----*/
.contact-cell {
padding: 5px;
}

#contactform #state {
width: 233px;
}

#contactform input, #contactform textarea, #contactform select  {
background-color: #fff;
color: #000;
border: solid 1px #1B0603;
 border-radius: 6px;
  padding: 3px;
}

#contactform input#captcha {
height: 20px;
}

#contactform #submitbutton {
border: solid 1px #1B0603;
 font-weight: bold;
 border-radius: 6px;
 padding: 3px;
	
}

#contactform #submitbutton:hover {
cursor: pointer;
}

/*----- END CONTACT FORM STYLES ----*/