* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	text-align: center;
	font-family: arial;
	font-size: 0.75em;
	color: #fff;
}
img {
	border: none;
}
a {
	color: #E93E1E;
}
h1 {
	font-size: 1.3em;
	color: #fff;
	padding: 5px 0;
}
p {
	margin: 5px 0;
}

#wrapper {
	width:1200px;
	margin: 0 auto;
}

#nav {
	background: url(/assets/images/nav_bg.jpg) no-repeat;
	height: 40px;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 350px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	height: 40px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#nav ul li a.sam {
	width: 140px;
	background: url(/assets/images/sam_but.jpg) no-repeat;
	margin-right: 27px;
}
#nav ul li a.school {
	width: 161px;
	background: url(/assets/images/school_but.jpg) no-repeat;
	margin-right: 56px;
}
#nav ul li a.shop {
	width: 84px;
	background: url(/assets/images/shop_but.jpg) no-repeat;
}
#nav ul li a:hover, #nav ul li.current a {
	background-position: 0 -40px;
}
#main {
	background: url(/assets/images/sam-dyson-main.jpg) no-repeat top center;
	min-height:430px;
  	height:auto !important;
  	height:430px;
}
#threecolmain {
	background: url(/assets/images/sam-dyson-main2.jpg) no-repeat top center;
	width: 900px;
	margin: 0 auto;
	min-height:470px;
  	height:auto !important;
  	height:470px;
}
.copy {
	padding: 20px 0;
}
#leftcol {
	width: 125px;
	float: left;
	text-align: left;
	padding: 20px 10px;
	margin: 10px;
}
#leftcol ul li {
	padding: 5px 0;
	fon-size: 1.1em;
	list-style: none;
}
#leftcol ul li a {
	color: #fff;
	text-decoration: none;
}
#leftcol ul li a:hover, #leftcol ul li.current a {
	color: #e93e1e;
	text-decoration: underline;
}
#centrecol {
	width: 440px;
	float: left;
	text-align: left;
	padding: 20px 10px;
	margin: 10px;
}
#rightcol {
	width: 205px;
	float: left;
	padding: 20px 10px;
	margin: 10px;
	text-align: left;
}
#rightcol ul#social {
	list-style: none;
	margin: 20px 0;
	clear: both;
	float: left;
}
#rightcol ul#social li {
	float: left;
	margin: 0 8px;
}
#rightcol ul#social li.last {
	margin: 0 0 0 8px;
}
ul#homesocial {
	list-style: none;
	margin: 435px 0 0 107px;
	float: left;
}
ul#homesocial li {
	float: left;
	margin: 0 8px;
}
ul#homesocial li.first{
	margin: 0 8px 0 0;
}
#rightcol ul#rabbits_small  {
}
#rightcol ul#rabbits_small li  {
	float: left;
	list-style: none;
	margin: 5px 0;
}
#rightcol ul#rabbits_small li a {
	height: 129px;
	width: 205px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#rightcol ul#rabbits_small li a.rabbit1 {
	background: url(/assets/images/rabbit1-sml.gif) no-repeat;
}
#rightcol ul#rabbits_small li a.rabbit2 {
	background: url(/assets/images/rabbit2-sml.gif) no-repeat;
}
#rightcol ul#rabbits_small li a.rabbit3 {
	background: url(/assets/images/rabbit3-sml.gif) no-repeat;
}
#rightcol ul#rabbits_small li a:hover {
	background-position: 0 -129px;
}
#rabbits {
	clear:both;
}
#rabbits ul  {
	width: 924px;
	height: 181px;
	margin: 0 auto 20px auto;
}
#rabbits li  {
	float: left;
	list-style: none;
	margin: 0 5px;
}
#rabbits li a {
	height: 181px;
	width: 298px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#rabbits ul li a.rabbit1 {
	background: url(/assets/images/rabbit1.jpg) no-repeat;
}
#rabbits ul li a.rabbit2 {
	background: url(/assets/images/rabbit2.jpg) no-repeat;
}
#rabbits ul li a.rabbit3 {
	background: url(/assets/images/rabbit3.jpg) no-repeat;
}
#rabbits ul li a:hover {
	background-position: 0 -181px;
}
.chuck {
	color: #fff;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
}
#quotes1 {
	float: left;
	margin: 250px 0 0 170px;
	font-size: 1.2em;
	width: 258px;
}
#quotes2 {
	float: right;
	text-align: left;
	margin: 40px 150px 0 0;
	font-size: 1.2em;
	width: 208px;
}
#hometext {
	text-align: left;
	width: 400px;
	padding: 20px 0 10px 143px;
	float: left;
}
#rightquotes1, #rightquotes2 {
	padding-bottom: 30px;
	font-size: 1.2em;
}

#footer {
	background: url(/assets/images/footer_bg.jpg) no-repeat;
	height: 151px;
	clear: both;
	text-align: left;
	color: #fff;
}
.enquiryform {
	margin: 0 0 0 150px;
	float: left;
}
.formright {
	padding-left: 50px;
}

label {
	width: 100px;
	clear: left;
	float: left;
	margin: 8px 0 0 0;
}
.checklabel {
	width: 252px;
	clear: left;
	float: left;
	margin: 5px 0;
}
input {
	width: 140px;
	float: left;
	margin: 8px 0 0 0;
}
.checkinput input {
	width: 18px;
	float: left;
	margin: 5px 0;
}
textarea {
	clear: left;
	float: left;
	width: 264px;
	height: 50px;
	margin-left: 0;
}
fieldset {
	float: left;
	border: none;
	margin-top: 17px;
}
.submit {
	background: url(/assets/images/submit_but.jpg) no-repeat;
	border: none;
	text-indent: -999em;
	width: 83px;
	height: 49px;
	cursor: pointer;
	margin: 62px 0 0 28px;
	font-size: 0;
	line-height: 0;
	float: left;
}
.error {
	clear: left;
	float: left;
}
#contactMessage {
	clear: left;
	float: left;
	color: red;
	font-weight: bold;
}

.floatl {
	float: left;
}
.floatr {
	float: right;
}
.clearboth {
	clear: both;
}



















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

