body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background: black;
}

h1, h2 {
	background-color: white;	
	color: black;
	line-height: 130%;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
	background-color: white;	
	color: rgb(120,33,54);
}

h2.contactus {
	color: black;
	background-color: #C6EFF7;
	padding: 2px;
	border: 1px solid #94D6E7;
}

h3 {
	font-size: 110%;
	background-color: white;	
	color: rgb(184,66,51);	
}

#WRAPPER {
	margin: 30px 40px;
	padding: 10px;
	color: black;
	background: white;
}

#HEADER {
	margin: 0;
	padding: 0;
	width: 100%;
	color: white;
	background: black;
	/*
	background-image: url(../gfx/grid.gif);
	background-position: top right;
	background-repeat: no-repeat;
	*/
}

.strap {
	color: rgb(120,33,54);
	background-color: white;
	font-variant: small-caps;
	letter-spacing: 0.3em;
}

#CONTENT {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
}

#CENTRE li {
	margin-bottom: 0.75em;
}

#CENTRE li p {
	margin-top: 0;
	font-size: 90%;
}

/* productList */
#CENTRE ul.productList h3 a:link, #CENTRE ul.productList h3 a:visited {
	font-weight: bold;
	color: rgb(120,33,54);
	background-color: white;
	font-size: 90%;
	margin-bottom: -1.0em;
}

/* productlist */
#CENTRE ul.productlist h3 a:link, #CENTRE ul.productlist h3 a:visited {
	font-weight: bold;
	color: rgb(120,33,54);
	background-color: white;
	font-size: 90%;
	margin-bottom: -1.0em;
}

#CENTRE ul.productList p, #CENTRE ul.productlist p {
	margin-top: -1.3em;
}

#CENTRE ul.productList, ul, #CENTRE ul.productlist, ul {
	list-style: square;
}

#CENTRE a:link, #CENTRE a:visited {
	color: black;
	background-color: white;
}

.red {
	color: rgb(184,66,51);
	background-color: white;
}

#BREADCRUMB {
	color: white;
	background: black;
	height: 20px;
	padding-left: 3px;
}

#BREADCRUMB a:link, #BREADCRUMB a:visited {
	color: rgb(138,161,175);
	background: black;	
}

/*
#RIGHT img {
	/* border: 1px solid rgb(215,158,31); */
/*
	border: 1px solid rgb(120,33,54);
}

#RIGHT p.quote {
	color: rgb(120,33,54);
	background-color: white;
	margin-top: -0.75em;
	line-height: 150%;
	width: 150px;
}

#RIGHT p.caption {
	font-size: x-small;
}
*/

#RIGHT h2 {
	margin-bottom: -1em;
}

#RIGHT a:link, #RIGHT a:visited {
	color: black;
	background-color: white;
}

#LEFT img {
	/* border: 1px solid rgb(215,158,31); */
	border: 1px solid rgb(120,33,54);
}

#LEFT img {
	margin-left: 20px;
}

#LEFT p.quote {
	color: rgb(120,33,54);
	background-color: white;
	margin-top: -0.75em;
	line-height: 150%;
	width: 140px;
}

#LEFT p.caption {
	font-size: x-small;
}


#CENTRE {
	line-height: 150%;
}

#FOOTER {
	clear: both;
	padding-bottom: 0;
}

#FOOTER p {
	text-align: center;
}

#CLEARONE {
	clear: both;
	height: 1px;
}

/* LEFT NAVIGATION ATTRIBUTES */

#NAVIGATION ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#NAVIGATION li, #NAVIGATION a, #NAVIGATION a:hover {
	width: 135px; /* REQUIRED!!! */
}

#NAVIGATION li {
	margin: 0 0 1px 0;
}

#NAVIGATION a, #NAVIGATION #current {
	padding: 0.3em;
}

#NAVIGATION a {
	display: block;
	text-decoration: none;
	color: black;
	/* background: rgb(175,196,204); */
	background: #CCC;
}

#NAVIGATION a:hover {
	color: white;
	/* background: rgb(138,161,175); */
	background: #666;
  font-weight: bold;
}

#NAVIGATION li#current {
	font-weight: bold;
	color: white;
	background: black;
}

/* END OF LEFT NAVIGATION ATTRIBUTES */

#CENTRE p.boxout {
	border: 1px solid black;
	padding: 0.5em 1em 0.7em 1em;
	/* background-color: rgb(160,185,196); */
	/* background-color: rgb(208,210,207); */
	/* background-color: rgb(175,196,204); */
	background-color: #DDD;
	color: black;
	font-weight: bold;
}

#CENTRE .productPhoto {
	float: right;
	margin: 0 0 0.5em 1em;
	border: 1px solid #999;
}

#RIGHT p.boxout {
	background-color: white;
	color: rgb(120,33,54);
	width: 150px;
	line-height: 2em;
	margin-bottom: 2em;
}

#FOOTER a:link, #FOOTER a:visited {
	color: black;
	background-color: white;
}

#FOOTER a:hover {
	text-decoration: none;
}

p.bold {
	font-weight: bold;
}

#CENTRE p.hide a:link {
	color: #666;
	background-color: white;
}

#CENTRE p.hide a:visited {
	color: #999;
	background-color: white;
}

#CENTRE p.hide a:hover {
	text-decoration: none;
}

/*
#CENTRE p.hide .red {
	text-decoration: underline;
}
*/

#whitenews h1 {
	font-size: 120%;
	margin-top: -0.5em;
}

p.small {
	font-size: x-small;
}

/* Search stuff */

#SEARCH p.quicksearch {
	font-size: x-small;
	margin-bottom: -1.2em;
}

#SEARCH p.keywords {
	margin-bottom: -1.6em;
}

/* Search input field */
#searchform #keywords {
	border: 1px solid #666;
	color: black;
	background-color: #EEE;
	width: 150px;
}

/* Search button */
#searchform #btnSearch {
	margin-top: 10px;
	color: white;
	background-color: #666;
	border: none;
}

/* End of search stuff */

table#subscribe {
	border-collapse: collapse;
}

table#subscribe td.left {
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

table#subscribe .formfield {
	background-color: rgb(255,255,160);
	width: 200px;
}

table#subscribe textarea {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: white; 
	background-color: #393; 
	font-size: 10pt;
}

#RIGHT h2 {
	font-size: 110%;
}

#RIGHT p {
	line-height: 140%;
}

#associates {
	width: 140px;
	font-size: x-small;
}

#associates img {
	border: none; 
	margin-left: 0; 
	margin-top: 5px;
}

#associates p {
	margin-top: 3px;
}

#associates a:link, #associates a:visited {
	color:#333;
}

div .blackbox {
	color: white;
	background: black;
	padding: 1em;
}

div .blackbox2 {
	color: white;
	background: black;
	padding: .2em 1em;
	text-align: center;
}