/*******************************************************
TITLE: Fixed Four-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 18px;
    margin:0
    padding: 0;	
	    background-attachment: fixed;
    background-image: -moz-linear-gradient(center top , #ffffff, #777777); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #777777)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#777777'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#777777')";
}

#wrapper {
height:100%;
margin:0;
width:100%;
    background-attachment: fixed;
    background-image: -moz-linear-gradient(center top , #ffffff, #777777); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #777777)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#777777'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#777777')";
}

#supply {
	display: block;
	width:375px;
}

#talk {
	margin-top: -8px;
	width: 150px;
	rotate: 6deg;
	float: right;
	margin-right: 10px;
} 

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 20px 0 10px;
}

h2 {
font-size:26px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
    background: none repeat scroll 0 0 white;
    border: 3px double #333333;
/*    box-shadow: 1px 1px 50px #555555; */
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    width: 900px;
    z-index: 2;

}

/* << ----------------// Header //---------------->> */
#header {
    background-color: #CC0000;
    color: #FFFFFF;
    height: 225px;
    margin: 0;
    padding: 0;
	position:relative;
    width: 900px;
}

#tel {
    font-family: arial;
    left: 318px;
    position: absolute;
    top: 178px;
}

#headerLeft {
float:left;
height:140px;
margin:0;
width:187px;
}

#header h1 {
    float: left;
    font-family: "Bradley Hand ITC";
    font-size: 40px;
    font-style: italic;
    height: 85px;
    line-height: 40px;
    margin: 0;
    padding: 8px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 516px;
}

#headerRight {
float:left;
height:140px;
margin:0;
width:187px;
}

/* << ----------------// Horizontal navigation //---------------->> */
.navHorizontal {
margin:0;
padding:0;
width:900px;
height:30px;
line-height:30px;
background-color:#670000;
    background-image: -moz-linear-gradient(center top , #CC0000, #670000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CC0000),color-stop(1, #670000)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#670000'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#670000')";
}

.navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

.navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

.navHorizontal ul li a:link, .navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

.navHorizontal ul li.spacer {
    padding-left: 135px;
}

.navHorizontal ul li a:hover, .navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// columnOne //---------------->> */
.columnOne {
    background-color: #FFFFFF;
    clear: both;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: justify;
    width: 690px;
}

div.columnOne h2{
    background: none repeat scroll 0 0 #DDDDDD;
    margin-bottom: 20px;
    padding: 7px;
}

.columnOne p, #columnThree p, #columnFour p, .columnOne ul li, .columnOne ol li, #columnThree ul li, #columnThree ol li, #columnFour ul li, #columnFour ol li {
font-size:16px;
}


.cuts {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 225px;
}

#fullWidth img, .fullWidth img  {
height: 200px;
width:200px;
}

#fullWidth img.wider, .fullWidth img.wider, wider {
width:291px;
}

#duckImages {
float:right;
width:251px;
}

div.duck {
    clear: both;
    padding: 0 10px;
    text-align: center;
    width: 251px;
}

h1#about {
text-align:center;
}

.threeColumn {
    float: left;
    margin-bottom: 30px;
    padding: 0 5px;
    text-align: center;
    width: 290px;
}

.threeColumn  img{
    border: 1px solid;
}

p.caption {
    margin-top: -20px;
}

div#tag {
    clear: both;
    padding: 0 150px;
}

#error {
    color: #CC0000;
    font-family: arial;
    font-weight: bold;
    margin-top: 60px;
    width: 350px;
}

#thankyou {
    height: 400px;
    margin-top: 60px;
    width: 350px;
}

div#thankyou p {
color: #333;
font-size: 18px;
}

#formdiv{
	font-family:verdana, arial, sans-serif;
	font-size:11px;
    height: 400px;
    margin-top: 60px;
}

.label {
    margin-top: 20px;
}

.inputdiv {
    width: 380px;
}

#formdiv span {
    display: block;
    font-size: 10px;
    margin-top: 20px;
}

#submit {
    margin-top: 20px;
}

input, textarea {
	color:white;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
    padding: 3px;
	max-width: 370px;
    background-image: -moz-linear-gradient(center top , #440000, #aa0000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #aaaaaa),color-stop(1, #ffffff)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff')";
}


/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column Left //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 10px 10px 5px;
width:365px;
background-color:#eeeeee;
}

/* << ----------------// Middle column Right //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:150px;
background-color:#e4e4e4;
}

/* << ----------------// Right column //---------------->> */
#columnFour {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:150px;
background-color:#cccccc;
}

/* << ----------------// Footer //---------------->> */
#footer {
    background-color: #670000;
    border-top: 1px solid #550000;
    clear: both;
    color: #FAFAFA;
    font-size: 12px;
    height: 190px;
    margin: 20px 0 0;
    padding: 5px 5px 5px 10px;
    width: 885px;
    background-image: -moz-linear-gradient(center top , #CC0000, #670000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CC0000),color-stop(1, #670000)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#670000'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#670000')";

}

#footerLeft {
float:left;
width:50%;
}

#footerRight {
float:left;
width:50%;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */