/* CSS Document */

/* PAGE RESET START */

/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit; 
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #fff;
	background: #1B212B url(../images/bg_blue.jpg) repeat-x;
	font: 11px/23px Helvetica, sans-serif;
}
p {
  font: 11px/14px Helvetica, sans-serif;
  margin-bottom: 15px;
  color:#888;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  line-height: 13px;
  font-weight: bold;
  padding-bottom: 0px;
}
h1 {
  font-size: 13px;
}
h2 {
  font-size: 12px;
}


big {
  font-size: 13px;
}
small {
  font-size: 11px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


a {text-decoration:none; color:#647b93;}
a:hover {text-decoration:none; color:#849aaf;}

img {  
	border-style: none;
}

.button {border:2px solid #3b5066; padding:10px 18px;text-transform:uppercase;letter-spacing:.25em;}

/* PAGE STRUCTURE START */


#container {
	width:100%;
	text-align:center;
	margin: 0px auto;
	border:0px solid #ff00ff;
	position:relative; 
	float:left;	
}

#page-wrap {
	width:990px;
	text-align:center;
	margin: 0 0 0 0px;
	border:0px solid #ff0000;
	position:relative; 
	float:left;	
}

#header {position:relative; width:980px; height:130px;border:0px solid #fff;margin:0px auto 0px auto;}

/* CAPTION SLIDER */

#sliderwrap {
	width:220px;
	height:160px;
	float:left;
	margin:5px;
	position:relative;
	border:5px solid #181C24;
	overflow:hidden;text-align:center;
}
#sliderwrapouter {
	width:222px;
	height:164px;
	float:left;
	margin:5px;
	position:relative;
	border:5px solid #181C24;
	overflow:hidden;text-align:center;
}

#sliderwrap h1 {
	color:#FFF;
}

#front {
	position:absolute;
	z-index:10;
}

#back {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

.caption_2 {
	position: absolute;
	top:360px;
	background: #000;
	width:223px;
	height:100px;
	padding:1px;
}


/* /CAPTION SLIDER */


.galcontainer{
    width:990px;
    text-align:center;
    margin:0px auto 0px auto;
	padding-top:30px;          
 border:1px solid #ff000;
 
}


#sliderwrap img  {
    border:none;
    position:absolute;   
    top:-50px;
    left:-100px;
    height:250px;
    opacity: 1;
    -moz-opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.logo {position:relative; float:left; width:230px; height:73px; margin:35px 0 0 0;}
.infowrapper {position:relative; float:left; width:300px; margin-left:400px;}
.intro {font-size:14px; line-height:17px; color:#eee;margin:10px 40px 10px 10px;text-align:left;font-family: 'Varela', sans-serif;}


