/* Element Styles */
html {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff url(images/page-header.png) 0px -315px repeat-x;
}

h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}

div
, p
, span
, a {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}

a {
	color: #ca0000;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Layout */
.page-header-container {
	display: block;
	width: 100%;
	margin: 0px;
}

.page-header
, .page-content
, .page-footer {
	display: block;
	width: 960px;
	margin: 0px auto;
}

.page-header {
	height: 105px;
}

.page-content {
	min-height: 453px;
	height: auto !important;
	height: 453px;
	padding-top: 40px;
}

.page-banner {
	display: block;
	width: 393px;
	float: left;
	margin: 0px;
}

.page-copy {
	display: block;
	width: 567px;
	float: left;
	margin: 0px;
}

/* Components */
.page-clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.page-header-container {
	background: transparent url(images/page-header-container.png) top center no-repeat;
}

.logo 
, .logo-link {
	display: block;
	width: 508px;
	height: 105px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/page-header.png) -120px 0px no-repeat;
	text-indent: -9000px;
}

.main-nav {
	display: block;
	float: left;
	width: 340px;
	height: 105px;
	margin: 0px 0px 0px 112px;
	padding: 0px;
	list-style-type: none;
	text-indent: -9000px;
	background: transparent;
}

.main-nav-item
, .main-nav-link {
	display: block;
	float: left;
	height: 105px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: -9000px;
	background: transparent url(images/page-header.png) -740px 0px no-repeat;
}

#text-creative-effective-fresh {
	display: block;
	width: 393px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/text-creative-effective.gif) 0px 0px no-repeat;
	text-indent: -9000px;
}

.btn-callout-container,
.btn-callout-half {
	display: inline-block;
	display: -moz-inline-box;
	height: 77px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	overflow: hidden;
	background: #ca0000 url(images/red-striped-button.png) 0px -154px repeat-x;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}

.btn-callout-container {
	margin: 10px 0px 10px 100px;
}

.ie6 .btn-callout-container,
.ie6 .btn-callout-first {
	display: inline;
}

.btn-callout-first {
	background: transparent url(images/red-striped-button.png) 0px -77px no-repeat;
}

.btn-callout-last {
	background: transparent url(images/red-striped-button.png) top right no-repeat;
	padding: 27px 44px 10px 36px;
	height: 40px;
}

.gallery-container {
	display: block;
	width: 960px;
}

.gallery-item {
	display: block;
	width: 305px;
	height: 154px;
	overflow: hidden;
	float: left;
	border: solid 3px #cdcdcd;
	margin: 0px 9px 9px 0px;
	background: #000000;
}

.page-footer {
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	min-height: 50px;
}

.copyright {
	display: block;
	color: #6c6c6c;
	font-size: 12px;
	line-height: 12px;
	padding: 20px 0px;
	margin: 0px;
	float: right;
	font-family: Arial, sans-serif;
}

.social-nav {
	display: block;
	margin-top: 8px;
	float: left;
	list-style-type: none;
	height: 38px;
	width: 240px;
}

.social-nav-item
, .social-nav-link {
	display: block;
	height: 38px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: -9000px;
	background: transparent url(images/socialmedia-links.gif) -740px 0px no-repeat;
	
}

.facebook-link {
	width: 110px;
	background-position: 0px 0px;
}

.facebook-link:hover {
	background-position: 0px -35px;
}

.linkedin-link {
	width: 110px;
	background-position: -110px 0px;
}

.linkedin-link:hover {
	background-position: -110px -35px;
}

/* main-nav background sprite positioning */
.nav-link-home {
	width: 86px;
	background-position: -740px 0px;
}

.nav-link-home:hover {
	background-position: -740px -105px;
}

.main-nav .nav-link-home-active {
	background-position: -740px -210px;
}

.nav-link-about {
	width: 82px;
	background-position: -826px 0px;
}

.nav-link-about:hover {
	background-position: -826px -105px;
}

.main-nav .nav-link-about-active {
	background-position: -826px -210px;
}

.nav-link-work {
	width: 81px;
	background-position: -908px 0px;
}

.nav-link-work:hover {
	background-position: -908px -105px;
}

.main-nav .nav-link-work-active {
	background-position: -908px -210px;
}

.nav-link-contact {
	width: 91px;
	background-position: -989px 0px;
}

.nav-link-contact:hover {
	background-position: -989px -105px;
}

.main-nav .nav-link-contact-active {
	background-position: -989px -210px;
}

/* Page specific styles */
.page-mockup1 {
	background: transparent url(images/home-footer.jpg) bottom left no-repeat;
}

.page-mockup2 {
	background: transparent url(images/about-footer.jpg) bottom left no-repeat;
	min-height: 637px;
}

.page-mockup4 {
	background: transparent url(images/contact-footer.jpg) bottom left no-repeat;
	min-height: 242px;
	padding-bottom: 215px;
}