/* ------------------------------------------------------------------------- */
/* ---- define layouts for the main sections on the page ------------------- */
/* ------------------------------------------------------------------------- */

/*---------------|-------------------------------------------|
navtop          |           navmiddle                            |
-----------------|-------------------------------------------|
       |              |                                                          |
navbar         |           mainbody                            |
       |              |                                                          |     
------------------------------------------------------------|
|___________Copywrite_______________|
*/

.mainbody {
	background-color:#CC9966;
	font-family: Verdana,Geneva,Helvetica,Times New Roman;
	font-size:11px;
	color :#000000;
	vertical-align : top;
	padding : 10px;
}

.mainbody A:link {
	COLOR: #330000;
	font-family: Verdana,Geneva,Helvetica,Times New Roman;
}
.mainbody A:visited {
	COLOR: #663300;
    font-family : Verdana,Geneva,Helvetica,Times New Roman;
}

.navtop {
	background-color : #996633;
	height : 100px;
}

.navmiddle {
	background-color : #996633;
	width : 100%;
}

.navbar {
	background-color : #996633;
	color : #000000;
	text-align : center;
	font-family : Verdana,Geneva,Helvetica,Times New Roman;
	font-size : 10px;
}

.copywrite {
	background-color : #996633;
	text-align : center;
	font-size : 10px;
	font-family: Verdana,Geneva,Helvetica,Times New Roman;
	color : #000000;
	height : 18px;	
}


/* ------------------------------------------------------------------------- */
/* ---- layouts for the text in the navigation menu ------------------------ */
/* ------------------------------------------------------------------------- */
/* Top level menu items */
.topmenu {
	margin-top: 10;
	padding: 0;
	font-weight : bold;
	font-size : 11px;
	margin-left : 5px;
	margin-right : 5px;
	white-space : nowrap;
}

.topmenu A:link {
	COLOR: #000000;
	text-decoration : none;
}
.topmenu A:visited {
	COLOR: #330000;
	text-decoration : none;
}
.topmenu A:hover {
	text-decoration : underline;
}

/* Sub level menu items */
.restmenu {
	margin: 0;
	padding: 0;
	margin-left : 5px;
	margin-right : 5px;
	white-space : nowrap;
}

.restmenu A:link {
	COLOR: #000000;
	text-decoration : none;
}
.restmenu A:visited {
	COLOR: #330000;
	text-decoration : none;
}
.restmenu A:hover {
	text-decoration : underline;
}

/* Tells which is the currently selected page */
.currentmenu {
	color: #CC9966;
}


/* ------------------------------------------------------------------------- */
/* ---- style classes used in site ----------------------------------------- */
/* ------------------------------------------------------------------------- */
.prices {
	background : #CC9966;
	font-family: Verdana,Geneva,Helvetica,Times New Roman;
	font-size:11px;
	color :#000000;
	border-color : #996633;
    margin-bottom: 20px;
}

.strongheading {
	font-size:13px;
	font-weight : bold;
	text-decoration : underline;
}

.heading {
	font-size:13px;
	font-weight : bold;
}

.indexbody {
	background-color: #CC9966;
	margin-left : 12px;
	margin-top : 12px;
}


/* ------------------------------------------------------------------------- */
/* ---- default tags that are overridden ----------------------------------- */
/* ------------------------------------------------------------------------- */
UL { margin-top: 0;}
OL { margin-top: 0;}

P { text-indent : 10px; }

BODY {
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #996633;
    scrollbar-track-color: #996633;
    scrollbar-face-color: #CC9966;
}
