/* Reset */

* {
	margin: 0px;
	padding: 0px;
}

/* Float Clear */

.clearDiv {
	clear: both;
}

/* Body Styles */

html, body { 
	text-align:center;
	background: #ffffff  ;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	height: 100%
}


#page_wrap {
	width: 850px;
	margin: 0 auto;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
}

/* Header & Navigation Styles */

#header {
	color: white;
	float: left;
	margin-top: 10px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 25px;
}

#nav {
	float: right;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	padding-left: 20px;
}

#nav ul li a{
	color: white;
	text-decoration: none;
}

#nav ul li a:hover{
	color: white;
	text-decoration: underline;
}

/* Slideshow Styles */

#cu3er-container {
	width:600px;	
	position: relative;
}

#slideshow {
	background: url(images/cube_shadow2.jpg) no-repeat;
	background-position: top center;
	height: 350px;
	margin-top: 70px;
	
}


/* Tagline Styles */

#tagline h1{
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	   font-size: 70px;
	   font-weight: bold;
	   color: #272727;
	   text-shadow: 0px 2px 3px #555;
}

#tagline p{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	   font-size: 20px;
	   font-weight: 300;
	   color: #272727;
	   text-shadow: 0px 2px 3px #555;
}

/* Footer Styles */

.push {
	height: 55px; /* .push must be the same height as .footer */
}

#footer {
	height: 55px; /* .push must be the same height as .footer */
	background: #ffffff  repeat-x;
}

