/* GROUND RULES */
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 15px 0;
	margin: 0;
	font-size: 62.5%;
	background-image: url(../img/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.8em;
	background-image: url(../img/bg-wrapper.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}



/* MASTHEAD */
#masthead {
	width: 230px;
	padding: 400px 20px 0 20px;
	float: left;
	margin-right: 25px;
	background-color: #000000;
	background-image: url(../img/saxman.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: -30px;
}
#contact {
	background-color: #fff;
	padding: 5px 10px;
	color: #333;
	font-size: 1.2em;
	line-height:1.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact p {
	margin: 0;
	padding: 5px 0;
}
#contact a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
#contact a:hover {
	color: #000;
	border-bottom: none;
}



/* NAVIGATION */
ul#navigation {
	list-style: none;
	margin: 0 0 0 270px;
	padding: 0;
	line-height: 25px;
	border-left: 25px solid #000;
	border-top: 5px solid #000;
	background-color: #000;
}
ul#navigation li {
	float: left;
	padding: 0;
	margin: 0;
}
ul#navigation li a {
	display: block;
	float: left;
	border-right: 3px solid #000;
	padding: 0 20px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	background-image: url(../img/bg-tabcorners.png);
	background-position: right top;
	background-repeat: no-repeat;
}
ul#navigation li a:hover {
	background-color: #fff;
	color: #666;
}
ul#navigation li a#activenav {
	background-color: #fff;
	color: #993333;
}


/* CONTENT */
#content {
	float: right;
	width: 650px;
	padding: 0 25px 2.8em 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	padding: 1em 0;
	margin: 0;
	clear: left;
}
h2 {
	letter-spacing: 0.15em;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #993333;
	padding: 1em 0;
	margin: 0;
}
p {
	margin: 0;
	padding: 0 0 2em 0;
}
#content a {
	color: #993333;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}
#content dl {
	padding: 0;
	margin: 0;
}
#content dl dt {
	padding: 0;
	margin: 0;
}
#content dl dd {
	padding: 0 0 1.4em 2.8em;
	margin: 0;
}
#content blockquote {
	padding: 0 0 0 30px;
	margin: 0 0 2em 0;
	background-image: url(../img/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* FOOTER */
#footer {
	clear: both;
	background-color: #993333;
	color: #fff;
	line-height: 2.8em;
	font-size: 0.9em;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding; 0;
}
#footer ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}



/* GUBBINS */
#contactform legend,#contactform fieldset {
	border: 1px solid #999;
	padding: 2px 10px;
}
#contactform label {
	display: block;
	clear: right;
	padding-top: 10px;
}
#contactform label input,#contactform label textarea {
	float: right;
	width: 400px;
}
#contactform label input#button {
	width: 70px;
}



/* GUBBINS */
small {
	font-size: 0.8em;
}
.imgright {
	float: right;
	margin: 0 0 10px 25px;
}
#buynow {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	margin-top: 20px;
}
#fb-root {
	margin-top: 15px;
}

/*============<[ FLOAT HACK ]>=============*/
div#wrapper:after,
ul#navigation:after,
div#footer:after
{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
  
div#wrapper,
ul#navigation,
div#footer
{display: inline-block;}

* html div#wrapper,
* html ul#navigation,
* html div#footer
{height: 1%;}

div#wrapper,
ul#navigation,
div#footer
{display: block;}

