
/* tag styles */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 22px;
	color: white;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2
{
	font-size: 20px;
	color: #bd9750;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3
{
	font-size: 18px;
	color: #bd9750;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h4
{
	font-size: 12px;
	color: #bd9750;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p
{
	font-size: 12px;
	color: white;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr
{
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	color: white;
	background-color: white;
	border: white;
	height: 1px;
	clear: both;
	width: 675px;
	line-height: 1;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

a
{
	color: #FFFFFF;
}

ul
{
	padding-left: 30px;
	margin-left: 30px;
}

ol
{
	padding-left: 30px;
	margin-left: 30px;
}









/* div layout styles */

#maincontainer
{
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}

#leftcolumn
{
	width: 225px;
	float: left;
	margin-top: 175px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: right;
	line-height: 0;
}

#rightcolumn
{
	width: 735px;
	float: right;
	margin-top: 175px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}


#products-text
{
text-align:justify;
}









/* formatting styles */

.maintext
{
	text-align: justify;
	line-height: 1.3;
}

.copyright
{
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
}

.graycolour
{
	color: #CCCCCC;
}

.khakicolour
{
	color: #bd9750;
}

.homepicspacing
{
	margin-left: 40px;
	margin-right: -5px;
	margin-bottom: 10px;
}

.homepicspacingextra
{
	margin-left: 40px;
	margin-right: -5px;
	margin-bottom: 35px;
}

.picsfloatright
{
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.navigationspacers
{
	margin: 0px;
	padding: 0px;
	line-height: 0;
	float: right;
}

.lispacing
{
	margin-bottom: 10px;
}

.mapfloatright
{
	float: right;
	overflow: hidden;
	background-color: #000000;
	border: 1px solid gray;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 400px;
}

.mapfloatright img
{
	margin: 0px;
	padding: 0px;
}

.mapfloatright p
{
	color: #bd9750;
	font-weight: bold;
}

.floatpicholder
{
	float: right;
	margin: 0px;
	padding: 10px 20px 0px 0px;
	overflow: hidden;
	clear: none;
	width: 420px;
}

.marginright
{
	margin-right: 20px;
}


.categoryselect
{
	float: left;
	width: 200px;
	padding: 10px 0px 15px 38px;
	clear: none;
	text-align: center;
}

.categoryselect p
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #bd9750;
	
}

.categoryselect a
{
	text-decoration: none;
	color: #bd9750;
}



