/*
-----------------------------------------------
Version: 27.08.07
----------------------------------------------- */

* {margin: 0px; padding: 0px; }
body { background: #FFF;  }
a img,:link img,:visited img, img { border:none }

/*typography for the entire website*/
body, textarea{ font-family: Arial, Helvetica, sans-serif; color: #333333;  } 
body {font-size: 62.5%;}

/* Layout
----------------------------------------------------------------------*/
#outer { background:#FFF; }
#outer, #endpage { margin: 0px auto; text-align:left; width:790px; padding:0 15px; }
#header { height: 321px; width: 760px; background: #FFF; margin-bottom:15px; }
#content { background:#FFF; width:730px; padding:0 15px;}
#footer { float:left; position:relative; margin: 125px 0 0 15px; color:#666; background:#FFF; width:730px; padding:0; height: 45px; text-align:right; clear:both; }
#endpage { height:15px; clear:both; }

/* Lists
----------------------------------------------------------------------*/
ul { list-style:none }
ul li { }

/* Headers
----------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-size:1em; line-height: 1.4; }
h1 { font-size: 1.2em; font-weight: normal; }
h2 { font-size: 1.1em; font-weight: bold; }
p, a, textarea   { font-size: 1.1em; line-height: 1.5em; color: #666666; }
ul, li, label, fieldset, tt, input {font-size: 1.03em; }
fieldset, textarea {border:0px;}
label {margin-right:10px;}

/* Links
----------------------------------------------- */
a { color: #666; text-decoration: none; font-weight:bold; }
a:hover { color: #888; text-decoration: none; font-weight:bold;}

/* UTILITY 
----------------------------------------------------------------------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.slide {
position: absolute;
visibility : hidden;
}
#slide0 {
visibility : visible;
}
