body {
	border: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #4C4C4C;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

p {
	font-size: 14px;
	margin: 5px 0px 20px 0px;
}

a {
	color: #a0028d;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-family: Helvetica, Arial;
	font-weight: normal;
}

.BlackBarTop {
	width: 100%;
	height: 190px;
	background: #000000 url(i/bg_header.jpg) top center no-repeat;
}

.Header {
	margin: 0px auto;
	width: 645px;
	height: 190px;
}

.Tagline {
	position: relative;
	top: 50px;
	left: 160px;
	width: 478px;
	height: 21px;
}

.Navigation {
	position: relative;
	top: 20px;
	left: 160px;
	width: 478px;
	height: 40px;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.Navigation li {
	float: right;
}

.Logo {
	position: relative;
	left: 0;
	top: 124px;
	width: 120px;
	height: 120px;
}

.Logo a {
	cursor: pointer;
}


.MainContent {
	width: 645px;
	margin: 80px auto 60px auto;
	height: 440px;
	background: #FFFFFF;
}

.Footer {
	width: 100%;
	height: 200px;
	background: #000000 url(i/bg_footer.jpg) top center no-repeat;
}


.Navigation a {
	display: block;
	height: 25px;
	background: url(i/bg_navigation.png) no-repeat bottom left;
	cursor: pointer;
}

.Navigation .Home a {
	width: 61px;
}

.Navigation .Home a:hover {
	background-position: top left;
}

.Navigation .Services a {
	width: 92px;
	background-position: -107px -27px;
	margin-left: 46px;
}

.Navigation .Services a:hover {
	background-position: -107px 0px;
}

.Navigation .Work a {
	width: 62px;
	background-position: -241px -27px;
	margin-left: 46px;
}

.Navigation .Work a:hover {
	background-position: -241px 0px;
}

.Navigation .Contact a {
	width: 98px;
	background-position: -347px -27px;
	margin-left: 46px;
}

.Navigation .Contact a:hover {
	background-position: -347px 0px;
}


/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider              { width: 645px; height: 440px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper     { width: 645px; overflow: auto; height: 440px; margin: 0 0px; }
.anythingSlider .wrapper ul  { width: 9999px; list-style: none;margin: 0; padding: 0; }
.anythingSlider ul li        { display: block; float: left; padding: 0; height: 440px; width: 645px; margin: 0; }


#start-stop { display: none; }

.anythingSlider .arrow { display: block; height: 15px; text-indent: -9999px; cursor: pointer; }
.anythingSlider .forward { float: right; width: 58px; background: url(i/btn_next.png) no-repeat; }
.anythingSlider .back { float: left; width: 93px; background: url(i/btn_previous.png) no-repeat; }

.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { height: 143px; width: 143px; background: none; margin: 0px 15px 15px 0px; }


.Portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Portfolio li {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 143px;
	height: 143px;
}

.Portfolio li img {
	border: 1px solid #f2f2f2;
}

input, textarea {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 0.9em;
}




