/*RESET*/
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;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #fff url(../bullets/bg.jpg) top left no-repeat;
	color: #555;
}

a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
}

img {
	width: 100%;
}

header {
	background: #aaa url(../bullets/header.gif) top left no-repeat;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 150px;
	border-bottom: 4px solid #776166;
	z-index: 100;
}

#logo{
	margin-top: 10px;
	float: left;
	width: 400px;
	height: 50px;
	background: url(../bullets/splash2.png) no-repeat center;
	display: block;
}

nav {
	float: right;
	padding: 20px;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #776166 url(../bullets/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	float: left;
	padding: 10px
}
nav li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
nav li a:hover {
	color: #000;
}

nav li .current {
	color: #ff0000;
}

section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}

#slides {
	 margin: 0px auto;
    position: relative;
	 width: 95%;
}
#slides > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
#slidesvert {
	 margin: 0px auto;
    position: relative;
	 width: 85%;
}
#slidesvert > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}


ul.links {
	list-style: none;
}
ul.links li {
	padding-top: 15px;
	margin-left: 0px;
}
ul.links li a:hover {
	opacity: 0.4;
}

h1 {
	font-size: 2em;
	color: #9d0026;
	line-height: 1.15em;
	margin: 20px 0 ;
}

p {
	line-height: 1.45em;
	margin-bottom: 20px;
}

section {
	padding-top: 60px;
}

section ul {
	margin: 20px;
	list-style-image: url('../bullets/cog.gif');
}
section ul li {
	margin-left: 30px;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {
		position: absolute;
	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul {

		display: none;
		position: absolute;
		padding: 5px;
		background: #fff;
		border: 5px solid #444;
		right: 30px;
		top: 40px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;
	}
