@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font: 80%/1.8 Helvetica, Arial, sans-serif;
}

p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

li {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 5px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ED1E79;
	text-decoration: underline;
}

h1 {
	color: #fff;
	font-size: 1.5em;
}

h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

.right-align {
	text-align: right;
}

#outer-wrapper {
	width: 1023px;
	margin: 0 auto;
	background-color: #000;
}

#inner-wrapper {
	width: 937px;
	margin: 0 auto;
}

#branding {
	height: 135px;
}

#logo {
	float: left;
	height: 85px;
	width: 520px;
	margin-top: 17px;
}

#contacts {
	float: right;
	width: 400px;
	height: 85px;
	margin-top: 17px;
}

#view-basket {
	width: 80px;
	float: right;
	margin-top: 10px;
}

#view-basket p {
	font-size: 0.9em;
	margin-bottom: 0;
}

#search-form-container {
	background: #000 url(../images/search-bg.gif);
	float: right;
	width: 250px;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

#search-form-container p {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 0;
}

#search-form-container .search-field {
	width: 150px;
	height: 15px;
	margin-left: 5px;
}

#search-form-container form label {
	width: 40px;
	margin-right: 10px;
	float: left;
}

#search-submit {
	background: none;
	border: none;
	width: 30px;
	margin-left: 0;
}

/* Menu  Styling */

#topnav {
	clear: both;
	height: 33px;
	background: transparent url(../images/top-nav-bg.gif) repeat-x top left;
	font-size: 0.85em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 5px;
}

#nav ul {
	padding-top: 0;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #ED1E79;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	margin-right: 5px;
	width: 80px;
	line-height: 12px;
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #bec0c1 url(../images/sub-nav-bg.gif) repeat-y top left;
	width: 150px;
	border: 1px solid #000;
	margin-left: -5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 150px;
	line-height: 21px;
	background: #bec0c1 url(../images/sub-nav-bg.gif) repeat-y top left;
	border-bottom: 1px solid #000;
	margin: 0;
}

#nav li ul li a:hover {
	background: #ED1E79;
	color: #103C59;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Side Navigation */

#main-nav {
	float: left;
	width: 190px;
	margin-top: 10px;
}

#main-nav h2 {
	clear: both;
	background: transparent url(../images/left-nav-gradient.gif) repeat-x top left;
	color: #000;
	font-size: 1.0em;
	padding-left: 5px;
}

#main-nav h2 a {
	color: #000;
}

#main-nav ul li a:hover {
	color: #ED1E79;
	text-decoration: none;
}

#main-nav p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 10px;
	color: #fff;
}

#main-nav, #main-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}

#main-nav li { /* all list items */
	position : relative;
	float : left;
	width: 185px;
	line-height : 1.25em;
	margin-bottom : 5px;
	border-bottom: 1px dashed #727272;
}

#main-nav li.menu-expand {
	background: #000 url(../images/menu-expand.png) no-repeat top center;
}

#main-nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 185px;
	margin-top : -1.35em;
	background-color: #3F3F3F;
}

#main-nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#main-nav li a {
	display : block;
	color : #fff;
	width: 170px;
	font-weight : normal;
	font-size: 0.9em;
	text-decoration : none;
	padding : 0 3px 0 6px;
}

#main-nav li a:hover {
	color : #ED1E79;
	background-color : #232323;
}

#main-nav ul li ul, #nav li ul {
	z-index:10;
}

#main-nav li ul li {
	margin-bottom: 5px;
}

#main-nav li ul li a {
	color: #fff;
	background-color: #3F3F3F;
}

#main-nav li:hover ul ul, #main-nav li:hover ul ul ul, #main-nav li.sfhover ul ul, #main-nav li.sfhover ul ul ul {
	left: -999em;
}

#main-nav li:hover ul, #main-nav li li:hover ul, #main-nav li li li:hover ul, #main-nav li.sfhover ul, #main-nav li li.sfhover ul, #main-nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Main Content Area */

#content {
	clear: both;
}

#main-content {
	width: 725px;
	float: right;
	margin-top: 3px;
}

#main-content a {
	color: #ED1E79;
}


#main-image {
	margin-bottom: 20px;
}

#inner-page {
	width: 465px;
	float: left;
}

#inner-page-right {
	width: 245px;
	float: right;
	padding-top: 10px;
}

#trailer-page {
	width: 280px;
	float: left;
}

#trailer-page-right {
	width: 411px;
	float: right;
	padding-top: 10px;
}

#category-page {
	width: 724px;
}

/* Call to action boxes */

.call-to-action {
	width: 235px;
	min-height: 126px;
	margin-bottom: 20px;
	clear: right;
	border: 1px solid #fff;
	padding: 5px;
}

.calls-home {
	float: right;
	margin-left: 20px;
}

.call-to-action form {
	margin-top: -30px;
}

.call-to-action form label {
	width: 80px;
	clear: both;
	float: left;
}

.call-to-action form input {
	margin-bottom: 5px;
}

.blue {
	background: #0064FF url(../images/call-to-action-blue.gif) no-repeat bottom right;
}

.blue h3 {
	color: #fff;
}

.blue a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.blue a:hover {
	color: #ED1E79;
}

.white {
	background: #fff url(../images/call-to-action-white.gif) no-repeat bottom right;
}

.white h3 {
	color: #000;
}

.white p {
	color: #000;
}

.white a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.white a:hover {
	color: #ED1E79;
}

.black {
	background: #000 url(../images/call-to-action-black.gif) no-repeat bottom right;
}

.black h3 {
	color: #009DFF;
}

.black a {
	color: #009dff;
	text-decoration: none;
}

.black a:hover {
	color: #ED1E79;
}

/* Shop Item Styling */

.category-thumbnail {
	float: left;
	height: 180px;
	text-align: center;
	margin-right: 42px;
	margin-bottom: 15px;
	overflow:hidden;
}

.category-thumbnail p {
	margin: 0;
	width: 100px;
}

.category-thumbnail-image {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
}

.category-thumbnail-image img {
	border: 0;
}

.product-thumbnail {
	float: left;
	width: 125px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 15px;
}

.product-thumbnail p {
	margin: 0;
}

.product-thumbnail img {
	border: 0;
}

/* Footer styling */

#footer {
	clear: both;
	height: 97px;
	background: #000 url(../images/outer-wrapper-bg.gif) no-repeat bottom left;
	text-align: right;
}

#footer ul {
	list-style: none;
	padding-top: 50px;
}

#footer ul li {
	display: inline;
	margin-right: 20px;
	font-size: 0.9em;
	color: #000;
}

#footer ul li a {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #ED1E79;
}


/* Other Styles */

.pic-caption {
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
}

.inner-image {
	width: 465px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

.image-215 {
	width: 215px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.image-215 img {
	border: 0;
}

.image-250, .image-150 {
	width: 250px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}

.image-150 {
	width: 150px;
}

.image-250 img, .image-150 img {
	border: 0;
}

.image-250-right {
	width: 250px;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.image-250-right img {
	border: 0;
}

a.pinklink {
	color: #ED1E79;
}

.clear {
	clear: both;
}

#main-content ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

#main-content li {
	font-size: 0.9em;
}

.home-company-name {
	width: 310px;
	padding: 6px;
	margin-left: 40px;
	float: left;
	background-color: #103C59;
	border: 2px solid #fff;
}

.home-company-name p, .home-company-name h2 {
	text-align: center;
}

.advertise-your-trailer {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #103c59;
	border: 2px solid #fff;
}

.center-image {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

.sounds-interesting {
	width: 70%;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #0565F8;
	border: 2px solid #fff;
	padding: 5px;
}
.sounds-interesting h2 {
	text-align: center;
	font-size: 1.3em;
}

.stop-press {
	width: 85%;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #851A1A url(../images/stop-press-bg.gif) no-repeat top center;
	border: 2px solid #fff;
	padding: 5px;
	padding-top: 40px;
}

.web-exclusive {
	width: 85%;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #851A1A url(../images/exclusive-web-prices-bg.gif) no-repeat top center;
	border: 2px solid #fff;
	padding: 5px;
	padding-top: 40px;
}


.trailer-logo {
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.horse-trailer-container {
	clear: both;
	margin-bottom: 10px;
}

.horse-trailer-image {
	float: left;
	width: 175px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.horse-trailer-description {
	float: left;
	width: 450px;
}


/* For Sale Items */

.sentance_case {
	text-transform: capitalize;	
}

.forsale-container {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.forsale-image {
	float: left;
	width: 225px;
	overflow: hidden;
	margin-right: 15px;
}

.forsale-description {
	float: left;
	width: 400px;
}

.image-thumbnail {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-top: 10px;
}

.image-thumbnail img {
	border: 0;
}

.basket {
	background-color: #C8C9CA;
	color: #000;
}
.basket a {
	color: #000;
}
.basket tr td {
	padding-left: 5px;
}
img {
	border: 0px;
}
.promotrailer {
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}
.centre {
	text-align: center;
}
#contactaddress {
	border: 1px solid #fff;
	padding: 10px;
}
#home_text {
	font-size: 1.1em;
}
#dimensionstbl {
	width: 500px;
}
#dimensionstbl th {
	font-weight: bold;
	text-align: left;
}
#dimensionstbl p{
	margin: 0px;
}
.centre {
	text-align: center;
}
.historyimgleft {
	float: left;
	margin: 10px;
}
.historyimgright {
	float:right;
	margin: 10px;
}

.specialistimg {
	float: left;
	width: 320px;
	margin-right: 10px;
}

.specialistimg1 {
	float: right;
	margin-right: 10px;
	width: 510px;
}

/* Related Products */

.related-product {
	width: 250px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #fff;
	float: left;
	position: relative;
}

.related-image {
	clear: right;
	width: 200px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
}

.related-image img {
	border: 0;
}

.related-description {
	padding-top: 4px;
	width: 220px;
	text-align: center;
	margin: 0 auto;
}

.related-description p {
	margin-bottom: 5px;
}

.related-price {
	width: 220px;
	border: 1px solid #295175;
	background-color: #fff;
	color: #ED1E79;
	width: 238px;
	height: 1.2em;
	font-weight: bold;
	padding: 5px;
	clear: both;
	text-align: center;
}

.related-price p {
	margin-top: -17px;
	font-size: 1.1em;
}

.related-view {
	clear: both;
	text-align: center;
}

.related-product h3 {
	background-color: #295175;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	width: 242px;
}

.related-product h3 a {
	color: #fff;
}

.showjumps-logo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: center;
}

.showjumps-logo p {
	line-height: 110px;
}
#prodimg {
	padding-right: 10px;
}

/* Image Fade Styling */
#fade {
	width: 724px; 
	height: 250px;
	overflow:hidden;
}
#fade a img {
	margin: 0px; 
	padding: 0px; 
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: none;
}
