﻿.pageHeader {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	height: 125px;
	background-color: #660000; 
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}


.logo {
	width: 200px;
	height: 125px;
	float: left;
}


.ad_space
{
	background-color: #1d1d1d;
	height: 72px;
	margin: 0px;
	padding: 0px;
}


.strap 
{
	width: 150px;
	padding: 8px 15px 0px 0px ;
	margin: 0px;
	text-align: right;
	float: right;
}

.banner
{
	margin: 0px;
	text-align: center;
	padding: 7px 0px 0px 0px ;
}

.banner img 
{
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.breadcrumb {
	background-color: #3E0F0F;
	border-bottom: solid 1px #949393;
	height: 17px;
	padding-top:5px;
	padding-left: 100px;
	padding-left: expression("20px");    /* Hack for IE due to Mozilla bug */
	vertical-align: bottom;
}

.topmenu1
{
    background: #1d1d1d url('images/menu_bg.gif') repeat-x scroll 0px 65px ;
    border-bottom: solid 1px #949393;
    text-align: right;
    height: 94px; /* padding-top:65px;  */
    padding-right: 5px;
    margin-bottom: 0px;
    width: 300px;
    float: right;
    vertical-align: bottom;
    
}


.breadcrumb, .topmenu 
{
	/* for IE6 and below */
	_height: 18px !important;
	_padding-top: 4px;
}



/* Breadcrumb */
.pageHeader A, .pageHeader A:Visited,
{
	text-decoration: none;
	color: white;
}

.pageHeader A:Hover 
{
	text-decoration: underline;
}


/* Footer Area */
.pageFooter {
	clear: both;
	width: 100%;
	color: white;
}

.pageFooterL1 
{
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 7pt;
	background-color: #3E0F0F;
	text-align: center;
	border-bottom: solid 1px #ac8b8b;
	font-family: Tahoma, Verdana, Helvetica, arial;
}

.pageFooterL2 {
	padding: 5px 10px 5px 10px;
	height: 25px;
	font-size: 7pt;
	background-color: #1d1d1d;
	background-repeat: no-repeat; 
	background-position: right top;
	text-align: left;
	border-bottom: solid 1px #ac8b8b;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Helvetica, arial;
}

.pageFooterL1 A, .pageFooterL1 A:Visited 
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.pageFooterL1 A:Hover 
{
	text-decoration: underline;
}




