﻿body {
    font-size: 16px; /* @ EOMB */
}
* html body {
    font-size: 100%; /* @ IE */
}
body * {
    font-size: 85.5%;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
body * * {
    font-size: 100%;
}
h1 {
    margin: 1em 0 1.5em;
    font-size: 20px;
}
h2 {
    margin: 2em 0 0 0;
    font-size: 14px;
	height:20px;
	width:100%;
	background:url(../img/h2bar.gif) top left no-repeat;
	text-indent:10px;
	color:#602811;
	font-weight:bold;
	padding-top:0px;
	
}
p 
{
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    margin: 10px 15px 0px 15px;
    padding:0
}

.footer {
 position: bottom;
 bottom: 0;
 width: 70%; /* See note below */
 text-align: center;
 padding: 0 15%;
 font-size:0.8em;
}

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../img/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li .tab{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li .tab b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current .tab, .glossymenu li .tab:hover{
	color: #fff;
	background: url(../img/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current .tab b, .glossymenu li .tab:hover b{
	color: #fff;
	background: url(../img/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}