@charset "UTF-8";
/* CSS Document */

/* Resets */

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0px;
	padding: 0px;
	color: #FFEB9D;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a:link {color: #FFEB9D; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #9a0053; text-decoration: underline; }
a:hover {
	color: #d2a700;
	text-decoration: none;
	font-size: 16px;
}

body {
	margin: 0px;
	padding: 0px;
}

/* Non-Specific */

body {
	background: #602546;
}

#wrapper {
	background: url(../images/content_back.png) repeat-y;
	margin: auto;
	padding: inherit;
	width: 920px;
}

#bottombracket {
	background: url(../images/bottom_content.png) no-repeat;
	height: 27px;
	margin: auto;
	width: 920px;
}

#contentwrap {
	margin: auto;
	padding: inherit;
	width: 880px;
}

/* Navigation Styles */

.filler {
	background: url(../images/filler.gif) repeat-x;
	float: left;
	height: 32px;
	width: 20px;
}

#home a { 
	margin: auto;
	float: left; 
	display: block;   
	background:  url(../images/home.gif) top;   
	width: 210px;   
	height: 32px;   
}

#home a:hover {   
    background:  url(../images/home.gif) no-repeat bottom;   
    }
	
#gallery a { 
	margin: auto;
	float: left; 
	display: block;   
	background:  url(../images/gallery.gif) top;   
	width: 210px;   
	height: 32px;   
}

#gallery a:hover {   
    background:  url(../images/gallery.gif) no-repeat bottom;   
    }
	
#about a { 
	margin: auto;
	float: left; 
	display: block;   
	background:  url(../images/about.gif) top;   
	width: 210px;   
	height: 32px;   
}

#about a:hover {   
    background:  url(../images/about.gif) no-repeat bottom;   
    }
	
#contact a { 
	margin: auto;
	float: left; 
	display: block;   
	background:  url(../images/contact.gif) top;   
	width: 210px;   
	height: 32px;
	z-index: 10;
}

#contact_img { 
	margin-top: -50px;
	z-index: 1; 
	background:  url(../images/contact_img.png) top;   

}

#contact a:hover {   
    background:  url(../images/contact.gif) no-repeat bottom;   
    }
/* form submission */
.bl_f {background: url(../images/bl.gif) 0 100% no-repeat #7d5c42; width: 600px; margin-left: 140px;  float: left;}
.br_f {background: url(../images/br.gif) 100% 100% no-repeat}
.tl_f {background: url(../images/tl.gif) 0 0 no-repeat}
.tr_f {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

	
/* Content Block */
.bl {background: url(../images/bl.gif) 0 100% no-repeat #7d5c42; width: 350px; margin-left: 30px;  float: left;}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


/* About Page Content Block */
.bl_c {background: url(../images/bl.gif) 0 100% no-repeat #7d5c42; width: 450px; margin-left: 30px;  float: left;}
.br_c {background: url(../images/br.gif) 100% 100% no-repeat}
.tl_c {background: url(../images/tl.gif) 0 0 no-repeat}
.tr_c {
	background: url(../images/tr.gif) 100% 0 no-repeat;
	padding:10px;
	font-style: italic;
	font-size: 12px;
}
.clear {font-size: 1px; height: 1px}
/* slider */

#divs {
	float: left;
	margin-left: 60px;

}



.clear {
	clear: both;
	height: 30px;
}

/* Footer */

#footer {
	margin: auto;
	padding: inherit;
	width: 880px;
}

#footer p {
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	margin-top: -5px;
	text-align: center;
}

/* Gallery Page */

.theg {
	padding: 75px;
}

.theg h1 {
	color: #dbca9a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.theg ul {
	border-color: #dbca9a;
	border-style: dashed;
	border-width: 0px;
	padding: 25px;
	margin-top: 0px;
}

.theg li {
	display: inline;
}

/* contact page */ 

#contactdiv {
	background: url(../images/contact_img.png) no-repeat scroll 350px 55px;
	height:325px;
	padding: 30px;
	z-index: 10;

}

#aboutdiv {
	background: url(../images/about.png) no-repeat;
	height: 390px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#ledgediv {
	background: url(../images/ledgewagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#readingdiv {
	background: url(../images/readingwagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#bowtopdiv {
	background: url(../images/bowtopwagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#squarebowdiv {
	background: url(../images/squarebowwagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#brushdiv {
	background: url(../images/brushwagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#burtondiv {
	background: url(../images/burtonwagons.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#fourwheelpotcartdiv {
	background: url(../images/4wheeledpotcart.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#twowheelpotcartdiv {
	background: url(../images/2wheeledpotcart.png) no-repeat;
	height: 220px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	margin-top: 55px;
	float: right

}
#openlotdiv {
	background: url(../images/openlot.png) no-repeat;
	height: 450px;
	width: 275px;
	padding: 20 20 20 20;
	margin-right: 55px;
	float: right

}
#quotes {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:40px;
	left:0px;
	width:410px;
	text-shadow:#FFF;
}
#readmore {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	text-align:center;
	position:relative;
	top:0px;
	left:-35px;
	width:800px;
}
#backbutton {
	position: relative;
	height: 26px;
	width: 81px;
	left: 0px;
	margin: 15px 0 0 0;
	
}
#contacttext {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:150px;
	left:165px;
	width:450px;
	text-shadow:#FFF;
}
.spread {
	padding: 10px;
	width: 165px;
	height: 40px;
}
.comments {
	padding: 10px;
	width: 335px;
	height: 170px;
}

.contacth4 {
	color: #dbca9a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

p.small {
	line-height:120%;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

	
.quote_font {
	line-height: 16pt;
	color: #8d7054;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:#FFF;
}
.smallquote {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:#FFF;

}
.h1 {
	font-size: 18px;
}
#abouttext {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color:#FFEB9D;
}
#contactinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:20px;
	left:0px;
	width:300px;
}

