/* Css DigitalBite */

html, body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	background-color: #5c5b43;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

div#container {
	background-color: #212214;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; 
	width: 800px;
}

div#top {
	float: left;
	width: 800px;
	height: 130px;
	background-image: url(/images/top-bg.jpg);
	background-repeat: no-repeat;
}

div#logo {
	float: left;
	margin: 20px 0px 10px 20px;
	height: 58px;
}

div#header {
	float: left;
	width: 800px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-bottom: Solid 1px #ffffff; 
	background-image: url(/images/header.jpg);
	background-repeat: np-repeat;
}

div#menu {
	z-index: 1;
	width: 800px;
	height: 28px;
	margin: 0px;
	float: left;
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

img {
	border: none;
}

div#imageWrapper {
	padding: 0px;
	margin: 0px;
	float: left;
	height: auto;
	width: 800px;
}

div#main {	
	line-height: 18px;
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #212214;

}

div#mainContent {
	padding: 20px;
	float: left;
	width: 650px;
	margin: 20px 10px 20px 20px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #e44a06;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
}

#mainContent a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	line-height: 18px;
}

div#push {
 	clear: both;
	height: 60px;
}

div#footer-wrapper {
	clear: left;
	height: 40px;
	width: 800px;
	color: #454545;
	font-size: 10px;
	margin: 0 auto;
	color: #ffffff;
	border-top: Dotted 1px #cccccc;
	background-color: #212214;
}

div#footer {
	text-align: left;
	margin: 10px 0px 0px 40px;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #e44a06;
}

#footer a:hover {
	color: #ffffff;
}


#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	margin: 10px;
	padding: 0px;
}

H1 {	
	color: #e44a06;
	font-size: 22px;
	font-weight: normal;
}

H2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;	
}

H3 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;	
}

