/* CSS RESET */

html, body, div, span, h1, h2, p, a, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

/* TYPOGRAPHY */

body {
color: #FFF;
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-weight: 400;
}

#cycle {
color: #bebebe;
}

h1 {
width: 283px;
height: 47px;
background: url(../img/logo.png) no-repeat;
margin: 35px auto 0;
text-indent: -9999px;
}

/* CUSTOM STYLES */

body {
background: #090909 url(../img/background.png) no-repeat top;
text-align: center;
font-size: 14px;
}

section {
width: 900px;
margin: auto;
display: block;
}

#cycle {
margin: auto;
margin-bottom: 30px;
}

#cycle li {
text-align: center;
width: 200px;
background: none;
}

#cases {
background: silver;
background: #090909;
}

#caseslider {
float: left;
}

.bar {
height: 20px;
clear: both;
}

#cases a#previous img, #cases a#next img {
padding: 217px 0;
cursor: pointer;
}

#previous {
float: left;
}

#next {
float: right;
}

#descriptionslider {
background: #181818;
}

.description {
background: #181818;
font-family: Verdana, sans-serif;
font-size: 10px;
text-align: left;
padding: 21px;
}

.description h2 {
color: #9c9c9c;
border-bottom: 1px solid #2b2b2b;
padding-bottom: 7px;
margin-bottom: 12px;
}

.description h2 a {
color: #9c9c9c;
text-decoration: none;
}

.description h2 a:hover {
color: gray;
}

.description p {
line-height: 17px;
width: 859px;
}

.description p a {
color: #ccc;
}

.description p a:hover {
text-decoration: none;
}

footer {
color: #373737;
font-family: Verdana;
font-size: 10px;
height: 16px;
margin: 12px 0;
display: block;
}

footer span#copyright, footer span#mailaddress {
float: left;
padding-top: 5px;
}

footer span#copyright {
margin: 0 200px 0 22px;
}

footer a {
color: #373737;
text-decoration: none;
}

footer span#social {
float: right;
margin-right: 2px;
}

footer span#social img {
margin-left: 5px;
}
