/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}


body {
	background: url(../img/body_bg.jpg);
	text-align: center;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	height: 100%;
	
}

#container {
	background: url(../img/shadow.png);
	width: 1256px;
	margin: 0 auto;
	height: 100%;
}

#page {
	background: url(../img/tile.png) repeat-y #fff;
	margin: 0 auto;
	width: 916px;
	text-align: left;
	height: 100%;
}

#header {
	width: 916px;
	height: 210px;
	margin: 0 auto;
}

img#logo {
	display: block;
	padding-top: 48px;
	padding-left: 80px;
	float: left;
}

#banner {
	width: 513px;
	height: 66px;
	float: left;
	margin-top: 60px;
	margin-left: 45px;
}

#about {
	width: 464px;
	height: 371px;
	float: left;
}

#about h2 {
	margin-top: 60px;
	width: 137px;
	height: 19px;
	background: url(../img/about_bg.jpg);
	text-transform: uppercase;
	line-height: 19px;
	color: red;
	font-style: italic;
	padding-left: 96px;
}

strong {
	font-weight: bold;
}

#about p {
	margin-top: 16px;
	font-size: 12px;
	padding-left: 96px;
	padding-right: 75px;
	line-height: 17px;
}

#brochure {
	float: left;
	margin-top: 30px;
}

#brochure a img {
	display: block;
	position: relative;
	z-index: 5;
}

#brochure img {
	display: block;
	border: 4px solid #787878;
	width: 356px;
	height: 232px;
}

#brochure .sticker {
	position: absolute;
	z-index: 10;
	width: 170px;
	height: 167px;
	display: block;

	margin-top: -20px;
	margin-left: 180px;
}

#brochure #flash-sticker {

	width: 170px;
	height: 167px;
}

#links {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 60px;
	clear: both;
	width: 797px;
	min-height: 100px;
	background: #ffffff;
	border-radius: 15px;
}

#links img {
	vertical-align: middle;
}

#links ul li span.name, #links ul li img  {
	vertical-align: top;
}

#links ul li span {
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	width: 266px;
}

.name {
	font-weight: bold;
	
	border-top: 1px solid #c6c6c6;
}

a { 
	color: #5f2a4b;
}

.number {
	font-weight: normal;
	color: #4d4d4d;
	border-top: 1px solid #c6c6c6;
}

.first {
	border-top: 0px solid #ffffff;
}

a:hover .name {
	text-decoration: underline;
}

#flipbook {
	height: 100%;
}

#footer {
	height: 30px;
	clear: both;
}

.sponsor-block {
	width: 916px;
	height: 210px;
	margin: 0 auto;
	padding: 50px;
}

ul.sponsors li {
	display: inline-block;
	margin: auto;
	width: 100px;
	height: 100px;
}

ul.sponsors li img {
	max-width: 100%;
	height: auto;
}