/* RESETS & BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 14px Helvetica, sans-serif; background-color: white; background-image: url(../images/bg.png); background-repeat: repeat-x;  }

ul { list-style: none inside; }
a { text-decoration: none; outline: none; }
a img { border: none; }
a:focus { outline: none; }


/* TOOLBOX */
.clear { clear: both; }


/* STRUCTURE AND STUFF */

#stluc {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
}

#stluc a {
	color: #2a2a2a;
	padding-top: 2px;
	display: block;
}

#header{
	width: 960px;
	height: 66px;
	margin: 0 auto;
	text-align: center;
}

ul#nav li {
	display: inline;
	text-align: center;
}

ul#nav li a {
	display: block;
	height: 66px;
	float: left;
}

ul#nav li.navl a{
	width: 141px;
	background: url(../images/navl.png) bottom no-repeat;
}

ul#nav li.nav1 a{
	width: 134px;
	background: url(../images/nav1.png) bottom no-repeat;
}

ul#nav li.nav2 a{
	width: 133px;
	background: url(../images/nav2.png) bottom no-repeat;
}

ul#nav li.nav3 a{
	width: 135px;
	background: url(../images/nav3.png) bottom no-repeat;
}

ul#nav li.nav4 a{
	width: 133px;
	background: url(../images/nav4.png) bottom no-repeat;
}

ul#nav li.nav5 a{
	width: 133px;
	background: url(../images/nav5.png) bottom no-repeat;
}

ul#nav li.navr a{
	width: 151px;
	background: url(../images/navr.png) bottom no-repeat;
}

ul#nav li a:hover{
	background-position: top;
}

#top_contact {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/top_contact.png) no-repeat;
}

#bot_contact {
	width: 960px;
	height: 157px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/footer_bg.png) repeat-x;
}

#bot_contact .text {
	float: left;
	margin-top: 21px;
	margin-left: 36px;
}

#bot_contact .text a{
	color: #ffffff;
}

#bot_contact .text .line1 {
	font-size: 34px;
	font-weight: bold;
	color: #2a2a2a;
}

#bot_contact .text .line4 {
	font-size: 29px;
	font-weight: bold;
	color: #2a2a2a;
}

#bot_contact .text .line2 {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: -6px;
}

#bot_contact .text .line5 {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: -5px;
}

#bot_contact .text .line3 {
	font-size: 29px;
	font-weight: bold;
	color: #9c9c9c;
}


#footer {
	width: 960px;
	height: 116px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
}

#footer .bottom_nav {
	margin-top: 35px;
	color: #474747;
	font-size: 12px;
	font-weight: bold;
}

#footer .bottom_nav a {
	color: #474747;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover {
	color: #989898;
}
#footer p{
	margin-top: 10px;
	color: #989898;
	font-size: 12px;
	font-weight: bold;
}

#perl {
	color: #474747;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#logo {
width: 960px;
text-align: left;
}

#logo a {
	display: block;
	width: 131px;
	height: 118px;
	z-index: 10;
	position: absolute;
	margin-left: 1px;
}