html {
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	background: url(background.jpg) no-repeat fixed;
}

/*header layout*/
.bgHeader{
	height:365px;
	background:url(bgHeader.jpg) left top no-repeat;
}

/*menus layout*/
.menu{
	width:230px;
	height:21px;
	padding-left:40px;
	padding-top:5px;
	list-style-image:url(bgIcon1.png);
	text-shadow: 0px 0px 1px #9d080c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-align:left;
	color: #9d080c;
}
.menu:hover{
	list-style-image:url(bgIcon2.png);
	text-shadow: 0px 0px 5px #000000;
	background:url(bgMenu2.jpg) left top repeat-x;
	color: #ffffff;
}
.menuText{
	text-decoration: none;
}
.menuOff{
	width:230px;
	height:21px;
	padding-left:40px;
	padding-top:5px;
	list-style-image:url(bgIcon3.png);
	background:url(bgMenu1.jpg) left top repeat-x;
	text-shadow: 0px 0px 5px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-align:left;
	color: #ffffff;
}

.textHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}

.textSubHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #808080;
	text-decoration: none;
}

.linkBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}

.linkBody:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}


.textMain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #808080;
	text-decoration: none;
}

.textPhoneFax{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.linkMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #808080;
	text-decoration: none;
}

.linkMain:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}

.textCopyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}

.linkCopyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}

.linkCopyRight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

/*footer layout*/
.footerLayout{
	height:50px;
	padding-top:10px;
	background:url(footer.jpg) center top no-repeat;
}
.footer{
	float:right;
	width:516px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:center;
	color: #808080;
}
.footer a{
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	color: #808080;
}
.footer a:hover{
	text-decoration: none;
	color: #800000;
}
.copyright{
	float:left;
	width:240px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:center;
	color: #800000;
}
.copyright a{
	padding:0px;
	text-decoration: none;
	color: #800000;
}
.copyright a:hover{
	text-decoration: none;
	color: #ffffff;
}
