html{
	background: #000 url(/images/page_bg.jpg) no-repeat fixed center top;
	font: 0.85em Georgia;
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	min-width: 970px;
}

/* Start - Generic Styles */

.transparent{
	background: transparent url(/images/box_standard_bg.png);
}

/* End - Generic Styles */

/* Start - Page Navigation */
.page-navigation{
	position: absolute;
	width: 280px;
	height: 20px;
	left: 50%;
	font-size: 1.2em;
	list-style: none;
/*	bottom: 245px; */
	top: 45px;
	margin-left: -140px;
	padding: 5px;
	background: transparent url(/images/box_standard_bg.png);
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

.page-navigation li{
	float: left;
	padding-right: 50px;
	color: #443827;
}

.page-navigation li a{
	text-decoration: none;
	color: #ba9475;
}

.page-navigation li a:hover{
	color: #cea761;
}

.page-navigation li.last{
	padding-right: 0;
}

/* End - Page Navigation */

/* Start - Menu Bar */

#menu_bar{
	width: 100%;
	min-width: 970px;
	background-color: red;
	position: fixed;
	top: 0;
	left: 0;
	height: 47px;
	z-index: 20;
	background: transparent url(/images/menubar_bg.png) repeat-x;
}

	#menu_bar .cap{
		height: 100%;
		width: 7px;
	}
	
	#menu_bar .cap.left{
		float: left;
		margin-right: 10px;
		background: transparent url(/images/menubar_cap_left.png) left no-repeat;
	}
	
	#menu_bar .cap.right{
		float: right;
		background: transparent url(/images/menubar_cap_right.png) right no-repeat;
	}
	
	#menu_bar .logo{
		height: 38px;
		width: 140px;
		background: url(/images/logo_embed.png) no-repeat;
		overflow: hidden;
		text-indent: -1000px;
		float: left;
		margin-right: 70px;
	}

	#menu_bar .navigation{
		float: left;
		list-style: none;
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.25em;
	}
	
	#menu_bar .navigation li{
		list-style: none;
		float: left;
	}
	
	#menu_bar .navigation li a{
		display: block;
		padding: 9px 20px;
		margin-right: 10px;
		text-transform: lowercase;
		color: #764401;
		text-decoration: none;
	}
	
	#menu_bar .navigation li a:hover{
		color: #f5bd73;
	}
	
	#menu_bar .navigation li a.active{
		font-size: 1.5em;
		color: #f5bd73;
		text-shadow: #333 0 1px 5px;
		padding: 2px 20px;
	}
	
	#menu_bar .number{
		float: left;
		position: absolute;
	  color: #563101;
	  right: 20px;
	  top: 7px;
	}

/* End - Navigation Bar */

#wrapper{
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

	#wrapper .panel{
		height: 800px;
		float: left;
		width: 100%;
		padding-top: 105px;
		position: relative;
	}

	/* Start - Welcome Panel */
	#welcome{}
	
	#welcome #intro{
		float: left;
		padding: 1%;
		width: 98%;
		color: #c4b394;
		font-size: 2.5em;
		line-height: 1.5em
	}
	
	#welcome #intro .whisper{
		font-size: 0.7em;
		color: #5c4538;
		font-style: italic;
		padding-left: 20px;
	}
	
	#welcome #areas{
		float: left;
		width: 100%;
		margin-top: 60px;
	}
	
	#welcome #areas .area{
		float: left;
		width: 289px;
		margin-right: 41.5px;
	}
	
	#welcome #areas .last.area{
		margin-right: 0;
	}
	
	#welcome #areas .area img{
		border: none;
	}
	
	#welcome #areas .area h2{
		margin: 20px auto;
		padding: 5px;
		text-align: center;
		font-size: 2.2em;
		font-weight: normal;
	}
	
	#welcome #areas .area a{
		color: #cea761;
	}
	
	#welcome #areas .area a:hover{
		color: #dc8e29;
	}
	
	#welcome #areas .area a:active{
		position: relative;
		top: 2px;
	}
	/* End - Welcome Panel */

	/* Start - Great Design Panel */
	
	#great-design{}
	
	#great-design #portfolio{
		width: 95%;
		margin: 0 auto 40px auto;
		background-color: #0e0b06;
		border: 8px solid #17120a;
		padding: 0px 0 5px 0;
		position: relative;
		z-index: 10;
		height: 244px;	
	}
	
	#great-design #portfolio .work{
		float: left;
		width: 100%;
		height: 239px;
		margin-top: 5px;
		position: relative;
		background-color: #0e0b06;
		overflow: hidden;
	}
	
	#great-design #portfolio .work .fade{
		width: 249px;
		height: 239px;
		position: absolute;
		z-index: 20;
		top: 0;
	}
	
	#great-design #portfolio .work .fade.left{
		left: 0;
		background: url(/images/work_shadow_left.png) left no-repeat;
	}
	
	#great-design #portfolio .work .fade.right{
		right: 0px;
		background: url(/images/work_shadow_right.png) right no-repeat;
	}
	
	#great-design #portfolio .work #screenshots{
		float: left;
		width: 1000%;
		position: relative;
		left: -192px;
		z-index: 15;
	}
	
	#great-design #portfolio .work #screenshots ul{
		list-style: none;
	}
	
	#great-design #portfolio .work #screenshots .screenshot{
		width: 398px;
		height: 239px;
		float: left;
		padding: 0 10px;
		/*background: url(/images/work_separator.png) right no-repeat;*/
	}
	
	#great-design #portfolio .control{
		position: absolute;
		width: 68px;
		height: 69px;
		z-index: 0;
		top: 37%;
		display: block;
		overflow: hidden;
		text-indent: -3000px;
	}
	
	#great-design #portfolio .control.prev{
		left: -45px;
		background: url(/images/icon_arrow_west.png) 0 -70px no-repeat;
	}

	#great-design #portfolio .control.next{
		right: -45px;
		background: url(/images/icon_arrow_east.png) 0 -70px no-repeat;
	}

	#great-design #portfolio .control.prev:hover, 
	#great-design #portfolio .control.next:hover{
		background-position-y: 0;
	}

	#great-design #portfolio .control.prev:active,
	#great-design #portfolio .control.next:active{
		top: 37.5%;
	}
	
	#great-design .information{
		float: left;
		width: 45.5%;
		padding: 1.5%;
		color: #c4b394;
		font-size: 1.3em;
		line-height: 1.8em;
		text-indent: 20px;
		text-align: justify;
	}
	
	#great-design .left{
		margin-right: 1.5%;
	}
	
	#great-design .right{
		margin-left: 1.5%;
	}
	
	/* End - Great Design Panel */
	
	/* Start - Helping Businesses Panel */
	#helping-businesses{}
	
	#helping-businesses .left{
		float: left;
		width: 500px;
	}

	#helping-businesses .left #services{
		float: left;
		width: 95%;
	}
	
	#helping-businesses .left #services .icon{
		display: block;
		padding-left: 45px;
		color: #897045;
		text-decoration: none;
		font-size: 2.1em;
		font-weight: normal;
		line-height: 1.4em;
	}
	
	#helping-businesses .left #services h3{
		margin: 0 0 0 0;
		padding-bottom: 0;
		height: 69px;
		outline: none;		
	}
	
	#helping-businesses .left #services h3:hover{
		cursor: pointer;
	}
	
	#helping-businesses .left #services .icon.one{
		background: url(/images/icon_one.png) left top no-repeat;
	}
	
	#helping-businesses .left #services .icon.two{
		background: url(/images/icon_two.png) left top no-repeat;
		margin-top: 25px;
	}
	
	#helping-businesses .left #services .icon.three{
		background: url(/images/icon_three.png) left top no-repeat;
		margin-top: 25px;
	}
	
	#helping-businesses .left #services .icon:hover,
	#helping-businesses .left #services .icon.ui-state-active{
		background-position-y: -69px;
		color: #cea761;
	}
	
	#helping-businesses .left #services .details{
		border-left: 1px solid #2f210b;
		margin-left: 23px;
		padding: 30px 0 15px 25px;
		width: 85%;
		font-size: 1.3em;
		color: #c4b394;
		line-height: 1.75em;
	}
	
	#helping-businesses .right{
		float: right;
		width: 350px;
		padding: 20px;
	}
	
	#helping-businesses .right #contact{
		float: left;
		width: 100%;
	}
	
	#helping-businesses .right #contact h4{
		color: #c6b693;
		font-size: 2.1em;
		margin: 0 0 5px 0;
		padding: 0;
		text-align: center;
		text-shadow: #333 0 1px 5px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#helping-businesses .right #contact .full{
		float: left;
		width: 100%;
		clear: both;
	}

	#helping-businesses .right #contact .half{
		float: left;
		width: 48%;
		margin-right: 4%;
	}

	#helping-businesses .right #contact .second.half{
		margin-right: 0;
	}
	
	#helping-businesses .right #contact label{
		float: left;
		width: 100%;
		clear: both;
		color: #8e836c;
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	
	#helping-businesses .right #contact input,	
	#helping-businesses .right #contact textarea, 
	#helping-businesses .right #contact select{
		float: left;
		width: 96%;
		font-size: 1.2em;
		padding: 2%;
		border: 3px solid #2a2315;
		-moz-border-radius: 7px;  
		-khtml-border-radius: 7px;  
		-webkit-border-radius: 7px; 
		background: #281f12; 
		font-family: Georgia;
		color: #635441;
		outline: none;
	}
	
	#helping-businesses .right #contact select{
		width: 100%;
	}
	
	#helping-businesses .right #contact #submit{
		font-size: 1.5em;
		margin: 0 auto;
		float: none;
		width: 100%;
		background-color: #342818;
		border-color: #3c3123;
		color: #8e836c;
	}
	
	#helping-businesses .right #contact .success{
		font-size: 1.6em;
		text-align: center;
		display: none;
		color: #d28a2c;
	}
	
	/* End - Helping Businesses Panel */
	
	/* Start - Paying It Forward Panel */
	
	#paying-it-forward{}
	
	#paying-it-forward #collage{
		margin-bottom: 30px;
	}
	
	#paying-it-forward .philanthropy{
		float: left;
		width: 98%;
		padding: 1%;
		font-size: 1.3em;
		color: #c4b394;
		line-height: 1.75em;
	}
	
	#paying-it-forward .philanthropy a{
		color: #cea761;
	}

	#paying-it-forward .philanthropy a:hover{
		color: #c4b394;
	}
	
	#paying-it-forward .philanthropy h3{
		margin: 0 0 10px 0;
		color: #cea761;
		font-weight: normal;
		font-size: 1.7em;
	}
	
	/* End - Paying It Forward Panel */
	
	/* Start - Sam Panel */
	
	#sam{}
	
	#sam .work{
		float: left;
		margin-bottom: 15px;
		background: transparent url(/images/box_standard_bg.png);
		width: 98%;
		padding: 1%;
		font-size: 1.1em;
		color: #c4b394;
		line-height: 1.95em;
	}

	#sam .work h3{
		margin: 0 0 10px 0;
		color: #cea761;
		font-weight: normal;
		font-size: 1.7em;
	}
	
	#sam .work .image{
		float: left;
		height: 150px;
		width: 250px;
		margin-right: 20px;
	}
	
	#sam .work .image img{
		border: 4px solid #352309;
	}
	
	#sam .work .description a{
		color: #cea761;
	}

	#sam .work .description a:hover{
		color: #c4b394;
	}
	
	/* End - Sam Panel 