/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul { list-style: none; }

a img { border: none; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

/* ----------------- */

body {
	background: #10151d url('bg-x.png') repeat-x top center;
	color: #cdcdcd;
	font: normal 13px/1.5em verdana;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: white;
	border-bottom: 1px solid #2b3239;
	padding-bottom: 15px;
}

p {
	padding: 10px 0px;
}

#wrapper {
	background: url('wallpaper.jpg') no-repeat top center;
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 660px;
	height: 453px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.note {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content {
	background: url('light.jpg') no-repeat top left;
	margin: 0 auto;
	width: 780px;
	height: 300px;
}

#about {
	padding-top: 40px;
}

#footer {	
	position: relative;
	height: 29px;
	margin-top: 30px;
	padding: 10px 0px;
	border-top: 1px solid #2b3239;
}

.social img {
	padding-left: 2px;
}

#footer ul {
	position: absolute;
	bottom: 10px;
}

#footer li {
	display: inline;
	padding-right: 40px;
}

#footer ul span {
	color: white;
	font-weight: bold;
}

#mailinglist {
position: relative;
width: 380px;
float: right;
}

#newsletterForm  .email {
	width: 268px;
	height: 15px;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0px;
	border: none;
	font-size: 12px;
	color: #5f676b;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 10px;
}

#newsletterForm .newsletterButton{
	width: 100px;
	height: 29px;
	position: absolute;
	top: 20px;
	right: 0px;
	background: url('notify-butt.jpg') no-repeat top center;
	border: none;
}


#newsletterForm .loader {
		position: absolute;
		top: 60px;
		right: 0px;
}

#mailinglist .successBalloon {
	width: 220px;
	min-height: 25px;
	height: 25px;
	border: 1px solid #4c8f41;
	background-color: #3c6539;
	top: 60px;
	position: absolute;
}
#mailinglist .errorBalloon {
	width: 220px;
	min-height: 25px;
	height: 25px;
	border: 1px solid #813838;
	background-color: #5b3030;
	top: 60px;
	position: absolute;
}
#mailinglist .resultText {
	padding: 3px;
	top: 60px;
	width: 220px;
	color: #ffffff;
	text-align:center;
	position: absolute;
	font-size: 12px;
}
