/* Default overwrites */
html, body, div, span, applet, object, iframe, blockquote, pre, p, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
h1, h2, h3, h4, h5, h6											{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; }

/* Browser fix for html5 tags */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary		{ display: block; }

*							{ font-family: arial; font-size: 18px; }
body						{ background: #ffffff; }
p							{}

h1 							{ font-size: 48px; color: #ffffff; text-transform: uppercase; }
h2							{ font-size: 30px; color: #464850; font-weight: normal; }
h3							{ font-size: 24px; color: #464850; font-weight: normal; }
h4							{}

#wrapper					{ width: 1920px; margin: auto; }
#header						{ width: 1920px; height: 150px; background: #464850; }
.logo						{ width: 560px; height: 130px; float: left; padding-left: 40px; padding-top: 20px; }
.sub_text					{ margin: 0 0 0 170px; font-style: italic; color: #ffffff; }
.header_right				{ width: 1320px; height: 130px; float: left; }
#banner						{ width: 1920px; height: 550px; border-top: solid 1px #999999; border-bottom: solid 1px #999999; padding: 50px 0 0 0; }
#banner section				{ width: 1000px; float: left; }
#banner aside				{ width: 820px; height: 530px; float: left; padding-right: 100px; }
#banner .aside_top			{ width: 820px; height: 150px; }
#banner .aside_left			{ width: 300px; height: 340px; float: left; padding-top: 40px; }
#banner .aside_right		{ width: 520px; height: 330px; float: left; }
#content					{ width: 1840px; height: 140px; padding: 40px 40px 20px 40px; margin: auto; }
#footer						{ width: 1920px; height: 130px; border-top: solid 1px #999999; margin: auto; }
.lobetext					{ width: 1460px; height: 90px; float: left; padding: 40px 0 0 40px; }
.lobetext p					{ font-size: 30px; color: #464850; }
#date						{ width: 380px; height: 130px; text-align: right; float: left; padding-right: 40px; }
.time						{ font-size: 72px; }
.date						{ font-size: 30px; }
ul li						{ list-style-type: none; background: url(../gfx/dot.png) 10px 8px no-repeat; padding-left: 30px; }

.slide {
  margin: 0;
  padding: 0;
  width: 640px;
  height: 400px;
}

.slide img {
  width: 100%;
  height: 100%;
}

#slider-viewport {
  width: 640px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

#slider-shadow {
  padding: 0 0 35px;
  background: url(../img/box-shadow.png) center bottom no-repeat;
}

.slider-controls {
  overflow: hidden;
}

/* pagination example */
.controls, .controls li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#controls {
  float: right;
}

#controls li {
  display: inline;
}

#controls li a {
  display: block;
  float: left;
  padding: 4px 6px;
  background: #444;
  color: white;
  margin: 0 0 0 4px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#effect-selector {
  position: absolute;
  top: 0;
  right: 0;
}
