* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: agency;
	src: url('fonts/agencyr.eot'),
	url('fonts/agencyr.svg'),
	url('fonts/agencyr.ttf'),
	url('fonts/agencyr.woff');
}
@font-face {
	font-family: eurostile;
	src: url('fonts/eurosti-webfont.ttf'),
	url('fonts/eurosti-webfont.eot'),
	url('fonts/eurosti-webfont.svg'),
	url('fonts/eurosti-webfont.woff');
}
/*--------------WRAPPERS-----------------------*/
div.header-wrapper, div.content-wrapper, div.footer-wrapper {
	width: 100%;
}
header, section.content, footer {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	overflow: hidden;
}
div.header-wrapper, div.footer-wrapper {
	background-color: #000;
}
div.header-wrapper {
	background-image: url('images/skyline.png');
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 40px;
}
div.content-wrapper {
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #610C0D;
	padding-bottom: 20px;
}
div.footer-wrapper {
	color: #fff;
}
/*--------------HEADER-----------------------*/
header {
	background-color: #fff;
}
header ul {
	list-style-type: none;
	overflow: hidden;
}
header li {
	float: left;
	margin-right: 20px;
}
header li:last-of-type {
	margin-right: 0px;
}
header input[type=text] {
	background-color: #610C0D;
	color: #fff;
	padding: 5px;
	font-size: 1.5em;
	width: 300px;
	margin-right: 20px;
	float: left;
}
header input[type=image] {
	width: 60px;
	float: left;
	
}
header img.logo {
	float: left;
}
header div:first-of-type {
	float: right;
	margin-bottom: 10px;
}
/*--------------NAV-----------------------*/
nav {
	background-color: #000;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'agency';
}
nav ul {
	float: none;
	list-style-type: none;
}
nav li {
	width: 140px;
	text-align: center;
}
nav a {
	color: #fff;
	font-size: 2em;
}
nav a:hover {
	color: #cc0000;
}
/*--------------CONTENT-----------------------*/
section.content {
	min-height: 400px;
	background-color: #fff;
}
section.content div:first-child {
	overflow: hidden;
	margin-bottom: 10px;
}
section.content nav {
	font-family: 'agency';
	background: none;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 10px;
}
section.content nav li {
	float: left;
	width: auto;
	margin-right: 20px;
}
section.content a {
	color: #000;
	font-size: 1.125em;
}
section.content a:hover {
	color: #cc0000;
}
section.content label, input, textarea, button {
	display: block;
	font-family: 'agency';
	font-size: 1.5em;
}
section.content input, textarea {
	background-color: #610C0D;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	width: 460px;
}
section.content button {
	background: none;
	border: none;
	font-size: 2em;
	padding: 5px;
}
section.content button:hover {
	cursor: pointer;
	background-color: #610C0D;
	color: #fff;
}
section.content article {
	overflow: hidden;
	margin-bottom: 20px;
}
/*--------------BOX220-----------------------*/
div.box220 {
	width: 220px;
	margin-right: 20px;
	float: left;
}
div.box220 ul {
	list-style-type: none;
}
div.box220 a {
	font-size: 2em;
	font-family: 'agency';
	color: #000;
}
div.box220 a:hover {
	
	color: #cc0000;
}
/*--------------BOX700-----------------------*/
div.box700 {
	width: 700px;
	float: left;
}
div.box700 ul {
	list-style-type: none;
}
div.box700 li {
	width: 300px;
	float: left;
	margin-right: 20px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
div.box700 img {
	width: 300px;
}
div.box700 h3:hover {
	color: #cc0000;
}
/*--------------BOX460-----------------------*/
div.box460 {
	width: 460px;
	margin-right: 20px;
	float: left;
	padding-top: 2px;
}
div.box460 h1 {
	color: #610C0D;
}
div.box300 {
	width: 300px;
	float: left;
	margin-right: 20px;
}
/*-------------BOX300-----------------------*/
div.box300 ul {
	list-style-type: none;
}
div.box300 h1 {
	text-align: center;
	background-color: #000;
	padding: 10px;
	color: #fff;
}
div.box300 h2 {
	color: #610C0D;
}
div.box300 img {
	width: 300px;
}
div.box300 li {
	font-size: 1.125em;
}

/*--------------FOOTER-----------------------*/
footer button {
	background-color: #610C0D;
	border: none;
	color: #fff;
	width: 140px;
	text-align: center;
	margin-right: 20px;
	font-size: 1.5em;
	padding: 3px;
	font-family: 'agency';
	display: inline;
}
footer button:hover {
	cursor: pointer;
	color: #610C0D;
	background-color: #fff;
}
footer input {
	color: #610C0D;
	font-size: 1.5em;
	padding: 3px;
	font-family: 'agency';
	width: 300px;
	display: inline;
}
footer p {
	text-align: right;
	margin-bottom: 10px;
	font-size: 1.125em;
}
footer div:first-of-type {
	float: left;
}
footer div:last-of-type {
	float: right;
}
footer a:hover {
	color: #fff;
}
/*--------------CLASSES-----------------------*/
.signature {
	font-family: 'eurostile';
}
.quote {
	width: 220px;
	text-align: center;
}
div.quote a {
	font-size: 2em;
	color: #fff;	
	display: block;
	background-color: #cc0000;
	padding: 10px;
}
div.quote a:hover {
	background-color: green;
	color: #fff;
}
.current {
	color: #cc0000; 
}
/*--------------ELEMENTS-----------------------*/	
body {
	font-size: 100%;
	line-height: 150%;
	background-color: #000;
	font-family: 'arial';
}
h1, h2, h3 {
	margin-bottom: 10px;
	color: #000;
	font-family: 'agency';
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.125em;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	font-family: 'agency';
	color: #610C0D;
	font-weight: bold;
}
a:hover {
	color: #cc0000;
}
p {
	margin-bottom: 10px;
}
img, embed, object, video, iframe {
	max-width: 100%;
}
/*--------------PRINT-----------------------*/

@media print {

header ul, header form, nav, footer div:last-of-type, div.box460 iframe, section.content nav, div.box220 ul {
	display: none;
}
div.box460, div.box300 {
	float: none;
	width: 100%;
}
div.box300 h1 {
	text-align: left;
}
}
/*--------------RESPONSIVE-----------------------*/
@media screen and (max-width: 1024px) {
div.box460 {
	width: 46.93877551020408163265306122449%;
	margin-right: 02.0408163265306122448979591836735%;
}
div.box300 {
	width: 30.612244897959183673469387755102%;
	margin-right: 02.0408163265306122448979591836735%;
}
header li {
	margin-right: 02.0408163265306122448979591836735%; 
}
nav li {
	width: 14.285714285714285714285714285714%;
	margin-right: 02.0408163265306122448979591836735%; 
}
div.box220 {
	width: 22.448979591836734693877551020408%;
	margin-right: 02.0408163265306122448979591836735%;
}
div.box700 {
	width: 71.428571428571428571428571428571%;
	margin-right: 02.0408163265306122448979591836735%;
}
div.box700 li {
	width: 42.857142857142857142857142857143%;
	margin-right: 02.0408163265306122448979591836735%;
}
ul.stills li {
	height: 22.448979591836734693877551020408%;
}
section.content input, section.content textarea {
	width: 46.93877551020408163265306122449%;
	padding: 01.0869565217391304347826086956522%;
}
section.content button {
	padding: 01.0869565217391304347826086956522%;
}	
}
@media screen and (max-width: 800px) {
footer div:last-of-type {
	display: none;
}
}
@media screen and (max-width: 768px) {
header a img {
	margin-bottom: 10px;
}
header div {
	display: none;
}
nav li {
	width: 30.612244897959183673469387755102%;
	text-align: left;
}
div.box220 {
	display: none;
}
div.box700 {
	width: 100%;
}
div.box700 li {
	width: 46.93877551020408163265306122449%;
}
section.content input, section.content textarea {
	width: 100%;
}
}
@media screen and (max-width: 600px) {
div.box460, div.box300 {
	width: 100%;
	float: none;
}
div.box300 h1 {
	text-align: left;
}
}
@media screen and (max-width: 480px) {
nav li {
	width: 46.93877551020408163265306122449%;
}
div.box700 li {
	width: 100%;
	margin: 0px;
}
nav a, div.box460 h1, div.box300 h1, a, div.box300 h2, section.content h1, section.content h2, div.box700 h3, section.content form label, section.content form button, section.content form input, section.content form textarea {
		font-family: arial;	
	}
section.content form input {
		height: 20px;
	}
section.content form textarea {
		height: 40px;
	}
div.box700 iframe {
		display: none;
	}
}