html,

body {
	color: #fff;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}
body.index{
	background: #491f11 url(../img/body_bg_index.jpg);
}
body.portfolio{
	background: #cdc104 url(../img/body_bg_portfolio.jpg);
}
#widthcontrol{
	height: 0;
	width: 950px;
}
#container {
	background: url(../img/body_bg_glow.png) top repeat-x;
	min-height:100%;
	position:relative;
}

/* GENERAL CLASSES */
.left {
	float: left;
	position:relative;
}
.right {
	float: right;
	position:relative;
}
img.right {
	margin: 0 0 0 10px;
}
img.left {
	margin: 0 10px 0 0;
}

/* GENERAL ELEMENTS */
h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	text-align:right;
	padding: 15px 0 0px 0px;
}
h2 {
	color: #ffffff;
	font-size: 16px;
	margin: 10px 0 0 0;
}
h3 {
	color: #343434;
	font-size: 14px;
	margin: 0 0 -5px 0;
	padding: 15px 0 0px 0;
}
h4 {
	font-size: 13px;
	font-weight:700;
	padding-top: 15px;
}
h5 {
	color: #e1e1e1;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h6 {
	color: #888;
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0 -10px 0;
	padding: 0;
}
.title-lost{
	background: url(../img/footer_title_lost.gif) left top no-repeat;
	text-indent: -9999px;
	height: 34px;
}
.title-more{
	background: url(../img/footer_title_more.gif) left top no-repeat;
	text-indent: -9999px;
	height: 34px;
}
.title-leaving{
	background: url(../img/footer_title_leaving.gif) left top no-repeat;
	text-indent: -9999px;
	height: 34px;
}
p {
	color:#fff;
	line-height: 1.5em;
	text-align: left;
	margin: 10px 0 0 0;
}
a {
	color:#fff;
	text-decoration: underline;
	outline: 0 none;
	-moz-outline: 0 none;
}
a focus, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}
a:hover {
	text-decoration: none;
	outline: 0 none;
	-moz-outline: 0 none;
}

/************** SPRITE NAVIGATION ****************/
ul.menu {
	list-style: none;
	height: 40px;
	width: 669px;
	margin: 0 0 40px 0;
	padding: 0;
	float:right;
	overflow: hidden;
}
ul.menu li {
	list-style: none;
	float:left;
}
ul.menu a {
	background: url(../img/menu.png) no-repeat center;
	color:#ffffff;
	text-decoration:none;
	text-indent: -9999px;
	height: 40px;
	display: block;
	float:left;
}
ul.menu a:hover {
	color:#cc0000;
	text-decoration: underline;
}
ul.menu a.index {
	background-position: 0 0;
	width: 72px;
}
ul.menu a.index:hover {
	background-position: 0 -40px;
}
body.index a.index, body.index a.index:hover {
	background-position: 0 -80px;
}
ul.menu a.about {
	background-position: -72px 0;
	width: 102px;
}
ul.menu a.about:hover {
	background-position: -72px -40px;
}
body.about a.about, body.about a.about:hover {
	background-position: -72px -80px;
}
ul.menu a.portfolio {
	background-position: -174px 0;
	width: 148px;
}
ul.menu a.portfolio:hover {
	background-position: -174px -40px;
}
body.portfolio a.portfolio, body.portfolio a.portfolio:hover {
	background-position: -174px -80px;
}
ul.menu a.tutorials {
	background-position: -322px 0;
	width: 149px;
}
ul.menu a.tutorials:hover {
	background-position: -322px -40px;
}
body.tutorials a.tutorials, body.tutorials a.tutorials:hover {
	background-position: -322px -80px;
}
ul.menu a.blog {
	background-position: -471px 0;
	width: 88px;
}
ul.menu a.blog:hover {
	background-position: -471px -40px;
}
body.blog a.blog, body.blog a.blog:hover {
	background-position: -471px -80px;
}
ul.menu a.contact {
	background-position: -559px 0;
	width: 108px;
}
ul.menu a.contact:hover {
	background-position: -559px -40px;
}
body.contact a.contact, body.contact a.contact:hover {
	background-position: -559px -80px;
}
a.gohome{
	background: url(../img/go_home.png) center no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration:none;
	text-indent: -9999px;
}
a.goup{
	background: url(../img/go_up.png) center no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	text-decoration:none;
	text-indent: -9999px;
}
a.godown{
	background: url(../img/go_down.png) center no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	text-decoration:none;
	text-indent: -9999px;
}
/**************** content areas ****************/
#header {
	line-height: 30px;
	position: relative;
	overflow:hidden;
}
body.index #header {
	background: url(../img/logo_glow.png) top center no-repeat;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}
.logobar {
	background: url(../img/logobar_bg.png) top left no-repeat;
	height: 170px;
	width: 950px;
}
#slideshow {
	height: 300px;
	width: 950px;
	float: right;
	overflow: hidden;
}
#content {
	padding-bottom:300px;   /* Height of the footer */
	overflow: hidden;
}
.col-one {
	width: 640px;
	padding: 0 0 30px 0;
	float: left;
}
.col-one p {
	font-size: 13px;
}
.col-one ul {
	margin: 10px 0 0 15px;	
}
.col-one li {
	font-size: 13px;
	line-height: 1.5em;
}
.col-two {
	width: 160px;
	padding: 0 0 30px 0px;
	float: right;
}

/****************** three column bottom stuff ****************/
.bottom {
	width: 950px;
	height: 230px;
	margin: 20px 0px 3px 0px;
	float: left;
}
.bottom-right {
	width: 300px;
	position:relative;
	float:right;
}
.bottom-center{
	width: 300px;
	float:left;
}
.bottom-left {
	width: 300px;
	position:relative;
	margin: 0 25px 0 0;
	float:left;
}
#footer .bottom p {
	color:#ffffff;
	text-align: left;
	font-size: 13px;
}
.bottom ul {
	list-style: none;
	margin: 10px 0 0 0px;
	padding:0;
}
.bottom li {
	font-size: 12px;
	line-height: 1.5em;
}

/********* FOOTER ELEMENTS *********/
#footer {
	background: #1b1b1b;
	height:300px;   /* Height of the footer */
	width:100%;
	position:absolute;
	bottom:0;
}
#footer p {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin: 4px 0;
}
#footer a {
	color: #ffffff;
}
