
p, font {
	font-family:Verdana, Helvetica, sans-serif;
}

td, th {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:95%;
}

h1 {
	color:black;
	font-size:160%;
}

h5 {
	font-size:115%;
}

.header {
	font-size:125%;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

.no_underline {
	text-decoration:none;
}

a {
	/*font-weight:bold;*/
	color:navy;
}

img {
	border:0;
}

/* main content styles */
#main_table {
	height: 100%;
	width: 850px;
	position:absolute;
	left:50%;
	margin-left:-425px;
	background-color: #FFFFFF;
}

#over_footer {
	height:35px;
}
body {
	background-color:#555555;
}

.shadow-left {
	background-image:url(/images/shadow_new/l.jpg);
	background-repeat:repeat-y;
	width:25px;
}

.shadow-right {
	background-image:url(/images/shadow_new/r.jpg);
	background-repeat:repeat-y;
	width:25px;
}

.shadow-bottom {
	background-image:url(/images/shadow_new/b.jpg);
	background-repeat:repeat-x;
	height:25px;
}

.shadow-bleft {
	background-image:url(/images/shadow_new/bl.jpg);
	background-repeat:no-repeat;
}

.shadow-bright {
	background-image:url(/images/shadow_new/br.jpg);
	background-repeat:no-repeat;
}

.hundred_high {
	position:relative;
	margin:0;
	border:0;
	padding:0;
	height:100%;
}

/* centre td two-column <div> 'content first' layout */

/* Main div blocks */

div#container {
	width:800px;
	background: #000 url(fullline.jpg) top left repeat-y;
}

div#content {
	position:relative;
	float:right;
	width: 580px;
	/*height:100%;*/
}


/* menu div's - for floating div */

div#menu {
	position:relative;
	/*padding-top:5px;*/
	width: 220px;
	margin-right:-10px;
	float:left;
}

div#menu_top {
	position:relative;
	width: 220px;
	margin-right:-10px;
}

div#reservation {
	position:relative;
	width: 220px;
	margin-right:-10px;
}


table.navbar_table {
	position:relative;
	white-space:nowrap;
	background-color:#474b50;
	/*background-image:url(/images/horizontal_degrade.jpg);
	background-position:right;*/
	height:35px;
	width:100%;
	border-top:3px solid #a0a2a5;
	/*width:1%;*/
	margin-bottom:8px;
}

#navbar {
	position:relative;
	white-space:nowrap;
	width:100%;
}

.product_block {
	background-image:url(/images/white_block_bg.jpg);

}

.grey_title_block {
	position:relative;
	background-color:#4f4b62;
	/*background-image:url(/images/back_black_bar.jpg);*/
	/*background-image:url(/images/background_greytitle.gif);*/
	width:100%;
	height:25px;
	font-size:18px;
	color:#f6f6f6;
	padding:5px;
	border-width:1px;
	border-top-color:#555555;
	border-right-width:0;
	border-bottom-color:#efefef;
	border-left-color:#555555;
	border-style:solid;
}

td#footer {
	height:80px;
}

td#header {
	height:290px;
}

/* white links orange over */
a.orangeOver {
	color:#ffffff;
	text-decoration:none;
}

a.orangeOver:link {
	color:#ffffff;
	text-decoration:none;
}

a.orangeOver:visited {
	color:#efefef;
	text-decoration:none;
}

a.orangeOver:hover {
	color:#fd9b07;
	text-decoration:underline;
}

a.orangeOver:active {
	color:#ffffff;
}

/* orange links orange over */
a.orangeAlways {
	color:#fd9b07;
	text-decoration:none;
}

a.orangeAlways:link {
	color:#fd9b07;
	text-decoration:none;
}

a.orangeAlways:visited {
	color:#fd9b07;
	text-decoration:none;
}

a.orangeAlways:hover {
	color:#fd9b07;
	text-decoration:underline;
}

a.orangeAlways:active {
	color:#fd9b07;
}


/* navbar links */
a.navbar {
	color:#0b003e;
	text-decoration:none;
}

a.navbar:link {
	color:#0b003e;
	text-decoration:none;
}

a.navbar:visited {
	color:#0b003e;
	text-decoration:none;
}

a.navbar:hover {
	color:#ff9933;
	text-decoration:underline;
}

a.navbar:active {
	color:#0b003e;
}

/* navbar_query links */
a.navbar_query {
	color:#888888;
	text-decoration:none;
}

a.navbar_query:link {
	color: #888888;
	text-decoration:none;
}

a.navbar_query:visited {
	color:#888888;
	text-decoration:none;
}

a.navbar_query:hover {
	color:#ff9933;
	text-decoration:underline;
}

a.navbar_query:active {
	color:#888888;
}

/* navbar nav links */
a.navbar_nav {
	color:#b1b5b8;
	text-decoration:none;
}

a.navbar_nav:link {
	color:#b1b5b8;
	text-decoration:none;
}

a.navbar_nav:visited {
	color:#b1b5b8;
	text-decoration:none;
}

a.navbar_nav:hover {
	color:#ff9933;
	text-decoration:underline;
}

a.navbar_nav:active {
	color:#b1b5b8;
}

/* clickable blue sub-headings */
a.sub_heading {
	color:#0b003e;
	text-decoration:none;
}

a.sub_heading:link {
	color:#0b003e;
	text-decoration:none;
}

a.sub_heading:visited {
	color:#0b003e;
	text-decoration:none;
}

a.sub_heading:hover {
	color:#fd9b07;
	text-decoration:underline;
}

a.sub_heading:active {
	color:#0b003e;
}

#sub_title_image {
	position:relative;
	height:120px;
	width:560px;
	margin:10px;
}

/* product listing links */
a.product {
	color:#2c3136;
	font-weight:bold;
	text-decoration:none;
}

a.product:link {
	color:#2c3136;
	text-decoration:none;
}

a.product:visited {
	color:#2c3136;
	text-decoration:none;
}

a.product:hover {
	color:#773700;
	text-decoration:underline;
}

a.product:active {
	color:#2c3136;
}

/* left column admin */

.category_column {
	text-align:left;
}

a.category_column:link {
	color:#ffffff;
	text-decoration:none;
}

a.category_column:visited {
	color:#ffffff;
	text-decoration:none;
}

a.category_column:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.category_column:active {
	color:#ffffff;
}

.category_button {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
	width:220px;
	padding:3px;
	line-height:14px;
	height:23px;
	text-align:left;
	vertical-align:middle;
	position:relative;
}

/* Form text styles */

.form_subtitle {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.form_textbox_title {
	color:#773700;
	font-size:10px;
}

.form_textbox_longtext {
	color:#773700;
	font-size:10px;
}

.brown_text {
	color:#773700;
}

.text_form {
	width:100%;
}

table.form_subheader {
	margin-top:8px;
}

.form_section_box {
	border:solid 1px #773700;
	margin-top:10px;
}

.form_title {
	color:#ffffff;
	font-weight:bold;
	padding-left:8px;
}

.warning_red {
	color:#cc0000;
	font-style:italic;
	font-weight:bold;
}

.sub_heading {
	font-size:14px;
	color:#010101;
	font-weight:bold;
}

.grey_text {
	font-size:12px;
	color:#555555;
}
/* left column front-end */


.column_title_block {
	position:relative;
	background-color:#0b003e;
	text-align:center;
	width:220px;
	height:21px;
	font-size:18px;
	color:#ececec;
	padding:5px 0;
	border-width:1px 0 0 0;
	border-top-color:#555555;
	border-style:solid;
}

.chosen_orange {
	font-weight:bold;
	color:#fd9b07;
}

.cat_button {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
	padding:3px;
}

.cat_but_six {
	background-color:#a0a2a5;
}

.cat_but_five {
	background-color:#a0a2a5;
}

.cat_but_four {
	background-color:#a0a2a5;
}

.cat_but_three {
	background-color:#8c8f92;
}

.cat_but_two {
	background-color:#686b6f;
	font-weight:bold;
}

.cat_but_one {
	background-color:#474b50;
	font-weight:bold;
}

.cat_but_zero {
	font-weight:bold;
	font-variant:small-caps;
	font-size:18px;
	background-color:#2c3136;
}

.grey_bar_back {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
	color:#222325;
	font-size:23px;
	height:32px;
	text-align:left;
	background-image:url(/images/back_grey_bar.jpg);
	background-repeat:repeat-x;
}

.black_bar_back {
	background-image:url(/images/back_blue_bar.jpg);
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
	color:#ffffff;
	font-size:25px;
	height:35px;
	text-align:left;
	background-image:url(/images/back_black_bar.jpg);
	background-repeat:repeat-x;
}

/* content styles */

a.subcategory {
	color:#efefef;
	text-decoration:none;
}

a.subcategory:link {
	color:#efefef;
	text-decoration:none;
}

a.subcategory:visited {
	color:#efefef;
	text-decoration:none;
}

a.subcategory:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.subcategory:active {
	color:#efefef;
}



/* tab link colours */

.admin_tab {
	color:#efefef;
	text-decoration:none;
}

a.admin_tab_off:link {
	color:#fd9b07;
	text-decoration:none;
}

a.admin_tab_off:visited {
	color:#fd9b07;
	text-decoration:none;
}

a.admin_tab_off:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.admin_tab_off:active {
	color:#fd9b07;
}

.column_header {
	background-color:#202172;
	color:#ffffff;
	border-top:solid 1px #bbbbbb;
	border-bottom:solid 1px #bbbbbb;
}


/* text styles */

.small {
	font-size:80%;
}

.faq {
	font-size:110%;
}

.price_brief {
	font-size:120%;
}

.big {
	font-size:130%;
	text-decoration:none;
}

.cat {
	font-size:120%;
}

/*
.standard {
	font-weight:normal;
}
*/
.light {
	color:black;
}

.white {
	color:white;
}

.pink {
	color:pink;
}

.menu {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

.footer {
	font-size:10px;
}

.lightsmall {
	color:black;
	font-size:80%;
}

.lightstandard {
	color:black;
	font-weight:normal;
}

.middle {
	color:black;
}

.cart {
	font-size:11px;
	BORDER-BOTTOM:0px solid;	
	BORDER-LEFT:0px solid;
	BORDER-RIGHT:0px solid;	
	BORDER-TOP:0px solid;
	margin:1px;
	font-weight:bold;
	color:black;
	background-color:transparent;
}

.totalPrice {
	font-size:  	16px;
	BORDER-BOTTOM:0px solid;	
	BORDER-LEFT:0px solid;
	BORDER-RIGHT:0px solid;	
	BORDER-TOP:0px solid;
	margin:1px;
	font-weight:bold;
	color:red;
	background-color:transparent;
}
