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

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#discount {
	background-image:url(images/home2_01.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	width: 340px;
	height:180px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	width:100%;
	height:100%;
	background-color: #CCFF99;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #e27200;
}
a:hover {
	color: #e27200;
}
a:active {
	color: #e27200;
}

#container {
	background-color: #467c04;
	text-align: center;
	padding: 0px;
	height: auto;
	width: 1000px;
	margin:0 auto;
	border-right:1px solid #339900;
	border-left:1px solid #339900;
	list-style-position: outside;
	list-style-type: disc;
}


/***********
Classes
***********/
#header {
	background-image: url(images/header_bg.jpg);
	padding: 0px;
	height: 384px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#logo {
	text-align: left;
	float: left;
	padding-top:35px;
	padding-left:108px;
	border:none;
}
.nav_small {
	text-align: right;
	float: right;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
#nav_large {
	text-align: right;
	float: right;
	padding-top: 275px;
	padding-right: 100px;
	width: 320px;
}

.nav_large_button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
#header_credit {
	text-align: left;
	float: right;
	clear: right;
	font-size: 9px;
	color: #33CC00;
	width: 314px;
	padding-top: 5px;
}
#main_content {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;
}

#left_column {
	text-align: left;
	margin: 0px;
	float: left;
	height: auto;
	width: 520px;
	padding-left: 110px;
	vertical-align: middle;
	padding-bottom: 20px;
}
.photo {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#right_column {
	text-align: left;
	float: right;
	padding-right: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCFF00;
	width: 320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 30px;
}

.ad_button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}


/***********
Media page
***********/
#photo_gallery {
	background-color: #659404;
	height: auto;
	width: 870px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 110px;
	background-image: url(images/media_box_top.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	float: right;
}
#photo_gallery_small {
	height: auto;
	width: 492px;
	margin-left: 110px;
	padding-top: 10px;
	background:url(images/media_box_top_small.gif) no-repeat left top;
	text-align: center;
	background-color: #659404;
}
.photo_samples {
	text-align: center;
	vertical-align: middle;
	margin:0 auto;
}
.photo_samples td {
	padding: 3px;
}


/***********
Contact page
***********/
#contact {
	float: right;
	width: 330px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFF00;
	text-align:left;
	padding-bottom: 20px;
}
/* contact form */
form#contact_us {
}
#contact_us input {
	width:220px;
	border:1px solid #339900;
	margin-bottom:10px;
	font-size:14px;
	padding:4px;
}
#contact_us textarea {
	width:90%;
	height:150px;
	display:block;
	padding:4px;
	border:1px solid #339900;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#contact_us label {
	display:block;
}
#contact_us input.submit_button {
	width:120px;
	height:52px;
	border:none;
}


/***********
Footer
***********/
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 138px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#footer_tagline {
	text-align: left;
	float: left;
	padding-top: 60px;
	padding-left: 110px;
}
#copyright {
	text-align: right;
	float: right;
	padding-top: 50px;
	padding-right: 25px;
	font-size: 9px;
	color: #000000;
}

