/*	Authors		Craig Rozynski craigrozynski.com, dinosaurswithlaserz.com 
							Marco Lago marcolago.com
		Version		2.0 2011-07-15 */

/* CSS Reset (customised) */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body { display: block; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
::-moz-selection{ background: #fff; color: #fff; text-shadow: none; }
::selection { background: #fff; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #fff; }
.ie7 img { -ms-interpolation-mode: bicubic; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Primary Styles */
  
body {
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #313131;
	background-color: #fff;
}
a, a:link, a:visited, a:active, .title, .top, .category {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	text-decoration: none;
}
.base{
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
}
.level0{
	background-color: #ffffff;
}
.level2{
	background-color: #fafafa;
}
.level4{
	background-color: #f5f5f5;
}
.level6{
	background-color: #f0f0f0;
}
.level8{
	background-color: #ebebeb;
}
.level10{
	background-color: #e5e5e5;
}
.level12{
	background-color: #e0e0e0;
}
.level14{
	background-color: #dbdbdb;
}
.level16{
	background-color: #d6d6d6;
}
.level18{
	background-color: #d1d1d1;
}
.bga{
	position: absolute;
	width: 100%;
	height: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}

.bga:hover{
	opacity: 0.04;
	filter: alpha(opacity=4);
}

#bga1{
	background: url(../img/blackbg01.gif) no-repeat;
    background-size: cover;
    background-position: center;
}
#bga2{
	background: url(../img/blackbg02.gif) no-repeat;
    background-size: cover;
    background-position: center;
}
#bga3{
	background: url(../img/blackbg03.gif) no-repeat;
    background-size: cover;
    background-position: center;
}
#bga4{
	background: url(../img/blackbg04.gif) no-repeat;
    background-size: cover;
    background-position: center;
}
#bga5{
	background: url(../img/blackbg05.gif) no-repeat;
    background-size: cover;
    background-position: center;
}
#bga6{
	background: url(../img/blackbg01.gif) no-repeat;
    background-size: cover;
    background-position: center;
}




.level0 img{
	position: absolute;
	margin: 0;
	left: 100px;
	top: 25px;
}
.level2 p{
	font-size: 1.2em;
	font-weight: 400;
	position: absolute;
	margin: 0;
	right: 100px;
	top: 90px;
}
.title{
	width: 250px;
	height: 200px;
	float: left;
	margin: 0;
	left: 100px;
}
.title p{
	font-size: 1.2em;
	font-weight: 400;
	position: absolute;
	margin: 0;
	top: 50px;
}
.txt{
	list-style: none;
	font-size: 0.8em;
	float: left;
	margin: 49px 0 0 0;
}
.txt li{
	margin-top: 5px;
}
.txt b{
	font-weight: 400;
}
.contact b{
	display: inline-block;
	width:30px;
}
.copyright{
	font-size: 0.5em;
	letter-spacing: 0.2em;
	font-weight: 400;
	color:#888888;
	position: absolute;
	margin: 0;
	top: 50px;
	right: 100px;
}



/* Media Queries */

/* Column Control Media Queries */

@media screen and (min-width:100px) {
	body {
		margin: 0 auto;
		padding: 0px;
		overflow: hidden;
	}
	a {
		-webkit-transition: background-color .3s linear;
		-moz-transition: -color .3s linear;
		transition: background-color .3s linear;
	}
	a:hover { background-color: #eee; }
	a.title { background-color: #fff; }
	a, a:link, a:visited, a:active, .title, .top, .category {
		position: relative;
		top: 0;
		overflow: hidden;
	}
}


/* One Column */

@media screen and (min-width:100px) {
	a, a:link, a:visited, a:hover, a:active, .base {
		width: 100%;
		height: 200px;
		margin: 0;
	}
}


