/***************************************************************************

	Phat Thai
	phatthai.com
	
	Colors-
	#D21F27 - Red for left menu and top/bottom border of content wrapper
	#646567 - Grey background for the main content wrapper

	
***************************************************************************/

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/glossymetal.jpg) repeat scroll left top;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#mainbg {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(images/glossymetal.jpg) repeat scroll left top;
	padding-bottom:50px;
}

#nestedbg {
	background-image:url(images/fadestrip.png);
	background-position:left top;
	background-repeat:repeat-x;
}

/** Main Strucutural Divs **/

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#head {
	width: 800px;
	height: 140px;
	margin: 0;
	background: url(images/phat_header.png);
}

#content {
	width: 800px;
	margin: 0;
	background: #646567;
	border-top: thick solid #D21F27;
	border-bottom: medium solid #D21F27;
}

#left {
	width: 160px;
	margin: 50px 0 0 50px;
	float: left;
	display: inline;
	background: #D21F27;
	font-size: 1.2em;
}

#right {
	width: 490px;
	margin: 50px 0 0 50px;
	display: inline;
	float: left;
}

#bottom { /*sets bottom margin and displays bottom shadow */
	width: 800px;
	height: 60px;
	margin: 0;
	background: url(../images/bottom_bg.gif) no-repeat;
	clear: both;
}

#footer {
	width: 800px;
	height: 100px;
}

#footerleft {
	width: 400px;
	margin: 20px 0 0 15px;
	float: left;
	display: inline;
	text-align: left;
}

#footerright {
	width: 350px;
	margin: 20px 15px 0 0;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#address {
	margin: 30px 10px 18px;
	color:#000;
}

#social {
	text-align: left;
	margin: 0;
	display: inline;
}


/** Text Styles **/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	margin: 10px 0 10px;
	font-weight: Bold;
	padding: 0;
}

h2 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 30px 0 30px;
	font-weight: normal;
	padding: 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p {
	font-size: 1em;
}

p.menus {
	line-height: 1.1em;
}


#left p {
	font-size: 0.75em;
	margin: 8px 0 0;
	line-height: 1.2em;
}

#address p {
	font-size: 0.75em;
	line-height: 1.3em;
}

.first {
	margin: 30px 0 10px 0;
}

#right p {
	width: 35em;
	font-size: 0.8em;
	text-align: left;
}

#right p.wide {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	font-size: 0.8em;
	font-style: italic;
}
ul {
	font-size: 0.85em;
}
ul ul {
	font-size: 1em;
}


#right p.wide2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	font-size: 0.8em;
}

#right p.caption {
	font-size: 0.7em;
	line-height: 1.2em;
}

#footer p {
	font-size: 0.68em;
	line-height: 1.1em;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

p.info {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.small {
	font-size: 0.74em;
}



/** Link Style **/

a {
	color: #FFF;
}

a:hover {
	color:#f6af0a;
}

a.reserve {
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.1em;
}

a.menulink {
	font-size: 1.2em;
	color: #FFF;
}
a:hover.menulink {
	color: #f6af0a;
}

a.footlink {
	text-decoration: none;
	color: #000;
}

a.footlink:hover {
	text-decoration: underline;
	color: #D21F27;
}


/** Main Nav Styles  - rollovers use single image and negative positioning **/

#home, #menu, #catering, #press, #friends, #events, #contact, #findus {
  display: block;
  width: 160px;
  height: 34px;
}

#home:hover, #menu:hover, #catering:hover, #press:hover, #friends:hover, #events:hover, #contact:hover, #findus:hover { 
  background-position: 0 -34px;
}

#facebook, #twitter {
  display: inline-block;
  width: 80px;
  height: 56px;
}

#facebook:hover, #twitter:hover { 
  background-position: 0 -56px;
}

#home {
  background: url("images/nav_home.jpg") no-repeat 0 0;
}

#menu {
  background: url("images/nav_menu.jpg") no-repeat 0 0;
}

#catering {
  background: url("images/nav_catering.jpg") no-repeat 0 0;
}

#press {
  background: url("images/nav_press.jpg") no-repeat 0 0;
}

#friends {
	background: url("images/nav_friends.jpg") no-repeat 0 0;
}

#events {
  background: url("images/nav_events.jpg") no-repeat 0 0;
}

#contact {
  background: url("images/nav_contact.jpg") no-repeat 0 0;
}

#findus {
  background: url("images/nav_findus.jpg") no-repeat 0 0;
}

#facebook {
  background: url("images/facebook.jpg") no-repeat 0 0;
}

#twitter {
  background: url("images/twitter.jpg") no-repeat 0 0;
}


#home span, #menu span, #catering span, #press span, #friends span, #events span, #contact span, #findus span, #facebook span, #twitter span  {
  display: none;
}



/** Site Map Styles **/

.sitemap {
	width: 143px;
	margin: 0 0 25px;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}

.sitemap ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.sitemap li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 0.9em;
}

.sitemap li a {
	font-size: 0.75em;
	
}

.sitemap li a:hover {
	color: #000;
}

.sitemap li a.large {
	font-size: 0.9em;
	color: #000;
}
	

/** Image Styles **/

img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.head {
	margin: 30px 0 5px 0;
}

	
