body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
    line-height: 1.2em;
	color: #103d59;
	background: #fff url(/images/gradient.gif) repeat-x top left;
}

a {
	color: #3c9344;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
	padding: 0;
}

h2 {
	font-size: 110%;
}

h4 {
	font-size: 0.9em;
}

p {
  margin-bottom: 5px;
}

.clear {
	clear: both;
}

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

#header {
  height: 155px;
  position: relative;
  width: 928px;
}

#acp-logo {
	float: left;
	margin-top: 35px;
	margin-bottom: 5px;
}

#aww-logo {
	float: right;
	margin-top: 35px;
}


#header #acp-logo {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 292px;
  height: 120px;
  float: none;
  margin: 0;  
}

#header #aww-logo {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 228px;
  height: 49px;
  float: none;
  margin: 0;
}


#navigation-bar {
	clear: both;
	background: #fff url(/images/menu-gradient.gif) no-repeat top left;
}

#inner-content {
	padding: 0px 0px 0px 10px;
	width: 918px;
	clear: both;
}

/* Menu Positioning */

#menu {
	width: 728px;
	height: 31px;
	margin-top: 10px;
}

/* Search Box Positioning */
#search-box {
	float: right;
	width: 235px;
	margin-top: -28px;
	margin-right: 2px;
	height: 21px;
	padding: 2px;
	background-color: #103c59;
	color: #fff;
}

#search-box .right_panel_header {
	float: left;
	line-height: 21px;
	margin-right: 5px;
    margin-left: 10px;
}

#search-box .right_panel_block {
	float: right;
	margin-top: -12px;
}

#search-box  #search-field {
	font-size: 0.8em;
	width: 120px;
}

#search-box #search-button {
	border: 0;
	color: #fff;
	background-color: #103c59;
	margin-left: 3px;
}

/* Menu  Styling */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 31px;
	padding-left: 15px;
	font-size: 0.9em;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #d5e9ca;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	margin-right: 35px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #617F92;
	width: 150px;
	padding-bottom: 4px;
	margin-left: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	font-size: 1.2em;
	width: 145px;
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
}

#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;
}

/* Flash Holder */

#flash-holder {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Footer */

#footer {
	clear: both;
	font-size: 0.89em;
	text-align: right;
	background: #fff url(/images/footer.gif) no-repeat bottom left;
	height: 37px;
        padding: 0px 30px 0px 0px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	margin-right: 10px;
	color: #103d59;
}

#footer a {
	color: #103d59;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #3c9344;
}

/* Home Page Styling */

#tpl-home-left {
	width: 219px;
	height: 258px;
	overflow: hidden;
	background: #fff url(/images/sales-box-home.gif) no-repeat top left;
	padding: 10px 0px 10px 10px;
}

#tpl-home-left h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

#tpl-home-left p{
	width: 219px;
	color: #d5e9ca;
	font-size: 0.9em;
}

#tpl-home-left a {
	color: #fff;
	text-decoration: none;
}

#tpl-home-left a:hover {
	color: #d5e9ca;
}

#tpl-home-content {
	width: 642px;
	height: 257px;
	overflow: hidden;
	background: #fff url(/images/home-content-box.gif) no-repeat top left;
	padding: 10px 10px 0px 10px;
    margin-left: 10px;
}

#tpl-home-content {	
	color: #fff;
	font-size: 0.9em;
}

#tpl-home-content h1 {
	color: #103d59;
	font-size: 1.3em;
	margin: 0;
}

#tpl-home-content h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

/* Inner Pages */

hr {
	height: 5px;
	background: #fff url(/images/lhs-gradient.gif) no-repeat top left;
	border: 0;
}

.red-highlight {
	color: #ff0000;
	font-weight: bold;
}

/* View Basket Heading */
h5 {
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #3c9344;
	background: #fff url(/images/basket-icon.gif) no-repeat center right;
}

h5 a {
	color: #3c9344;
	text-decoration: none;
}

h5 a:hover {
	color: #3c9344;
	text-decoration: underline;
}

/* Inner page call to action */

#call-to-action-1 {
	width: 228px;
	height: 164px;
	overflow: hidden;
	padding: 10px;
	background: #fff url(/images/rhs-cta-box.gif) no-repeat top left;
}
#call-to-action-1 h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	margin-bottom: -10px;
}

#call-to-action-1 p {
	color: #fff;
}

#call-to-action-1 a {
	color: #fff;
	text-decoration: none;
}

#call-to-action-1 a:hover {
	color: #D5E9CA;
	text-decoration: underline;
}

#call-to-action-2 {
	width: 228px;
	height: 115px;
	overflow: hidden;
	padding: 10px;
	background: #fff url(/images/rhs-cta-box-sml.gif) no-repeat top left;
}
#call-to-action-2 h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	margin-bottom: -10px;
}

#call-to-action-2 p {
	color: #fff;
}

#call-to-action-2 a {
	color: #fff;
	text-decoration: none;
}

#call-to-action-2 a:hover {
	color: #D5E9CA;
	text-decoration: underline;
}

/* Catalogue Pages */

.category-thumbnail-container {
	width: 232px;
	float: left;
        color: #103d59;
        line-height: 1.4em;
	margin-top: 10px;
}

.category-thumbnail-container a {
        color: #103d59;
}

.category-thumbnail {
	font-size: 0.9em;
        color: #103d59;
	font-weight: bold;
}

.category-general-information {
	width: 650px;
	float: left;
	margin-top: 0px;
	margin-left: 30px;
}

.category-breadcrumb {
	background: #fff url(/images/category-gradient.gif) no-repeat top left;
	height: 21px;
        margin-bottom: 5px;
}

.category-breadcrumb p {
	color: #fff;
	line-height: 21px;
	font-size: 0.9em;
	margin-left: 10px;
}

.category-breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.category-breadcrumb a:hover {
	text-decoration: underline;
}

.category-product-thumbnail {
	width: 115px;
	height: 240px;
	text-align: left;
	float: left;
	margin: 0px 15px 0px 0px;
        padding: 25px 0px 0px 0px;
	font-size: 0.9em;
        color: #103d59;
}

.category-product-thumbnail a{
           color: #103d59;
}

.category-product-thumbnail img {
	border: 1px solid #E5E5E5;
	padding: 6px;
	width: 100px;
	height: 137px;
	
}

.category-product-thumbnail-text {
	margin-top: 4px;
        color: #103d59;
}

.product-image-thumbnail {
	width: 200px;
	margin-top: 50px;
	margin-right: 40px;
	float: left;
	text-align: center;
}

.product-image-thumbnail img {
	border: 0;
	width: 200px;
}

.product-information {
	width: 400px;
	float: left;

	margin-top: 10px;
}

.product-price {
	font-size: 1.2em;
	font-weight: bold;
}

.product-information-gradient {
	background: #fff url(/images/product-gradient.gif) no-repeat top left;
	height: 18px;
	color: #fff;
	padding-left: 10px;
	line-height: 1.4em;
}

.product-information-gradient p {
	color: #fff;
}

/* Basket Page */

.basket {
	width: 850px;
	padding: 4px;
	font-size: 0.8em;
	margin-top: 10px;
}


.basket table {
  border-collapse: collapse;
  border: 1px solid #666;
  }

.basket caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

.basket col {
  border-right: 1px solid #ccc;
}

.basket col#ItemCol {
  border: none;
}

.basket thead {
  background-color: #E7EDEE;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

.basket th {
  font-weight: normal;
  text-align: left;
}

.basket th, .basket td {
  padding: 0.1em 1em;
}

.basket input.submit {
	font-size: 0.8em;
}

.basket-form-floats {
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

/* Contact Form Styling */

dl {
	font-size: 0.9em;
	color: #103d59;
}

dt {
	width: 120px;
	float: left;
}

dd {
	margin-bottom: 5px;
}
