/*--------------------
	RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------
	GLOBAL TYPOGRAPHY
--------------------*/

body {
    background: #d8d8d8 url("images/bg.jpg") no-repeat top center;
    font: 12px/18px Tahoma, "Myriad Pro", Helvetica, sans-serif;
    color: #bbb;
}

p {
	margin-bottom: 12px;
}

h2 {
    font: 23px/28px "Aller Light", sans-serif;
    color: #fff;
	margin-bottom: 12px;
}

a {
	color: #ffcc00;
}

/*--------------------
	STRUCTURE
--------------------*/

#pagewrap {
    width: 700px;
    margin: 0 auto;
}

/*--------------------
	NAVIGATION
--------------------*/

#navigation {
    width: 400px;
    height: 85px;
    margin: 0 auto;
    text-align: center;
    margin-top: 55px;
    }
    #navigatoion ul {
        list-style: none;
	}
	#navigation ul#tooltips {
		height: 25px;
		position: relative;
		overflow: hidden;
	}
        #navigation ul li {
            display: inline;
            margin: 18px;
        }
		#navigation ul li.tooltip {
            margin: 9px;
			position: relative;
			top: 25px;
        	}
			#navigation ul li#tooltiphome {
				top: 0;
			}

/*--------------------
	CONTENT
--------------------*/

#content {
	height: 350px;
	position: relative;
    overflow: hidden;
	}
	#content ul#contentlist {
		width: 3000px;
		position: relative;
		left: 0px;
		}
		#content ul#contentlist li.contentblock {
			float: left;
			width: 620px;
			height: 300px;
			padding: 25px 40px;
		}

#content .left, #content .right {
	width: 290px;
	float: left;
	}
	#content .left {
		clear: both;
		margin-right: 40px;
	}

/*--------------------
	HOME
--------------------*/

#featured {
	margin-top: 4px;
	position:relative;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

/*--------------------
	ABOUT
--------------------*/

#about .left img {
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 6px #111;
	-webkit-box-shadow: 2px 2px 6px #111;
}

#about .left ul li {
	font-size: 15px;
	line-height: 22.5px;
	padding-left: 1em;
	text-indent: -1em;
	}
	#about .left ul li:before {
		content: "\00BB \0020";
	}

/*--------------------
	WORK
--------------------*/

.workblock {
	width: 290px;
	height: 81px;
	background: url("images/worklist_bg.png") no-repeat top left;
	margin: -5px 0 15px 0;
	padding: 10px 12px;
	}

.carousel {
	float: left;
	}
	.carousel ul li {
		padding: 0 5px;
	}

.prev {
	float: left;
	margin-right: 5px;
}

.next {
	margin-left: 5px;
}

/*--------------------
	CONTACT
--------------------*/

#contact form label {
	text-align: right;
	display: block;
	width: 55px;
	line-height: 28px;
	margin: 4px 10px 4px 0;
	float: left;
	clear: left;
}

#contact form input, #contact form textarea {
	width: 215px;
	height: 20px;
	padding: 2px;
	margin: 6px 0;
	font: 12px/18px Tahoma, "Myriad Pro", Helvetica, sans-serif;
	color: #fff;
	background: #3f3c39;
	border: 1px solid #5f5f5f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	}
	#contact form input.send {
		background: none;
		border: none;
		padding: 0;
		margin: 0 0 0 64px;
		width: 92px;
		height: 40px;
	}

#contact form textarea {
	height: 120px;
	margin-bottom: 12px;
}

#contact form img {
	margin-left: 64px;
}

#contact .right {
	margin-top: 46px;
	}
	#contact .right p {
		margin-bottom: 10px;
	}
	#contact .right img.map {
		-moz-box-shadow: 2px 2px 6px #000;
		-webkit-box-shadow: 2px 2px 6px #000;
	}

ul#social li {
	float: left;
	margin: 10px 30px 0 0;
}

/*--------------------
	TWITTER
--------------------*/

#twitter_div {
    width: 420px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 70px 0 130px;
    color: #333;
	}
	#twitter_div a {
		color: #039;
	}

