@charset "utf-8";
/* CSS Document */

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

body {
	background: #2d5461 url(images/bg_body.jpg) repeat-x 0 0;
	font:Arial;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
  height:106px;
  width:960px;
  margin:38px auto 0 auto;
}

#header h1 {
    display:block;
    float:left;
    width:402px;
    height:106px;
    background:url(images/logo.jpg)  no-repeat 0 0;
    text-indent:-10000px;
}

#header ul {
    display:block;
    float:right;
    width:557px;
    height:106px;
    background:url(images/menu.jpg) no-repeat 0 0;
    list-style:none;
}

#header ul li {
    display:block;
    float:left;
    height:106px;
    text-indent:-10000px;
}

#home {
    width:165px;
}

#projects {
    width:198px;
}

#plugins {
    width:190px;
}

#header ul li a {
    display:block;
    width:100%;
    height:100%;
}

#home a:hover {
    background:url(images/menu.jpg) no-repeat 0 -106px;
}
#projects a:hover {
	background:url(images/menu.jpg) no-repeat -165px -106px;
}
#plugins a:hover {
	background:url(images/menu.jpg) no-repeat -363px -106px;
}

p #featuredText {
    display:block;
    position:relative;
    float:left;
    width:100%;
    height:375px;
	padding: 5px;
	text-align:center;
}

#copy {
	display:block;
	float:left;
	width: 100%;
}

#monitor {
	width: 300px;
	float: right;
	display:block;
}

.box {
	width:320px;
	height:260px;
	float:left;
	background:url(images/box.png)  no-repeat 0 0;
}
.box h2 {
	font:bold 20px  Verdana, Geneva, sans-serif;
	color:#0f83bc;
	text-transform:uppercase;
	margin:35px 0 0 0px;
}
.box p {
	font:normal 12px/18px Verdana, Geneva, sans-serif;
	color:#0c3b4a;
	margin: 0px 30px 0px 30px;
}
.box ul {
	padding-left:35px;
}

.copy hi {
	font-size:24pt;
	font-weight:bold;
	font:Tahoma;
}

#footer {
/*	margin-top:45px;
*/	clear:both;
	width:940px;
	border-top:1px  dashed #094e64;
}
#footer p {
	margin:15px 0;
	font:bold 12px  Arial, Helvetica, sans-serif;
	color:#094e64;
}

