body {margin-top:50px;}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border: none;
	vertical-align: top;
}
.stockist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border: none;
	border-collapse:collapse;
	vertical-align: top;
}
.stockistheading {
	font-weight:bold;
	border-bottom-style: double; 
	border-bottom-color: black;
	border-bottom-width: 3px;
	padding-top: 10px;
}
.stockistitem {
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 1px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;     
}

#nav, #nav ul {  /*id selection "#nav", "#nav ul" */ 
padding: 0;
margin: 0;
list-style: none; /* this gets rid of the bulleted look*/
}

#nav li ul { /* id selection for the unordered list */
	margin: 0px; /* space between master image top and links */
	padding:0px;
	position: absolute;
	left:-2000px; /*Absolute left alignment* - position of list when not in use
	top:51px; /*This will successfully position the drop down 51px away from its parent*/
	background:#FFCCCC; /*color of bgd block*/
	width: 135px;
}

#nav li { /* id selection for the top links */
position:relative;
margin: 0px;
padding:0px;
float: left;
height:51px;
}

#nav li ul li{ /* id selection for the top links */
height:auto;
width: 100%;
float: left; 
}

#nav li ul li a { /*id selection link for the copy*/ 
display: block; /* style of content */
margin:0px;
padding: 4px;
border-bottom:1px solid #FFFFFF;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #000000;
}

#nav li a {
display: block;
padding: 0px;
font-size: 12px;
color: #000000;
}

#nav li:hover ul { /* Settings within id nav, ordered list, hover unordered lit */
left:auto;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #633818;
}
a:link {
	color: #633818;
}
a:visited {
	color: #425521;
}

textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}