* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}

body {
	background: url(../images/bg_body.jpg) repeat center top;
	font: normal normal 62.5%/1 Georgia, 'Times New Roman', Times, serif;
}

/*						PAGE LAYOUT							*/

#shadow {
	z-index: 1;
	width: 990px;
	height: 520px;
	position: relative;
	margin: 0 auto -520px auto;
	background: url(../images/bg_shadow.png) no-repeat left top;
}

#wrap {
	z-index: 2;
	width: 990px;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 52px;
	padding: 20px 44px 0 45px;
}

#nav {
	
}

#content {
	width: 880px;
	margin: 0 auto;
	background: #1c100a;
	padding-bottom: 10px;
}

#footer {
	padding-top: 20px;
}

/*						GLOBAL STYLES						*/

strong {
	font-weight: bold;
}

cite, em {
	font-style: italic;
}

.clear {
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

.bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

a, a:visited, a *, a:visited * {
	cursor: pointer;
}

/*						HEADER STYLES						*/

a#logo, a#logo:visited {
	float: left;
	width: 220px;
	height: 52px;
	display: block;
	background: url(../images/bg_logo.png) no-repeat left top;
}

#header ul {
	float: right;
}

#header li {
	float: left;
}

#header li a, #header li a:visited {
	float: left;
	height: 53px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

a.nav1, a.nav1:visited {
	width: 80px;
	background: url(../images/bg_nav.png) no-repeat 0px 0px;
}

a.nav2, a.nav2:visited {
	width: 129px;
	background: url(../images/bg_nav.png) no-repeat -80px 0px;
}

a.nav3, a.nav3:visited {
	width: 147px;
	background: url(../images/bg_nav.png) no-repeat -209px 0px;
}

a.nav4, a.nav4:visited {
	width: 79px;
	background: url(../images/bg_nav.png) no-repeat -356px 0px;
}

a.nav5, a.nav5:visited {
	width: 105px;
	background: url(../images/bg_nav.png) no-repeat -435px 0px;
}

li.active a.nav1, li.active a.nav1:visited {
	background: url(../images/bg_nav.png) no-repeat 0px -53px;
}

li.active a.nav2, li.active a.nav2:visited {
	background: url(../images/bg_nav.png) no-repeat -80px -53px;
}

li.active a.nav3, li.active a.nav3:visited {
	background: url(../images/bg_nav.png) no-repeat -209px -53px;
}

li.active a.nav4, li.active a.nav4:visited {
	background: url(../images/bg_nav.png) no-repeat -356px -53px;
}

li.active a.nav5, li.active a.nav5:visited {
	background: url(../images/bg_nav.png) no-repeat -435px -53px;
}

/*						SCROLLER STYLES						*/

#scroller {
	padding-top: 50px;
	position: relative;
	margin: 0 0 43px 0;
}

#slider {
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#frame {
	top: 0;
	left: 10px;
	z-index: 1;
	width: 990px;
	height: 450px;
	position: absolute;
	background: url(../images/bg_frame.png) no-repeat left top;
}

.scroll {
	float: left;
	width: 867px;
	height: 340px;
	border: solid 7px #fff5e7;
}

.scroll * {
	z-index: 2;
	position: relative;
}

/*						HOME								*/

#home {
	background: #dfc341 url(../images/bg_scroller1.jpg) no-repeat left top;
}

/*						WORK								*/

#work {
	background: #dfc341 url(../images/bg_scroller2.jpg) no-repeat left top;
}

#work ul {
	padding-top: 25px;
}

#work li {
	float: left;
	width: 250px;
	font-size: 1.3em;
	line-height: 1.25;
	padding: 0 10px 0 29px;
}

#work h2 {
	font-size: 1.7em;
	margin-bottom: 15px;
}

#work a, #work a:visited {
	color: #f7532e;
	text-decoration: underline;
}

/*						TESTIMONIALS						*/

#testimonials {
	color: #fff5e7;
	background: #f7532e url(../images/bg_scroller3a.jpg) no-repeat left top;
}

#testimonials ul {
	padding-top: 25px;
}

#testimonials li {
	float: left;
	width: 250px;
	font-size: 1.3em;
	line-height: 1.25;
	padding: 0 10px 0 29px;
}

#testimonials h2 {
	font-size: 1.7em;
	margin-bottom: 15px;
}

#testimonials a, #testimonials a:visited {
	font-size: 0.8em;
	color: #1C100A;
	text-decoration: underline;
}

#testimonials span {
	font-size: 0.8em;
}

/*						BLOG								*/

#blog {
	background: #dfc341 url(../images/bg_scroller4.jpg) no-repeat left top;
}

#blog a {
	display: block;
	width: 100%;
	height: 100%;
}

/*						CONTACT								*/

#contact {
	color: #fff5e7;
	background: #f7532e url(../images/bg_scroller5.jpg) no-repeat left top;
}

#contact ul {
	padding-top: 25px;
}

#contact li {
	float: left;
	width: 250px;
	font-size: 1.3em;
	line-height: 1.25;
	padding: 0 10px 0 29px;
}

#contact h2 {
	font-size: 1.7em;
	margin-bottom: 15px;
}

#contact a, #contact a:visited {
	color: #1C100A;
	text-decoration: underline;
}

/*						CONTENT STYLES						*/

#content h2 {
	color: #fff;
	height: 43px;
	font-size: 1.8em;
	padding-top: 15px;
	position: relative;
}

#content h2 .bg {
	height: 58px;
}

#whatwedo h2 .bg {
	background: url(../images/bg_whatwedo.jpg) no-repeat left top;
}

#content h2 {
	color: #1c100a;
}

#content h2#latest {
	float: left;
	width: 500px;
}

#content h2#latest .bg {
	background: url(../images/bg_latest.jpg) no-repeat left top;
}

#content h3 {
	color: #fff5e7;
	font-size: 1.7em;
	padding-bottom: 5px;
}

#whatwedo {
	float: left;
	width: 300px;
	padding-left: 30px;
}

#whatwedo p {
	color: #dfbc2f;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 10px 20px 0;
}

#whatwedo a, #whatwedo a:visited {
	color: #f7532e;
	text-decoration: underline;
}

.showcase {
	float: left;
	width: 275px;
	position: relative;
}

.showcase img {
	display: block;
	border: solid 7px #fff5e7;
}

.showcase .imgframe {
	top: 0;
	left: 0;
	width: 226px;
	height: 113px;
	display: block;
	position: absolute;
	border: solid 7px #fff5e7;
	background: url(../images/shadow.png) no-repeat left top;
}

.showcase p {
	color: #fff5e7;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 10px 35px 0 0;
}

/*						FOOTER STYLES						*/

#footer {
	height: 32px;
}

#footer small {
	color: #fff;
	display: block;
	font-size: 1.2em;
	text-align: center;
}

#footer a {
	color: #dfbc2f;
}
