@charset 'UTF-8';

/* 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;
}
textarea {
	font: inherit;
}

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	/* Reverse this on elements with: box-sizing: content-box; */
#gallery * {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}

/* CLEARFIX **********************************************//* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
/* GLOBALS **********************************************/
/* 

Global values

light grey		#939598
Border grey		#6B6B6B
red				#FF3600

font-family: 'Open Sans Condensed', sans-serif;
			norm:	300

*/
 
body, html {
	color: #FFF;
	font-size: 13px;
	line-height:130%;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url(../gfx/bkg-rep.jpg) repeat-y center top;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CCC;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}
h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin: 0.65em 0;
	color: #FFF;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0.9em 0 0.65em 0;
	color: #FFF;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin: 0.65em 0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.65em 0;
	color: #FFF;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 0.65em 0;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 0.65em 0;
}
.img-right {
	float: right;
	margin: 0 0 5px 15px;
}
.img-left {
	float: left;
	margin: 0 15px 5px 0;
}
hr {
	color: #CCCCCC;
	margin: 20px 0;
	height:1px;
	border:0px solid;
	border-top:1px solid;
}
p {
	margin: 0 0 1em 0;
}
ul {
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 20px 0;
	padding:0 0 0 25px;
}
strong {
	font-weight:bold;
	}
em {
	font-style:italic;
	}
blockquote {
	text-align:center;
	color:#666;
	font-style:italic;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	padding:20px;
	margin:15px 0 15px 0;
}
.header {
	position:relative;
	height:197px;
	color:#000;
}
.header a {
	text-decoration:none;
	color:#000;
	}
.header .contacts {
	position:absolute;
	right:0;
	bottom:-4px;
	font-size:13px;
	line-height:145%;
	text-align:right;
	}
.header .contacts .special {
	/*font-size:17px;*/
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	/*font-weight:300;*/
	}
.logo {
	position:absolute;
	top: 12px;
	left:-27px;
	}
.outer-wrapper {
	width: 100%;
	height:100%;
	background:url(../gfx/bkg.jpg) no-repeat center top;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
.content-wrapper {
	margin:0 auto;
	padding:0 0 25px 0;
	color:#FFF;
}
.fineprint {
	font-size:10px;
	}
/* COLUMNS **********************************************/
.col1 {
	float: left;
	margin:0;
	padding:10px 0 0 0;
	width: 50%;
	text-align:justify;
}
.col2 {
	margin:0;
	padding:0 0 0 20px;
	float: left;
	width: 50%;
}
.col1 .col1 {
	padding:0;
}
.narrow {
	width: 310px !important;
}
.wide {
	width: 585px !important;
}
.full {
	width: 100%;
}
.footer {
	color: #999;
	background:#FFF;
	padding: 4px 20px;
}
.footer a:link, .footer a:visited {
	color: #666;
	padding-left: 20px;
	text-decoration:none;
	float:right;
}
.footer a:hover, .footer a:active {
	text-decoration:none;
	color:#808080;
}