html, body {
	text-align: center;
	background-color: #252525;
	margin: 0;
	padding: 20px;
}

body, p, td, th, div, blockquote, dl, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}




/*Global Whitespace Reset*/
body, form, input {
	padding: 0px;
	margin: 0px;
}

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ol, dl, fieldset, address {
  margin:20px 0;
}
/* end : Global Whitespace Reset*/

img {
  border: 0px none #fff;
}

#wrapper {
	width: 700px;
	text-align: left;
	margin: 0 auto; /* setting l & r margins to auto will center the div on the page */
	padding: 0;
	/*border: solid thin white;*/
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#header {
	width: 700px;
	height: 173px;
	background-color: #B3964F;
	background-image: url(images/header_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 80%;
	position: relative;
}

#header_subpage {
	width: 700px;
	height: 163px;
	background-color: #B3964F;
	background-image: url(images/header_top_subpage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 80%;
	position: relative;
}


#topNav {
	width: 100%;
	height: 26px;
	position: relative;
	top: 116px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-variant: small-caps;
	overflow: hidden;
	margin: auto 0;
	line-height: 26px;
	
}

/* The top navigation bar */
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	
}

#topNav li {
	display: inline;
	margin: 0 0.5em;
	color: black;
}




#topNav li a:link, #topNav li a:visited  {
	text-decoration: none;
	color: white;
}

#topNav li a:hover, #topNav li a:active  {
	text-decoration: none;
	color: black;
}



#header_middle {
	background-image: url(images/header_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
}

#header_middle_subpage {
	
	
}

#header_bottom {
	background-image: url(images/header_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	position: relative;
}

#header_bottom_subpage {
	background-image: url(images/header_bottom_subpage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 21px;
	position: relative;
}

#content {
	width: 670px;
	margin: 10px 15px 15px 15px;
	text-align: justify;
}



#footer {
	width: 700px;
	height: 32px;
	background-color: #B3964F;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	text-align: center;
	line-height: 25px;
	clear: both;
}

#outsideFooter {
	width: 700px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 auto; /* setting l & r margins to auto will center the div on the page */
}
#outsideFooter p {
	font-size: 80%;
	padding: 0;
	margin: 0;
}


a:link, a:visited {
	text-decoration: underline;
	color: #b3964f
}

a:hover, a:active {
	text-decoration: none;
	color: #b3964f;
}




hr {
	border: none;
	background-color: #b3964f;
	color: #b3964f;
	height: 1px;
	width: 90%;
	text-align: center;
}


/* Centres an element */
.centred {
	text-align: center;
}

/* Use this class when wanting an element to not move up when using float on a preceding element */
.clear {
	clear: both;
}

/* A class to add a black thin border to images on the site */
img.border {
	border: 1px solid #000000;
}

img.padded {
	margin: 10px;
}



/***** Begin Top Navigation Rollovers ****/
/*
http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html
*/



h1 {
	font-size: 170%;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: left;	
}

h2 {
	font-size: 140%;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 120%;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: white;
}





#leftCrumb {
	float: left;
	font-size: 80%;
	position: absolute;
	top: 0px;
	left: 15px;	
	padding-top: 25px;
	color: #CCCCCC;
}

#leftCrumb_subpage {
	float: left;
	font-size: 80%;
	position: absolute;
	top: 0px;
	left: 15px;	
	padding-top: 4px;
	color: #CCCCCC;
}

#rightCrumb {
	float: right;
	font-size: 80%;
	position: absolute;
	top: 0px;
	right: 15px;	
	padding-top: 25px;
	color: #CCCCCC;
}

#rightCrumb_subpage {
	float: right;
	
	font-size: 80%;
	position: absolute;
	top: 0px;
	right: 15px;	
	padding-top: 4px;
	color: #CCCCCC;
}

#rightCrumb a, #rightCrumb_subpage a, #leftCrumb a, #leftCrumb_subpage a {
	color: #CCCCCC;
}


input, select, textarea {
	color: #333333;
	font-size: 100%;
}

.cartHeaderRow {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #474646;
}

.errorMsg {
	color: #FF0000;
}

.cartTable {
	border: 1px solid #999999;
}

.indent {
	padding-left: 30px;
}

#cartSummary {
	font-size: 80%;
	text-align: right;
	width: 700px;
	padding: 0 0 10px 0;
	margin: 0 auto; /* setting l & r margins to auto will center the div on the page */
}

.newsBody {
	margin: 0; 
	padding-bottom: 10px; 
	padding-left: 40px;
}

.newsHeading {
	padding-left: 20px;
	margin: 0;
}

.warning
{
	padding-top: 2em;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 0px;
	text-align: left;
}

.warning li 
{
	font-size: 80%;
}