/* MB Mallets CSS by Jamie Reid <jamie _at_ lonelyfridge _dot_ com> */

/* Set Various Browser Defaults To Something Consistent. Thanks to Eric Meyer */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol {
	list-style-position: inside;
	list-style: decimal;
}

ul {
	list-style-position: inside;
	list-style: disc;
}
li {
	margin: 0;
	margin-left: 1.2em;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}


body {
	background-image: url('images/page_bg.jpg');
	font-family: "Century Gothic", Helvetica, Arial, sans-sarif;
	font-size: 10pt;
}

label {
	display: block;
	margin-bottom: 10px;
}

.error {
	color: #e00;
}

.contact input, .contact textarea {
	display: block;
}

.contact textarea {
	width: 400px;
	height: 300px;
}

.contact p {
	
}

a:link {
	color: #8a0000;
	text-decoration: underline;
}

a:visited {
	color: #5a0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


#pageHolder1 {
	text-align: center;
	background: none;
	background-image: url('images/header_extension.jpg');
	background-repeat: repeat-x;
	width: 100%;
}
#pageHolder2 {
	width: 740px;
	margin: 0px auto;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-y;
}

#contentHolder {
	text-align: left
	width: 720px;
	background: none;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#header {
	height: 300px;
}

#header #welcome {
	position: relative;
	left: -99em;
	top: -99em;
}

#header #menu {
	width: 700px;
	margin-top: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header #menu ul {
	text-align: center;
	margin: 0px;
	list-style-position: outside;

}

#header #menu ul li {
	display: inline;
	text-align: center;
	margin: 10px;
	font-size: 120%;
}

#footer {
	margin-top: 350px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 50px;
}

#copyright p {
	text-align: center;
}

#content {
	background: none;
	width: 700px;
	margin-left: 20px;
}

#content h1 {
	font-size: 150%;
}

#content h2	{
	font-size: 140%;
	color: #8a0000;
	margin-top: 2em;
}

#content h3 {
	font-size: 120%;
	color: #111;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#content h4 {
	font-size: 115%;
	color: #8a0000;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#content h5 {
	font-size: 100%;
	color: #8a0000;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#content p {
	margin-bottom: 1em;
}

#main {
	clear: both;
	width: 660px;
	margin-left: 20px;
}

#main ul {

}

#main li {
	margin-bottom: 0.5em;
}

#main a.productBox {
	display: block;
	width: 660px;
	text-decoration: none;
	background: none;
	padding: 1px;
}
#main a.productBox:visited {
	text-decoration: none;
	background: none;
	
}

#main a.productBox:hover {
	background: #fddaa3;
	text-decoration: none;
	border: 1px solid #aaa;
	padding: 0;
}

#main a.productBox:active {
	background: #edca53;
	text-decoration: none;
}

#main a.productBox h3, #main a.productBox p, #main a.productBox img {
	margin: 20px;
}

.productShot {
	clear: both; float: right;
	border: 1px solid #aaa;
	margin: 5px 0px;
}

form {
	width: 440px;
	clear: left;
}

.clear {
	clear: both;
}
