@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, p, 
pre, form, fieldset, input, textarea, blockquote, th, td { 
	padding: 0;
	margin: 0;
	border:0;
	outline:none;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style-type: none;
	}
address, caption, cite, code, dfn, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
a	{text-decoration:none; padding:0; margin:0;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*-------------------------------------------------------------*/

body{
	font:normal 12px lucida grande, sans-serif;
	color:#999;
	text-align:justify;
	background: #f2f2f0 url(images/mainbg.gif) 0 0 repeat-x;
	text-shadow:1px 1px 0px #fff;
	line-height:20px;
}

a {
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#0066cc;
	}

p {padding:3px 0;}

img {padding: 0 0 85px 0;}
h1{
	text-indent:-9999px;
	background:url(images/sit.png) 0 0 no-repeat;
	width:282px; height:94px;
	padding:0 0 35px 0;
}

input[type=text] {
	width:204px; height:37px;
	background:url(images/input.gif) 0 0 no-repeat;
	padding:0 19px 0 10px;
	margin:10px 0 0 0;
	font:normal 16px lucida grande, sans-serif;
}
input[type=submit] {
	width:86px; height:22px;
	margin:0 0 0 5px;
	background:url(images/notify.gif) 0 -5px no-repeat;
}
input[type=submit]:hover {
	background-position: 0 -47px;
	cursor:pointer;
	}
	
form#mailinglist{position:relative;}

label.error {
	color:#ff3300;
	text-align:left;
	position:absolute;
	left:0; top:-8px;
	font-style:italic;
}


.intro {padding:45px 0;}
.safe {padding:0 0 25px 0; font-size:10px;}
.safe em span {
	color:#0066cc;
	font-size:12px;
	}
.footer {
	font-size: 10px;
	color: #999;
	font-style: italic;
	clear: both;
	padding: 25px 0 0 0;
}
.follow {
	float: left;
	padding: 3px 5px 0 0;
}

a.social{
	width:86px; height:32px;
	float:left; display:block;
	text-indent:-9999px;
	background:url(images/social.gif) 0 0 no-repeat;
}

a#fs{background-position: 0 0;}
a#fs:hover{background-position: 0 -38px;}

a#fb{
	background-position: -88px 0;
	width:69px;
	}
a#fb:hover{background-position: -88px -38px;}

a#li{
	background-position: -157px 0;
}
a#li:hover{background-position: -157px -38px;}

#header {
	width: 950px;
	margin: 0 auto;
}

#wrapper{
	width:950px;
	margin:0 auto;
	position: relative;	
}

#left{
	width:50%;
	float:left;
}

#right{
	width:50%;
	float:left;
}
#chair {
	margin: 250px 0 0 0;
	width: 508px; height: 383px;
	background: url(images/chair.png) 0 0 no-repeat;
}
#thankyou{
	width:350px;
	margin:25px auto 0 auto;
	background:url(images/monkey.gif) top center no-repeat;
	padding:235px 0 0 0;
}
#siteid{
	margin:0 auto;
	width:145px; height:123px
}