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

* {
	margin:0;
	padding:0;
}
body {
	background:#474C52 url(../img/background.jpg) repeat fixed center center;
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",sans-serif;
	height:100%;
	position:absolute;
	width:100%;
	text-align:center;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	text-align:left;
}
p, li, dd, legend, input, label, select, optgroup, textarea, table {
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",sans-serif;
	font-size:0.9em;
}
p {
	line-height:1.4em;
	margin:0 0 1.3em;
}
img {
	border:0;
}

#gradient {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
#container {
	height:450px;
	left:50%;
	margin:-225px 0 0 -390px;
	position:absolute;
	text-align:left;
	top:50%;
	width:780px;
}
#nav {
	width:210px;
	float:left;
}
#cont {
	width:534px;
	float:right;
}
#clearfix, .clearfix {
	clear:both;
}


img.top {
	margin-bottom:20px;
}
#cont p {
	font-size:80%;
	color:#EEE;
}
.base {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:70%;
	color:#9DAA1F;
	text-align:right;
	margin-top:30px
}
.base span.copy {
	padding-right:0;	
}

.contactrm {
	width:267px;
	float:right;
}
.contactlm {
	width:267px;
	float:left;
}
.contactlbl {
	font-size:130%;
	font-weight:bold;
	color:#993;
	margin-bottom:10px;
}

/********** headers *********/
h2 {
	text-indent:-5000px;
	margin-bottom:30px;
}
h2.creation {
	background:url(../img/p_3d.png) no-repeat 0 0;
	height:40px;
	width:124px;
}
h2.signs {
	background:url(../img/p_signs.png) no-repeat 0 0;
	height:44px;
	width:160px;
}
h2.archi {
	background:url(../img/p_archi.png) no-repeat 0 0;
	height:40px;
	width:257px;
}
h2.possibilities {
	background:url(../img/poss_mn.png) no-repeat 0 0;
	height:44px;
	width:183px;
}
h3 {
	text-indent:-5000px;
	margin-bottom:20px;
}
h3.meetus {
	background:url(../img/want_meet.png) no-repeat 0 0;	
	width:166px;
	height:16px;
}
h3.dropnote {
	background:url(../img/drop_note.png) no-repeat 0 0;
	width:139px;
	height:20px;
}


/********* Forms **********/

form {
	margin:0;
	padding:0;
}
input,textarea {
	background:url(../img/menu-bk.png) repeat 0 0;
	width:250px;
	font-family::"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#CCC;
	border:solid 1px #996;
	padding:5px 8px;
	margin-bottom:5px;
}
textarea {
	height:100px;
	overflow:auto;
}
input[type=submit] {
	background:url(../img/sendbtn.jpg) no-repeat 0 0;
	width:69px;
	height:27px;
}


/****** Possibilities thumbnails  ********/
ul#poss-imgs {
	display:block;
}
ul#poss-imgs li {
	float:left;
	width:106px;
}
ul#poss-imgs li a {
	height:106px;
	width:106px;
	display:block;
	cursor:pointer;
}
.imgs_poss_thumbs {
	border:solid 2px #fff;
}
