@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url(../img/page_bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	width: 755px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header {
	height: 36px;
	padding: 71px 0 0 0;
	text-align: right;
	background-image: url(../img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

/* NAV */

#nav {
	width: 492px;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: block;
	float: left;
	width: 123px;
	height: 36px;
	background-image: url(../img/nav.png);
}

#nav li a {
	display: block;
	height: 100%;
	width: 100%;	
}

#home {
	background-position: 0 0;
} #home:hover {
	background-position: 0 36px;
}

#payroll {
	background-position: -123px 0;
} #payroll:hover {
	background-position: -123px 36px;
}

#accounting {
	background-position: -246px 0;
} #accounting:hover {
	background-position: -246px 36px;
}

#contact {
	background-position: -369px 0;
} #contact:hover {
	background-position: -369px 36px;
}


/* PANEL */

#panel {
	height: 210px;
	background-image: url(../img/panelMain.jpg);
}

#contacts {
	width: 235px;
	float: left;
}

#contacts span {
	display: block;
	height: 55px;
	margin-bottom: 8px;
	background-image: url(../img/panelFill.jpg);
}

#contacts dt {
	color: #FFF;
	font-size: 12px;
	display: block;
	float: left;
	width: 75px;
	text-align: right;
} #contacts dd {
	color: #FFF;
	font-size: 12px;
	display: block;
	margin-left: 80px;
}


/* CONTENT */

#content {
	min-height: 450px;
	width: 503px;
	margin-left: 235px;
	padding: 8px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #FFF;
}

#content ul.span3 {
	list-style: none;
	padding: 0 0 10px 40px;
} #content ul.span3 li {
	display: block;
	width: 150px;
	float: left;
}

#content ul.span2 {
	list-style: square;
	margin: 0 0 10px 80px;
} #content ul.span2 li {
	width: 200px;
	float: left;
	
}

#content ul.span1 {
	list-style: square;
	margin: 0 0 10px 20px;
}

/* CONTACT FORM */

label {
	width: 150px;
	display: block;
	float: left;
	font-size: 12px;
	text-align: right;
	line-height: 20px;	
}

input#name, input#email, input#phone, textarea {
	width: 250px;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
}

input#phone {
	margin: 0 0 6px 0;
}

input#submit {
	margin-left: 80px;
}

/* TESTIMONIALS */

#testimonials {
	clear: both;
	border-top: 1px solid #000;
	background-color: #CCC;
	padding: 10px;
}

/* FOOTER */

#footer {
	clear: both;
	background-color: #CCC;
	border-top: 1px solid #000;
	text-align: center;
	padding: 10px;
}
