/*
light green:		rgb(147,200,61);
dark green:		rgb(108,169,9);
bright blue:		rgb(44,170,217);
light blue:		rgb(234,241,243);
*/

html {
	overflow-x:hidden;
	}

#wrapper {
	margin:0 auto;
	background:rgb(255,255,255);
	}

.holder {
	width:960px;
	margin:0 auto;
	position:relative;
	}
	
.blue-text {
	color:rgb(44,170,217);
	}

.green-text {
	color:rgb(147,200,61);
	}

/* Header */

#header {
	width:100%;		height:120px;
	position:relative;
	}

#logo {
	width:190px;		height:90px;
	margin-top:30px;
	background:rgb(255,255,255);
	float:left;
	position:relative;
	z-index:20;
	overflow:hidden;
	}

#slogan {
	position:absolute;
	left:355px;
	top:25px;
	z-index:20;
	}

/* Nav */	

a {
	text-decoration:none;
	color:rgb(255,255,255);
	font-weight:bold;
	}
	
#nav ul li a:hover {
	background:rgb(108,169,9);
	}

#nav {
	margin:70px 0 0;
	float:right;
	position:relative;
	z-index:20;
	}

#nav ul li {
	margin:0 0;
	padding:15px 0;
	display:inline-block;
	float:left;
	}

#nav ul li a {
	padding:15px 32px;
	}
	
#green-bar {
	width:100%;		height:48px;
	background:rgb(147,200,61);
	position:absolute;
	bottom:0;
	border-bottom:3px solid rgb(108,169,9);
	}

.line {
	width:2px;		height:35px;
	background:rgb(147,200,61);
	position:absolute;
	top:10px;
	left:160px;
	}

#second-nav {
	height:60px;
	padding:35px 0 30px;
	background:rgb(178,195,200);
	border-top:3px solid rgb(255,255,255);
	}

#second-nav ul li {
	position:relative;
	}

.more {
	width:56px;		height:20px;
	padding-top:5px;
	background:rgb(147,200,61);
	text-align:center;
	position:absolute;
	top:15px;
	left:180px;
	}

/* Footer */
	
#footer {
	width:100%;		height:70px;
	background:rgb(47,47,47);
	border-top:3px solid rgb(255,255,255);
	}
	
#footer-contact {
	margin-top:16px;
	float:left;
	}

/* storage nav */

#storage-nav {
	margin:0 0 20px 0;
	position:absolute;
	left:280px;
	}

#storage-nav ul {
	float:right;
	}

#storage-nav ul li {
	text-align:center;
	width:150px;		height:15px;
	padding:5px 0;
	background:rgb(44,170,217);
	display:inline-block;
	cursor:pointer;
	}

#storage-nav ul li:hover {
	background:rgb(108,169,9);
	}
	
#social-links {
	margin-top:16px;
	float:right;
	}

#social-links ul li{
	width:29px;		height:29px;
	margin-left:7px;
	display:inline-block;
	float:left;
	cursor:pointer;
	border:1px solid rgb(255,255,255);
	overflow:hidden;
	}