body
{
	margin: 0px;
	padding: 0px;
	background-color: #1a120a;	
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
}

p  
{ 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #484848; 
	border: 0px;
	margin: 0px;
	padding-bottom: 14px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: 400;
	color: #816f47;
	padding-bottom: 12px;
	margin: 0px;
	border: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 400;
	color: #816f47;
	padding-top: 0px;
	margin: 0px;
	border: 0px;
}

h3
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #aa0000;
	font-size: 0.8em;
	line-height: 0.9em;
	font-weight: 600;
	margin: 5px 0px 4px 0px;
	padding-top: 5px;
}

h4
{	
	font-family: georgia, times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	line-height: 0.9em;
	color: #7b552b;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	text-decoration: underline;
}

h5
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #cdaa7d;
	font-size: 0.8em;
	line-height: 0.9em;
	font-weight: 600;
	padding: 5px 0px 10px 0px;
}



div.hr {height: 1px; background-color: #eae7d8; margin: 5px 0px 10px 0px;}
div.hr hr {display: none;}

.whitetext
{
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #fff; 
	border: 0px;
	margin: 0px;
	padding-bottom: 14px;
}



.centerOut
{
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: center;
}

.centerIn
{
	background-color: #fff;
	text-align: left;
	margin: auto;
	height: auto;
	width: 732px;
	border: 14px solid;
	border-color: #4a4138;
}


.centerInBase
{
	background-color: #1a120a;
	text-align: left;
	margin: auto;
	height: 40px;
	width: 760px;
}

/* Page Stuff */

.topcontainer
{
	width: 730px;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

.logocontainer
{
	height: 128px;
	width: 728px;
	margin-top: -14px;
	background-image: url(../images/newborough_header.jpg);
	background-repeat: no-repeat;
	z-index: 110;
}

.logo
{
	padding-top: 1px;
	z-index: 110;
}

/* Main Nav - General Styling */



#nav {
	float: left;
	width: 708px;
	list-style: none;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	height:41px;
	background-image:url(../images/nav_bg2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#nav ul {
	
	float: left;
	list-style: none;
	background-color: #43362d;
	font-weight: bold;
	padding: 0;
	border: 1px solid #6b645b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
}

#nav a {
	display: block;
	/*width: 10em;
	width: 6em;*/
	color: #e7b67e;
	text-decoration: none;
	padding: 7px 15px 16px 15px;
}



#nav a.uberlink {
	background-color: #b18e61;
	color: #fff;
	padding: 7px 15px 9px 15px;
	border-bottom: 7px solid #430905;
}

/*#uberlink a:link, #a:visited, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active 
{
	background-color: #b18e61;
	color: #fff;
	padding: 7px 15px 9px 15px;
	border-bottom: 7px solid #430905;
}

#uberlink .sub a:link, #a:visited, #uberlink .sub a:visited,
#uberlink .sub a:hover, #uberlink .sub a:active 
{
	background-color: #43362d;
	width: 115px;
}*/


#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;
	w\idth: 13.9em;*/
	width: 155px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	font-size:1em;

}

#nav li li {
	padding-right: 1em;
	width: 143px;
	/*width: 13em*/
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width: 135px;
	height: 6px;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #430905;
}



/* END OF NAVIGATION */

.bullet-list
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

.bullet-list ul 
{
	list-style-type: none;
	padding: 0px;
	border: 0px;
	margin: 10px 0px 0px 10px;
}

.bullet-list li
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: 100;
	padding: 0px 0px 0px 14px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 15px;

}

.bullet-list a:link, .bullet-list a:visited {

	text-decoration: underline;
	color: #7a210f;
	font-weight: 600;
}

.bullet-list a:hover, .bullet-list a:active
{
	text-decoration: underline;
	color: #000;
}



.container
{
	width: 730px;
	height: auto;
	background-color: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
}


.left
{
	float: left;
	width: 484px;
	margin-left: 0px;
	background-color: transparent;
	border-left: 2px solid #fff;

}

.right
{
	float: right;
	width: 243px;
	margin-right: 0px;
	background-color: transparent;
}

.pic-lbdr 
{
	border: 5px solid #dfc6a5;
	margin: 5px 14px 15px 0px;
	float: left;
}

.pic-rbdr 
{
	border: 5px solid #dfc6a5;
	margin: 5px 14px 20px 0px;
	float: right;
}


.offerscontainer
{
	padding: 0px;
	width: 243px;
	height: 196px;
	background-image: url(../images/welcome-bg.gif);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	border: 0px;
}

.offerscontainer2
{
	padding: 0px 15px 15px 15px;
	width: 213px;
	height: 196px;
	background-image: url(../images/daily-specials.gif);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	border: 0px;
}

.offers
{
	margin-top: 0px;
	padding-right: 0px;
	padding-top: 76px;
	height: 120px;
}

.offers2
{
	margin-top: 0px;
	padding-right: 0px;
	padding-top: 66px;
	height: 120px;
}

#flashhome
{
	clear: both;
	float: left;
	height: auto;
	width: 484px;
	height: 196px;
	margin: 0px;
	
}

.rightbar
{
	width: 243px;
	height: auto;
	border-left: solid 1px #e5e4e3;
	float: right;
}

.foodmenu
{
	text-align: center;
	width: 686px;
	font-size: 1.2em;
	margin-left:2px;
}

#menutop
{
background-image:url(../images/menu_top.gif); 
background-repeat:no-repeat;
height:29px;
}

#menumid
{
text-align: center;
background-image:url(../images/menu_mid.gif); 
background-repeat: repeat-y;
margin: 0px;
padding: 0px 25px 20px 25px;
}

#menubtm
{
background-image:url(../images/menu_btm.gif); 
background-repeat:no-repeat;
height:30px;
}


.price
{
	font-weight: 900;
	color: #7b552b;
}

.servicelist
{
	width: 211px;
	padding: 14px 14px 0px 18px;
	
}

.service1
{
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, verdana, arial;
	text-decoration: none;
	color: #362d2a;
	padding-left: 16px;
	padding-top: 40px;
	background-image: url(../images/accomm_title.gif);
	background-repeat: no-repeat;
}

.service2
{
	background-image: url(../images/business_card_printing.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 65px;
	margin-top: 6px;
	margin-left: 22px;
}

.service3
{
	background-image: url(../images/promotional_material.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 65px;
	margin-top: 6px;
	margin-left: 22px;
}


.offerstitle
{
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, verdana, arial;
	text-decoration: none;
	color: #fff;
	padding-left: 19px;
	padding-top: 16px;	
}

.offerstitle a:link /*required for links*/
{ 
	text-decoration: none;
	color: #fff;
}

.offerstitle a:visited /*required for links*/
{
	text-decoration: none;
	color: #fff;
}

.offerstitle a:hover /*required for links*/
{
	text-decoration: none;
	color: #362d2a;
}
 
.offerstitle a:active /*required for links*/
{
	text-decoration: none;
	color: #fff;
}



.offerstext
{
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	color: #fff;
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 0px;
}

.offerstext a:link /*required for links*/
{ 
	text-decoration: none;
	color: #362d2a;
}
  
.offerstext a:visited /*required for links*/
{
	text-decoration: none;
	color: #362d2a;
}

.offerstext a:hover /*required for links*/
{
	text-decoration: underline;
	color: #000;
}
 
.offerstext a:active /*required for links*/
{
	text-decoration: none;
	color: #362d2a;
}



.hightlight
{
	font-weight: 700;
	color: #3a3128;
	text-decoration:underline;
}

.righttext
{
	font-size: 0.7em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #362d2a;
	padding-top: 4px;
}

.righttext a:link /*required for links*/
{ 
	text-decoration: none;
	color: #7a210f;
	font-weight: 600;
}
  
.righttext a:visited /*required for links*/
{
	text-decoration: none;
	color: #7a210f;
	font-weight: 600;
}

.righttext a:hover /*required for links*/
{
	text-decoration: underline;
	color: #000;
	font-weight: 600;
}
 
.righttext a:active /*required for links*/
{
	text-decoration: none;
	color: #7a210f;
	font-weight: 600;
}



.content
{
	width: 440px;
	height: auto;
	float: left;
	padding: 22px 22px 22px 22px;
	background-color: #fff;
	border-right: solid 1px #e5e4e3; 
}

.spancontent
{
	width: 688px;
	float: left;
	clear:left;
	padding: 22px 22px 22px 22px;
	margin: 0px;
	background-color: #fff;
}


.menu
{
	width: 686px;
	float: left;
	clear:left;
	padding: 10px 22px 10px 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #89888e;
	font-weight: normal; 
	line-height: 20px; 
	font-family: Arial, Trebuchet MS, sans-serif;
	text-align:center; 
}

.clear
{
	clear: both;
}


/* Footer Stuff */

.footercontainer
{
	clear: both;
	width: 732px;
	height: 35px;
	margin-top: 0px;
	background-color: #4a4138;
}

.footer
{
	
	font-family: tahoma, arial, verdana, serif;
	font-size: 0.65em;
	float: left;
	line-height: 1.4em;
	color: #979797;
	width: 500px;
	height: 22px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: text-top;
	padding: 15px 0px 0px 4px;
}

.footer a:link /*required for links*/
{ 
	text-decoration: none;
	color: #d0d0d0;
	font-weight: 700;
}
  
.footer a:visited /*required for links*/
{
	text-decoration: none;
	color: #d0d0d0;
	font-weight: 700;
}

.footer a:hover /*required for links*/
{
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}


.rightfooter
{
	
	font-family: tahoma, arial, verdana, serif;
	font-size: 0.65em;
	float: right;
	line-height: 1.4em;
	color: #5c6672;
	width: 216px;
	height: 22px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: text-top;
	padding: 15px 4px 0px 0px;
}

.basefooter
{
	
	font-family: tahoma, arial, verdana, serif;
	font-size: 0.65em;
	float: left;
	line-height: 1.4em;
	color: #69635e;
	width: 600px;
	height: 28px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: text-top;
	padding: 6px 0px 0px 18px;
	background-color: #1a120a;
}

.basefooter a:link /*required for links*/
{ 
	text-decoration: none;
	color: #a2a2a2;
}
  
.basefooter a:visited /*required for links*/
{
	text-decoration: none;
	color: #a2a2a2;
}

.basefooter a:hover /*required for links*/
{
	text-decoration: none;
	color: #fff;
}

.stdlink
{
	
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 1em;
	color: #7a210f;
	font-weight: 600;

}

.stdlink a:link /*required for links*/
{ 
	text-decoration: none;
	color: #7a210f;
}
  
.stdlink a:visited /*required for links*/
{
	text-decoration: none;
	color: #7a210f;
}

.stdlink a:hover /*required for links*/
{
	text-decoration: underline;
	color: #000;
}

.stdlink a:active /*required for links*/
{
	text-decoration: none;
	color: #7a210f;
}


.stdlink2
{
	
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: 600;

}

.stdlink2 a:link /*required for links*/
{ 
	text-decoration: none;
	color: #fff;
}
  
.stdlink2 a:visited /*required for links*/
{
	text-decoration: none;
	color: #fff;
}

.stdlink2 a:hover /*required for links*/
{
	text-decoration: underline;
	color: #fff;
}

.stdlink2 a:active /*required for links*/
{
	text-decoration: none;
	color: #fff;
}


.termsheader
{
	background-color: #671407;
	border-bottom: 1px solid #fff;
	height: 72px;
}

.terms
{
	width: 423px;
	padding: 20px 20px;
	color: #fff;
}

.closelnk
{
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #cdaa7d;
	border-bottom: 1px dotted #cdaa7d;

}

.closelnk a:link /*required for links*/
{ 
	text-decoration: none;
	color: #cdaa7d;
}
  
.closelnk a:visited /*required for links*/
{
	text-decoration: none;
	color: #cdaa7d;
}

.closelnk a:hover /*required for links*/
{
	text-decoration: none;
	color: #fff;
}
 
.closelnk a:active /*required for links*/
{
	text-decoration: none;
	color: #cdaa7d;
}

/* Enquiry Form Stuff */


#enquiryform
{
	/*background-color: #f6f6f6;
	border: 2px solid #c5c5c5;*/
}

.field
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.6em;
	color: #333;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c3c3c3;
}

.fieldtext2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.4em;
	color: #333;
	padding: 2px 2px 2px 2px;
}

.formheader
{
	height: 26px;
}

.enquiryarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.6em;
	color: #333;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c3c3c3;
}

.formtitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.6em;
	font-weight: 600;
	color: #fff;
	padding-left: 6px;
}

.boldtitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.6em;
	color: #333;
	padding-left: 6px;
}

.inputfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.4em;
	color: #000;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c3c3c3;
	width: 190px;
	background-color: #fff;
}

.inputfielderror
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.4em;
	color: #000;
	padding: 1px 1px 1px 1px;
	border: 2px solid #997448;
	width: 190px;
	background-color: #fff;
}

.dropdownfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.7em;
	background-color: #fff;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c3c3c3;
}


.dropdownfielderr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 1.7em;
	padding: 1px 1px 1px 1px;
	border: 2px solid #997448;
}


.chktermsagree
{
	margin: 0px;
}

.chkfielderr
{
	background-color: #aed812;
}

.requiredfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #997448;
	/*color: #aed812;*/
}

