html, body {
	margin: 0;
	padding: 0;
	background: 0;
	font: 13px/1.231 Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	height: 100%;
}

#doc3 {
	margin: 0;
	height: 100%;
}

body {
	background: url('/images/layout/body.jpg') repeat-x fixed center top transparent;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

/*
	HEADER
*/


#hd {
	height: 145px;
	min-width: 950px;
	background: none repeat scroll 0 0 #FFF;
}


.wrapper {
	clear: both;
	margin: 0 auto;
	width: 950px;
}

.logo {
	display: block;
	float: left;
	width: 140px;
	height: 125px;
	padding: 8px 0 0 0;
}


.companyinfo {
	float: right;
	text-align: right;
	color: #000;
}

.companyinfo ul {
	font-size: 12px;
}

.companyinfo ul li {
	list-style: none;
}

/*
	NAVIGATION
*/

ul.nav {
	float: right;
	width: 720px;
	padding: 10px 0 0 0;
}

ul.nav li {
	float: left;
	list-style: none outside none;
	font-size: 20px;
	padding: 0 5px;
}

ul.nav li.last {
	padding: 0 0 0 5px;
}

ul.nav li a {
	background: #ebeded;
	color: #d8b310;
	height: 90px;
	padding: 4px 6px 4px 6px;
}

ul.nav li a:hover {
	background: #f6e186;
	color: #a58b1a;
	padding: 4px 6px 4px 6px;
}



/*
	BODY
*/


#bd {
	width: 950px;
	margin: 0 auto;
}

#home #bd {
	padding: 20px 15px;
}

#bd a {
	height: 90px;
	padding: 2px 3px 2px 3px;
}

#bd a:hover {
	background: #f6e186;
	color: #a58b1a;
	padding: 2px 3px 2px 3px;
}


/*
	FOOTER
*/

#footer_decor {
	background: url('/images/layout/footer_decor.gif') repeat 100% 0;
	height: 15px;
	margin: 40px 0px 0px;
	z-index: 3;
}


.ft {
	background: url('/images/layout/footer_bg.jpg') repeat scroll 0 0 #335d33;
	font-size: 12px;
	min-height: 130px;
	margin: 0;
	color: #ffffff;
	z-index: 3;
}


#push {
	height: 4em;
}


.ft ul li {
	list-style: none;
	padding: 5px 0 0 0;
}

.ft .copyright {
	float: left;
}

.ft .yastech {
	float: right;
	text-align: right;
}

.ft a {
	text-decoration: none;
}

