/* =============== GENERAL =============== */

body {
	background-color: #434141;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	color: #191919;
}
p {
	margin: 0 0 18px 0;
}
img {
	border: 0;
}

/* ============== /GENERAL =============== */


/* =============== LAYOUTS =============== */

#container {
	width: 907px;
	height: 551px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -454px;
	margin-top: -276px;
}
#header {
	width: 900px;
	height: 100px;
	background: #222 url(../images/header.jpg) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#sidebar {
	width: 290px;
	height: 380px;
	position: absolute;
	left: 0;
	top: 125px;
}
#content {
	width: 580px;
	height: 386px;
	position: absolute;
	top: 125px;
	left: 320px;
}
#footer {
	width: 900px;
	height: 40px;
	line-height: 30px;
	position: absolute;
	top: 511px;
	left: 0;
	color: #919191;
	font-size: 10px;
	font-variant: small-caps;
	text-align: right;
}

/* ============== /LAYOUTS =============== */


/* =============== HEADER =============== */

#header h1 a {
	text-indent: -5000px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 174px;
	height: 137px;
	outline: none;
	position: absolute;
	top: 41px;
	left: 60px;
	z-index: 2;
}
#header #navbar ul {
	position: absolute;
	top: 41px;
	left: 275px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #navbar li {
	float: left;
	padding-left: 50px;
	font-size: 12px;
}
#header #navbar li a {
	text-decoration: none;
	color: #919191;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}
#header #navbar li a.selected, #header #navbar li a:hover {
	color: #FE8300;
}

/* ============== /HEADER =============== */


/* =============== SIDEBAR =============== */

#sidebar #menu #about {
	width: 145px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
	z-index: 1;
}
#sidebar #menu #services {
	width: 145px;
	height: 190px;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	z-index: 1;
}
#sidebar #menu #references {
	width: 145px;
	height: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	outline: none;
}
#sidebar #menu #contact {
	width: 145px;
	height: 190px;
	position: absolute;
	bottom: 0;
	right: 0;
	outline: none;
}

/* ============== /SIDEBAR =============== */


/* =============== CONTENT =============== */

#content.home {
	width: 587px;
	height: 386px;
	background: url(../images/content_home.jpg);
	text-align: justify;
}
#content.home #part1 {
	width: 510px;
	position: absolute;
	top: 16px;
	left: 40px;
}
#content.home #part2 {
	color: #919191;
	width: 500px;
	position: absolute;
	top: 210px;
	left: 40px;
}
#content.home #part2 ul{
	margin-top: -10px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#content #content_sidebar {
	position: absolute;
	top: 0;
	left: 0;
	height: 366px;
	width: 118px;
	padding: 10px 15px;
	background: url(../images/content_sidebar.jpg);
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
#content #content_sidebar ul {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 17px;
	list-style-type: square;
}
#content #content_sidebar li {
	margin: 0;
	padding: 0;
}
#content #content_sidebar li a {
	color: #191919;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	text-transform: uppercase;
	outline: none;
}
#content #content_sidebar li.selected, #content #content_sidebar li.selected a {
	color: #fff;
}
#content #content_main {
	position: absolute;
	top: 0;
	left: 148px;
	height: 360px; /* 386 - 26 - 0 */
	width: 349px; /* 432 - 43 - 40 */
	background: url(../images/content_main.jpg);
	color: #919191;
	padding: 26px 43px 0 40px;
	text-align: justify;
}
#content #content_main .orange_box {
	background-color: #fe8300;
	color: #212121;
	padding: 10px;
	letter-spacing: -0.6px;
}
#content #content_main .orange_border {
	border: solid 1px #fe8300;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#content #content_main h3 {
	color: #FE8301;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 12px;
}
#content #content_main h4 {
	color: #FE8300;
	font-variant: small-caps;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 11px;
}
#content #content_main ol {
	margin: 0 0 8px 22px;
	padding: 0;
}
#content #content_main li {
	color: #919191;
	font-weight: bold;
	letter-spacing: -0.1px;
	line-height: 20px;
}
#content #content_main li:hover {
	color: #FE8300;
}
#content a {
	color: #FE8300;
}
#content .back {
	position: absolute;
	right: 20px;
	bottom: 15px;
	text-transform: uppercase;
}

/* ============== /CONTENT =============== */


/* =============== FOOTER =============== */

#footer a {
	color: #191919;
	font-weight: bold;
	text-decoration: none;
}

/* ============== /FOOTER =============== */


