@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background: #090909 url(images/diamond-background.gif) left top repeat-x;
	color:#d6d6d6;
	position:relative;
}
p, ul{
	margin-bottom:17px;
}
h1{
	position:absolute;
	left:74px;
	top:17px;
	width:329px;
	height:93px;
	text-indent:-9999px;
	background:url(images/bluediamond-logo.gif) left top no-repeat;
}
h2{
	margin:45px 0 26px 0;
	text-align:center;
	color:#959bbf;
	font-size:32px;
	line-height:34px;
	font-weight:normal;
}
a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
img{
	border:none;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#header, #content {
	width:500px;
	margin:0 auto;
}
#content {
	padding-bottom:60px;
}
#header {
	position:relative;
	height:135px;
	padding-top:6px;
}
#header a img{
	float:right;
	margin-left:10px;
}
#eng{
	positon:absolute;
	top:10px;
	right:40px;
}
#ice{
	positon:absolute;
	top:10px;
	right:5px;
}

#banner{
	width:100%;
	height:82px;
	background:url(images/bd-banner.jpg)center top repeat-x;
}
#footer, #push {
	height: 4em;
}
#footer{
	/*position:absolute;
	bottom:0;*/
	width:100%;
	/*height:70px;*/
	line-height:4em;
	/*margin-top:150px;*/
	background:url(images/footer-bg.gif) left bottom repeat-x;
	text-align:center;
}
#footer div{
	width:600px;
	margin:0 auto;
}
#footer img{
	/*background:url(images/turnkey-logo.gif) left top no-repeat;
	height:32px;
	width:68px;
	text-indent:-9999px;*/
	margin-right:50px;
	margin-top:14px;
	float:left;
}
#footer center{
	width:60px;
	float:left;
}
#web{
	color:#2c2c2c;
	float:right; 
}