/*
Theme Name: Lotus Restuarant
Theme URI: http://derail.co.nz
Author: Derail Website Design
Author URI: http://derail.co.nz

	Lotus Restuarant Theme
	by Derail Website Design
*/

body {
	background-color: #33322D;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #33322D;
	text-align: center;
	background-image: url(images/smaller.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.offset9 {
	margin-left: -9px;
}
img.offset10 {
	margin-left: -10px;
}

h1, h2, h3, p, ul {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 25px 0 25px;
	clear: both;
}

h1 {
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

.large {
	font-size: 16px;
	line-height: 22px;
}

p, li {
	text-align: justify;
}

.imageframed {
	margin-left: -5px;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}
span.alignright {
float: right;
}
span.alignleft {
float: left;
}

.underline {
	border-bottom: 1px solid #8E2626;
}

.dotted {
	border-bottom: 1px dotted #8E2626;
}

li {
	margin-left: 16px;
}

a {
	color: #33322D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8E2626;
}

.left {
	float: right;
}

#container {
	width: 734px;
	margin: 40px auto;
	padding: 0;
	text-align: left;
}

#menu {
	width: 145px; /*164*/
	margin: 0;
	padding: 0 9px 0 9px;
	background-image: url(images/menugrad.png);
	background-repeat: repeat-y;
	background:transparent;
	float: left;
	clear: both;
}
#menuinner {
	min-height: 440px;
	background-color: #F0F0F0;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
	display: block;
	width: 125px;
	height: 20px;
	background-image: url(images/ligrad.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	text-align: right;
	padding: 5px 10px 0 10px;
}
#menu li a:hover {
	background-image: none;
}
#menu li.current_page_item a {
	color: #8E2626;
}
#menu li.current_page_item a:hover {
	background-image: url(images/ligrad.jpg);
}
	
#main {
	width: 550px;
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url(images/maingrad.png);
	background-repeat: repeat-y;
	background: transparent;
	float: right;
}

#maininner {
	min-height: 420px; /*less 40 for firefox*/
	background-color: #F0F0F0;
	padding: 10px 0 10px 0;
}

#main img.size-thumbnail {
	border: 10px solid #ffffff;
	margin: 5px 5px 5px 5px;
}

.imageframed {
	border: 10px solid #ffffff;
	margin: 0 -10px 0 -10px;
}

.shiftleft {
	margin: 0 -5px 0 -5px;
}

#main table {
	margin: 5px 25px 5px 25px;
	padding: 0;
	border: 0;
}
.nospacebelow {
margin-bottom: 0;
padding-bottom: 0;
}
.nospaceabove {
margin-top: 0;
padding-top: 0;
}