/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color:#FFFDEB;
	}

a {
	color:#E51722;
	text-decoration: underline;
	}

a:hover {
	color:#000000;
	}
	
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 40px;
	width: 949px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#F8EACD;
	background-image: url(/inc/templates/current/maitaiasiancuisine/images/content_background.gif);
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
}

#left_nav {
	position: relative;
	float: left;
	top: 20px;
	left: -10px;
	width: 165px;
	padding: 0px;
	margin: auto;
}

#logo {
	position: relative;
	top: -35px;
	left: -10px;
}

#slider {
	width: 150px;
	height: 100px;
	margin: auto;
}


/*End Design Layout*/

/*Begin Drop Down Menus*/

ul#navlist li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	font-size:14px;
	font-family: Flat Brush, Papyrus, Alpine Regular, Arial;
}
#navlist {
	margin: 0px;
	padding: 0px;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#navlist li:hover ul#subnavlist
{
position: absolute;
display: block;
left: 10px;
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist li a
{
float: none;
display: block;
line-height: 20px;
text-align: left;
min-width: 120px;
width: 100%;
height: 20px;
padding: 3px;
margin: 0px;
border-top: 1px solid #003366;
border-left: 1px solid #003366;
background-color: #548AB6;
opacity: 0.9;
}

ul#navlist li ul#subnavlist li:hover a
{
background-color: #48638C;
}

/*End Drop Down Menus*/

/* BEGIN CSS Rollover Menu */


.cssnav
{
position: relative;
/*float: left;  comment out for vertical menu */
background-color: #000000;
white-space: nowrap;
display: block;
width: 165px;
height: 30px;
margin: 0;
padding: 0;
border: 1px #000000 solid;
}


.cssnav a
{
display: block;
color:#FFFFFF;
width: 165px;
height: 30px;
float: left;
text-decoration: none;
}


.cssnav a:hover
{
color: #FFFFFF;
text-decoration: none;
background-color: #E51722;
}


.cssnav img
{
width: 165px;
height: 30px;
border: 0;
}


.cssnav a:hover img
{
	visibility: hidden;
}


.cssnav span
{
position: absolute;
left: 25px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 165px;
height: 30px;
text-align: left;
}


/* END CSS Rollover Menu */


/*Begin Content*/

#content {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-align:left;
}

h1 {
	font-family: Arial;
	color: gray;
	font-size: 18px;
}

h2 {
	font-family: Arial;
	color: #E51722;
	font-size: 16px;
}

h3 {
	font-family: Arial;
	color: gray;
	font-size: 14px;
}

img {
	border-width:0px;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-family: Tahoma;
	color: #FF6699;
}
.style11 {color: gray}
.style17 {font-size: 12px}
.style19 {
	color: gray;
	font-family: Tahoma;
	font-size: 12px;
}
.style21 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: gray;
}
.style22 {
	font-size: 10px;
	font-style: italic;
}
.style24 {
	color: gray;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

/*End Content*/

/*Begin Forms*/

.sc_table_form{
	margin-top: 20px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}

.sc_thanks{
	margin-top: 20px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_Comments {
width: 200px;
height:50px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
}

#footer a {
	text-align:center;
	font-size: 10px;
	color:#000000;
	text-decoration:none
}

