* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Arial, sans-serif;
	color: #fff;
	background: url('images/bg.png') repeat-x top fixed;
}

a {
	color: #D0EB55;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #D0EB55;
	padding: 2px 0 8px 0;
}

h1 {
	font-size: 2.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	padding-bottom: 4px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

ol {
	margin: 4px 0;
	padding-left: 20px;
}

p {
	font-size: 1em;
	margin: 4px 0;
}

ul {
	margin: 4px 0;
	padding-left: 15px;
}

#wrapper  {
	background-color: #414141;
	width: 980px;
	margin: 10px auto;
}

#header {
	padding: 10px;
	padding-bottom: 20px;
}

#header h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header h2 {
	color: #c9c299;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -3px;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu li a {
	color: #fff;
	display: block;
	height: 10px;
	padding: 4px 8px 6px 8px;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover, .current {
	background-color: #A9BC52;
	text-decoration: none;
}

#banner {
	background-color: #393939;
	height: 140px;
	padding: 10px;
	margin-top: 20px;
}

#slogan {
	background: #fff url('images/layflat-tubing.jpg') no-repeat bottom right;
	float: left;
	width: 590px;
	height: 100%;
	margin-right: 10px;
}

#slogan h2 {
	color: #666;
	font-size: 2.0em;
	padding: 10px 0 0 26px;
}

#ad {
	color: #333;
	font-size: 1.6em;
	background: #fff url('images/ad-bg.png') repeat-x bottom;
	float: left;
	width: 320px;
	height: 140px;
	padding: 0 10px;
}

#ad .ad-button {
	font-weight: bold;
	text-align: center;
	background: #D0EB55 url('images/ad-button.png') repeat-x top;
	width: 318px;
	height: 53px;
	margin: 10px 0;
	border: 1px solid #A2B542;
}

#ad .ad-button a{
	color: #fff;
	line-height: 53px;
}

#content {
	float: left;
	width: 730px;
	min-height: 400px;
	padding: 0px 10px 10px 20px;
}

.page-text {
	font-size: 1.2em;
}

.page-tags {
	font-size: 1.2em;
	margin-bottom: 25px;
}

.post {
	background: #515151;
	margin-bottom: 25px;
	padding: 10px;
}

.post-title h2 {
	font-size: 2em;
}

.post-text, .post-tags {
	font-size: 1.2em;
}

.post-tags, .page-tags {
	margin-top: 10px;
	border-top: 1px solid #484848;
	padding-top: 10px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 0px 20px 10px 10px;
}

#footer {
	text-align: center;
}

.clearfix {
	clear: both;
}

.green{
	color: #D0EB55;
}

.ad-img {
	background: #515151;
	padding: 15px;
}

/* Form styles start */
form{
	padding: 10px;
}

form em{
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form fieldset ul{
	padding: 0;
}

form fieldset li{
  list-style: none;
  padding: 2px;
  margin: 0;
}

label{
  display: inline-block;
  line-height: 1.8em;
  vertical-align: top;
	width: 95px;
}

fieldset{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #333;
}

fieldset p{
	padding: 2px 0;
}

legend{
	font-size: 1.2em;
	padding: 0 8px 2px 8px;
}

textarea{
	width: 100%;
}

input[type=submit]{
	cursor: pointer;
	color: #333;
	background: #ccc;
	border: 1px solid #666;
	padding: 2px 10px;
	-moz-border-radius: 4px;
}

#email-msg {
	display: none;
}

/* Form styles end */
