/*----------------*/
/*Main Style Sheet*/
/*----------------*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color:#808080;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
    font-size:9pt;
}

#wrapper1 {
	width:820px;
    background:#808080 url(../images/bg.jpg?z=89387) repeat-y center top;
    margin:0 auto;
    text-align:left;
}

#content-wrapper {
	width: 768px;
	margin: 0px auto;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	height:520px;
}

#header {
	position: relative;
    height:151px;
	background: #caced1 url(../images/header.jpg?z=89387) no-repeat center top;
	padding: 0;	
	color: #fff;
	margin-left:auto;
    margin-right:auto;
	width:820px;
}

#menu
{
	width: 768px;
	padding: 0;
	/*clear: both;*/
	background-color: #ddd;
	margin: 0 auto auto 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid gray;
}

.menustyle
{
	width: 768px;
	font-weight: bold;
}

.menustyle:after
{                      /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul
{
	border: 1px solid #BBB;
	/*width: 100%;*/
	background: url(../images/men_img.png) center center repeat-x;
	padding: 0px;
	margin: 0;
	text-align: left;
}

.menustyle ul li
{
	display: inline;
	text-align: center;
}

.menustyle ul li a
{
	font-size: 12;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #494949;
	padding: 0px 10px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.menustyle ul li a:hover
{
	margin: 0;	
	background: url(../images/men_ovr.gif) center center repeat-x;
	color: green; 
}

.dropmenudiv
{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font: 11px verdana, geneva;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 1px 0;
	text-decoration: none;
	background: url(../images/men_img.png) center center repeat-x;
	font-weight: bold;
	font-size: 11;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #494949;
}

/*---- IE only hack----*/
html .dropmenudiv a 
{ 			
	width: 100%;
}

.dropmenudiv a:hover
{
	background: url(../images/men_ovr.gif) center center repeat-x; 	
	background-color: #F0F0F0;
	color: green; 
}


#footer {
	color: #FFFFFF;
	background: #808080 url(../images/footer.jpg?z=89387) no-repeat center top;
	clear: both;
	width:820px;
	height: 80px;
	text-align: center;	
	font-size: 8pt;	
}

.copyr
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	float: left;
	width: 420px;
	margin: 15px;
}

.botmenu 
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	float: right;
	margin-top: 15px;
	margin-right: 40px;
}

.botmenu a
{
	color: white;
	text-decoration: none;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	font-variant: normal;
	text-decoration: none;
}

.greenlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
}

.greenlink a {
	color: #006633;
}
.bodygreenlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #66cc66;
}

.bodygreenlink a {
	color: #66cc66;
}
.greenlinksmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
}

.greenlinksmall a {
	text-decoration: none;
}

.bodyyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: yellow;
}

.bodyyellow a {
	color: yellow;
}

.linksimage {
	margin-bottom:3px;
	/*border-style: none;*/
	border: none;
	margin-top: 3px;
}

.hiddenPic {
display:none;
}
