/* Reset default browser CSS */

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;
}


/* Center Content */
body {
	background:-moz-linear-gradient(top, #fff, #CCC); /* Firefox */
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCC)); /* Safari, Chrome */
background:-webkit-linear-gradient(top, #fff, #CCC); /* Safari, Chrome - neue Syntax! */
background:-o-linear-gradient(top, #fff, #CCC); /* Opera */
background:-ms-linear-gradient(top, #fff, #CCC); /* IE */
background:linear-gradient(top, #fff, #CCC); /* W3C Standard */
	font-size:12px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	color:#FFF;
}
 
* {
   margin: 0;
   padding: 0;
}
 
/* macs won't see this! \*/
html, body { 
   height:100%;
   width:100%;
}
/* END mac */
 
#outer {
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
}
 
#container {
   display:table-cell;
   vertical-align:middle;
}
 
#inner {
   text-align: center;
   width: 960px;
   margin-left:auto;
   margin-right:auto;
   position:relative;
}

#logo {
	text-align:left;
	margin-bottom:6px;
}



.nav { margin: 5px 0 }

#nav a, #s7 strong { 
margin: 0 5px; 
padding: 6px; 
background:#999; 
text-decoration: none;
font-size:0;
border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

#nav a:hover { 
margin: 0 5px;  
background:#CCC;
text-decoration: none;
font-size:0;
}

#nav a.activeSlide { background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

#nav a:focus { outline: none; }

#output { text-align: left; }

#nav { text-align: left;
position:absolute;
top: 405px;
left:5px;
z-index:98;
}

#slideshow { 
	margin: 0 auto;
	text-align:left;
	
}

.slide {
	position:relative;
}

.headline {
	position:absolute;
	top:30px;
	left:555px;
	font-size:30px;
	z-index:99;
}

.big {
	font-size:45px;	
}

.textbox {
	position:absolute;
	top:0px;
	right:100px;
	background-color:#000;
	opacity:0.6;
	width:320px;
	height:400px;
}
.text {
	position:absolute;
	top:55px;
	color:#fff;
	text-decoration:none;
	right:100px;
	width:290px;
	padding:15px;
}

.text a {
	color:#fff;

}

p {
	margin: 15px 0;
	line-height:16px;
}

#footer {
	margin-top:6px;
	color:#000;
	text-align:left;
	width:960px;
}

#footer a {
	color:#000;
	
}

#address {
	margin-top:6px;
	float:left;
	width:700px;
}

#socials {
	width:260px;
	float:right;
	text-align:right;
}

#deal {
	position:absolute;
	top:130px;
	left:575px;
	z-index:99;
}
	