/* Copyright Hiltonian Media (www.hiltonian.com) */

body {
	background-image: url(/graphics/grid.gif);
	background-position: 60% 10%;
	margin: 0;
	padding: 0;
	background-color: White;
}

#container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	background-color: White;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-image: url(../graphics/menu_background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#header {
	position: relative;
	background-image: url(../graphics/header_background.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 164px;
}

#header .logo {
	position: absolute;
	top: 10px;
	left: 15px;
}

#header h1 {
	color: #fbed3f;
	position: absolute;
	top: 30px;
	left: 280px;
	width: 350px;
	line-height: 1em;
	letter-spacing: 0;
}

#header .coverage {
	position: absolute;
	bottom: 30px;
	left: 280px;
	width: 350px;
	color: White;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0;
	font-size: 1.4em;
	margin: 0;
}

#header .contact {
	position: absolute;
	top: 30px;
	right: 10px;
	color: White;
	text-align: right;
	width: 250px;
	line-height: 1.3em;
}

#header .bvqi {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#header .contact a {
	color: White;
}

#menu {
	float: left;
	width: 200px;
}


#menu ul {
	margin: 40px 20px 20px 30px;
}

#menu ul li {
	
}

#menu ul li a {
	display: block;
	color: #1F2975;
	padding: 5px 25px 5px 0;
	text-decoration: none;
	background-image: url(../graphics/bullet_menu_normal.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.3em;
}

#menu ul li a:hover,
.home #menu ul li.home a,
.profile #menu ul li.profile a,
.products #menu ul li.products a,
.service #menu ul li.service a,
.contact #menu ul li.contact a,
.vacancies #menu ul li.vacancies a,
.materials #menu ul li.materials a {
	background-image: url(../graphics/bullet_menu_active.gif);
	color: #58595C;
}

#menu p.iotm {
	font-size: 0.6em;
	color: White;
	margin: 20px 0 10px 30px;
	
}

#menu p.iotm span {
	margin: 0 0 0 30px;
	display: block;
}

#menu p.iotm img {
	float: left;
}

#menu p.iotm a {
	color: White;
}


#sidebar {
	float: right;
	width: 160px;
	padding-top: 3em;
}

#sidebar #search {
	margin: 10px 5px 20px 0;
	position: relative;
	font-size: 0.9em;
}

#sidebar #search #product_selector {
	width: 100%;
	font-size: 0.85em;
}

/*#sidebar #search label {
	visibility: hidden;
}

#sidebar #search input#search_box {
	border: 1px solid #1F2975;
	padding: 2px 25px 2px 2px;
	width: 100px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #B1AFD4;
}

#sidebar #search input#search_submit {
	position: absolute;
	top: 6px;
	right: 0;
}*/

.product_home #sidebar {
	display: none;
}

.product_home #content {
	margin-right: 40px;
}

#content {
	margin: 30px 180px 0px 235px;
	padding-top: 3em;
}


#footer {
	clear: both;
	text-align: center;
	color: #d6d6d6;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0;
}

#footer p {
	display: inline;
	padding: 0 5px;
}

#footer ul {
	display: inline;
}

#footer li {
	display: inline;
	border-left: 1px solid #d6d6d6;
	padding: 0 1em;
}

#footer a {
	color: #d6d6d6;
	text-decoration: none;
}



.home #container {
	position: relative;
	height: 653px;
}

.home #menu {
}

.home #search {
	display: block;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
	color: White;
}

.home #content {
	background-image: url(../graphics/home_background.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 165pxpx;
	left: 200px;
	width: 750px;
	height: 489px;
	margin: 0 0 -65px 0;
}

.home #content h1,
.home #content p {
	visibility: hidden;
}

.home #footer {
	color: White;
	position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 400px;
}

.home #footer a {
	color: White;
}

.home #footer li {
	border-left-color: White;
}