@charset "utf-8";
/* CSS Document */

/*remove boundary, set site wide colour*/
body {
	margin:0;
	padding:0px;
	background-color:FFDAA4;
}
.wrapper {
	margin-left:5%;
	margin-right:5%;
}
/* header style*/
header {
	background-color:#C1CADE/*a7b7c7*/;
	color:#000000;
	font-variant:small-caps;
	font-size:1.5em;
	padding:5px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.textInterupt {
	font-size:1.5em;
}
header img {
	margin:0;
	padding:0;
	border-radius:0 !important;
	max-width:50px;
	margin-left:5px;
	float:left;
}
header p {
	margin:0;
	clear:both;
}
header ul {
	margin: 15px;
	text-align:center;
}
header li {
	list-style: none;
	margin-right:15px;
	display: inline;
	width:auto;
}
/*link list*/
nav {
	text-align:center;
}
nav ul {
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;	
	margin: 0px;
	clear:both;
	text-align:center;
}
nav li {
	list-style: none;
	display: inline;
	width:auto;
	margin-left:5%;
	margin-right:5%;
	padding-top:10px;
	padding-bottom:10px;
}
nav a {
	color:black;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 1.3em;
}
.Stockimg {
	max-height:70px;
	clear:left;
	margin-top:30px;
	}
/*front page images*/
.splash {
	max-width:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	float:left;
	max-height:350px;
}
#stock {
	text-align:center;
	}
.feederBox {
	background-color:#3B3B3B;
	height:350px;
	border-radius:10px;
	padding-right:5%;
	font-size:1.5em;
	font-variant:small-caps;
}
.feederBox p {
	color:white;
	float:right;
	clear:right;
	margin-top:5px;
}
/* front page content */

.body {
	clear:left;
}
blockquote {
	clear:left;
	text-align:center;
	font-size:2.5em;
	}
.rollingEndorseAuth {
	text-align:center;
}
.bracketLeft {
	float:left;
	clear:left;
	font-size:6em;
	width:9%;
	opacity:0.5;
	margin-top:30px;
}
.textInterupt {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.bracketRight {
	float:right;
	clear:right;
	font-size:6em;
	width:9%;
	opacity:0.5;
	margin-top:30px;
}
.imgbreak {
	text-align:center;
	margin-left:3%;
	margin-right:3%;
}
.splitimg {
	width:20%;
	max-height:114px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:1.5%;
	margin-right:1.5%;
	background-color:#FFFFFF;
	border:3px solid #ffffff;
}
.clickImg {
	max-width:50%;
	margin-right:20px;
	float:left;
}
.imageDesc {
	margin-top:20px;
	float:left;
	width:100%;
}
img {
	border-radius:10px;
}
.imageBreak img {
	border-bottom-color:#000000;
	border:2px;
}
.clickImg {
	margin-bottom:20px;
}
.price {
	text-align:center;
	float:right;
	margin-bottom:10px;
}
.specification {
	text-align:left;
	float:left;
}
.price h2 {
	font-size:4em;
	margin-bottom:0;
}
.centerIMG {
	text-align:center;
}
#descText {
	width:auto !important;
}
.price a {
	font-variant:small-caps
}
footer {
	text-align:center;
	background-color:#5B5A5A;
	clear:both;
	margin-top:15px;
}
footer p {
	color:#FFFFFF;
	margin:0;
	font-size:0.5em;
}
.imageDesc p {
	width:80%;
	font-size:1.5em;
}
.imageBreak {
	background-color:#9F9F9F;
	clear:both;
	border-radius:10px;
	text-align:center;
	border:solid 1px;
}
.priceTop {
	color:white;
	float:right;
	font-size:3em;
	margin-top:50px;
	margin-bottom:0;
	clear:right;
}
.feederBox h1 {
	color:white;
	float:right;
	clear:right;
	margin-bottom:0;
	font-size:1.5em;
}
.stockist {
	float:none !important;
}
form {
	width:75%;
	margin:auto;
	border:thin;
	border-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}
.required {
	margin-top:0;
	font-style:italic;
}
#size {
	float:left;
	clear:both;
}
#customerComments {
	float:left;
	clear:left;
}
#submit {
	float:left;
}
#cancel {
	float:right;
}
textarea#comments {
	width:100%;
}

.smallPrint {
	color:#000000 !important;
	font-variant:normal;
	font-size:0.5em !important;
	margin-top:5px;
	}