* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #373737;
	background-color: #ffffff;
}

.clear {
	clear: both;
}

.center {
	min-width: 980px;
	max-width: 80%;
	margin: 0 auto;
}

a { font-weight: bold; border-bottom: 1px dotted; text-decoration: none; color: #373737; }

h1 {
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) top left no-repeat;
	width: 352px;
	height: 49px;
	margin-top: 0px;
	margin-bottom: 30px;
	position: fixed;
}

#comingsoon {
	position: absolute;
	right: 100px;
	top: 30px;
	text-indent: -9999px;
	width: 121px;
	height: 126px;
	background: transparent url(../images/comingsoon.png) top left no-repeat;
}


/* ============================================================== */
/* ==========================   MORE   ========================== */ 


#more {
	margin-top: 46px;
	font-size: .9em;
	width: 100%;
}

#more h2 {
	background: transparent url(../images/info.gif) top left no-repeat;
	width: 64px;
	height: 23px;
	text-indent: -9999px;
	margin-bottom: 27px;
}

#contact {
	width: 320px;
	float: left;
	margin-right: 46px;
	position: fixed;
	top: 170px;
}

form {
	margin-top: 30px;
}

fieldset {
	border: none;
}

label {
	font-weight: bold;
	font-size: .85em;
	letter-spacing: .05em;
	float: left;
	clear: both;
}

input, textarea {
	float: left;
	clear: both;
	width: 310px;
	padding: 7px 5px 3px 5px;
	margin-top: 1px;
	margin-bottom: 12px;
	background-color: #dbdbdb;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

input { height: 17px; }
textarea { height: 96px; }

#send {
	width: 64px;
	height: 23px;
	background-color: transparent;
	padding: 0;
	float: right;
	clear: none;
}

#loader {
	float: right;
	margin-right: 20px;
	width: 24px;
	height: 24px;
}

.required { color: #ff0000; }
.error { 
	color: #ff0000; 
	font-size: .8em; 
	font-weight: bold;
	letter-spacing: .02em;
	margin-left: 5px;
	float: left; 
	clear: right; 
}

.succes {
	color: green;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .02em;
	float: right;
	margin-right: 20px;
	line-height: 24px;
}




/* ============================================================== */
/* ==========================   BLOG   ========================== */ 



#blog {
	width: 60%;
	min-width: 593px;
	float: right;
	font-size: .9em;
	margin-top: 110px;
}

#blog img {
	margin-bottom: 10px;
	display: block;
	clear: both;
}

#blog h2 {
	background: transparent url(../images/blog.gif) top left no-repeat;
	width: 71px;
	height: 23px;
	text-indent: -9999px;
	margin-bottom: 27px;
}

#blog #blogItems {
	margin-top: 20px;
	height: 395px;
}

#blog ul {
	list-style: none;
}

#blog .date {
	width: 48px;
	height: 43px;
	background: transparent url(../images/date_bg.gif) top left no-repeat;
	color: #ffffff;
	text-align: center;
	float: left;
	margin-right: 17px;
	padding-top: 4px;
}

#blog .date .day {
	display: block;
	width: 41px;
	font-size: 2em;
}

#blog .date .month {
	display: block;
	width: 41px;
	margin-top: -2px;
	letter-spacing: .06em;
	text-transform: lowercase;
	font-size: .9em;
	margin-left: 2px;
}

#blog h3, #blog .body {
	width: 88%;
	min-width: 527px;
	float: left;
	letter-spacing: .04em;
	line-height: 1.2em;
}

#blog h3 {
	margin-bottom: 4px;
}

#blog .body {
	margin-bottom: 25px;
	text-align: left;
}

#up {
	text-indent: -9999px;
	width: 32px;
	height: 31px;
	background: transparent url(../images/btn_top.gif) top left no-repeat;
	cursor: pointer;
	position: relative;
	top: -50px;
	left: 300px;
}

#up:hover {
	background: transparent url(../images/btn_top.gif) -32px 0 no-repeat;
}

#down {
	text-indent: -9999px;
	width: 32px;
	height: 31px;
	background: transparent url(../images/btn_bottom.gif) top left no-repeat;
	cursor: pointer;
	position: relative;
	top: 350px;
	left: 300px;
}

#down:hover {
	background: transparent url(../images/btn_bottom.gif) -32px 0 no-repeat;
}

#footer {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 10px;
	text-align:  center;
	font-size: .7em;
	color: #a8a8a8;
}
