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

body {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
#HeaderHolder {
	background-image:url(../images/headerbg.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 130px;
}
#Header {
	padding-top: 10px;
}
#HeaderContact {
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
	margin-top: 5px;
	color: #fff;
}
#HeaderContact p {
	display: inline-block;
	margin-left: 25px;
}
#HeaderContact span {
	color: #ccc;
}
#HeaderContact a {
	color: #fff;
}
#HeaderContact a:hover {
	color: #ccc;
}

#MainNav a {
	color: #fff;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 0.9em;
}
#MainNav a:hover {
	color: #ccc;
}
#MainNav a.Current {
	color: #000;
}
#ProductNav {
	text-align: right;
}
#ProductNav a {
	color: #666;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 0.9em;
}
#ProductNav a:hover {
	text-decoration: underline;
}
#ProductNav a.Current {
	text-decoration: underline;
	color: #336600;
}

#MainContent {
	margin-top: 30px;
	line-height: 1.3em;
	padding-bottom: 40px;
}
#Slider {
	margin-bottom: 20px;
}
#MainContent h1 {
	color: #336600;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 15px;
}
#MainContent h2 {
	color: #336600;
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
#MainContent p {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 15px;
}
#MainContent a {
	color: #336600;
	font-size: 0.9em;
}
#MainContent a:hover {
	text-decoration: underline;
}
#MainContent ul,
#MainContent ol {
	color: #666666;
	list-style: disc;
	font-size: 0.9em;
	margin-left: 30px;
	margin-bottom: 15px;
}
#MainContent li {
	margin-bottom: 5px;
}


#ProductDetails {
	margin-top: 30px;
}
.ProductHolder {
	text-align: center;
	margin-bottom: 40px;
}
#MainContent .ProductHolder p,
#MainContent .ProductHolder h2 {
	margin-bottom: 5px;
}
#MainContent .ProductHolder .Green {
	color: #336600;
}
#MainContent .ProductHolder .Small {
	font-size: 0.8em;
}
#MainContent .ProductHolder .Large {
	font-size: 1em;
	font-weight: bold;
}
#MainContent .ProductHolder .clear {
	margin-bottom: 20px;
}

.RightColCTAHolder {
	border: #ccc solid 1px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}
.HomeRightCol a {
	width: 254px;
	height: 104px;
	display: block;
	
	background-position: top;
	margin-bottom: 10px;
}
.HomeRightCol a:hover {
	background-position: bottom;
}
.HomeRightCol a#NewUsedSide{
	background-image:url(../images/NewUsed-SideLnk.jpg);
}
.HomeRightCol a#BespokeSide{
	background-image:url(../images/BespokePallets-SideLnk.jpg);
}
.HomeRightCol a#RepairSide{
	background-image:url(../images/PalletRepairs-SideLnk.jpg);
}
.HomeRightCol a#PurchasingSide{
	background-image:url(../images/PalletPurchasing-SideLnk.jpg);
}

#MainContent p.Headline {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3em;
	color: #336600;
}
#MainContent .RightColCTAHolder a {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 15px;
}




.ContactForm .gfield_label {
	font-size: 0.9em;
	color: #336600;
}
.ginput_complex {
	color: #666;
}
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
	font-size: 0.8em;
	color: #666;
}
#gform_submit_button_1 {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#gform_submit_button_1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}
#gform_submit_button_1:active {
	position:relative;
	top:1px;
}
gforms_confirmation_message {
	color: #336600;
	font-size: 1.1em;
	font-weight: bold;
}
#ContactUs #RightColumn h2 {
	color: #336600;
	font-size: 1.1em;
}
#ContactUs #RightColumn h3 {
	color: #336600;
	font-size: 0.9em;
}
#ContactUs #RightColumn a {
	color: #666;
}
#ContactUs #RightColumn a:hover {
	color: #336600;
	text-decoration: none;
}



#CallToAction {
	text-align: center;
	color: #336600;
	font-size: 1.6em;
	margin-top: 30px;
}
#CallToAction .Bold {
	font-weight: bold;
}
#CallToAction .Telephone {
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
}
#CallToAction a {
	color: #666;
	font-size: 0.7em;
}
#CallToAction a:hover {
	text-decoration: underline;
}
#FooterHolder {
	background-image:url(../images/footerbg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#Footer {
	padding-top: 230px;
	line-height: 1.3em;
	padding-bottom: 50px;
	font-size: 0.9em;
	color: #ffffff;
}
#Footer h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
#Footer p {
	margin-bottom: 10px;
}
#Footer a {
	color: #fff;
}
#Footer a:hover {
	color: #000;
}
#Footer ul {
	margin-left: 25px;
}
#Footer ul li {
	margin-bottom: 5px;
	list-style: disc;
}
#Footer #CompanyCover h3 {
	margin-bottom: 0px;
}
#Footer #CompanyCover h4 {
	margin-bottom: 15px;
}
#Footer #DITLink {
	text-align: right;
}