/* @override http://localhost:8888/smithpixels/style.css */

/* @group Baiscs */

body, html {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #d6d6d6;
}

a, a:visited {
	text-decoration: none;
	color: #4fb100;
}

a:hover, a:visited:hover {
	color: #306c00;
}

/* @end */

/* @group Layout */

#container, #footer {
	width: 990px;
}

#header {
	width: 950px;
	padding: 20px;
	padding-bottom: 0;
}

#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: white url("images/bg-shadow.gif") repeat-y;
}

.left-column {
	width: 600px;
	padding: 20px;
	padding-right: 10px;
	float: left;
}

.right-column {
	float: right;
	width: 290px;
	padding: 20px;
	padding-left: 10px;
}

/* @end */

/* @group Header */

#header {
	overflow: hidden;
	/* Auto float clearing in IE */
	height: 1%;
	background: url("images/bg-header.gif") 0 0 no-repeat;
}

#header h1 {
	background: url("images/logo.gif") no-repeat;
	overflow: hidden;
	text-indent: -2000px;
	width: 549px;
	height: 101px;
	position: relative;
	margin: 22px 0 0 22px;
}

#header h1 a {
	width: 549px;
	height: 83px;
	display: block;
}

#header h2 {
	display: none;
}

#header .left-column {
	padding: 0;
	width: 630px;
}

#header h3 {
	overflow: hidden;
	color: #bbb;
	margin: 0;
	padding-top: 19px;
	padding-left: 20px;
	height: 75px;
	letter-spacing: -1px;
	font-size: 1.6em;
	line-height: 1.2em;
}

#header h3 span {
	color: white;
}

/* @end */

/* @group Hire Us */

#hire-us {
	padding: 0;
	margin: 20px 0;
	position: relative;
	right: 20px;
	width: 290px;
	overflow: hidden;
	float: right;
	padding-top: 40px;
	background: black url("images/bg-grey.gif") top repeat-x;
	outline: 1px white solid;
}

#hire-us span {
	display: block;
	color: #aaa;
	position: absolute;
	top: 12px;
}

#hire-us #a {
	left: 15px;
}

#hire-us #b {
	right: 15px;
}

#hire-us img {
	border: white solid;
	border-width: 1px 0;
	display: block;
	margin: 0;
	padding: 0;
}

#hire-us p {
	margin: 0;
	background: #49b51c url("images/bg-green.gif") bottom repeat-x;
	padding: 20px;
	padding-right: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #98e05e;
	border-bottom: 1px solid #254d06;
}

#hire-us a {
	text-decoration: none;
	color: white
}

#hire-us a:hover, #hire-us a:visited:hover {
	background: #5dc224;
}

/* @end */

/* @group Right Column */

#content .right-column h3 {
	font-size: 2.4em;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

#content .right-column {
	padding-bottom: 0;
}

#clients-list, #clients-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#clients-list ul {
	margin-top: 7px;
}

#clients-list {
	overflow: hidden;
	height: 204px;
	font-size: 90%;
	color: #555;
}

#clients-list li {
	font-weight: bold;
	width: 120px;
	float: left;
}

#clients-list #clb {
	float: right;
}

#clients-list li li {
	font-weight: normal;
	float: none;
	margin: 0 0 9px 0;
	font-size: 90%;
}

#clients-list-box {
	padding: 0 20px;
}

#links {
	margin-top: 20px;
	padding: 20px;
	background: #eee;
	border: #ccc solid;
	border-width: 1px 0;
	height: 154px;
}

#z {
	letter-spacing: -1px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	font-weight: bold;
}

#links li {
	margin-top: 11px;
}

#links a, #links a:visited {
	background: #49b51c;
	color: white;
	padding: 3px 5px;
}

#links a:hover, #links a:visited:hover {
	background: #1e6501;
}

/* @end */

/* @group Content */

#content {
	background: white url("images/bg-content.gif") repeat-x top left;
	zoom: 1; /* IE */	
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .left-column {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -150px;
}

#content p {
	margin: 15px 0;
	margin-right: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #555;
}

#content p span {
	color: black;
}

/* @end */

/* @group Video & Thumbnails */

#video {
	display: block;
}

#video-container {
	margin-bottom: 20px;
	width: 600px;
	height: 337px;
	outline: 1px black solid;
}

#thumbnails {
	overflow: hidden;
	width: auto;
	/* Auto-clear floats in IE */
	height: 1%;
}

.thumb {
	width: 186px;
	margin-right: 20px;
	float: left;
	background: #efefef;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
	text-align: center;
}

.thumb a img {
	width: 186px;
	border: none;
}

.thumb a.title {
	font-weight: bold;
	display: block;
	height: 1%;
	padding: 10px;
}

.thumb-last {
	margin-right: 0;
}

.thumb-current a {
	color: #aaa;
}

.thumb-current {
	background: #f7f7f7;
	border-color: #ddd;
}

/* @end */

/* @group Footer
 */

#footer {
	clear: both;
	height: 200px;
	background: url("images/bg-footer.gif");
	font-weight: bold;
	color: #999;
	padding-top: 28px;
	position: relative;
}

#footer span {
	position: relative;
	left: 360px;
	top: 10px;
}

#footer a, #footer a:visited {
	color: #777;
}

#footer a:hover, #footer a:visited:hover {
	color: #555;
}

/* @end */
