a {
	color: #9FCC3B;
	text-decoration: none;
}
body {
	background: url(/static/images/bg-tile.jpg) repeat-x #000;
	color: #dddddd;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
p {
	padding: 3px 0 7px;
}

#wrapper {
	background: url(/static/images/bg-top.gif) no-repeat -27px 0;
	margin: 0 auto;
	width: 1200px
}
#wrapper .inner {
	margin: 0 auto;
	padding: 0 52px;
	width: 940px;
}
#header {
	display: block;
	height: 160px;
	position: relative;
}
#header #logo {
	left: 0;
	position: absolute;
	top: 35px;
}
#block_1 {
	float: left;
	width: 670px;
}
#block_2 {
	float: right;
	font-size: 0.9em;
	margin-top: -30px;
	position: relative;
	width: 240px;
}
#footer {
	border-top: 2px solid #808080;
	clear: both;
	color: #959595;
	font-size: 0.9em;
	margin: 50px 0 30px;
	padding-top: 5px;
}
.break {
	clear: both;
}
.error, .message {
	color: #E679ED;
	padding: 5px 10px;
}
.error ul {
	margin-left: 15px;
}
.error li {
	list-style-type: disc;
}
div.first {
	margin-left: 0 !important;
}
li.first {
	border-top: none !important;
	margin: 0 !important;
}


/*** BLOCKS ***/
#block_1 .promo {
	background-color: #0D0D0D;
	border: 1px solid #9FCC3B;
	color: #959595;
	float: left;
	height: 370px;
	margin-left: 30px;
	margin-top: 20px;
	overflow: hidden;
	padding: 0 10px 10px;
	width: 290px;
}
#block_1 .promo h2 {
	background-color: #000;
	color: #fff;
	margin: 0 -10px;
	padding: 7px 10px;
	position: relative;
}
#block_1 .promo img {
	margin: 0 -10px;
	position: relative;
}
#block_2 h4 {
	font-size: 1em;
	margin: 3px 0 3px;
	text-transform: uppercase;
}
#block_2 #contact_me {
	background: url(/static/images/contact-me.png) no-repeat;
	height: 60px;
	left: 0;
	padding-top: 80px;
	position: absolute;
	top: 0;
	width: 268px;
}
#block_2 #contact_me p {
	margin: 0 30px 0 10px;
	padding: 0;
}
#block_2 #contact_me strong {
	text-transform: uppercase;
}
#block_2 #contact_form {
	border-top: 1px solid #9fcc3b;
	clear: both;
	float: left;
	padding-top: 10px;
	position: relative;
	top: 130px;
}
#block_2 #contact_other {
	border-top: 1px solid #9fcc3b;
	clear: both;
	float: left;
	/*position: relative;*/
	margin-top: 130px;
	width: 240px;
}
#block_2 #contact_other li {
	background: url(/static/images/block2-seperator.png) no-repeat;
	clear: both;
	float: left;
	padding: 5px 0;
	width: 235px;
}
#block_2 #contact_other .title {
	float: left;
	width: 200px;
}
#block_2 #contact_other .detail {
	float: left;
}
#block_2 #contact_other .er1 {
	background: url(/static/images/icon_email.png) no-repeat -15px 0;
	float: left;
	padding-left: 30px;
}
#block_2 #contact_other .er2 {
	background: url(/static/images/icon_mobile.png) no-repeat -15px 0;
	color: #FFB300;
	float: left;
	padding-left: 30px;
}
#footer a {
	color: #5d5d5d;
}
#footer #copy {
	float: left;
	width: 400px;
}
#footer #saritak {
	float: right;
	text-align: right;
	width: 400px;
}

/*** FORM STYLES ***/
input {
	float: left;
}
label {
	float: left;
}
form li {
	clear: both;
	float: left;
	padding: 2px 0 3px;
	position: realtive;
}
#block_2 #contact_form label {
	padding-bottom: 5px;
	width: 230px;
}
#block_2 #contact_form input.text, #block_2 #contact_form textarea.textarea {
	background-color: #0D0D0D;
	border: 1px solid #4d4d4d;
	color: #959595;
	padding: 3px 5px;
	width: 228px;
}
#block_2 #contact_form textarea.textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 80px;
	overflow: hidden;
}
#block_2 #contact_form li.submit {
	position: relative;
	left: 170px;
	top: -20px;
}