@charset "UTF-8";
/* 

STYLE SHEET FOR EAST RESTAURANT WEB SITE
Created by CreativeMediaHeroes
www.east-restaurants.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-color: #666666;
}

a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {color: #000033;
	font-weight: bold;
	text-decoration: underline;}


/* --------- 2. structure  --------- */


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	border: 1px solid #000033;
	border-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
	
#header {
	height: 200px;
	width: 800px;
	background-image: url(../images/east-header1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
} 
img {
	margin: 0px;
	padding: 0px;
	border: solid thin black;
}

#sidebar1 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-color: #CCC;
}
#sidebar2 {
	float: right;
	margin: 0;
	width: 165px;
	padding: 0;
}
#mainContent {
	height: auto;
	border-left: 1px solid #CCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
} 
#footerbar { 
	padding: 0;
	margin: 0 auto;
	width: 780px;
}

 
/*.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*}*/
	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* --------- 3. links and navigation  --------- */

.headlines{
	width: 165px;
	text-transform: uppercase;}

.headlines li{
	font: bold 10px/12px Georgia;
	list-style-type: none;
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
	padding: 10px 0;
}

.headlines li a{
	color: #666;
	text-decoration: none;
	margin-top: 5px;
}


.headlines li a:hover{
	color: #000033;
	text-decoration: none;
}



.footer li{
	display: inline;
	list-style-type: none;

	}

.footer li a{
	font-weight: normal;
	color: #CCCCCC;
	padding: 0 10px 0 0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}

.footer li a:hover{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}


/*.hme a{
	margin: 0;
	padding: -10px;
	background:url(../images/nav/homebutton.gif) center repeat-none;
}


.hme li a {
	margin: 0;
	padding: -10px;
	height: 41px;
	background:url(../images/nav/homebutton.gif) center repeat-none;
}*/

/* mininav rollover */

.mininavmenu {
	float: right;
	width: 280px;
	height: 23px;
	background-image: url(../images/bgrounds/bar-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	}

.mininavmenu li{
	padding: 0;
	display: inline;
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	height: 23px;
}

.mininavmenu li a{
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

.mininavmenu li a:hover{
	color: #1F3D4A;
	font-weight: normal;
	text-decoration: none;
}


/* menu1 rollover */

#nav1 {
	width: 800px;
	height: 37px;
	background-image: url(../images/nav1bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
	
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	color: white;
	width: 850px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.solidblockmenu li{
	display: inline;
	list-style-type: none;
}

.solidblockmenu li a{
	float: left;
	color: white;
	font-weight: normal;
	border-right: 1px solid #FF0000;
	background: url(../images/nav1bg.gif) repeat-x;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}

#green a:hover{
	background: url(../images/nav/navgreenbg-active.gif) repeat-x;

}


.solidblockmenu li a:hover{
	color: white;
	font-weight: normal;
	background: url(../images/nav1bg-active.gif) repeat-x;
	text-decoration: none;
}


#navbar2 {
	width: 100%;
	height: 28px;
	background: url(../images/nav/nav2bgx.gif) center center repeat-x;
}
	
	
	
/* --------- 4. fonts  --------- */


h1, h2, h3 {
	color: #333333;
	padding: 0;
	margin: 0;
	}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	text-transform: capitalize;
	}
h2 {font: 16px/18px Verdana, sans-serif;
	margin-bottom: 10px;}
h3 {font: 13px/15px Verdana, sans-serif bold;}


a: hover {color: #FF0000;
	text-decoration: none;
	}
	/*.homebut {
	height: 37px;
	vertical-align: middle;
	*/



/* -------------- DROP DOWN MENU  -------------- */


#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]





/* --------- 5. images  --------- */

img { border: none;
margin: 0;
}

.button {margin: 0 0 2px 0;
}

/* --------- 6. tables  --------- */

.callus {width: 150px;
	height: 90px;
	color: #000033;
	background: #666;
	padding: 5px;
	margin: 0 0 2px 0;
	}


/* --------- 7. forms  --------- */
.left img {
	margin: 0px;
	padding: 0px;
	width: 210px;
}
.sideimage {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	font-weight: bold;
	color: #666666;
}

.hor1 {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container #mainContent .leftdiv {
	float: left:;
	width: 200px;
	margin-right: 15px;
}

#container #mainContent .rightdiv {
	width: 200px;
	float: right;
	}
.midpic {
	width: 253px;
	border: thin solid #FFFFFF;
}
.red {color: #FF0000}
