@charset "utf-8";

@import url("base.css");

/*@import url("forms.css");*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	background: #e8dab2 url(../images/bg/background.jpg) repeat scroll center top;
}

a,img {
	border: none;
}

a {
	color: #cb0000;
	text-decoration: underline;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 130%;
	text-align: left;
	height: 100%;
	min-height:100%;
	overflow: visible;
}

/*Main Blocks*/

div#masterfloat {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 971px;
	overflow: visible;
	position: relative;
	height: 128px;
}

div#headerlogo {
	position: absolute;
	top: 0;
	margin-top: 16px;
	left: 0;
}

div#bglogo {
	margin-left: auto;
	margin-right: auto;
	width: 343px;
	padding-top: 180px;
}

/* Content */

div#mastercontent {
	width: 100%;
	background: white url(../images/bg/paper-texture-shadow-bg.jpg) repeat-x scroll left top;
	height: 1360px;
	position: absolute;
	overflow: visible;
	top: 1200px;
	padding-bottom: 100px;
	z-index: 100;
}

div#contentwrapper {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	overflow: visible;
}

div#footerwrapper {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* main navigation */

ul#nav {
	position: relative;
	bottom: 54px;
	font: 15px Georgia, Times, serif;
	text-align: center;
	padding-left: 200px;
	height: 69px;
}

ul#nav li {
	list-style-type: none;
	height: 69px;
	padding: 0;
	margin: 0;
	float: left;
	background-color: transparent;
	position: relative;
	width: 118px;
}

ul#nav li a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 58px;
	width: 118px;
	background: url(../images/bg/nav-1-pixel-rule.gif) no-repeat 0 center;
	color: black;
	font-size: 15px;
	position: relative;
}

ul#nav li a:link, ul#nav li a:visited {
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	color: white;
}

ul#nav li a#current {
	width: 126px;
	background: white url(../images/bg/paper-texture-button-bg.jpg) no-repeat scroll left top;
	position: relative;
	left: -4px;
	z-index: 100;
}

ul#nav li a:hover#current {
	color: black;
}

/* text styling */

div#maintext {
	width: 784px;
	position: relative;
	bottom: 9px;
	left: -1px;
	height: 100%;
	border-left: 1px solid #524a49;
	padding-bottom: 40px;
	float: left;
}

div#textcolumnwrapper {
	padding-left: 0;
	width: 764px;
	position: relative;
	float: left;
	top: -26px;
	height: 840px;
	padding-bottom: 40px;
	margin-left: 20px;
	display: inline;
}

div.textcolumn {
	width: 364px;
	float: left;
	background: url(../images/bg/dotted-line-pattern.gif) repeat-x left top;
}

div.textcolumn p, div.product-text p {
	font: 12px/18px Arial, Geneva, sans-serif;
	padding-bottom: 8px;
	margin: 0;
	color: #524a49;
}

div.textcolumn a:link, div.textcolumn a:visited, div.textcolumn a:hover, div.textcolumn a:active {
	text-decoration: underline;
}

h1, h2 {
	font: normal 18px/27px Georgia, Times, serif;
	padding: 12px 0;
	color: #968e8c;
	background: url(../images/bg/dotted-line-pattern.gif) repeat-x 0 bottom;
	margin-bottom: 11px;
}
h3 {
	font: 18px/27px Georgia, Times, serif;
	padding-top: 0;
	padding-bottom: 12px;
	margin: 0;
	color: #524a49;
}
.homeheading{
	margin:0px;
	background:none;
	color: #968e8c;
	font: 18px/23px Georgia, "Times New Roman", Times, serif;
}

figcaption {
	font-size: 11px;
	line-height: 15px;
	color: #524a49;
	margin: 10px 0 0;
	display: block;
	padding: 0;
}

div#address p, div#contactform p {
	font-size: 11px;
	line-height: 18px;
	color: #635c5b;
}

div#contactform p a:link, div#contactform p a:visited, div#contactform p a:hover, div#contactform p a:active {
	text-decoration: underline;
}

/* quote block */

div#quotecolumn {
	width: 200px;
	height: 100%;
	position: relative;
	bottom: 34px;
	padding-top: 13px;
	clear: left;
	float: left;
	left: 0;
	border-right: 1px solid #524a49;
	padding-bottom: 40px;
}

blockquote#quoter p, cite {
	color: #968e8c;
	font: 18px/23px Georgia, "Times New Roman", Times, serif;
	width: 185px;
	padding-bottom: 8px;
	margin: 0;
}

blockquote#quoter p span {
	position: absolute;
	left: -10px;
}

cite {
	color: #524a49;
}

/* footer */

div#masterfooter {
	width: 100%;
	background-color: black;
	position: fixed;
	bottom: 0;
	height: 33px;
	text-align: left;
	z-index: 200;
	display: block;
	visibility: visible;
}

div#masterfooter p {
	font: 9px/33px Arial, Geneva, sans-serif;
	color: #978b70;
	float: left;
}

div#masterfooter p span {
	color: #766663;
	padding-left: 5px;
}

div#masterfooter p#copyright {
	width: 200px;
}

div#masterfooter p#address {
	margin-left: 20px;
}

div#masterfooter p#facebook-link {
	right: 95px;
	position: absolute;
}

div#masterfooter p a:link, div#masterfooter p a:visited, div#masterfooter p a:hover, div#masterfooter p a:active {
	text-decoration: underline;
}

div#masterfooter div#facebook-like-button {
	position: absolute;
	right: 0;
	margin-top: 4px;
	top: 2px;
}

/* universals */

.dotted-line {
	background: url(../images/bg/dotted-line-pattern.gif) repeat-x left top;
}

p.dotted-under-line strong {
	background: url(../images/bg/dotted-line-pattern.gif) repeat-x left bottom;
	padding-bottom: 20px;
	display: block;
	width: 764px;
}

/* contact form */

div#contactform {
	float: left;
	width: 364px;
}

form#vacform {
	
}

form#vacform label {
	color: #635c5b;
	font: 11px/18px Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}

form#vacform .inputfield {
	display: block;
	width: 99%;
	border: 1px solid #ada9a2;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-left: 4px;
	font: 14px/14px Arial;
}

form#vacform textarea {
	width: 99%;
	background-color: white;
	border: 1px solid #ada9a2;
	height: 204px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font: 11px/12px Arial;
}

div#contactform input#filebrowser {
	float: left;
	color: #6c6965;
	width: 364px;
	height: 23px;
	font-family: Arial, Geneva, sans-serif;
}

div#contactform div#button-wrapper {
	position: relative;
	width: 364px;
	height: 23px;
}

#reset-button {
	right: 65px;
	position: absolute;
	width: 50px;
	height: 23px;
	text-align: center;
}

#submit-button {
	right: 0;
	position: absolute;
	width: 50px;
	height: 23px;
	text-align: center;
}

img#logo-watermark {
	position: relative;
	top: 69px;
}

/* product listing */

div.product-listing {
	width: 748px;
	height: 182px;
	overflow: visible;
	padding-bottom: 20px;
	background: url(../images/bg/dotted-line-pattern.gif) repeat-x scroll left bottom;
	margin-bottom: 10px;
	float: left;
	clear: left;
	margin-top: 0;
	padding-top: 0;
}

div.product-text {
	width: 364px;
	margin-right: 20px;
	float: left;
	height: 182px;
}

div.product-text h3 {
	font: 18px/27px Georgia, Times, serif;
	padding-top: 0;
	padding-bottom: 12px;
	margin: 0;
	color: #524a49;
}

div.product-text h4 {
	font-size: 11px;
	line-height: 18px;
	color: #524a49;
	margin: 0;
	padding: 0;
}

div.product-imagery {
	height: 182px;
	width: 364px;
	float: left;
	position: relative;
}

p.price {
	color: #968e8c;
	font: 13px/12px Georgia, "Times New Roman", Times, serif;
	display: block;
	position: absolute;
	left: 144px;
	bottom: 32px;
}
div.textcolumn p.intro{
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color: #666666;
}
img.product-pic {
	position: absolute;
	bottom: 0;
}

form.cart-button {
	bottom: 0;
	position: absolute;
	left: 144px;
}