/******************************************************************
Browser
*******************************************************************/
	/***************************************************************
		colors: 	background #230000
					foreground #dcb430
	****************************************************************/
	
html {
	padding:0px;
	margin: 0px;  
	font-family:verdana, arial, sans-serif;
	font-size: 100.1%;  
	background: #3d0000;
}
body {	
	margin: 0px;  
	padding:0px;
	font-size: 100.1%;  
	background: #3d0000;
	font-family:verdana, arial, sans-serif;	
}
/******************************************************************
Document Structure
*******************************************************************/

#pagewrapper {
	background: #230000;
	border: #dcb430 1px solid; 
	width: 794px; 
	min-width: 40em;
	font-size: 100.1%;
	margin: 10px auto;
}
 
 html #pageWrapper {
	word-wrap: break-word;
		
}
/*----Masthead----*/

.masthead {
	border-right: #dcb430 0px solid; 
	border-left: #dcb430 0px solid; 
	border-top: #dcb430 0px solid; 
	border-bottom: #dcb430 1px solid;
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	color: #dcb430; 
	background:#230000;
	margin-bottom: 5px;
}

.masthead img{
	float: left;
}

#footer {
	border-right: #003366 0px solid;
	border-left: #003366 0px solid; 
	border-top: #dcb430 0px solid;  
	border-bottom: #ccc 0px solid;
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	padding-bottom: 0.5em; 
	padding-top: 0.5em; 
	margin: 5px auto;
	color: #dcb430; 
	background: #3d0000; 
	text-align: center;
	font-size: 70%
}

/* A useful horizontal division */

.hdiv {
	border-bottom: #dcb430 0px solid; 
	border-top: #dcb430 0px solid; 
	padding: 5px;
	text-align: center; 
	color: #dcb430;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 80%;
}

.content {
	border: #dcb430 0px solid; 
	padding: 5px;
	text-align: justify; 
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 75%;
}

.leftcontent{
	border: #dcb430 0px solid;
	float: left;
	padding: 5px;
	width: 400px;
	background: #230000;
}
.rightcontent{
	border: #dcb430 0px solid;
	float: right;
	padding: 5px;
	width: 250px;
	background: #230000;
}

/******************************************************************
Menus (Food) 
*******************************************************************/

.menu {
	border: #002515 0px solid; 
	margin: 10px 30px 10px 30px;
	background: #fff;
	color: #000;
	padding: 10px;
	}
.menu strong{
	font-size: 130%;
}
.menu h1 {
	color: #800000;
	font-family:verdana, arial, sans-serif;
	font-size: 140%;
}
.menu strong{
	color: #800000;
}

.menu table{
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	width:100%; 	
}

.menu table caption{
	color: #800000;
	font-family:verdana, arial, sans-serif;
	font-size: 250%;	
}
.menu table caption a{
	text-decoration: none;
}
.menu table tr td{
	padding: 10px;
}
.menu div{
	text-align: center;
	border: #ccc 1px solid;
	padding: 5px;
}
 
.col1{
	width:10%; 	
}
.col2{
	width:70%; 	
}

.col3{
	width:20%;
	text-align: right; 	
}

.clear {
	clear: both; 
	margin-bottom: -1px; 
	padding-bottom: 1px
}


/**********************************************************************
Side boxes
***********************************************************************/
.box1{
	background:#fff;
	color: #230000;
	padding: 10px;
	margin-bottom: 20px;
}
.box1 div{
	margin: 0px;
	border: #230000 1px solid;
	padding: 5px;
}
.box1 h1{
	color: #230000;
	font-family: verdana, arial, sans-serif;
	font-size: 210%; 
}

.box2{
	background:#ffff99;
	color: #bf0000;
	padding: 10px;
	margin-bottom: 20px;
}
.box2 div{
	margin: 0px;
	border: #bf0000 1px solid;
	padding: 5px;
}
.box2 h1{
	color: #bf0000;
	font-family: verdana, arial, sans-serif;
}

.box3{
	background:#ffd321;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
	border: #ffd321 2px solid;
	border-color: #dcb430 #332900 #332900 #dcb430 ;	
}
.box3 div{
	margin: 0px;
	border: #800000 1px solid;
	padding: 5px;
}
.box3 h1{
	color: #800000;
}

/**********************************************************************
Navigation: Horizontal
***********************************************************************/
.navbar {
	padding:0px; 
	margin:0; 
	list-style:none; 
	height:30px; 
	background:#230000; 
	position:relative; 
	}
	
.navbar li.top {
	display:block; 
	float:left; 
	position:relative;
	}
	
.navbar li a.toplink {
	display:block; 
	float:left; 
	height:30px; 
	width: 120px;
	line-height:30px; 
	color: #dcb430; 
	text-decoration:none; 
	text-align: center;	
	padding:0; 
	cursor:pointer;
	background: #700000;
	margin-right: 5px;
	border: #dcb430 1px solid;
	border-color: #dcb430 #000 #000 #dcb430 ;
	}
	
.down {
	display:block; 
	height:35px;	
	}
.navbar li a.toplink:hover {
	color:#dcb430; 
	background:#700000;
	border: #dcb430 1px solid;
	border-color: #000 #960000 #960000 #000 ;	
	}

.navbar table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

	.navbar a:hover {
	visibility:visible;
	}
	.navbar li:hover {
	position:relative; z-index:200;
	}

/* keep the 'next' level invisible by placing it off screen. */

.navbar ul, 
.navbar :hover ul ul, 
.navbar :hover ul :hover ul ul,
.navbar :hover ul :hover ul :hover ul ul,
.navbar :hover ul :hover ul :hover ul :hover ul ul 
	{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

.navbar :hover ul.submenu 
	{
	left:2px; 
	top:35px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid #002515; 
	white-space:nowrap; 
	width:140px; 
	height:auto;
	}

.navbar :hover ul.submenu li 
	{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:130px;
	}

.navbar :hover ul.submenu li a 
	{
	height:20px; 
	width:130px; 
	line-height:20px; 
	text-indent:5px; 
	color:#000; 
	text-decoration:none; 
	border:3px solid #fff; 
	border-width:0 0 0 3px;
	}

.navbar :hover ul.submenu li a.flyout 
	{
	background:#fff url(images/arrow.gif) 100px 7px no-repeat;
	}

.navbar :hover ul.submenu li a:hover 
	{
	background:#002515; color:#fff;
	}

.navbar :hover ul.submenu li a.flyout:hover 
	{
	background:#700000 url(images/arrow_over.gif) 100px 7px no-repeat; 
	color:#fff;
	}

.navbar :hover ul li:hover > a.flyout 
	{
	background:#700000 url(images/arrow_over.gif) 100px 7px no-repeat; 
	color:#fff;} 

.navbar :hover ul :hover ul,
.navbar :hover ul :hover ul :hover ul,
.navbar :hover ul :hover ul :hover ul :hover ul,
.navbar :hover ul :hover ul :hover ul :hover ul :hover ul
	{
	left:120px; 
	top:-4px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid #002515; 
	white-space:nowrap; 
	width:140px; 
	z-index:200; 
	height:auto;
	}

/**********************************************************************
Lists
**********************************************************************/
ul {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px
}
ol {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	color: green
}
dl {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px
}
li.spread{
	margin-top: 6px; 
}
/***************************************************************************
Headings
***************************************************************************/
h1 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 200%;
	font-family: times new roman;
	color:#dcb430;
	
}
h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 150%;
	font-family: times new roman;
	color:#dcb430;
	
}
h3 {
	margin-top:0px; 
	margin-bottom:0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 100%;
	
}
h4 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 90%;
	
}
h5 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 90%;
	
}
h6 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	
	
}

/******************************************************************
Links
*******************************************************************/
a {
	text-decoration: underline
}
a:link {
	text-decoration: underline
}
a:visited {
	text-decoration: underline
}
a:active {
	text-decoration: underline
}
a:hover {
	text-decoration: none
}


/**********************************************************************
Misc
**********************************************************************/
.center{
	text-align:center;
}

/*---------------image rightcontents----------------------*/

.leftcontent b.default {
	position:relative; 
	left:0px; 
	top:0px; 
	text-align:center;
}
.leftcontent b.default img {
	display:block;  
	border:1px solid #eee; 
}

.leftcontent b.default span {
	display:block; 
	color:#fff; 
	font-family:verdana, arial, sans-serif; 
	font-size: 110%;
	font-weight:normal;  
	width:350px; 
	margin:5px auto;
	text-align:center;
}

.rightcontent .right{
	margin:0; 
	width:250px; 
	position:relative; 
	float:right;
	border: #dcb430 0px solid;
}

.rightcontent .right ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:234px; 
	position:relative; 
	float: left;
	background: #230000;
}

.rightcontent .right ul li {
	display:inline; 
	width:52px; 
	height:52px; 
	float:left; 
	margin:0 0 5px 5px;
}

.rightcontent .right ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid #000;
 	border-color:#eee #555 #333 #ddd;
 }

.rightcontent .right ul li a span {
	display:none;
	}

.rightcontent .right ul li a img {
	display:block; 
	width:50px;
	height:50px;
	border:0;
	 }

.rightcontent .right ul li a:hover {
	white-space:normal; 
	border-color:#000; 
	background:#001524;}

.rightcontent .right ul li a:hover b {
	position:absolute; 
	left:-450px; 
	top:0; 
	width:405px; 
	height:330px; 
	text-align:center; 
	background:#230000;
	z-index:20;}

.rightcontent .right ul li a:hover span {
	display:block; 
	color:#fff; 
	font-size: 120%;
	font-family:verdana, arial, sans-serif; 
	font-weight:normal;  
	width:350px; 
	margin:5px auto;
}
.rightcontent .right ul li a:hover img {
	margin:0 auto 0px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #eee; 
	border-color:#fff;
	}

.rightcontent .right ul li a:active, .rightcontent .right ul li a:focus {
	white-space:normal; 
	border-color:#fff; 
	background:#230000;}

.rightcontent .right ul li a:active b, .rightcontent .right ul li a:focus b {
	position:absolute; 
	left:-449px; 
	top:0; 
	width:404px; 
	height:330px; 
	text-align:center; 
	background:#230000; 
	z-index:10;}

.rightcontent .right ul li a:active span, .rightcontent .right ul li a:focus span {
	display:block; 
	color:#fff; 
	font-family:verdana, arial, 
	sans-serif; 
	font-weight:normal; 
	width:330px; 
	margin:0px auto;}

.rightcontent .right ul li a:active img, .rightcontent .right ul li a:focus img{
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #eee; 
	border-color:#fff;}


/* -----------------------------------------------------------*/
 
