@charset "UTF-8";
html
{
	height: 100%;
}

body {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {

position:relative;
	background: #990000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#bf0000;
	height: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left:0px;
	background-image: url(/images/IndiaHouse180x158.png);
	background-position: 75px 30px; 
	background-repeat: no-repeat;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*Size of the image*/ 
	padding-top: 0px;
	display: none;
}

.oneColFixCtrHdr #header img{
	padding-top: 10px;
	padding-right: 10px;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*Size of the image*/
	float:right;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	background: #ffffff;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #990000;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent #leftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
}
.oneColFixCtrHdr #mainContent #rightSide {
float:right;
	width:500px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	border-left: 1px solid #000000;
}
.oneColFixCtrHdr #footer p {
	clear: both;
}
.oneColFixCtrHdr #clear {
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #rightSide #map {
	width:450px;
	height:350px;
}

.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;
}

.clear { 	clear:both;
}


h1 {
	font-size:1.3em;
	color:#990000;
}
h2 {
	font-size:1.2em;
	color:#990000;
	margin-bottom:4px;
}
h3 {
	font-size:1.1em;
	color:#990000;
}

h5{
font-size:.9em;
margin-top:0px;
}
.oneColFixCtrHdr #container #header #menu {
	position:absolute;
	bottom:0px;
	float: left;
	background-color: #000000;
	
}
/* Menu */
#menu {
	width: 390px;
	height: 28px;
	margin: 0 auto;
	background: #494949;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 4px 12px 0 12px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menu a:hover {
	border-bottom-color: #CCCCCC;
	color: #000000;
	background-color: #CCCCCC;
}
.smallLink {
	font-size: 0.8em;
	color:#990000;
}
.menuBlock {
	
}
.menuCategory {
position:relative;
	display:block;
	text-decoration:none;
	color:#990000;
}

.menuItem .itemNumber {position:relative;
float:left;
margin-left:5px;
font-size:.9em;
font-weight:bold;
}

.menuItem .itemName {position:relative;
float:left;
margin-left:5px;
font-size:.9em;
font-weight:bold;
}

.menuItem .itemPrice {position:relative;
float:right;
font-size:.8em;
}

.menuItem .itemDescription {
position:relative;
display:block;
font-size:.8em;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 5px;
clear:both;
}

.style1 {
	font-size: 1em;
	font-weight:bold;	
}


.style2 {
	font-size: 0.75em;	
}

.floatLeft {
	float: left;
	width:50%;
}

.bordered{
	border: 2px solid #000000;
	}

.disclaimer {
font-size:.65em;
position:relative;
margin-top:200px;
bottom:0px;
}
