/* CSS by Travis King of Touchmedia */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



																		/* CSS Document */
																		/******* Body / Wrapper / Header ********/
body {
	font-family: Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	background: #181818 url(images/bg.jpg) repeat-x;
}

.wrapper{
	width: 950px;
	height: 600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	padding:0;
	top: 0;
	left:0;
}
																		/******* Header ********/
#header {
	height: 75px;
	margin-left: 30px;
	background: url(images/header.png) no-repeat;
}
#header ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff;
	padding-top: 45px;
	padding-left: 635px;
}
#header li{
	display: inline;
}
#header a{
	color: #e0e0e0;
}
#header a:visited{
	color: #e0e0e0;
}
#header a:link:hover, #header a:visited:hover{
	color: #FFF;
	text-decoration:underline;
}
	
																		
																		/******* Slide Show ********/
#slide-show{
	width:950px;
	padding-left: 25px;
	background: url(images/content-bg.png) no-repeat;
	background-position: 20px;
}
#my_slideshow{
	padding: 20px;
}
																		/******* Navigation ********/

																		/******* Content ********/

#content {
	width: 950px;
	min-height: 550px;	
	padding-left: 20px;
	background: url(images/content-bg.png) no-repeat;
	background-position: 20px;
	color: #fff;
}
#content h1{
	padding: 40px 40px 10px 40px;
	font-size: 1.8em;
}
#content h2{
	padding: 10px 40px 10px 40px;
	font-size: 1.5em;
}
#content p{
	padding: 20px 40px;
	font-size: 1.4em;
	line-height: 1.2em;
}
#content ul{
	padding: 0 50px;
	font-size: 1.4em;
	line-height: 1.2em;
}
#content li{
	background: url(images/arrow.png) left top no-repeat;
	padding-left: 20px;
}
																		/******* Gallery ********/
#gallery {
	width: 950px;
	height: 550px;
	padding-left: 20px;
	background: url(images/content-bg.png) no-repeat;
	background-position: 20px;
	color: #fff;
}
#flashcontent {
	width: 950px;
	height: 550px;
	padding-left: 40px;
	overflow: hidden;
	background: none;
}


																		/******* Footer ********/
#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #8eacb3;
	background: #181818 url(images/footer-bg.jpg) repeat-x;
}
#footer a{
	color: #FFF;
}
#footer a:visited{
	color: #FFF;
}
#footer a:link:hover, #footer a:visited:hover{
	color: #FFF;
	text-decoration:underline;
}
			
																		/******* Sepcial Style Classes ********/
.banner {
	padding-top: 30px;
	padding-left: 35px;
}
.bold {
	font-weight: bold;
	color: #8eacb3;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.lars-picture{
	float: right;
	display: inline;
	margin: 10px 90px 20px 20px;
}
																		/******* Upgrade Browser Popup ********/

#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  margin-right: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }
