/***************************************
Author: Nathan Peretic
Author URI: http://www.nathanperetic.com	
***************************************/

/***************************************
LIGHT GRAY: #7e7e7e
DARK GRAY: #333
CYAN: #009ee7
MAGENTA: #dd007b
YELLOW: #fff200
***************************************/

body {
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
}
.liner {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
p {
	font-family:Georgia, Times New Roman, serif;
	font-size:14px;
	line-height:20px;
}
a:link, a:visited {
	border-bottom:1px dotted #fff200;
	color:#fff200;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	background:#fff200;
	color:#333;
}

#header {
	background:url("../img/checkerboard.gif");
	margin-bottom:5px;
}
#header .liner {
	background:#333333;
	padding:15px 25px 14px 25px;
	width:910px;
}
#header p {
	color:#999999;
	font-family:Helvetica, Arial, sans-serif;
	font-size:8px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:10px;
	text-transform:uppercase;
	width:295px;
}
#header .locale {
	float:left;
}
#header .contact {
	float:right;
	text-align:right;
}
#header .contact p { 
	color:#fff200;
}
#header a:link, #header a:visited {
	border:0;
	color:#fff200;
	text-decoration:none;
}
#header a:hover {
	background:none;
	color:#dd007b;
}

#featured {
	background:url("../img/gradient-bottom.png") repeat-x left bottom;
	border:1px dotted #ea0078;
	border-width:1px  0;
	margin-bottom:5px;
	width:100%;
}
#featured .liner {
	padding:91px 0 40px 0;
	text-align:right;
}
#logo {
	float:right;
	margin-top:82px;
}
#featured .blurb {
	float:left;
	width:320px;
}
#featured h1 {
	color:#333333;
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}
#featured .special {
	color:#009de7;
}
#featured .blog-link {
	color:#000;
	display:block;
	float:right;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.2em;
	overflow:hidden;
	text-transform:uppercase;
}
#featured .blog-link span {
	display:block;
	float:left;
}
#featured .blog-link .prelim {
	padding:22px 0;
}
#featured .blog-link .button {
	background:url("../img/cmyk-dot.png") no-repeat;
	margin-left:2px;
	padding:22px 10px;
}
#featured .blog-link .button a {
	border:0;
	color:#fff;
	display:block;
}
#featured .blog-link .button a:hover {
	background:none;
	color:#009ee7;
}
#featured .blog-link .span {
	display:block;
	padding:25px 0;
}

#about-us {
	background:url("../img/checkerboard.gif");
	color:#fff;
	margin-bottom:5px;
}
h3 {
	color:#fefefe;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:5px;
	text-transform:uppercase;
}
#about-us p {
	font-style:italic;
}
.faux-table {
	background:#333;
	display:table;
}
.faux-table-row {
	display:table-row;
}
.faux-table-row div {
	border-right:1px dotted #fff;
	display:table-cell;
	padding:22px 25px 21px 25px;
	width:270px;
}
.faux-table-row .first-cell {
	width:268px;
}
.faux-table .last-cell {
	border:0;
}
#about-us .special {
	background:#009ee7;
}

#supplementary-info {
	background:url("../img/gradient-top.png") repeat-x left top;
	border:1px dotted #ea0078;
	border-width:1px  0;
	margin-bottom:5px;
	overflow:hidden;
	padding:41px 0 45px 0;
}
#contact {
	float:left;
	padding-right:34px;
	width:606px;
}
h2 {
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
}
#contact dt {
	clear:left;
	float:left;
	font-family:Georgia, Times New Roman, serif;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	padding-top:12px;
	width:116px;
}
#contact .required label:after {
	color:#dd007b;
	content:"*";
}
#contact .error {
	color:#dd007b;
}
#contact dd {
	margin-bottom:10px;
}
#contact input {
	border:1px dotted #009ee7;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	padding:10px 15px 7px 15px;
	width:458px;
}
#contact .error input {
	border-color:#dd007b;
}
#contact textarea {
	border:1px dotted #009ee7;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	height:181px;
	padding:10px 15px 7px 15px;
	width:458px;
}
#contact #contact-submit {
	background:#333;
	color:#fff200;
	cursor:pointer;
	float:right;
	font-size:18px;
	letter-spacing:0.2em;
	padding:13px 12px 11px 12px;
	text-transform:uppercase;
	width:auto;
}
#thankyou {
	background:#fff;
	border:1px dotted #009ee7;
	overflow:hidden;
	padding:111px 0 136px 39px;
	width:565px;
}
#thankyou img {
	border:1px dotted #dd007b;
	margin-right:15px;
	float:left;
}
#thankyou p {
	float:left;
	font-style:italic;
	line-height:24px;
	margin-bottom:1em;
	width:360px;
}
#thankyou a:link, #thankyou a:visited {
	border-bottom:1px dotted #dd007b;
	color:#dd007b;
}
#thankyou a:hover {
	background:#dd007b;
	color:#fff;
}

#client-list {
	background:#fff;
	border:1px dotted #333;
	float:left;
	font-size:14px;
	line-height:20px;
	padding:22px 25px 28px 25px;
	width:268px;
}
#client-list h3 {
	color:#333;
}
#client-list p {
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	margin-bottom:1em;
}
#client-list li {
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
}
#client-list li:before {
	color:#009ee7;
	content: "• ";
}
#client-list a:link, #client-list a:visited {
	border-bottom:1px dotted #dd007b;
	color:#dd007b;
}
#client-list a:hover {
	background:#dd007b;
	color:#fff;
}

#footer {
	background:url("../img/checkerboard.gif");
	color:#fff;
}
#footer .liner {
	background:#333;
}
#footer h2 .special {
	color:#009ee7;
}
#footer h4 {
	color:#7e7e7e;
	font-size:14px;
	line-height:14px;
	margin:-4px 0 12px;
	text-transform:uppercase;
}
#footer p {
	font-style:italic;
	margin-top:-3px;
	padding-bottom:11px;
}
#footer ul {
	border-top:1px dotted #999;
	padding-top:16px;
}
#footer li {
	font-size:8px;
	letter-spacing:0.2em;
	line-height:12px;
	text-align:right;
	text-transform:uppercase;
}
#footer a:link, #footer a:visited {
	border-bottom:0;
}
#footer a:hover {
	background:none;
	color:#dd007b;
}