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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #34612C;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7FBA2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*--------- HEADER STYLES ---------------*/
#header {
	background: #;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #284D22;
	margin: 0px;
}


#headerLogo {
	height: 220px;
	background-image: url(http://www.swanseavale4x4.co.uk/images/Swansea%20Vale%204x4%20Logo.jpg);
	background-repeat: no-repeat;
	width: 600px;
	float: left;
	background-color: #284D22;
}

#headerAddress {
	width: 180px;
	height: 180px;
	float: left;
	background-color: #284D22;
	text-align: center;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 40px;
	font-size: 16%;
}

/********************** Horizontal Navigation Bar ***********************/
#horizontnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 780px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom: 3px solid #000000;
	background-color: #284d22;
	float: left;
}

#horizontnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizontnav li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5;
	border-right: 1px solid #000000;
	float: left;
	width: 129px;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
}
#horizontnav li a:hover {
	background-color: #114009;
}
#horizontnav #horizontlast a {
	border-right-style: none;
}



/*--------- MAIN CONTENT ----------------*/

#mainContentFull {
	float: left;
	height: auto;
	width: 752px;
	text-align: center;
	background-color: #F7FBA2;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#textBoxShop {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #666;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

/*#textBox a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
} 
#textBox a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
} */
#shopTopBar {
	margin-bottom: 10px;
}


#breadcrumbs {
	float: left;
	width: 395px;
	padding-left: 5px;
	height: 20px;
	padding-top: 3px;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#accountTabs {
	float: left;
	text-align: right;
	width: 335px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#leftBox {
	float: left;
	width: 120px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#rightBox {
	float: left;
	width: 117px;
	text-align: left;
	padding-left: 5px;
	border-left-color: #666;
	border-left-style: dotted;
	border-left-width: thin;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#date {
	height: 20px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 10px;
}

#contentBox {
	float: left;
	width: 468px;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 0px;
	padding-right: 0px;
}
#login form a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}
#login form a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration:underline;
}


/*------------------- FOOTER STYLES ---------------------*/
#footer {
	background-color: #1F391A;
	padding: 0px;
	width: 780px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
#footerCopyright {
	float: left;
	width: 389px;
}
#footerDesign {
	float: left;
	width: 389px;
}


 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
}

/* ---------CLASS STYLES----------- */

.addressStyle {
	font-family: Arial;
	color: #FFF;
	font-size: 10px;
	text-align: justify;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.floatright {
	float: right;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
fieldset #form1 h5 {
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 13px;
}
#form1 h5 {
	font-family: Arial;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.pictureLinkNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* -------------- OSCOMMERCE STYLE CLASSES ------------- */


.boxText { font-family:Verdana, Arial, sans-serif; font-size: 9px; }

A {
  font-family: Verdana, Arial, sans-serif; font-size: 10px;
  color: #000000;
  text-decoration: none;
}

A:hover {
  font-family: Verdana, Arial, sans-serif; font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Trebuchet MS;
  font-size: 9px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:#550
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  color: #550;
  font-weight : bold;
}

A.headerNavigation { 
  color: #550; 
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
}

A.headerNavigation:hover {
  color: #550;
  text-decoration: underline;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  font-weight: bold; 
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #550;
  text-transform: uppercase;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #800000;
  font-weight: bold;
}

