/* COMMON VALUES */
img { border: 0; }
* { margin: 0; }
:focus { outline: 0; }
html { border: 0; }
body {
	margin: 0;
	color: #000;
	background: #fff url('../images/background.jpg') no-repeat center top;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}

/* STRUCTURE VALUES */
header {
	position: relative;
	width: 100%;
	height: 95px;
	margin: 0 0 30px;
	background: #333;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
#logo {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -482px;
	z-index: 100;
}
nav {
	width: 964px;
	margin: 0 auto;
}
nav ul {
	list-style-type: none;
	margin: 0 0 0 200px;
	padding: 0;
}
nav ul li {
	float: left;
	height: 95px;
	padding: 0 0 0 1px;
	background: url('../images/nav-separator.png') no-repeat left 10px;
}
nav ul li:first-child { background: none; }
nav ul li a {
	display: inline-block;
	height: 45px;
	padding: 25px 35px;
	color: #fff;
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
nav ul li.menu-hover a, nav ul li a:hover { background: #000; }
nav ul li a div {
	padding: 4px 0 0;
	color: #f60;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
}
#services {
	display: none;
	position: absolute;
	width: 100%;
	height: 140px;
	top: 95px;
	color: #fff;
	background: #000;
	font-size: 12px;
	line-height: 16px;
}
#services > div {
	width: 900px;
	margin: 0 auto;
}
.services-item {
	display: table-cell;
	width: 80px;
	height: 53px;
	padding: 45px 20px 47px 50px;
	background: url('../images/pdf.png') no-repeat left 43px;
	vertical-align: bottom;
	cursor: pointer;
}
.services-item div {
	color: #f60;
}
#wrapper {
	width: 964px;
	margin: 0 auto;
}
section {
	width: 962px;
	margin: 0 auto;
	padding: 1px;
	background: #fff;
}
section > div {
	min-height: 58px;
	background: url('../images/shadow.png') repeat-x top;
	padding: 8px 35px 10px;
	text-align: justify;
}
#lightbulb {
	float: right;
	padding: 0 0 0 20px;
}
.section-shadow {
	width: 100%;
	height: 27px;
	margin: 0 0 10px;
	background: url('../images/content-shadow.png') no-repeat center top;
}
article { float: left; }
aside {
	float: right;
	width: 361px;
	margin: 0 auto;
	padding: 1px;
	background: #fff;
}
aside > div {
	min-height: 58px;
	background: url('../images/shadow.png') repeat-x top;
	padding: 8px 20px 10px;
	text-align: justify;
}
.aside-shadow {
	float: right;
	width: 363px;
	height: 27px;
	background: url('../images/aside-shadow.png') no-repeat center top;
}
footer {
	width: 100%;
	padding: 0 0 87px;
	background: url('../images/footer.png') repeat-x center bottom;
}
footer > div {
	position: relative;
	width: 964px;
	margin: 0 auto;
}
#phone {
	float: left;
	height: 76px;
	padding: 80px 25px 0 65px;
	background: url('../images/phone.png') no-repeat 20px 73px;
}
#copyright {
	float: left;
	height: 116px;
	padding: 58px 0 0 35px;
	color: #7f7f7f;
	background: url('../images/contact-shadow.png') no-repeat left top;
	font-size: 12px;
	line-height: 20px;
}
#copyright-name { color: #000; }
#copyright-address { color: #496d03; }
#footer-contact {
	position: absolute;
	right: 50px;
	bottom: -35px;
	width: 116px;
	height: 140px;
	background: url('../images/sign.png');
	text-align: center;
}
#footer-contact a {
	display: inline-block;
	padding: 36px 0;
	color: #583d1f;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/* TAG VALUES */
h1 {
	margin: 10px 0 15px;
	color: #000;
	font-family: serif;
	font-size: 26px;
	font-weight: bold;
}
h2 {
	margin: 10px 0 15px;
	color: #000;
	font-family: serif;
	font-size: 22px;
	font-weight: bold;
}
p { margin: 0 0 15px; }
a { text-decoration: none; }

/* COMMON VALUES */
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.hidden { display: none; }