/* dev/global.css */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
	background-color: #999999;
	
	font-family: "Lucida Grande", "Lucida Sans", Calibri, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 1.5em;
	
	background-image: url(/dev/_img/bg.png);
	background-repeat: repeat-x;
}
input {
	font-family: "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
}
a {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

div#wrap {
	position: absolute;
	width: 538px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -269px;
	margin-top: -250px;	
}
div#header {
	height: 153px;
	background-image: url(/dev/_img/header_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

div#content {
	background-image: url(/dev/_img/content_bg.png);
	background-repeat: repeat-y;
	padding: 20px 30px 0;
}
div#footer {
	height: 31px;
	background-image: url(/dev/_img/footer_bg.png);
	background-repeat: no-repeat;
}

div.text {
	padding: 0 0 20px 0;
}
.text h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	display: inline;
}
.text p {
	display: inline;
}

p#noscript {
	padding: 10px;
	margin: 0 0 30px 0;
	
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

div#modules h2 {
	color: #ffffff;
	font-size: 13px;
}
div#modules p {
	color: #dddddd;
	font-size: 10px;
	padding: 5px 0;
}
div#modules a.button, div#modules p.button, div#modules input#email {
	display: block;
	width: 126px;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 4px;
	font-size: 9px;
	text-decoration: none;
	color: #0066ff;
	font-weight: bold;
	overflow: hidden;
	margin: 5px 0 0 0;
	background-image: url(/dev/_img/button.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div#modules a.button:hover {
	color: #ffffff;
	background-position: top right;
}
div#modules input#email {
	border: 0 none;
	background-color: #ffffff;
	width: 122px;
	padding: 0;
	position: relative;
	top: -6px;
}
div.drop {
	position: absolute;
	bottom: 10px;
}
div.module {
	width: 130px;
	height: 130px;
	padding: 10px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
div#contact {
	background-image: url(/dev/_img/module_important.png);
	margin: 0 7px 0 0;
}
div#work {
	background-image: url(/dev/_img/module_normal.png);
	margin: 0 7px 0 7px;
}
div#elist {
	background-image: url(/dev/_img/module_normal.png);
	margin: 0 0 0 7px;
}
div#elist em {
	font-style: normal;
	color: #ffcc33;
}
div#clear {
	height: 0;
	clear: both;
}
p#fine-print {
	font-size: 9px;
	color: #dddddd;
	text-align: center;
	margin-top: 1em;
}
p#fine-print a {
	color: #dddddd;
}






