﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Arial;
    font-size:12px;
    color:#fff;
	background-color:#000000;
}

a
{
    text-decoration:none;
    color:#fff;
    outline:0;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    margin:12px 0;
}

h1
{
}


		/*---------------------layout--------------------*/

#container-green
{
    clear:both;
    float:left;
    width:100%;
    height:auto;
    background:url(images/bg-green.jpg) top center no-repeat;
	background-color:#000000;
}

#container-purple
{
    clear:both;
    float:left;
    width:100%;
    height:auto;
    background:url(images/bg-purple.jpg) top center no-repeat;
	background-color:#000000;
}

#container-orange
{
    clear:both;
    float:left;
    width:100%;
    height:auto;
    background:url(images/bg-orange.jpg) top center no-repeat;
	background-color:#000000;
}

#container-top
{
    width:100%;
    height:35px;
    background:#405f16;
}
		
.main-container
{
    width:965px;
    margin:0 auto;
    height:auto;
    clear:both;
}

		/*---------------------header---------------------*/
		
#header
{
    float:left;
    width:965px;
}

#header-left
{
    float:left;
    width:200px;
    position:relative;
    top:-15px;
}

#header-right
{
    float:right;
    width:650px;
    padding:75px 0 0 110px;
}

        /*----------------------nav-----------------------*/

.nav
{
    float:left;
    height:31px;
    margin:0;
    padding:0;
}

.nav li
{
    list-style-type:none;
    float:left;
    height:31px;
    width:auto;
    padding-left:29px;
    position:relative;
}

.subnav
{
    position:absolute;
    top:31px;
    left:-45px;
    display:none;
} 

.nav-open
{
    float:left;
    height:31px;
    margin:0;
    padding:0;
}

.nav-open li
{
    list-style-type:none;
    float:left;
    height:31px;
    width:auto;
    padding-left:29px;
    position:relative;
}

.subnav-open
{
    position:absolute;
    top:31px;
    left:-45px;
}      

        /*---------------------content--------------------*/

#content
{
    float:left;
    width:965px;
    margin-top:3px;
    padding-bottom:20px;
}

#content-main-green
{
    float:left;
    width:927px;
    height:510px;
    padding:20px 13px;
    background:url(images/main-green.jpg) no-repeat;
}

#content-main-purple
{
    float:left;
    width:927px;
    height:510px;
    padding:20px 13px;
    background:url(images/main-purple.jpg) no-repeat;
}

#content-left-green
{
    float:left;
    width:517px;
    height:510px;
    padding:20px 13px;
    background:url(images/left-green.jpg) no-repeat;
}

#content-right-green
{
    float:right;
    width:375px;
    height:532px;
    padding:10px 12px 10px 12px;
    color:#405f16;
    background:url(images/right-green.jpg) no-repeat;
}

#content-right-green IMG,
#content-right-orange IMG
{
    border:1px solid #000;
}

#content-right-green-contact
{
    float:right;
    width:360px;
    height:510px;
    padding:20px 20px 20px 19px;
    color:#405f16;
    background:url(images/right-green-contact.jpg) no-repeat;
}

#content-left-orange
{
    float:left;
    width:517px;
    height:510px;
    padding:20px 13px;
    background:url(images/left-orange.jpg) no-repeat;
}

#content-right-orange
{
    float:right;
    width:375px;
    height:532px;
    padding:10px 12px 10px 12px;
    color:#405f16;
    background:url(images/right-orange.jpg) no-repeat;
}

#content-right-green a
{
    color:#405f16;
}

.content-main-top
{
    float:left;
    width:927px;
    height:370px;
}

.content-main-top p
{
    border-bottom:2px dotted #ccc;
    padding-bottom:15px;
}

.main-top-left
{
    float:left;
    width:557px;
    height:370px;
}

.main-top-right
{
    float:right;
    width:290px;
    height:340px;
    padding:10px 30px 0 30px;
    border-left:2px dotted #ccc;
}

.content-main-bottom
{
    float:left;
    width:927px;
    height:130px;
    margin-top:10px;
}

.main-bottom-left
{
    float:left;
    width:557px;
    height:130px;
}

.main-bottom-right
{
    float:right;
    width:290px;
    padding-right:30px;
}

.leftcol-top
{
    float:left;
    width:517px;
    height:370px;
}

.leftcol-top-left
{
    float:left;
    width:244px;
    text-align:right;
    padding-top:10px;
}

.leftcol-top-right
{
    float:right;
    width:243px;
    padding-top:0px;
    padding-right:10px;
}

.leftcol-bottom
{
    float:left;
    width:517px;
    height:130px;
    margin-top:10px;
}

.leftcol-bottom-left
{
    float:left;
    width:247px;
    padding-left:18px;
}

.leftcol-bottom-right
{
    float:right;
    width:230px;
}

/*contact form*/

#contact-form
{
    float:left;
    position:relative;
    width:305px;
    padding:0 28px;
}

label
{
    display:block;
}

.textbox
{
    float:left;
    width:295px;
    height:16px;
    padding:10px 5px;
    background:url(images/textbox-bg.jpg) no-repeat;
    border:0;
    margin-bottom:20px;
}

textarea
{
    width:300px;
    height:141px;
    font-family:Arial;
    font-size:12px;
    padding:0px 0px 0 5px;
    overflow:auto;
    border:0;
    background-image:url(images/textarea-bg.jpg);
    background-position:top;
}

.gallery-wrapper
{
    float:right;
    width:670px;
    padding-right:15px;
    margin-top:10px;
}

.gallery
{
    float:left;
    width:660px;
    padding:5px;
    border-bottom:2px dotted #ccc;
}

.gallery img
{
    float:left;
    width:135px;
    margin-right:30px;
    border:3px solid #fff;
}

.products-wrapper
{   
    float:left;
    width:467px;
}

.products
{
    float:left;
    width:130px;
    height:114px;
    padding:5px 0px;
    margin: 0;
    text-align:right;
    position:relative;
}

.products img
{
    width:49px;
    height:114px;
}

.products p
{
    float:left;
    width:85px;
    position:absolute;
    bottom:7px;
    right:59px;
    margin:0px;
    padding:5px 0;
}

/*slideshow*/
#slideshow 
{
    float:left;
    width:360px;
    height:510px;
    position:relative;
}
        
#slideshow IMG
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active
{
    z-index:10;
}

#slideshow IMG.last-active
{
    z-index:9;
}

        /*---------------------footer---------------------*/

#footer-wrapper
{
    float:left;
    width:100%;
    border-top:4px solid #3e5c15;
    padding-bottom:10px;
}

#footer
{
    width:925px;
    margin:0 auto;
    height:auto;
    clear:both;
    font-size:10px;
    padding:5px 0 10px 0;
}

#footer a
{
    color:#fff;
}

#footer-left
{
    float:left;
    width:200px;
}

#footer-right
{
    float:right;
    width:200px;
    text-align:right;
}

/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
