body {
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	background:#e6e7bf url(../images/headerbg.gif) repeat-x scroll 0 0;
}

/* top menu -start- */
#header {
	height:149px;
		
	/*
	background-image:url(../images/v2_top_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom;*/
}
.buttonHolder{
width: 980px;
height: 39px;

}
.buttons
{
	width: auto;
	height: 20px;
	/*padding: 0 5px 0 5px;*/
	position: relative;
	float: left;
	top: 3px;
}
#header .logo {
	position: absolute;
    width:467px;
	height:110px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#header .button {
	position: absolute;
	z-index: 1000;
    margin-top:110px;
	height:29px;
	width: 800px;
	text-align: left;
}
#header .button a {
	padding: 0px 4px 0px 4px;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#header .button a:hover {
	text-decoration:underline;
	font-weight:bold;
}
/* top menu -end- */


/* Quick Search -start- */
#header .quicksearch {
	position: absolute;
    margin-top:50px;
    margin-left:690px;
    width:282px;
	height:52px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	text-align: right;
    padding-left:10px;
    padding-top:13px;
}
#header .quicksearch input {
    width:160px;
	height:18px;
	margin-top: -2px;
    border:none;
	background-color: #f0f1ec;
	text-align: left;
	float:left;
    color:#C0C0C0;
}
/* Quick Search -end- */


/* Footer -start- */
#footer  {
	margin: 5px auto 0;
	font-size:14px;
	background-color: #e6e7bf;
}
#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;
	font-size: 12px;
}
#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;
	font-size: 12px;
}
#footer .ftrcredits a {
	text-decoration:underline;
	font-weight:bold;
	color: #5a5c61;
}
#footer .ftrcredits :hover {
	text-decoration:none;
	color:#787c85;
}
#footerbar {
    width:980px;
    height:2px;
	background-color: #707070;
    margin:10px auto 10px;
}
/* Footer -end- */