/*#############################################################
Name: Lotus Thai Restaurant
Date: 05-12-2008
Description: Lotus Thai Restaurant
Author: Ryu
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #813238;
	text-decoration: none;
}

a:hover {
	color: #813238;
}

body {
	color: #444;
	margin: 0;
	background-color: #7B2C32;
	background-image: url(img/bg.jpg);
	background-position: center;
	left: auto;
	right: auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

p {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

/* misc */

.clearer {clear: both;}

.left {float: left;}

.right {
	right: 5%;
}

img.left {margin: 0 18px 6px 0;}


/* structure */

.container {
	width: 736px;
	background-image: url(img/bgcontainer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.ptc {
	background: url(img/ptc.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(img/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	left: auto;
	right: auto;
	padding-right: 35%;
	padding-left: 20%;
}

.header h1 {
	padding: 62px 0 34px 0;
	font-family: serif, sans-serif;
	font-size: 3.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header h2 {
	font-family: serif, sans-serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 40px;
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */

.navigation {margin: 0 24px;}

.navigation a {
	color: #83343A;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
	font-family: serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */

.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	height: 890px;
	margin-top: 0;
	margin-right: 52px;
	margin-bottom: 0;
	margin-left: 52px;
	padding-top: 0;
	padding-right: 38px;
	padding-bottom: 12px;
	padding-left: 38px;
}
.content .spacer {
	height: 42px;
}

.map {
	background-position: center;
	margin-right: auto;
	margin-left: auto;		
}

.pic {
	height: 300px;
	width: 265px;
	float: right;
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.lotus {
	height: 152px;
	width: 180px;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 10px;
	
}

.lot {
	height: 300px;
	width: 300px;
	float: right;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* content item */

.item {clear: both;	padding-left: 0px;
}

.item .title {
	color: #813238;
	font-family: serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .body {
	clear: both;
}


.footer {
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 632px;
	background-image: url(img/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
