/*
	Reset margins/paddings - some browsers start with different default values
*/

body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, br, tr, td, th, a, img, input, textarea, form {
	margin:						0;
	padding:					0;
	border:						0; /* 1px #ff0 solid; */ 
}

.hidden {
	display:					none;
}

/*
	Main Page
*/

body {
	background-color:			#00759f;
}

#container {
	background-image:			url(background-top-2.gif);
	width:						784px;
	margin:						20px auto 0 auto;
}

#copyright {
	clear:						both;
	border-top:					1px #fff solid;
	width:						784px;
	margin:						20px auto 0 auto;
	padding-top:				5px;
}

#title {
	display:					block;
	background-image:			url(title.gif);
	
	width:						784px;
	height:						116px;
}

/*
	Main Structure
*/

#leftmenu {
	float:						left;
	width:						144px;
	margin-right:				18px;
}

#leftmenu ul {
	float:						left;
	list-style-type:			none;
}

#leftmenu li {
	float:						left;
	clear:						left;
	height:						37px;
	padding-left:				45px;
	width:						99px;
}

#leftmenu #menu_main {
	background-image:			url(icons_first.gif);
	background-repeat:			no-repeat;
	margin-bottom:				30px;
	margin-top:					15px;
}

#leftmenu #menu_shops {
	padding-bottom:				50px;
}

#leftmenu #menu_shops li {
	background-image:			url(icons_second.gif);
	background-repeat:			no-repeat;
	background-position:		5px 10px;
}

#leftmenu #menu_shops .italic {
	font-size:					8pt;	
}

#contents {
	float:						left;
	width:						444px;
	margin-right:				22px;
}

#rightmenu {
	float:						left;
	width:						155px;
}

#rightmenu img {
	margin:						10px 0 5px 0;
}

#copyright #line1 {
	float:						left;
}

#copyright #line2 {
	float:						right;
}

/*
	Text Element Layout Details
*/

p {
	padding-bottom:				20px;
}

h3 {
	border-bottom:				1px #fff solid;
	margin-bottom:				4px;
}

/*
	Menu
*/

#menu_left {
	float:						left;
	width:						210px;
}

#menu_right {
	float:						right;
	width:						210px;
}

#menu_left th, #menu_right th {
	border:						1px #fff solid;
	font-size:					9pt;
	margin-top:					20px;
}

#menu_left td, #menu_right td {
	font-size:					8pt;
}

#menu_left .price, #menu_right .price {
	text-align:					right;
}

#menu_left td span, #menu_right td span {
	font-style:					italic;
	font-size:					7pt;
}


/*
	Fonts
*/


.italic {
	font-style:					italic;
	font-size:					10pt;

}

.bold {
	font-weight:				bold;
}

body {
	font-family:				'Century Gothic', 'Verdana', sans-serif;
	color:						#fff;
}

h3 {
	font-size:					13pt;
	font-weight:				normal;
}

p {
	font-size:					10pt;
	text-align:					justify;
	letter-spacing:				0.015em;
}

a {
	color:						#fff;
}

#contents p {
	line-height:				20pt;
}

#leftmenu a {
	text-decoration:			none;
}

#menu_shops {
	font-size:					12pt;
	line-height:				1em;
}

#rightmenu p {
	line-height:				16pt;
}

#copyright p {
	font-size:					8pt;
}


/*
	Reusables
*/

.image_right {
	display:					inline;
	float:						right;
	margin:						10px 0 4px 10px;
}

.image_right_border {
	display:					inline;
	float:						right;
	border:						1px #fff solid;
	margin:						10px 0 4px 10px;
}

.image_left {
	display:					inline;
	float:						left;
	margin:						10px 10px 4px 0;
}

.image_left_border {
	display:					inline;
	float:						left;
	border:						1px #fff solid;
	margin:						10px 10px 4px 0;
}
.gallery_image img {
	margin:						10px 10px 10px 10px;
	border:						1px #fff solid;
}

.gallery_image {
	border:						none !important;
}

/*
	Clearfix
*/

.clearfix:after {
    content:				""; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;
}




/* Hides from IE-mac \*/
* html .clearfix {			
	height:					1%;
}
/* End hide from IE-mac */


/*
	Contact Form
*/

#contact_form {
	width:					430px;
}

#contact_form th {
	width:					115px;
	font-size:				10pt;
}

#contact_form th, #contact_form td {
	vertical-align:			top;
	padding-bottom:			6px;
}

#contact_form .textbox {
	border:					1px #aaa solid;
	margin-right:			10px;
	width:					220px;
	height:					20px;
}

#contact_form textarea {
	margin-top:				4px;
	border:					1px #aaa solid;
	width:					310px;
	height:					80px;
}

#contact_form .submit {
	background-image:		url(button_submit.gif);
	float:					left;
}

#contact_form .reset {
	background-image:		url(button_reset.gif);
	float:					right;
}

#contact_form .reset, #contact_form .submit {
	background-color:		#00759f;;
	background-repeat:		no-repeat;

	margin-top:				10px;

	width:					70px;
	height:					20px;
	color:					#00759f;;
	vertical-align:			bottom;
	font-size:				1pt;
}

.veg
{
	color: #22e303;
	font-size: 12pt;
	font-style: italic;
}