* {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	color: #FFFFFF;
}


h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 32px;
}

a:link, a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #999999;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
}

h5 {
	color: #999999;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.h6 {
	font-size: 18px;
	color: #009AEB;
}


/*	MAIN PAGES LAYOUT */

div#outer {
	width: 1024px;
	height: 660px;
	margin-bottom: 0;
	padding: 0;
	background-color: #FF0000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

div#logo {
	width: 1024px;
	height: 122px;
	background: url(../images/brittains_restaurant_logo.jpg) no-repeat right bottom;
}

a.homelink {
	display:block;
	height:122px;
	width:auto;
	padding: 0;
	margin:0;
}

div#contentarea {
	width: 801px;
	height:512px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

/*	MAIN IMAGES */


#MainImage {
	width:642px;
	height:305px;
	position:relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

#MainImage img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#map {
	width:642px;
	height:auto;
	position:relative;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/*	RH IMAGE */


div#menus {
	width: 282px;
	height: 305px;
	float: right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
}

div#menus a.xmasmenu:link,
div#menus a.xmasmenu:visited {
	width: 282px;
	height: 304px;
	margin: 20px 30px 0 0;
	padding: 0;
	display: block;
}
div#menus a.xmasmenu:hover/*	BOTTOM BUTTON IMAGES */

 {
	width: 1024px;
	height: auto;
	margin: 0;
	float: left;
}

div#bottom_buttons a.location:link,
div#bottom_buttons a.location:visited {
	width: 217px;
	height: 161px;
	margin: 20px 0 0 35px;
	padding: 0;
	background: url(../images/location.jpg) no-repeat;
	display: block;
	float: left;
}

div#bottom_buttons a.location:hover {
	background: url(../images/location_ro.jpg) no-repeat;
}

div#bottom_buttons a.store:link,
div#bottom_buttons a.store:visited {
	width: 217px;
	height: 161px;
	margin: 20px 0 0 30px;
	padding: 0;
	background: url(../images/englishstore.jpg) no-repeat;
	display: block;
	float: left;
}

div#bottom_buttons a.store:hover {
	background: url(../images/englishstore_ro.jpg) no-repeat;
}


div#bottom_buttons a.menu:link,
div#bottom_buttons a.menu:visited {
	width: 217px;
	height: 161px;
	margin: 20px 0 0 30px;
	padding: 0;
	background: url(../images/menu.jpg) no-repeat;
	display: block;
	float: left;
}

div#bottom_buttons a.menu:hover {
	background: url(../images/menu_ro.jpg) no-repeat;
}



div#bottom_buttons a.animate:link,
div#bottom_buttons a.animate:visited {
	width: 217px;
	height: 161px;
	margin: 20px 0 0 30px;
	padding: 0;
	background: url(../images/englishbreakfast_animation.gif) no-repeat;
	display: block;
	float: left;
}


/*	FOOTER*/

div#footer {
	width: 1024px;
	height:30px;
	margin-bottom: 0;
	padding: 0;
	background-color: #004890;
	margin-right: auto;
	margin-left: auto;
}

ul#footer {
	width: 1024px;
	margin: 0 0;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

ul#footer li {
	padding: 0 10px;
	float: left;
	text-decoration: none;
	
}

ul#footer li.copyright {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;	
}

ul#footer li.align-right {
	float: right;
	text-decoration: none;
	list-style-type: none;
}

ul#footer li a:link,
ul#footer li a:visited {
	color: #FFFFFF;
	font-size: 9px;
	display: block;
	text-decoration: none;

}

ul#footer li a:hover {
	color: #7E0000;
}

ul#footer li a:active {
	color: #FFFFFF;
}

