@charset "utf-8";
/*
------------------------------------------------------------
UBERGOODNESS v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
STRUCTURE
------------------------------------------------------------
*/

.wrapper { 
	min-width:1000px; 
}
.header { 
	text-align:left; 
}
.header-top { 
	width:1000px; 
	margin:0 auto;
	padding:0px!important;
	position:relative; 
	z-index:100; 
}
.header-nav { 
	width:1000px; 
	margin:0 auto; 
}
.middle { 
	width:1000px; 
	min-height:500px; 
	margin:0 auto; 
	text-align:left;
}
.side-col {
	 width:195px; 
	 width:165px;
}
.col-left {
	float:left; 
}
.col-main { 
	float:left; 
}
.col-right { 
	float:right; 
}
.col-1-layout .col-main {
	float:none; margin:0; 
}
.col-2-right-layout .col-main { 
	float:left; 
	width:800px;  
}
.col-2-left-layout .col-main { 
	float:right; 
	width:800px;
}
.col-3-layout .col-main { 
	width:608px; 
	padding-top:10px;
	margin-left:10px;
	margin-left:31px;
	font-size:0.8em;
	border:0px solid red;
}

/*
------------------------------------------------------------
STYLE
------------------------------------------------------------
*/

.header { 
}
.header-top-container {
	height:150px;
	background:#362C35 url(../images/uberheader-1.png) top left repeat-x; 
}
.header-top {
	 padding:10px; 
}
.header-nav-container { 
	background:#603E4F; 
}
.middle-container { 
	background:white url(../images/headershadow-1.png) top left repeat-x;
	/*background:url(../images/uber-purplehills-1.png) bottom center no-repeat;*/
}
.middle {
	background:white url(../images/headershadow-1.png) top left repeat-x;
	/*background:none;*/
	padding:35px 25px 35px 25px; 
}


/*
------------------------------------------------------------
LOGO
------------------------------------------------------------
*/

h1#logo {
    float:left;
    width:202px;
    margin:45px 0px 0px 0px;
    }
.page-popup h1#logo { 
	display:none; 
}
