/* 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;
}

em {
	font-style: italic;
}

/* =============================================================================
   Global styles for hyperlinks.
   ========================================================================== */

a {
	color: #ff1a00;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #808080;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
}

/* =============================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* =============================================================================
   Styles
   ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #808080;
	background: #000 url(img/bg-noise.png) repeat;
}

.content {
	width: 960px;
	margin: 0 auto;
}

.content p {
	line-height: 18px;
}

.content p span {
	color: #CCC;
}

.content h2 {
	font-family: 'Viga', sans-serif;
	font-size: 24px;
	color: #CCC;
	padding-bottom: 15px;
	margin-top: 30px;
}

.content h3 {
	font-family: 'Viga', sans-serif;
	font-size: 24px;
	margin-top: 15px;
	padding-bottom: 5px;
}

.logo {
	padding: 70px 0 50px 0;
	text-align: center;
}

.left-side {
	width: 640px;
	float: left;
	padding-bottom: 15px;
	background: url(img/dotted-line.png) repeat-x left bottom;
	margin-bottom: 80px;
}

.left-side .identity {
	float: left;
	width: 210px;
	padding: 20px 0 0 0;
	text-align: center;
}

.left-side .left-content {
	float: left;
	width: 400px;
	padding: 0 0 20px 30px;
	background: url(img/dotted-line-vertical.png) repeat-y left top;
}

.left-side .left-content.omz {
	margin-bottom: 15px;
}

.left-side .left-content.omz a {
	color: #ffd200;
}

.left-side .left-content.omz a:hover,
.left-side .left-content.omz a:active {
	color: #808080;
}

.right-side {
	width: 290px;
	float: right;
	padding-bottom: 30px;
	background: url(img/dotted-line.png) repeat-x left bottom;
}

.dotted-line {
	height: 1px;
	overflow: hidden;
	background: url(img/dotted-line.png) repeat-x 0 0;
	padding-bottom: 15px;
}

.footer {
	text-align: center;
	padding-bottom: 30px;
}