/* @override http://crafty:8888/style.css */

/*
Crafty Corp
Master styles
*/

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
	outline: none;
}

/* Global */

html {
	height: 100%;
	width: 100%;
}

body {
	color: #3a4146;
	font: 11px/18px "Helvetica Neue", Arial, sans-serif;
	-webkit-text-stroke: 1px transparent;
	width: 100%;
	height: 100%;
	background-color: #eceded;
}

#frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-width: 800px;
	background: #fff url(images/body.jpg) repeat-x center 8px;
	margin: 8px;
}

#container {
	position: relative;
	text-align: center;
}

#content {
	background-color: #fff;
}

em#new {
	position: absolute;
	left: -8px;
	top: -8px;
	background: url(images/new.png) no-repeat;
	width: 88px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
}

/* Head */

#head {
	background: url(images/glow.jpg) no-repeat center top;
	display: block;
	padding-top: 60px;
	padding-bottom: 34px;
}

#head h1 {
	padding-bottom: 20px;
}

#head h1 a {
	background: url(images/logo.png) no-repeat;
	width: 145px;
	display: block;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#head h2 {
	background: url(images/type.png) no-repeat center top;
	height: 21px;
	width: 260px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	overflow: hidden;
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

#head p {
	width: 286px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 250px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

#head p a {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(images/button-contact.gif);
	background-position: left top;
	width: 231px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

#head p a:hover {
	background-position: left bottom;
}

/* Showcase */

ol {
	list-style: none;
	width: 792px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-bottom: 30px;
}

ol li {
	float: left;
	width: 254px;
	margin-right: 5px;
	margin-left: 5px;
}

ol li a {
	display: block;
	height: 220px;
	padding: 5px;
	background: url(images/frame.gif) no-repeat left top;
}

ol li a:hover {
	display: block;
	height: 220px;
	padding: 5px;
	background: url(images/frame.gif) no-repeat left bottom;
}

ol li h4 {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #3a4146;
	padding-top: 13px;
}

ol li small {
	font-size: 11px;
	line-height: 16px;
	color: #aaaeb1;
	text-transform: uppercase;
	width: 220px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
}

ol li p {
	padding-top: 10px;
	line-height: 16px;
	padding-left: 8px;
	padding-right: 9px;
}

/* Clients */

ul {
	clear: both;
	padding-bottom: 30px;
}

ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

/* Foot */

#foot {
	padding-bottom: 50px;
	background-color: #fff;
	margin-bottom: 8px;
}

#foot em {
	width: 346px;
	height: 27px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(images/email.png) no-repeat right top;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 18px;
}

#foot em a {
	background-image: url(images/button-twitter.gif);
	background-position: left top;
	width: 146px;
	height: 27px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

#foot em a:hover {
	background-position: left bottom;
}

#foot p {
	width: 466px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	line-height: 12px;
	text-align: left;
	padding-left: 22px;
}

#foot p span {
	position: absolute;
	top: 11px;
	right: 22px;
}

#foot p span a {
	font-weight: bold;
	color: #3a4146;
	text-decoration: none;
}

#foot p span a:hover {
	text-decoration: underline;
}
