@charset "UTF-8";
/* CSS Document */

body {
	background-color:#EEE;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	width: 975px;
	font-family: Lucida Grande, Helvetica, Arial, Sns-serif;
	font-size: 12px;
	color:#666;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1400px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

img {
	border:none;
}

#header {
	height: 95px;
}

#logo {
	width: 70px;
	height: 80px;
	background-image:url(../img/assets/logo.png);
	background-repeat:no-repeat;
	float:right;
}

#logo p {
	visibility:hidden;
}

#logo:hover {
	background-position: 0 -80px;
}


#nav {
	float:left;
	height: 100%;
	margin-right:0;
}

#nav a {
	display:inline-block;
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}

/* NAVIGATION HOVERLINKS */

.hoverLink {
	margin: 55px 0;
	background-repeat: no-repeat;
}

.hoverLink:hover {
	background-position: 0 -40px;
}

#portfolioLink {
	background-image:url(../img/assets/portfolio.png);
	width:116px;
	height: 40px;
}

#activeportfolioLink {
	background-image:url(../img/assets/portfolio_a.png);
	width:116px;
	height: 40px;
}

#servicesLink {
	background-image:url(../img/assets/services.png);
	width:100px;
	height: 40px;
}

#activeservicesLink {
	background-image:url(../img/assets/services_a.png);
	width:100px;
	height: 40px;
}


#aboutLink {
	background-image:url(../img/assets/about.png);
	width:105px;
	height: 40px;
}

#activeaboutLink {
	background-image:url(../img/assets/about_a.png);
	width:105px;
	height: 40px;
}


#contactLink {
	background-image:url(../img/assets/contact.png);
	width:102px;
	height: 40px;
}

#activecontactLink {
	background-image:url(../img/assets/contact_a.png);
	width:102px;
	height: 40px;
}

#blogLink {
	background-image:url(../img/assets/blog.png);
	width:67px;
	height: 40px;
}

#activeblogLink {
	background-image:url(../img/assets/blog_a.png);
	width:67px;
	height: 40px;
}


/* PORTFOLIO HOVERLINKS */

.portfolioLink {
	width: 232px;
	height: 155px;
	margin: 0 0 14px 10px;
	display:inline-block;
	background-color:#CCC;
}

.portfolioLink p {
	visibility:hidden;
	padding: 10px;
}

.portfolioLink:hover {
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

.portfolioLink:hover p {
	visibility:visible;
	background-color:#CCC;
	color:#000;
}

#quoteLink {
	background-image:url(../img/projects/quote-thumb.jpg);
}

#catalogueLink {
	background-image:url(../img/projects/cat-thumb.jpg);
}

#daveLink {
	background-image:url(../img/projects/dave-thumb.png);
}

#ecoLink {
	background-image:url(../img/projects/eco-thumb.jpg);
}

#equiLink {
	background-image:url(../img/projects/equi-thumb.jpg);
}

#thirdLink {
	background-image:url(../img/projects/third-thumb.jpg);
}

#fifthLink {
	background-image:url(../img/projects/fifth-thumb.jpg);
}

#flatLink {
	background-image:url(../img/projects/flat-thumb.png);
}

#garpLink {
	background-image:url(../img/projects/garp-thumb.jpg);
}


#content {
	padding:3px 0 0 0;
	margin-left: 5px;
}

#content a {
	text-decoration:none;
	color:#0C9;
}

#content a:hover {
	color:#333;
}

.copy p {
	margin: 0 0px 30px 0px;
	width: 190px;
	position:absolute;
	top: 400px;
}

.copy ul {
	width:195px;
	float:left;
	margin:0 0 20px 0;
	padding: 15px;
	border-top: 20px solid #0FC;
	color:#333;
}

.column {
	width:240px;
	float:left;
}

.sticker {
	position: absolute;
	left: -30px;
	top:0;
}

.images {
	width: 980px;
	position:relative;
	left: -15px;
	top: 170px;
}

#intro {
	position:relative;
	top:230px;
}

.servicesHeader {
	margin: 0;
	position:relative;
}

#sidebar {
	float:right;
	width: 200px;
	height: 520px;
	margin-right: 20px;
	margin-top: -10px;
	padding:0;
}

#sidebar a {
	text-decoration:none;
	color:#0C9;
}

#sidebar a:hover {
	color:#333;
}

#projectTitle {
	margin: 13px 0 0 -40px;
	height: 31px;
	z-index: 5;
	position:relative;
}

/* SEXYCYCLE */

ul.sexyCycle-content  { list-style: none; margin: 0; padding: 0; width: 99999999; position: absolute }
li.sexyCycle-content  { margin: 0; padding: 0;  }
.sexyCycle { position: relative; overflow: hidden; }
.sexyCycle-wrap { position: relative; width: 99999px; }
.sexyCycle-content { width: 99999; position: absolute; overflow: hidden; }
.sexyCycle-content li img { width: 726px; height: 490px }

#controls {
	margin: -11px 0 0 0;
}

#stop {
	background-image:url(../img/assets/stop.png);
}

#prev {
	background-image:url(../img/assets/prev.png);
}

#next {
	background-image:url(../img/assets/next.png);
}

.control {
	width: 41px;
	height: 20px;
	display:inline-block;
	cursor:pointer;
}

.control:hover {
	background-position: 0 -20px;
}