@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #333 url(../_img/bg_pg.gif) repeat-x 0 0;
	color: #adadad;
}

/* DEFAULTS */

p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 0 20px 0;
}

h1, h2, h3, h4 {
	color: #fff;
	font-weight: normal;	
	letter-spacing: -.5px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
	margin: 0;
}

h5 {
	font-size: 12px;
}

ul {
	margin: 0 0 20px 40px;
	list-style-type: none;
}

ol {
	margin: 0 0 20px 40px;	
}

ol li {
	margin: 10px 0;
}

ul.bullets {
	list-style-type: disc;
}

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active {
	text-decoration: underline;
}

/* CUSTOM */

#container {
	width: 960px;
	margin: auto;
	background: url(../_img/bg_container.jpg) top center no-repeat;
	
}

#nav {
	width: 280px;
	padding: 300px 0 30px 0;
	float: left;
	position: relative;
	top: 31px;
	background: url(../_img/bg_nav.png) center top no-repeat;
	margin: 0;
}

#nav li {
	position: relative;
	left: 10px;
}

#nav li a {
	display: block;
	height: 36px;
	width: 260px;
	text-indent: -99999px;
}

#nav li#nav_work a:link, #nav li#nav_work a:visited {
	background: url(../_img/nav/work.png) no-repeat -280px 0;
}

#nav li#nav_work a:hover, #nav li#nav_work a:active {
	background: url(../_img/nav/work.png) no-repeat 0 0;
}

#nav li#nav_about a:link, #nav li#nav_about a:visited {
	background: url(../_img/nav/about.png) no-repeat -280px 0;
}

#nav li#nav_about a:hover, #nav li#nav_about a:active {
	background: url(../_img/nav/about.png) no-repeat 0 0;
}

#nav li#nav_how a:link, #nav li#nav_how a:visited {
	background: url(../_img/nav/how.png) no-repeat -280px 0;
}

#nav li#nav_how a:hover, #nav li#nav_how a:active {
	background: url(../_img/nav/how.png) no-repeat 0 0;
}

#nav li#nav_contact a:link, #nav li#nav_contact a:visited {
	background: url(../_img/nav/contact.png) no-repeat -280px 0;
}

#nav li#nav_contact a:hover, #nav li#nav_contact a:active {
	background: url(../_img/nav/contact.png) no-repeat 0 0;
}

#quote {
	float: right;
	width: 670px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 17px;
	text-align: right;
	line-height: normal;
	margin: 180px 0 0 0;
}

span.author {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin: 10px 0 0 0;
}

#content {
	float: right;
	width: 670px;
	margin: 105px 0 20px 0;
}

#content img {
	float: left;
	margin: 0 20px 0 0;
	border: none;
}

span.expl {
	font-size: 12px;
	display: block;
	clear: right;
	color: #717171;
	letter-spacing: normal;
}

#content h2 {
	text-indent: -999999em;
	margin: 0;	
	height: 276px;
}

h2#work {
	background: url(../_img/ttl_work.png) no-repeat 0 0;
}

h2#about {
	background: url(../_img/ttl_about.png) no-repeat 0 0;
}

h2#how {
	background: url(../_img/ttl_how.png) no-repeat 0 0;
}

h2#contact {
	background: url(../_img/ttl_contact.png) no-repeat 0 0;
}

.work_items li {
	padding: 30px 0;
	background: url(../_img/sep.png) 0 0 repeat-x;
	clear: both;
}

.inner_nav {
	margin: 0 0 20px 0;
	background: url(../_img/sep.png) repeat-x center bottom;
	padding: 0 0 10px 0;
}

.inner_nav li {
	display: inline;
	margin: 0 1px;
}

.inner_nav li.first {
	margin: 0 5px 0 0;
}

.inner_nav li a {
	background: #555;
	color: #ccc;
	padding: 1px 5px;
	display: inline-block;
}

.inner_nav li a:hover {
	background: #c20005;
	color: #fff;
	text-decoration: none;
}

.inner_nav li a.current {
	background: #c20005;
	color: #fff;
	padding: 1px 5px;
	display: inline-block;
}

.inner_nav li a.current:hover {
	background: #c20005;
	color: #fff;
	text-decoration: none;
}

#c_form fieldset {
	border: 1px solid #666;
	padding: 20px 20px 0 20px;
	margin: 20px 0;
}

#c_form legend {
	font-size: 18px;
	letter-spacing: -.5px;
	margin: 0;
	padding: 0 10px;
	color: #666;
}

#c_form input {
	width: 200px;
	background: #555;
	color: #ccc;
	border: 1px solid #666;
	height: 18px;
	padding: 3px;
}

#c_form input#subject {
	width: 400px;
}

#c_form input#submit {
	width: 118px;
	height: 24px;
	margin: auto;
	text-indent: -99999em;
	background: url(../_img/btn_send.png) 0 0 no-repeat;
	border: none;
	float: right;
}

#c_form textarea {
	background: #555;
	color: #ccc;
	border: 1px solid #666;
	width: 400px;
	padding: 3px;
}

#c_form label {
	width: 160px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
}

#response {
	width: 500px;
	float: left;
}

.error {
	background: #900;
	color: #fff;
	padding: 10px;
}

.success {
	background: #060;
	color: #fff;
	padding: 10px;
}

#footer {
	height: 230px;
	background: url(../_img/bg_footer.png) repeat-x 0 0;
	clear: both;
	text-align: center;
	position: relative;
}

#footer p {
	position: relative;
	top: 105px;
}

/* MISC. */

*.starter {
	margin-top: 20px;
}



/* MISC. ALIGNMENT */

*.left {
	text-align: left;
	float: left;
}

*.right {
	text-align: right;
	float: right;
}

*.center {
	text-align: center;
	margin: auto;
}

/* CLEARFIX */

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}