/* Basic Elements */
body {
	margin: 0 15px;
  background-image: url(images/greygreenbackground.jpg);
  background-repeat: repeat-x;
  font-size: small;
  font-family: Tahoma, Arial, sans-serif;
}
#container {
	width: 820px;
	margin: 0 auto;
  background-color: #ffffcc;
}
#header {
	width: 808px;
	height: 125px;
  padding: 20px 6px 6px 6px;
  background-image: url(images/topbanner5.jpg);
  background-repeat: no-repeat;
}
#home_link {
  float: left;
  padding: 65px 0px 0px 180px;
}
#content {
	float: left;
	width: 820px;
  background-color: #ffffe8;
}
#main {
	float: right;
	width: 660px;
}
#left {
	float: left;
	width: 154px;
  min-height: 500px;
}
#centre {
	float: left;
	width: 532px;
  min-height: 500px;
  background-color: #ffffcc;
}
#right {
	float: right;
	width: 118px;
  min-height: 500px;
  margin: 6px 4px 6px 2px;

}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 2px 0 7px;
	color: #C0C0C0;
	background: #B82619;
}
#bbanner {
  padding: 0;
  margin: 0;
}


/* Sidebar  */
#sidebar {
  padding: 6px 6px 0 6px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
  background-image: url(images/greygreenbutton.jpg);
  background-repeat: no-repeat;
  height: 30px;
  width: 148px;
}
#sidebar li a {
	display: block;
	font-size: 1em;
	color: #CCC;
	text-decoration: none;
	padding: 7px 0 4px 15px;
  height: 19px;
}
#sidebar li a:hover {
	color: #FFF;
    background-image: url(images/darkgreenbutton.jpg);
    background-repeat: no-repeat;
    height: 19px;
}
#sidebar li.spacer {
    width: 138px;
	display: block;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	padding: 7px 0 4px 10px;
  height: 19px;
}


/* Basket  */
.clear_button {
  float: right;
  margin: 18px 14px 5px 5px;
}
.basket_titlemain {
  float: left;
  width: 45px;
  margin: 7px;
}
.basket_titlemain img {
  float: left;
  margin: 4px 10px 0 0;
}
#basket {
  background-image: url(images/basketBG.jpg);
  width: 116px;
  margin: 4px 2px 0 0;
  height: 78px;
  color: #ffffff;
  font-weight: bold;
}
#basket_title {
  margin: 5px 15px 12px 0;
  float: right;
}
#basket_title img {
  padding: 0 12px 0 0;
}
#basket_info {
  margin: 3px;
  text-align: center;
  float: right;
  font-size: 0.85em;
  width: 90%;
}
#basket_buttons {
  margin: 5px 0px 5px 7px;
}
#basketfade {
  background-image: url(images/buttonfade100.jpg);
  width: 116px;
  height: 100px;
}


#shopping_basket {
  margin: 5px 0px 5px 7px;
  width: 400px;
}
#baskethelp {
  display: block;
}

/*#terms a {
  color: #B82619;
  text-decoration: underline;
} */
.holidays {
	float: left;
	width: 500px;
  background-color: transparent;
  margin: 5px 5px 5px 5px;
  padding:5px 5px 5px 5px;
  color: #CC0000;
  border:thin solid #CC0000
}


.total {
  font-weight: bold ;
}


/* Topbar  */

#homebutton {
  width: 128px;
  height: 25px;
  background-image: url(images/greygreenbar.jpg);
  background-repeat: repeat-x;
  padding: 7px 0 4px 20px;
  font-weight: bold;
  font-size: 0.9em;
}
#navifade {
  width: 128px;
  padding: 0 0 0 6px;
}
#topnav {
  width: 512px;
  height: 30px;
  margin: 6px 0px 0px 0px;
  padding: 7px 0 4px 20px;
  background-image: url(images/greygreenbar.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #ffffcc;
}
#ckbutton {
  width: 95px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 7px 0 0 21px;
  background-image: url(images/greygreenbar.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
}
#product_pic {
    margin: 15px 15px 5px 15px;
}
#product_header {
    margin: 5px 15px 5px 15px;
    height: 50px;
}
#product_title {
    float: left;
    margin: 5px 10px 5px 5px;
    width: 224px;
}
#product_infobox {
    margin: 15px 20px 15px 20px;
}
#product_info {
    float: left;
    margin: 5px 15px 0px 5px;
    width: 250px;
}
#product_buy {
    margin: 10px 15px 65px 15px;
}
.product_warning {
    margin: 25px;
    font-weight: bold;
}
.product_maddog {
    margin: 15px 5px;
}
.thumbnail {
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
#thumbs {
    float: right;
    margin: 5px 0px 5px 0px ;
    width: 270px
}

/* Product Index */

#centre a {
  color: #B82619;
  text-decoration: none;
}
#centre a:hover {
  color: #B82619;
  text-decoration: underline;
}

.prod_index {
    clear: left;

}
.index_thumb {
	margin: 5px 5px 5px 10px;
    float:left;
}
.index_data {
	margin: 10px 10px 5px 10px;
    width: 335px;
    float: right;
}
.prod_index .bold {
	margin: 0px 10px 5px 10px;
}
.more {
	margin: 0px 10px -5px 10px;
}
.add {
	margin: 0px 10px -5px 10px;
}

/* Other styles */
.shipping {
    width: 275px;
}
.getff {
    text-align: center;
}


#offers {
    background:#E0E0E0;
  	padding: 10px;
	margin: 0;
    text-align: center;
}
#enquiryError {
    display: none
}
#nameError {
    display: none
}

#emailError {
    display: none
}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
}
img {
	border: 0;
}

.headline_box {
    position: relative;
    margin: 10px 10px 15px 15px;
    clear: both;
}

.headline_image {
    float: left;
    margin: 0 8px 10px 0;
}

.accent_image {
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: 1;
    float: left;
}

.info_image {
    margin: 15px 15px 5px 15px;
    float: left;
}

.headline_text {
    float: right;
    width: 245px;
}

.headline {
    font-weight: 400;
    font-size: 1.5em;
    color: #333333;
}

#headerTitle {
	display: none;
}
h1 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 15px 10px 10px 15px;
}
h3 {
    font-weight: 400;
    font-size: 1.2em;
    margin: 16px 0 5px 5px;
    width: 50%;
    float: left;
}
.subtitle_text {
    font-weight: 300;
    font-size: 1.2em;
    margin: 15px 10px 10px 15px;
}
.paragraph_text {
    margin: 5px 10px 10px 21px;
}
.q_text {
    margin: 10px 10px 5px 18px;
    color: #990000;
    font-weight: bold;
}
.paragraphq_text {
    margin: 10px 10px 0px 18px;
    font-weight: bold;
}

.boldred {
    color: #990000;
    font-weight: bold;
}
.bold {
    font-weight: bold ;
}
.price {
    font-weight: bold;
    margin: 0px 10px 0 10px;
}
a, #topnav a {
	color: #f0f0f0;
	text-decoration: none;
}
a:hover, #topnav a:hover {
	color: #333300;
	text-decoration: none;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
    color: #000000;
}
#google {
    margin: 0px 10px 10px 15px;
}
#paypal {
    margin: 10px 10px 10px 30px;
}


hr {
	margin: 5px 5px 5px 5px;
}
fieldset {
	margin: 0px;
    border: 0px none;
    padding: 0px;
}


