/* GLOBAL STYLES ==================== */
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 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align:bottom;
}
body {
	background:#333;
	color:#fff;
	font: lighter 14px/148% Helvetica, Arial, sans-serif;
}
.wrap {
	margin:0 auto;
	width:960px
}
/* TYPE STYLES ==================== */
a {
	color: #f66;
	padding: 0;
	text-decoration:none;
}
a:hover {
	text-shadow: 1px 1px 1px #333;
}
p {
	padding:10px 0;
	font-weight: lighter;
}
h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	text-shadow:1px 1px 2px #222;
}
/* HEADER STYLES ==================== */
#header {
	background:#333 url(images/bg-topnav.jpg) 0 45px repeat;
	border-bottom: 1px solid #383838;
	box-shadow:1px 1px 10px rgba(0,0,0,.5);
	color:#fff;
	font-size:13px;
	height:140px;
	overflow:hidden;
	position:fixed;
	width:100%;
	z-index:90;
}
#header .wrap {
	padding-top:30px;
}
#header #toplogo {
	display:inline-block;
	float:left;
	margin:0 0 30px 10px;
}
#header #nav {
	float:right;
	list-style:none;
	padding:50px 0 0 40px;
	text-transform:uppercase
}
#header #nav li {
	display:inline-block;
}
#header #nav li a {
	border-radius:3px;
	color:#fff;
	display:block;
	line-height:100%;
	padding:8px 12px;
	text-shadow:-1px -1px 0px #222;
}
#header #nav li a:hover {
	background:#444;
	text-shadow:1px 1px 1px #222;
}
/* MIDDLE STYLES ==================== */
.bumptop {
	background:url(images/page-break.png) center no-repeat;
	display:block;
	padding-top:170px;
}
#middle {
	background:#444 url(images/EBC-bg.jpg);
	padding:0 0 40px;
}
.page-part {
	background:#444;
	border: 1px solid;
	border-color: #3c3c3c #474747 #555 #3f3f3f;
	box-shadow: 0px 0px 10px #404040 inset;
	overflow:hidden;
	letter-spacing: .01em;
	padding:20px;
	text-shadow:-1px -1px 0 #333;
}
#pixx a {
	background:#ccc;
	box-shadow:2px 2px 2px #333;
	display:inline-block;
	padding:10px;
	position:relative;
	margin: 0 15px 15px 0
}
#pixx a:hover {
	background:#eee;
	box-shadow:3px 3px 3px #222;
	top:-1px;
	left:-1px;
}
#pixx img {
	box-shadow:1px 1px 1px #888;
	float:left;
	max-height:115px;
}

#middle ul {
	padding-left: 10px;
	margin-left:10px;
}
/* FOOTER STYLES ==================== */
#footer {
	min-height:80px;
}
#footer .wrap {
	overflow:hidden;
	padding:30px 10px;
}
/* MISC STYLES ==================== */
.btnStyle {
	background: -moz-linear-gradient(center top, #990000, #770000);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #5c4766), color-stop(0.99, #4a3952) );
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c4766', endColorstr='#4a3952'); /* for IE */
	border-radius: 3px;
	box-shadow: 1px 1px 0 #a00 inset, 1px 1px 1px #383838;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	text-shadow:-1px -1px 1px #433;
}
.btnStyle:hover {
	background: -moz-linear-gradient(center top, #aa0000, #880000);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #543f5e), color-stop(0.99, #43324b) );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#543f5e', endColorstr='#43324b'); /* for IE */
	border-radius: 3px;
	box-shadow: 1px 1px 0 #b00 inset, 1px 1px 1px #333;
	color: #fee;
	display: inline-block;
	padding: 10px 15px;
	text-shadow:1px 1px 1px #44334b;
}
.gallery img {
	border: 10px solid #eee !important;
	box-shadow:2px 2px 5px #333;
}
.gallery img:hover {
	box-shadow:2px 3px 7px #222;
	margin: -2px 0 0 -1px;
}