
html {
	padding: 0px; margin: 0px;
}

body {
	padding: 0px; margin: 0 0 15px; /* to give bottom margin in IE */
}

body {
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	color: #666666;
	font-size: small;
	background:  #000000;
	text-align: left; 
}

* html body { /* normalise base font size for IE 5 and 6 */
	font-size: x-small; /* IE 5 */
	f\ont-size: small; /* IE 6 */
}

a:link {
	color: #006600;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #006600;
	background-color: transparent;
	text-decoration: none;

}

a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;

}

a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}


#main_text_links {
	bottom: 0px;
	border: #ff0000 0px solid;
	text-align: center;
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	margin: 40px 0px 10px 0px;
	letter-spacing: 0.08em;

}

.sub_text_links_top {
	top: 0px;
	border: #ff0000 0px solid;
	text-align: center;
	color: #666666;
	background-color: transparent;
	font-size: 90%;
	font-weight: bold;
	margin: 20px 0 0 0;
	line-height: 1.5;
}

.sub_text_links_bottom {
	bottom: 0px;
	border: #ff0000 0px solid;
	text-align: center;
	color: #666666;
	background-color: transparent;
	font-size: 90%;
	font-weight: bold;
	margin: 40px 0 -30px 0;
	line-height: 1.5;

}


#container {
	border: none;
	margin: 15px auto;
	background: url(graphics/white_bgd750.gif) #ffffff repeat-y right top;
	width: 750px;
	text-align: left;
}

html #container {
	width: 750px;
}


#main {
	float: left;
	width: 520px;
	background-color: transparent;

}

#header {
	width: 519px;
	background-color: #000000;
	border-right: 1px white solid;


}

#globalnav {
	width: 519px;
	background-color: #006600;
	border-right: 1px white solid;
	border-top: 1px white solid;

}


#right {
	float: right;
	width: 230px;
	background-color: transparent;


}

#clearer {
	width: 750px;
	clear: both;
	margin: 0;
	padding: 0;

}



h1, h2, h3, h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	padding: 0px 30px 0px 20px;

}

h1 {
	font-size: 140%;
	margin: 30px 0 0 25px;
	padding: 0;
}

h2 {
	font-size: 130%;
	margin: 15px 0 0 25px;
	padding: 0;
}

h3 {
	font-size: 110%;
	margin: 15px 0 0 25px;
	padding: 0;
}

h4 {
	font-size: 100%;
	margin: 15px 0 0 25px;
	padding: 0;
}

p {
	padding: 0 40px 0 40px;
	color: #666666;
	background-color: transparent;
}

li {
	margin: 0 20px 0px 40px;
}


.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
	background-color: transparent;
}

.red-bold {
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
}

.newsdate {
	color: #ff0000;
	background-color: transparent;
}

/* ----------------- Global Navigation start --------------------------------------------------- */

#globalnavbar {
	background-color: #006600;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 519px;
	border-right: 1px white solid;
	border-top: 1px white solid;

}

html #globalnavbar {
	height: 33px;
}

#globalnavbar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#globalnavbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#globalnavbar ul li a {
	background: #006600;
	width: 103px;
	height: 24px;
	padding: 6px 0 3px;
	margin-left: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 15px/20px arial, verdana, helvetica, sans-serif;
	border-right: 0px rgb(120,120,120) solid;
}

#globalnavbar ul li a:hover {
	color: #333333;
	background-color: #009900;
}

#globalnavbar ul li a:active {
	background: #009900;
	color: #333333;
}

#globalnavbar ul li#active {
	background: #006600;
	width: 103px;
	height: 24px;
	padding: 6px 0 3px;
	margin-left: 0;
	color: #999999;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 14px/20px arial, verdana, helvetica, sans-serif;
	border-right: 0px rgb(120,120,120) solid;	
}

#globalnavbar ul li a:hover.last {
	border-right: 4px solid #009900;
}


/* ----------------- Global Navigation end --------------------------------------------------- */

/* ----------------- Footer start --------------------------------------------------- */


#phone_footer {
	
	height: 50px;
	background-color: #006600;
	font-size: 200%;
	clear: both;
}

html #phone_footer {
	height: 50px;
}

#phone_footer p  {
	margin: 0px 0px 0px;
	color: #ffffff;
	padding: 8px 0 8px 0;
	text-align: center;
}

#footer {
	height: 70px;
	background-color: #006600;
	font-size: 90%;
	clear:both;
}

html #footer {
	height: 70px;
}

#footer p {
	color: #ffffff;
	margin: 0px 0px 0 0px;
	padding: 4px 0 0 0;
	text-align: center;
}

#footer a:link, #footer a:visited  {
	color: #99ffcc;

}

#footer a:hover, #footer a:active {
	color: #000000;

}

#legals {
	height: 26px;
	background-color: #006600;
	font-size: 70%;
	clear: both;
}

html #legals {
	height: 26px;
}

#legals p  {
	margin: 0px 0px 0px;
	color: #ffffff;
	padding: 8px 0 8px 0;
	text-align: center;
}

#legals a:link, #legals a:visited  {
	color: #99ffcc;

}

#legals a:hover, #legals a:active {
	color: #000000;

}




/* ----------------- Footer end --------------------------------------------------- */

/* ----- Form fields start --------------------------------------------------- */

form p input {
	margin: 0;
	padding: 0;
	
}

#contact-form	{
	display: block;
	margin: 25px 0 0 40px;
	border: 0px solid #c0c0c0;
	text-align: left;
}

#contact-form input.block, #contact-form select, #contact-form textarea {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #f0f0f0;
	vertical-align: text-top;
	color: #666666;
}

#contact-form input.block:focus, #contact-form select:focus, #contact-form textarea:focus {
	background-color: #ffffff;
}

#contact-form p {
	margin: 5px 20px 0 -40px;
}

textarea	{
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	vertical-align: text-top;
}

select	{
	border: 1px solid #cccccc;
}

/* ----- Form fields end --------------------------------------------------- */


.box_message {
	border: 1px solid #006600;
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	margin: 0 40px 10px 40px;
	padding: 5px 15px;
}

.floatright
{
float: right;
width: 200px;
margin:  10px 10px 10px 10px;
background-color: #f0f0f0;
padding: 2px;
border-top: 2px solid #f0f0f0;
border-right: 2px solid #f0f0f0;
border-bottom: 2px solid #f0f0f0;
border-left: 2px solid #f0f0f0;
font-family: verdana,arial,sans-serif;
font-size: 85%;
color: #666666;
display: inline;
clear: right;
}


div.floatright img
{
border-top:0px solid #555555;
border-right:0px solid #999999;
border-bottom:0px solid #999999;
border-left:0px solid #555555;
}

a img {
	border:0;
}

.menubox {
	border: 1px solid #006600;
	margin: 10px 40px;
	background: url(graphics/food-bgd1.jpg);
	text-align: center;
}

div.menubox h3 {
	margin: 5px 40px 0px 40px;
}

.italic {
	font-style: italic;
}

.leftalign	{
	text-align: left;
}

