@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc) }
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#fffff3;
}
#container {
	width:900px;
	margin:0 auto;
}


.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

/*/////////////////////////////////SPLASH CONTENT*/

#splash-illustration {
	float:left;
	display:inline;
	width:900px;
	height:409px;
}

#splash-nav {
	float:right;
	display:inline;
	width:800px;
	height:20px;
	margin-top:51px;
}


/*/////////////////////////////////END SPLASH CONTENT*/

a.nav {
	float:left;
	display:inline;
	padding-right:23px;
	border-right:1px solid #b6b6bf;
	padding-left:23px;
}

a.nav-left {
	padding-left:0px;
}

a.nav-right {
	padding-right:0px;
	border-right:none;
}

/*/////////////////////////////////MAIN CONTENT*/
#header {
	float:left;
	display:inline;
	width:900px;
	height:76px;
	margin-top:18px;
}

#brains {
	float:left;
	display:inline;
	width:48px;
	height:37px;
	padding-left:3px;
	margin-top:38px;
}

#logo {
	float:left;
	display:inline;
	width:326px;
	height:76px;
	padding-left:239px;
}

#icons {
	float:right;
	display:inline;
	width:54px;
	height:25px;
	margin-top:48px;
	padding-right:6px;
}

#nav {
	float:right;
	display:inline;
	width:800px;
	height:20px;
	margin-top:10px;
}

#main-content {
	float:left;
	display:inline;
	width:900px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top:10px;
}

#image {
	float:left;
	display:inline;
	width:522px;
	height:444px;
	background-image:url(../images/image-outline.png);
	background-repeat:no-repeat;
	position:relative;
}

.absolute {
	position:absolute;
	left:9px;
	top:9px;
}

.hide {
	display:none;
}

#text-content {
	float:left; 
	display:inline;
	width:363px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding-left:10px;
	margin-top:40px;
}

#buttons {
	float:right; 
	display:inline;
	width:363px;
	text-align:center;
}

/*/////////////////////////////////SIGN UP FORM*/
#text-content form#signup p input {
	background-color: #fff;
	border: 1px solid #999A8C;
	padding: 3px 5px;
}
#text-content form#signup p select {
	border: 1px solid #999A8C;
	margin-right: 5px;
	padding: 3px 3px 3px 5px;
}
#text-content form#signup p select option {
	margin-left: 8px;
}
#text-content form#signup p input.submit {
	margin-bottom: 10px;
}
#text-content form#signup p input.submit:hover {
	background-color: #999A8C;
}