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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(image/backing.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.bold_24red {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

.BOLD_text {
	font-weight: bold;
}


.body_backing {
	background-color: #000;
}
.menu_area {
	width: 165px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999;
	padding-right: 7.5px;
	padding-left: 7px;
}
.right_column {
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.red_text {
	font-weight: bold;
	color: #F00;
}

.main_content {
	border: 1px solid #999;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.buttons {
	background-image: url(image/button.jpg);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}
.button_subscribe {
	background-image: url(image/button.jpg);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
}

.buttons2 {
	background-image: url(image/button_arrow.jpg);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}
a.menu:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a.menu:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a.menu:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
a.menu:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
a.footer:link {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:active {
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
.shop_content {
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 10px;
}
.blogright_column {
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
.button_click {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	float: right;
	width: 110px;
	height: 30px;
	background-color: #C42A28;
}
.button2 {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 110px;
	height: 30px;
	background-color: #C42A28;
}
.buttonsearch {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #C42A28;
}
.gap_40px {
	margin-top: 40px;
}
.gap_25px_bottom {
	margin-bottom: 25px;
}
.ALTERENATE-ROW-COLOUR {
	background-color: #272727;
}
.subscribe_backing {
	background-image: url(image/pop_up_backing.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 500px;
}
.subscribe_content_area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.table_header {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background-color: #FFF;
	line-height: 25px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
