/* Basic Elements */
body {
	margin: 15px;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    font-size: small;
    font-family: Tahoma, Arial, sans-serif;
}
#container {
	width: 820px;
	margin: 0 auto;
    background-color: #FFFFFF;
}
#header {
	width: 808px;
	height: 125px;
    padding: 20px 6px 6px 6px;
    background-image: url(images/topbanner.jpg);
    background-repeat: no-repeat;
}
#home_link {
    float: left;
    padding: 65px 0px 0px 180px;
}
#wrapper {
	float: left;
	width: 820px;
}
#left {
	float: left;
	width: 154px;
	background: #FFF;
}
#main {
	float: right;
	width: 660px;
	background: #FFF;
}
#content {
	float: left;
	width: 530px;
    background-color: #FFF;
}
#right {
	float: right;
	width: 118px;
	background: #FFF;
    margin: 6px 4px 6px 4px;

}
#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 6px 6px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
    background-image: url(images/greybutton.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/redbutton.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: 35px;
    margin: 7px;
}
.basket_titlemain img {
    float: left;
    margin: 4px;
}
#basket {
    background-color: transparent;
    float: right;
    width: 118px;
    margin: 60px 0 0 0;
    border: thin solid #B2B2B2;
    color: #B2B2B2;
}
#basket_title {
    margin: 3px;
    float: left;
}
#basket_info {
    margin: 3px;
    float: right;
    font-weight: bold;
    width: 50%;
}
#basket_buttons {
    margin: 5px 0px 5px 7px;
}
#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: 30px;
    background-image: url(images/lightgreybutton.jpg);
    background-repeat: repeat-x;
	padding: 7px 0 4px 20px;
    font-weight: bold;
}
#topnav {
    width: 510px;
    height: 30px;
    margin: 6px 0px 0px 0px;
	padding: 7px 0 4px 20px;
    background-image: url(images/lightgreybutton.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
}
#ckbutton {
    width: 95px;
    height: 30px;
    margin: 0px 0px 0px 0px;
	padding: 7px 0 4px 20px;
    background-image: url(images/lightgreybutton.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
}

/* Procuct Index */
.content_block {
    background-color: #FFFFCC;
    height: 600px;
}
.content_block a {
    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 30px;
    height: 140px;
}

.headline_image {
    float: left;
    margin: 0 8px 0 0;
}

.accent_image {
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: 1;
    float: left;
}

.headline_text {
    float: right;
    width: 320px;
}

.headline {
    font-family: "Impact", sans-serif;
    font-size: x-large;
    color: #333333;
}

#headerTitle {
	display: none;
}
h3 {
    font-weight: 400;
    font-size: 1.5em;
    margin: 16px 0 5px 5px;
    width: 50%;
    float: left;
}

h1 {
    font-weight: 400;
    font-size: 1.5em;
    margin: 15px 10px 10px 15px;
}
.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 {
	color: #F0F0F0;
	text-decoration: none;
}
a:hover {
	color: #B82619;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
    color: #000000;
}
#google {
    margin: 0px 10px 10px 15px;
}


hr {
	margin: 5px 5px 5px 5px;
}
fieldset {
	margin: 0px;
    border: 0px none;
    padding: 0px;
}

