body {
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	background-color: #ffffff;
}

/* top menu -start- */
#header {
	height:120px;
	background-color: #ffffff;
	/*
	background-image:url(../images/v2_top_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom;*/
}
.buttonHolder{
	background-color: #3E3E3E;
	width: 980px;
	height: 24px;
}
#header .logo {
	position: absolute;
    margin-top:8px;
    width:109px;
	height:83px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#header .button {
	position: absolute;
	z-index: 1000;
    margin-top:100px;
	height:29px;
	width: 980px;
	text-align: left;
}
#header .button a {
	padding: 0px 4px 0px 4px;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#header .button a:hover {
	text-decoration:underline;
	font-weight:bold;
}
/* top menu -end- */


/* Quick Search -start- */
#header .quicksearch {
	position: absolute;
    margin-top:70px;
    margin-left:814px;
    width:150px;
	height:21px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	text-align: right;
    padding-right:10px;
    padding-top:2px;
}
#header .quicksearch input {
    width:130px;
	height:18px;
    border:none;
	background-color: #FFFFFF;
	text-align: right;
    color:#C0C0C0;
}
/* Quick Search -end- */


/* Footer -start- */
#footer  {
	font-size:11px;
	background-color: #ffffff;
}
#footer .ftrnav {
	background-repeat:repeat-x;
	text-align:center;
	height:24px;
}
#footer .ftrnav a {
	margin: 0px 7px 0px 7px;
	text-decoration:none;
	font-weight:bold;
	color: #5a5c61;
}
#footer .ftrnav a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#787c85;
}
#footer .ftrcredits {
	vertical-align:top;
	text-align:center;
	height:20px;
    padding-bottom:10px;

}
#footer .ftrcredits a {
	text-decoration:underline;
	font-weight:bold;
	color: #5a5c61;
}
#footer .ftrcredits :hover {
	text-decoration:none;
	color:#787c85;
}
#footerbar {
    width:980px;
    height:5px;
	background-color: #3E3E3E;
    margin-bottom:15px;
}
/* Footer -end- */