html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.0%;
	background-color: #3F3E37;
	color: #666666;
	text-align: center;
	}

#wrapper{
	width: 770px;
	background-color: #E5E2C6;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	}

#banner {
	height: 60px;
	background-image: url(../resources/PaulKettelLogo.gif);
	background-repeat: no-repeat;
	background-color: #BFBCA5;
	}
	
#banner p {	
	font-size: 75%;
	color: #333333;
	padding: 5px;
	text-align: right;
	margin-right: 10px;
	}
	
#footer{
	border-top: 0px solid #000000;
	background-color: #BFBCA5;
	color: #333333;
	clear: both;
	}

#footer p {
	font-size: 70%;
	padding: 3px;
	margin-left: 20px;
	}

#content {
	clear: left;
	}


#content p{
	font-size: 75%;
	margin: 20px;
	clear : left;
	}

#content ul {
	list-style-type: none;
	}	
	
#content li{
	font-size: 75%;
	margin: 20px;
	clear : left;
	}	
	
#content h1{
	font-size: 110%;
	color: #3f3f3f;
	font-size: 110%;
	padding-top: 1em;
	margin-top: 2em;
	margin-left: 20px;
	margin-bottom: 20px;
	}

#content h2{
	font-size: 80%;
	color: #3f3f3f;
	padding: 0;
	margin: 20px;
	}

#content h3{
	font-size: 80%;
	font-style: italic;
	color: #3f3f3f;
	margin: 20px;
		clear : left;
	}

/* begin - navigation styling */

#nav, #nav ul {
	float: left;
	width: 770px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #7F7D6E;
	font-weight: bold;
	border: solid #BFBCA5;
	border-width: 1px 0;
}

#nav a {
	display: block;
	width: 6.75em;
	color: #3F3E37;
	text-decoration: none;
	padding: 0.25em 1em;
	font-size: 0.75em;
}

#nav li {
	float: left;
	width: 6.75em;
}

#nav li ul {
	position: absolute;
	width: 6.75em;
	left: -999em;
	border-width: 1px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #E5E2C6;
	}
	
/* end - navigation styling */

.leftimage{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	}

.rightimage{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: none; /*1px solid #000000;*/
	}
	
.alternative {
	background-color: #ddf;
	}

.splashimage{
	float:left;
	}
	
/* news styles */
#news {
	float: right;
	width: 210px;
	}

#news p{
	font-size: 70%;
	margin-left: 0px;
	margin-right: 25px;
	}

#news h1{
	font-size: 110%;
	color: #3f3f3f;
	padding: 0;
	margin-top: 1em;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	}

#news h2{
	font-size: 110%;
	color: #3f3f3f;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	}

#news h3{
	font-size: 70%;
	color: #3f3f3f;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	}	
	
#news a {
	color:#000;
	text-decoration: none; 
	}

#news a:hover {
	color:#666666;
	text-decoration: none; 
	}
	
a img{border:none;}

.thumb {
	width: 130px;
	border: none;
	background-color: none;
	text-align: center;
	float: left;
	padding: 0px;
	margin-left: 20px;
	}
	
a.hyper {
	color: #666666;
	text-decoration: none;
	}
	
a.hyper:link{
	color: #666666;
	text-decoration: underline;	
	}
	
a.hyper:visited{
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
	}

a.hyper:hover {
	text-decoration: none;
	color: #3f3f3f;
	}

#canvas table {
	table-layout: fixed;
	width:60%;
	margin-left: 20px;
	border: 1px solid #000000;
	border-spacing:0px 0px;
	}	
	
#rag table {
	table-layout: fixed;
	width:30%;
	margin-left: 20px;
	border: 1px solid #000000;
	border-spacing:0px 0px;
	}	

#stockist table {
	table-layout: fixed;
	width:70%;
	margin-left: 20px;
	border: none;
	border-spacing:0px 0px;
	}
	
#stockist tr {
	background-color: #E5E2C6;
	}

thead  {
	background-color: #7F7D6E;
	color: #3F3E37;
	font-weight: bold;
	}

tbody {
	background-color: #BFBCA5;
	color: #333333;
	}
	
th {
	text-align:center;
	vertical-align: middle;
	font-size: 70%;
	}	
	
td {
	text-align:center;
	vertical-align: middle;
	font-size: 70%;
	}