@charset "utf-8";
/* CSS Document */

/* Elements ----- */

body {
	background: url(http://www.webheadinteractive.com/images/background.png) fixed repeat-x  #fd9a46;
	color: #000000;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #faa61a;
}

a:hover {
	color: #f7d13f;
}

p {
	margin: 10px 0;
	padding: 0;
}

hr {
	border: 0;
	color: #eeeeee;
	background: #eeeeee;
	height: 1px;
	/*margin: 6px 0;
	_margin: 0;
	padding: 0;*/
	width: 100%;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

blockquote {
	background: url(http://www.webheadinteractive.com/images/quote_left.png) left top no-repeat;
	margin: 5px 0 10px 20px;
	padding: 0 0 0 50px;
}

blockquote p {
	background: url(http://www.webheadinteractive.com/images/quote_right.png) right bottom no-repeat;
	margin: 0;
	padding-right: 50px;
	text-align: justify;
}

/* Headers ----- */

h1 {
	color: #e46a3f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
	.h1 {
		color: #e46a3f;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
	}

h2 {
	color: #e46a3f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;	
	margin: 10px 0 0 0;
	padding: 0;
}

	.h2 {
		color: #e46a3f;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
	}

h3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;	
}

	.h3 {
		color: #999999;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
	}

h4 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;	
}

	.h4 {
		color: #999999;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}
h5 {
	color: #faa61a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;	
}

	.h5 {
		color: #faa61a;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
	}

h6 {
	color: #999999;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	margin: 0;
	padding: 0;
}

	.h6 {
		color: #999999;
		font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

/* Page Container ----- */

#container {
	margin: 0 auto;
	width: 770px;
}

/* Header ----- */

#header {
	margin-bottom: -6px;
	padding: 0 10px;
	text-align: right;
}

	#header img {
		padding-right: 2px;
		vertical-align: bottom;
	}

	#header .label {
		color: #ffffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		vertical-align: middle;
	}

	#header input[type="text"] {
		/* background: #ffffff;
		border: 0;
		padding: 2px; */
		font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0 3px;
		vertical-align: middle;
	}

	#header input[type="submit"] {
		font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		vertical-align: middle;
	}

#header .newsletter {
		width: 200px;
	}

/* Banner ----- */

#banner {
	
}

/* Content ----- */

#content {
	background: url(http://www.webheadinteractive.com/images/content_background.png);
}

#content ul {
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: disc;
}

#content ul li{
	margin: 0 0 10px 0;
	padding: 0;
}

#content input[type="text"], #content textarea {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

#content input[type="submit"] {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

	#content .sidebar {
		color: #999999;
		float: right;
		font-size: 11px;
		margin-right: 20px;
		padding: 10px;
		width: 185px;
	}

	#content .sidebar a {
		text-decoration: none;
	}

	#content .sidebar ul {
		margin: 0;
 		padding: 0;
		list-style: none;
	}

	#content .sidebar ul li {
		margin: 0;
 		padding: 0;
	}

	#content .sidebar input[type="text"] {
		width: 124px;
	}

	#content .sidebar input[type="submit"] {
		width: 50px;
	}

	#content .search {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#content .main {
		float: left;
		margin-left: 20px;
		padding: 10px;
		width: 500px;
	}

	#content .main input[type="text"] {
		width: 200px;
	}

	#content .divider {
		clear: both;
	}

/* Content (no sidebar) ----- */

#content-full {
	background: url(http://www.webheadinteractive.com/images/content_full_background.png);
	padding: 10px 30px;
}

	#content-full .main {
		margin: 0 20px;
		padding: 10px;
	}

/* Footer ----- */

#footer {
	color:#000000;
	padding: 0 10px;
	text-align: right;
}

	#footer a {
		color: #ab0000;
		text-decoration: none;
	}

	#footer a:hover {
		color: #dc0000;
	}

	#footer ul {
		margin: 0;
 		padding: 0;
		list-style: none;
	}

	#footer ul li {
		display: inline;
	}

/* Special Layouts ----- */

.inset-right {
	float: right;
	padding: 5px 0 5px 5px;
	width: 200px;
}

.blockquote-header {
	margin: 0 70px;
}