<!--

html, body {
	background: #fff;
	color: #fff;
}
body {
	margin:0px;
	padding:0px;
}
div.container {
	position:relative;
	width:700px;
	margin:10px auto 20px;
	padding:0;
	background:url(../interface/main_bg.jpg);
	border:1px solid #ffffff;
}
div#interfaceHeight {
	/* height:200px; */
	width:0px;
	float:right;
}
div#column_0 {
	display:none;
}
div#column_1 {
	margin:0 0 0 190px;
	padding:22px 0 0;
	width:500px;
	font-size:x-small;
}
div#column_2 {
	display:none;
}
div#logo {
	position:absolute;
	z-index:5;
	top:10px;
	left:10px;
}
div#bySolvIT {
	text-align:right;
}


/*////////////////////////////////
//	Header / Footer
//	Contains footer info - © 2005 etc.
////////////////////////////////*/
div.headerImage {
	margin-top:42px;
	height:212px;
	border:1px solid #ffffff;
	border-width:1px 0;
	background:url(../interface/about_us.jpg) 0 0 no-repeat;
}
div#p617 div.headerImage {
	background-image:url(../interface/about_us.jpg);
}
div#p623 div.headerImage {
	background-image:url(../interface/reviews.jpg);
}
div#p624 div.headerImage {
	background-image:url(../interface/menus.jpg);
}
div#p626 div.headerImage {
	background-image:url(../interface/food.jpg);
}
div#p627 div.headerImage {
	background-image:url(../interface/drink.jpg);
}
div#p620 div.headerImage {
	background-image:url(../interface/contact_us.jpg);
}


div#footer {
	padding:20px 0 5px;
	text-align:center;
	font-size:xx-small;
}
div#footer a {
	color:#FFF;
}
div#footer a:hover {
}


/*////////////////////////////////
//	Individual content
////////////////////////////////*/

/*
	All content is placed within a div with an ID constructed using the following convention 'c'+contentID, ie. c175.
	This ID can therefore be used to manipulate all content on an individual level.
	For example:
		div#c175 {
		}
*/
div#p628 ul li strong,
div#p629 ul li strong,
div#p624 ul li strong {
	position:absolute;
	right:20px;
}
div#p628 ul,
div#p629 ul,
div#p624 ul {
	margin:0;
	padding:0;
}
div#p628 ul li,
div#p629 ul li,
div#p624 ul li {
	margin:5px 0;
	padding:3px 60px 1px 0;
	border-bottom:1px dotted #7F8053;
}


/*////////////////////////////////
//	Navigation
////////////////////////////////*/

div.navBg {
	position:absolute;
	top:0;
	right:0;
	width:512px;
	height:42px;
	background:#fff;
}

div.nav div#navigation {
	position:absolute;
	z-index:100;
	width:502px;
	top:0;
	right:0;
	padding:0 0 0 10px;
	font-size:14px;
}
div.nav div#navigation ul {
	margin:0;
	padding:0;
}
div.nav div#navigation ul li {
	float:left;
	padding:10px 14px 0;
	margin:0;
	border:1px solid #ffffff;
	list-style:none;
}
div.nav div#navigation ul li:hover,
div.nav div#navigation ul li#selected {
	background:#696909 url(../interface/main_bg.jpg);
	border:1px solid #ffffff;
	height:66px;
	cursor:pointer;
}
div.nav div#navigation ul li:hover a,
div.nav div#navigation ul li#selected a {
	color:#ffffff;
}
div.nav div#navigation ul.level2 {
	display:none;
}
div.nav div#navigation ul li a {
	color:#666600;
	text-transform:lowercase;
	text-decoration:none;
}


/*////////////////////////////////
//	Teasers
////////////////////////////////*/

div.teaser {
	clear:both;
	width:499px;
	margin-top:20px;
	overflow:hidden;
	border:1px solid #ffffff;
	border-left:none;
	background:#A5A66C url(../interface/teaser_bg.gif);
}
div.teaser div.header {
	padding: 5px 0;
	font-size: small;
	background:#696909 url(../interface/main_bg.jpg);
}
div.teaser div.body {
	padding:5px;
	color:#000000;
	border:1px solid #ffffff;
	border-width:1px 0 0 0;
	height:auto;
}
div.teaser div.image {
	float:right;
	border-left:1px solid #ffffff;
	margin:0 0 0 5px;
}

/*////////////////////////////////
//	Contact us form
////////////////////////////////*/

form#contactUs div.table {
	margin:20px 0;
	background:#A5A66C;
}
form#contactUs span.header {
	display:block;
	height:7px;
	background:url(../interface/.gif) no-repeat;
}
form#contactUs span.footer {
	display:block;
	height:7px;
	font-size:0;
	background:url(../interface/.gif) no-repeat;
}
form#contactUs table {
	width:100%;
}
form#contactUs table th {
	width:120px;
	padding:2px 5px 0 10px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	color:#000;
}
form#contactUs table td {
	padding:2px 0 8px;
}
form#contactUs input.field {
	width:100%;
}
form#contactUs div#buttons
{
	padding-left:135px;
}
form#contactUs div#buttons span#reset {
	display:none;
}
form#contactUs tr.subject th, 
form#contactUs tr.name th, 
form#contactUs tr.telephone th, 
form#contactUs tr.yourMessage th 
{
	font-weight:bold;
}


/*////////////////////////////////
//	Site map - content type
////////////////////////////////*/

div.siteMap {
	padding:10px 0;
}
div.siteMap ul {
	list-style:none;
	margin:0;
	padding:3px 0;
}
div.siteMap ul li {
	margin:0;
	padding:2px 20px;
}
div.siteMap#defaults {
	display:none;
}

/*////////////////////////////////
//	Download - content type
////////////////////////////////*/

div.download {
	padding:10px 0 15px;
}
div.download div.thumbnail {
	float:left;
	padding:0 10px 0 0;
}
div.download div.description {
	font-weight:bold;
}
div.download div.link {
}


/*////////////////////////////////
//	Misc.
////////////////////////////////*/

div.backToTop {
	text-align:right;
}
div.backToTop a:hover {
	text-decoration:none;
}
div.clear {
	clear:both;
}



/*////////////////////////////////
//	Default content styles
////////////////////////////////*/

html, body, h1, h2, h3, h4, div, p, ul, li, input, textarea, select {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea,select {
	font-size:x-small;
}
img {
	border:0px;
}
p {
	margin:0px;
	margin-bottom:10px;
}
form {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:underline;
	color:#ffffff;
}
a:hover {
	text-decoration:none;
}
h1 {
	margin:0 0 5px 0;
	font-size:medium;
}
h2 {
	margin:0 0 5px 0;
	font-size:small;
}
h3 {
}
hr {
}
div.hr {
	position:relative;
	margin:3px 0;
	border-bottom:1px solid #ffffff;
}
ul li {
	padding-bottom:10px;
}

-->










