/* tylkodesign.com/screen.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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size:1em;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	background-image:url(../i/bg_header.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#e6e6e6; 
}

.clear {
	clear:both;
}
/* fonts */
a { 
	font-weight: bold; 
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}

/* layout */
#layout {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position:relative;
}

#header {
	position: absolute;
	top:0;
	left:0;
	background-image: url(../i/header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 100%;
}

/* navigation */
#navul {
	float:right; 
	margin:135px 0px 0 0; 
	padding:0;
	color:#ffffff;
	font-size: 1.1em;
	font-weight: 100;
}
#navul li { 
	float:left; 
	display:inline; 
	margin:0 2em 0 0; 
	padding: 0; 
	position: relative;
}
#navul li.last {
	margin-right:0;
}
#navul li a, #navul li a:visited { 
	display: block; 
	color:#cccccc; 
	text-decoration: none; 
	font-weight: 100;
}
#navul li a:hover { 
	color:#999999; 
}


/* slider content */

#content_top,
#content_bottom {
	display:block;
	margin:0;
	padding:0;
}
#content_top {
	margin-top:190px;
}
#content {
  clear: both;
/*  height: 28em;  and in #content .scroller .section --- removed for iphone compatibility */
  margin:0px 0 0 0;
  padding:0px 35px 0px 35px;
  text-align: left;
  background-image: url(../i/content_frame.jpg);
  background-repeat: repeat;
  background-position: top left;
	font-size: .9em;
}

#content img {
  margin: 1em 0 1.5em 0;
  padding:0;
}

#content h3 {
  line-height: 1.8em;
  font-size: 2em;
  color: #000000;
}

#content p {
  font-size: 1em;
  margin: 0 .3em 1em .3em;
  padding:0;
  color: #000000;
  line-height: 1.5;
}

#content .scroller {
/*  background:#ececec none repeat scroll 0%; 
  background-color:#ececec;
  background-attachment: scroll;*/
  color:#000000;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

#content .scroller .scroller-content {
  width: 10000px;
  border: 0;
  padding: 0;
  margin: 0;
}

#content .scroller .section {
  float: left;
/*  height: 28em;  and in #content */
	width:730px; /* 736? */
}

#content .scroller .section a,
#content .scroller .section a:visited,
#content .scroller .section a:active {
  color: #000000;
}

#footer {
	margin:20px 0;
	padding:0;
	font-size:.9em;
}

#footer p {
	text-align: center;
	color: #000000;
}



