﻿.entry{}
/* Specific CSS for the entry page */


/* Globals */

body {
	background: #272727;
	font-family: "Lucida Sans" , calibri, Tahoma, Arial;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #838383;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	cursor: pointer;
}

a { outline: none; }

.clear { clear: both; }


/* Content Area */

#body {
	margin: -20px 0 70px 0;
}

#content {
	position: relative;
	top: 20px;
	width: 767px;
	margin: 0 auto;
}

#contentleft {
	float: left;
	width: 503px;
	height: 622px;
	background: url(../images/home_main.png) no-repeat top left;
	
}

#contentright {
	width: 252px;
	float: right;
	margin-top: 48px;
}

#contenttext {
	width: 172px;
	height: 165px;
	background: url(../images/home_text.png) no-repeat top left;
}

#contentnav {
}

#contentnav ul {
	margin: 0;
	padding: 20px 0 0 0;
}

#contentnav li {
	padding: 3px 0;
	list-style: none;
}

#contentnav li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
}
#contentnav li a:hover {
	padding: 0 0 0 30px;
	color: #CC0000;
}


#contentnav a.email {
    color: #CC0000;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	width: 210px;
	display: block;
}

#contentnav a.email:hover {
    padding: 0;
}

#contentnav p {
    width:210px;
}






/* Footer */

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 64px;
	background: url(../images/footer_bg.png) repeat-x top left;
}
#footernav {
	width: 688px;
	margin: 0 auto;
}

#footernav ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#footernav ul li {
	display: inline;
}

#footernav a:link, #footernav a:visited {
	padding: 0 5px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footernav a:hover, #footernav a:active {
	color: #CC0000;
}

#legal {
	float: left;
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}

#valid {
	float: right;
}

#credits {
	float: right;
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}

#credits a:link, #credits a:visited {
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
}

#credits a:hover, #credits a:active {
	color: #CC0000;
}


