html, body {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	}
body {
	color: #000;
	font: normal 1em Arial,sans-serif;
	background-color: #fff;
	text-align: center;
}

a {
	color: #0000dd;
}
a:hover {
	color: #dd0000;
}
a.non-link {
	text-decoration: none;
	border-bottom: 1px dashed #0000dd;
}
a.non-link:hover {
	border-bottom: 1px dashed #dd0000;
}

.err { color: red; }
label.error { color: red; }

/* page struct
---------------------------------------- */

#page-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


/* header
---------------------------------------- */
#header-wrapper {
	background: #ffeb00;
	padding: 1.5em 8em;
	height: 3em;
}
#logo h1 {
	float: left;
	margin: 0;
	width: 110px ;
	height: 30px;
	background: url("../i/buildbull.png") no-repeat;
}
#logo h1 a {
	text-indent: -1000em;
	display: block;
	width: 110px;
	height: 30px;
	overflow: hidden;
}
#login-form {
	float: right;
}
#login-form a {
	color: #000;
}
	
/* top-menu
---------------------------------------- */
#top-menu-wrapper {
	padding: 0 8em;
}
#top-menu-wrapper ul {
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;

}
#top-menu-wrapper ul li {
	float: left;
	margin-right: .2em;
}
#top-menu-wrapper li a {
	font: normal 1.2em Arial;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;		
	display: block;
	background: #eee;
	padding: 1em 2em;;
	color: #888;
}
#top-menu-wrapper li a:hover {
	color: #000;
}
#top-menu-wrapper ul li.active a {
	border-top: 2px solid #ffeb00;
	border-bottom: 2px solid #ffeb00;	
	background: #ffeb00;
	color: #000;
	text-decoration: none;
}
	
/* main
---------------------------------------- */
#main-wrapper {
	padding: 5em 8em;
}
#main-wrapper h1 {
	font: normal 5em/1em Georgia;
	margin: 0;
}
#main-wrapper .desc {
	font: italic 1.4em Georgia;
	margin: 0.714em 0 0 3.571em;
}	


/* main-content
---------------------------------------- */

#main-content {
	padding: 0 5em 5em 5em;
	margin-top: 5em
}
#main-content h2 {
	font: normal 2.5em Tahoma;
	margin: 2em -2em 0 -2em;
	padding: 0.8em 2em;
	background: #d6d6d6;
}
#main-content p {
	font: normal 1.6em/1.5em Tahoma;
}
#main-content p i {
	font-family: Georgia;
}
#main-content pre {
	font: normal 1.6em/1.5em Tahoma;
	color: #888;
	margin-left: 3.125em;
}
#main-content ul {
	font: normal 1.6em/1.5em Tahoma;
}
#main-content h3 {
	background: #ffeb00;
	font: normal 2em Tahoma;
	padding: 1em 2.5em;	
	text-align: center;
}
#main-content form label {
	display: block;
	font: normal 0.625em Tahoma;
}
#main-content form input[text] {
	width: 250px;
}
#main-content .imp {
	margin: 1.6em -5em;
	padding: 0 5em;
	border: 1px solid #d6d6d6;
}

#main-content .col1 {
	float:left;
	width: 49%;
}
#main-content .col2 {
	float:right;
	width: 49%;
}

/* footer
---------------------------------------- */	
	
#footer-wrapper {
	background: #000;
	padding: 1.5em 8em;
	color: #fff;
	height: 10em;
}
#footer-wrapper a {
	color: #fff;
	text-decoration: none;
}
#footer-wrapper ul {
	list-style-position: inside;
	margin: 0 0 1em;
	padding: 0;
}	
#footer-wrapper li {	
	float: left;
	margin-right: .2em;
	padding: 1em 5em 1em 0;
}
#footer-wrapper li a {	
	color: #888;	
	text-decoration: underline;
}
#footer-wrapper li a:hover {	
	color: #fff;
}
#footer-wrapper li.active a {
	color: #fff;
	text-decoration: none;
}

/* self-clearing floats
---------------------------------------- */
.z:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* ie fix
---------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */

* html .z {
	height: 1%;
}

/* trigger hasLayout and target ie7/win only */

*:first-child+html .z {
	min-height: 1px;
}

