/* CSS Document */
/* by rt-grafik */

* { 
	padding: 0;
	margin: 0; 
	border: 0;
}

html, body {
	text-align: center;
	background: url(../images/bg_cubes.jpg);
	height: 100%;
}

p {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
	color: #666;
}

span {
	font-size: 1em;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

blockquote {
	font-size: 90%;
	margin: 1em 0;
	padding: 0.5em 1em;
	width: 580px;
	height: auto;
	border: 1px dashed #000000;
	background-color: #FFFFCC;
}

h1 {
	font-family: "Trebuchet MS",georgia,helvetica,arial,verdana,sans-serif;
	font-size: 110%;
	background: url(../images/h1_cube.gif) no-repeat left;
	padding: 20px 20px 20px 40px;
	margin-left: 20px;
}

h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",georgia,helvetica,arial,verdana,sans-serif;
	font-size: 110%;
	background: url(../images/h2_cube.gif) no-repeat left;
	padding: 20px 20px 20px 40px;
	margin-left: 30px;
}

#container {
	width: auto;
	text-align: left;
	margin: 0 auto;
	height: 100%;
	position:relative;
	background-image: url(../images/content_bg.jpg);
}

#headercont {
	height: 224px;
	background: url(../images/bg_header_repeat.jpg) repeat-x;
	text-align: center;
}

#header {
	width: 820px;
	height: 224px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg);
}

#leftheader {
	width: 400px;
	height: 184px;
	float: left;
	background-color: #990000;
	margin-left: 10px;
}

#logo {
	width: 231px;
	height: 85px;
	padding: 49px;
}

#rightheader {
	width: 400px;
	height: 184px;
	float: left;
	background-color: #990000;
}


#rightheader p {
	padding-right: 1em;
	line-height: 2;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

/* common styling */

#navigation {
	width: 800px;
	height:40px;
	font-size: .8em;
	z-index: 100;
	margin: 0 9px;
	float: left;
	background: url(../images/bg_nav.jpg) repeat-x;
}

#navigation ul li a, #navigation ul li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	line-height: 2em;
	width:133px;
	height:40px;
	text-align:center;
	line-height: 3em;
	background: url(../images/nav_btn.jpg) no-repeat;
}

#navigation ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}

#navigation ul li {
	float:left;
	position:relative;
}

#navigation ul li ul {
	display: none;
}

/* specific to non IE browsers */

#navigation ul li:hover a {
	color:#fff; 
	background-position: right;
}

#navigation ul li:hover ul {
	display:block; 
	position:absolute; 
	top:40px; 
	left:0; 
	width:105px;
}

#navigation ul li:hover ul li a.hide {
	background: #333; 
	color: #FFF;
}

#navigation ul li:hover ul li:hover a.hide {
	background: #333;
	color: #FFF;
}

#navigation ul li:hover ul li ul {
	display: none;
}

#navigation ul li:hover ul li a {
	display:block; 
	background: #CCC; 
	color:#000;
	opacity:0.9; 
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-top: 1px solid #FFF;
}

#navigation ul li:hover ul li a:hover {
	background: #333; 
	color: #FFF;
	opacity:0.9; 
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-top: 1px solid #FFF;
}

#navigation ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

#navigation ul li:hover ul li:hover ul.left {
	left:-105px;
}

#navigation ul li.active > a {
	background-position: right;
}

#navigation ul Ul li.active {
	background: #333;
}

#content_wrap {
	width: 100%;
	position: relative;
	background: url(../images/bg_content.png) repeat-y center;
}

#content {
	z-index: 999;
	width: 800px;
	margin: 0 auto;
}

#content p {
	line-height: 1.5em;
	font-size: .9em;
}

#content ul {
	padding: 1.2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content li {
	padding: 0 0 .5em 30px;
	background: url(../images/li_cube.gif) left top no-repeat;
	font-size: .9em;
	list-style: none;
}

#footercont {
	position: relative;
	z-index: 999;
	width: 100%;
	text-align: left;
	height: 66px;
	background: url(../images/footer_bg.png) no-repeat center bottom;
}
	
#footer {
	color: #FFF;
	width: 800px;
	margin: 0 auto;
}

#footer p {
	padding: 20px 0 10px 20px;
	font-size: .7em;
	float: left;
}

#webdesign a {
	width: 60px;
	float: right;
	font-size: 8px;
	margin: 55px 0 0 0; 
	color: #999;
}

#lbOverlay { /* IE7 Transparency creates this Div */
	position: absolute;
	top: 0;
}