/*
CSS styles by Juan Perez
http://www.softmirage.com/
Date: June 22 2009
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************Reset End************************************************/

body {
	background: #09090b url(images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #9a9a9a;
}

/* Header */
#header {
	width: 960px;
	height: 453px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 822px;
	height: 87px;
	margin: 0 auto;
	padding: 0px;
}

/*#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}*/

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}

#splash {
	width: 822px;
	height: 418px;
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

/* Header */

#header {
	width: 822px;
	margin: 0 auto;
}

/* Footer */

#footer {
	clear: both;
	width: 822px;
	height: 87px;
	margin: 0 auto;
	border-top:1px solid #bcbabc;
	background: #181818 url(images/img02.jpg) repeat-x top left;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 25px 0 0 25px;
}
.small {
	font-size:12px;
}

#footer a {
	color:#9a9a9a;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer .contact {
	float: left;
}

#footer .credit {
	float: right;
}