/* PAGE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 160%;
}
a:link, a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#page {
	text-align: center;
}
#frame {
	width: 1020px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
/*input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 0px solid #000;
	text-align: left;
}*/
/* --PAGE */
/* META */
.meta_top {
	width: 980px;
	text-align: center;
	font-size: 10px;
	height: 20px;
	z-index: 40;
	position: absolute;
	top: 0px;
	color: #000;
}
.meta {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #FFF;
}
.meta a:link, .meta a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.meta a:hover, .meta a:active {
	text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
	height: 280px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
/* --HEADER */
/* ADVERTS */
.advert_content {
	padding-right: 5px;
	padding-left: 5px;
}
/* --ADVERTS */
/* MAIN CONTENT */
#include {
	text-align: center;
	vertical-align: top;
	background-color: #000;
	background-image: url(include.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left_border {
	width: 20px;
	background-image: url(left_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_border {
	width: 20px;
	background-image: url(right_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left_column {
	width: 180px;
	background-color: #C00;
	text-align: left;
	vertical-align: top;
	background-image: url(left_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_column {
	width: 180px;
	background-color: #C00;
	text-align: left;
	vertical-align: top;
	background-image: url(right_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
	height: 140px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {

}
#page_header {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 15px;
	background-color: #C00;
	margin-bottom: 0px;
	margin-left: 30px;
}
#page_content {
	text-align: left;
	padding: 30px;
	background-color: #C00;
	color: #000;
}
#page_footer {
	height: 10px;
	background-image: url(page_footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: none;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
	float:left;
	width: 100%;
	height: 40px;
	background-image: url(top_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000;
}
#left_menu {
	width: 100%;
	background-color: #C00;
	float: left;
	margin-bottom: 5px;
	display: none;
}
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}
.sf-menu a {
	text-decoration:none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	color: #FFF;
	padding-top: 0.9em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.95em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {
	font-size: 14px;
}
.sf-menu li li {
	background-color: #000;
	text-align: left;
	opacity: .95;






    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	/* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
}
.sf-menu li li a {
	padding-top: .75em;
	padding-bottom: .75em;
}
.sf-menu li li li {
	background-color: #000;
	text-align: left;
	opacity: .9;



    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
}
.sf-menu li li li a {
	padding-top: .75em;
	padding-bottom: .75em;
}
/*li.sf-with-ul ul li.sf-with-ul ul {
	left: 30em;
}*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #000;
	background-color: #FF0;
}
/* --MENU */
/* BASKET */
#basket {
	background-color: #000;
}
.basket_item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	
}
.basket_link a:link, .basket_link a:visited {
	color: #FF0;
	text-decoration: none;
}
.basket_link a:hover, .basket_link a:active {
	color: #FF0;
	text-decoration: underline;
}
#basket_heading {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#basket_content {
	padding: 2px;
}
/* --BASKET */
/* SPECIALS */
.special {
	float: left;
	width: 50%;
	text-align: center;
}
.special_heading {
}
.special_image {
}
/* --SPECIALS */
/* CALENDAR */
#calendar_table {
	font-family: Arial, Helvetica, sans-serif;
}
#calendar_prev {
}
#calendar_next {
}
#calendar_month {
	font-size: 11px;
	background-color: #ADA399;
	text-align: center;
	color: #000;
}
#calendar_month a:link, #calendar_month a:visited {
	color: #000;
	text-decoration: none;
}
#calendar_month a:hover, #calendar_month a:active {
	text-decoration: underline;
}
.calendar_day_header {
	font-size: 11px;
	border: 1px solid #ADA399;
	background-color: #CEC8C1;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#calendar_today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 3px;
}
.calendar_day {
	text-align: center;
	font-size: 11px;
	border: 1px solid #ADA399;
	background-color: #CEC8C1;
	padding: 3px;
}
#calendar_day_link {
	text-align: center;
	font-size: 11px;
	background-color: #F90;
	padding: 3px;
}
#calendar_day_link a:link, #calendar_day_link a:visited {
	color: #000;
	text-decoration: none;
}
#calendar_day_link a:hover, #calendar_day_link a:active {
	text-decoration: underline;
}
/* --CALENDAR */
/* LISTING */
.listing {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #FFF;
}
.listing_image {
	padding:5px;
	float: left;
}
.listing_heading {
	font-size:12px;
	font-weight:bold;
}
.listing_heading a:link, .listing_heading a:visited {
	text-decoration: none;
}
.listing_heading a:hover, .listing_heading a:active {
	text-decoration: underline;
}
.listing_description {
	padding: 5px;
}
/* --LISTING */
/* FORMS */
/*register form*/
#register * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#register fieldset {
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FF4F4F;
	padding: 6px;
}
#register legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#register label {
	width: 12em;
	float: left;
	vertical-align: middle;
}
#register div {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #333;
}
#register label.error {
	float: none;
	color: #FF0;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#register p {
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#register .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--register form*/
/*profile form*/
#profile * {
	font-family: Arial, Helvetica, sans-serif;
}
#profile fieldset {
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FF4F4F;
	padding: 6px;
}
#profile legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#profile label { 
	width: 12em; 
	float: left; 
	vertical-align: middle;
}
#profile div {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
}
#profile label.error {
	float: none;
	color: #FF0;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#profile p { 
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#profile .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--profile form*/
/*enquire form*/
#enquire * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#enquire fieldset {
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FF4F4F;
	padding: 6px;
}
#enquire legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#enquire label {
	width: 12em;
	float: left;
	vertical-align: middle;
}
#enquire div {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
}
#enquire label.error {
	float: none;
	color: #FF0;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#enquire p { 
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#enquire .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--enquire form*/
/*order form*/
#order * {
	font-family: Arial, Helvetica, sans-serif;
}
#order fieldset {
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FF4F4F;
	padding: 6px;
}
#order legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#order label { 
	width: 12em; 
	float: left; 
	vertical-align: middle;
}
#order div {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
}
#order label.error {
	float: none;
	color: #FF0;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}
#order p { 
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#order .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--order form*/
/*iveri form*/
#iveri * {
	font-family: Arial, Helvetica, sans-serif;
}
#iveri fieldset {
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FF4F4F;
	padding: 6px;
}
#iveri legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#iveri label { 
	width: 12em; 
	float: left; 
	vertical-align: middle;
}
#iveri div {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
}
#iveri label.error {
	float: none;
	color: #FF0;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#iveri p { 
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#iveri .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--iveri form*/
#txtCaptcha {
	font-family:Verdana; 
	font-size:14px; 
	width:50px;
}
/* --FORMS */
/* OTHER */
.border {
	border: 0px solid #000000;
}
.thick_border {
	border: 1px solid #666;
}
.slideshow {
	width:190px;
	height:140px;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.slideshow_right {
	width:190px;
	height:140px;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.column_module {
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}
.column_module_heading {
	background-image: url(heading_tile.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;
	font-weight: bold;
}
.column_module_heading a:link, .column_module_heading a:visited {
	text-decoration: none;
	font-weight: bold;
}
.column_module_heading a:hover, .column_module_heading a:active {
	text-decoration: underline;
}
.column_module_body {
	text-align: left;
	width: 170px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
#login_form #username, #login_form #password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000;
	width: 150px;
	text-align: center;
}
#sb-body {
	background-color: #000;
	background-image: url(sb_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
.form_body {
	background-color: #35302c;
}
.form_body tr td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	
}
.form_body .form_heading {
	background-image: url(/website/styles/default/heading_tile.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	background-color: #FF0;
}
/* --OTHER */
#news .listing_heading a:link, #news .listing_heading a:visited {
	text-decoration: none;
	color: #FF0;
}
#news .listing_heading a:hover, #news .listing_heading a:active {
	text-decoration: underline;
}
#login a:link, #login a:visited {
	text-decoration: none;
	color: #FF0;
}
#login a:hover, #login a:active {
	text-decoration: underline;
}
.product {
	color: #000;
	padding: 5px;
	background-color: #FF8C8C;
	border: 1px solid #000;
}
.product_description {
	font-size: 10px;
}
#overlay_logo {
	height: 280px;
	width: 980px;
	z-index: 20;
	background-image: url(header_overlay.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
}
#header_slideshow {
	height: 280px;
	width: 980px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 0px;
}
