* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic";
	font-size: 62.5%;
}


h1, h2, h3, h4, h5 {
	font-weight: lighter;
}

h1 {
	color: #f7ec34;
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}


p, li, a {
	font-size: 1.2em;
	font-weight: normal;
}


li {
	list-style: none;
}

a img {
	outline: none;
	border: none;
}

a {
	color: #f5f5f5;
	text-decoration: none;
}

html {
	background: #5d0091 url(../images/html_bg.png) repeat-x left top;
}


.check {
	padding: 2px 0px 2px 25px;
	background: url(../images/check.png) center left no-repeat;
}

.accent {
	font-style: italic;
	color: #99ca3c;
}

.clear {
	clear: both;
}


/* @group basic layout */

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 75px;
}

#promo {
	clear: both;
	float: left;
	display: inline;
	height: 295px;
	width: 880px;
	padding: 0 30px 0 30px;
	margin: 10px 0 0 0;
	background: url(../images/promo.png) no-repeat center -10px;
	color: #f5f5f5;
}

#main {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	width: 890px;
	margin-top: 10px;
	padding: 0 25px 0 25px;
}

#sidebar_work_top {
	clear: right;
	float: right;
	display: inline;
	width: 300px;
	height: 14px;
	background: url(../images/sidebar_work_top.png) no-repeat left top;
}

#sidebar_work {
	clear: right;
	float: right;
	display: inline;
	width: 275px;
	height: 400px;
	padding: 8px 0 8px 25px;
	background: url(../images/sidebar_work_mid.png) repeat-y -1px top;
}

#sidebar_work_btm {
	clear: right;
	float: right;
	display: inline;
	width: 300px;
	background: url(../images/sidebar_work_btm.png) no-repeat -1px bottom;
	height: 14px;
}

#content {
	float: left;
	display: inline;
	width: 550px;
}

#footer {
	float: left;
	display: inline;
	width: 890px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 10px 0;
	color: #f5f5f5;
	border-top: 2px dotted #4a0075;
	text-align: left;
}


/* @end */

/* @group nav */
#nav {
	float: left;
	display: inline;
	width: 100%;
	padding-right: 30px;
	text-align: right;
}

#nav li {
	margin-right: 30px;
	display: inline;
}

#nav li a {
	font-size: 1.4em;
	color: #99ca3c;
}

#nav li a:hover {
	border-bottom: 1px dotted #99ca3c;
}

/* @end */

/* @group Client area */

#client_area {
	position: relative;
	float: left;
	display: inline;
	width: 890px;
	height: 182px;
	padding: 10px;
	margin-left: 15px;
	background: url(../images/client_area.png) no-repeat center top;
}

#client_area input {
	font-size: 1.4em;
	padding: 3px;
	color: #f5f5f5;
	border: 1px solid #350055;
	background: #5d0091;
}


#invoice_form_container {
	float: left;
	display: inline;
	width: 500px;
	margin: 0 0 0 10px;
}

#invoice_instructions {
	float: left;
	display: inline;
	width: 500px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #f7ec34;
}

#invoice_instructions h1 {
	margin-bottom: 4px;
}

#invoice_form {
	clear: both;
	float: left;
	display: inline;
	width: 500px;
	margin: 5px 0 0 0;
}

#invoice_number {
	float: left;
	display: inline;
	width: 175px;
	margin-right: 10px;
}


#invoice_amount {
	float: left;
	display: inline;
	width: 150px;	
}

input#invoice_submit {
	clear: both;
	float: left;
	display: inline;
	width: 100px;
	cursor: pointer;
	background: #5d0091;
	padding: 5px;
}

#client_area p {
	color: #f5f5f5;
	margin-bottom: 5px;
}

#client_area label {
	font-size: 1.2em;
}


#client_area h2 {
	color: #f7ec34;
}

#client_contact_info {
	float: right;
	display: inline;
	width: 300px;
}

#client_contact_info a {
	font-size: 1em;
}


#client_area_tab {
	position: absolute;
	top: 0;
	right: 25px;
	padding: 5px 20px;
	background: url(../images/client_area_handle.png) no-repeat center top;
	color: #f5f5f5;
}

/* @end */

/* @group header */

.contact {
	position: absolute;
	top: 0px;
	left: -25px;
	width: 20px;
	height: 15px;
}

#contact_info {
	float: right;
	display: inline;
	width: 275px;
	margin-bottom: 10px;
}

#contact_info ul li {
	position: relative;
	margin: 5px 10px 0 25px;
	color: #f5f5f5;
	font-size: 1.2em;
}

#contact_info ul li a {
	color: #99ca3c;
	font-size: 1em;
}

#contact_info ul li a:hover {
	border-bottom: 1px dotted #99ca3c;
}


/* @end */

#body_home #content p {
	font-size: 1.4em;
	color: #f5f5f5;
	line-height: 1.8em;
}


#logo {
	position: absolute;
	top: 25px;
	left: 15px;
}


.testimonial {
	float: left;
	display: inline;
	width: 700px;
	margin: 55px 0 0 85px;
}

.testimonial p {
	font-size: 1.9em;
}

#sidebar_work h2 {
	font-size: 1.8em;
	color: #f7ec34;
	border-bottom: 1px dotted #f7ec34;
	width: 250px;
	margin-bottom: 10px;
}

.recent_work_item {
	float: left;
	display: inline;
	width: 235px;
	height: 150px;
	padding: 10px 15px 0 10px;
	margin: 10px 0 0 0;
	background: url(../images/recent_work_item.png) no-repeat left top;
}

.recent_work_item a {
	float: left;
	display: inline;
	width: 200px;
	margin: 3px 0 0 3px;
}


#see_more_work_link {
	clear: both;
	float: left;
	width: 235px;
	text-align: right;
	display: inline;
	color: #f7ec34;
	font-size: 1.6em;
	margin: 10px 0 0 0;
}


#content h1 {
	color: #f7ec34;
	line-height: 1.6em;
	font-weight: lighter;
}

/* @group work */

#work_container {
	position: relative;
	clear: both;
	height: 220px;
	width: 900px;
	padding-top: 20px;
	background: url(../images/slider_container_bg.png) no-repeat center -15px;
}

/* slider specific CSS */
.work_gallery {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 897px;
}

.work_gallery ul {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	padding: 0 18px 0 18px;
	margin: 0 auto;
}

.work_gallery ul li {
	display: inline;
	margin-right: 18px;
	margin-left: 18px;
}

.slider {
	width: 800px;
	height: 21px;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 170px;
	left: 40px;
	background: url(../images/slide_track_bg.png) no-repeat center -3px;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 60px;
	top: 2px;
	margin-left: 1px;
	background: url(../images/slider_handle.png) no-repeat left top;
	z-index: 100;
}

/* @end */

/* @group project */

#project_display_area {
	margin: 10px 0 0 0;
}

#project_screenshot {
	float: left;
	display: inline;
	width: 400px;
}

#project_title {
	color: #f7ec34;
	margin: 0 0 10px 0;
}

#project_sidebar {
	float: left;
	display: inline;
	width: 370px;
	margin: 25px 0 0 25px;
	color: #f5f5f5;
}

#project_sidebar p {
	font-size: 1.4em;
	margin-bottom: 3px;
}


#project_sidebar a {
	font-size: 1em;
}


#project_sidebar .request_a_quote {
	margin-top: 25px;
	font-size: 1.8em;
}

/* @end */


/* @group Services */


#body_services #content {
	color: #f5f5f5;
	font-size: 1.2em;
}


#promo_short {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	height: 152px;
	width: 880px;
	padding: 0 30px 0 30px;
	margin: 10px 0 0 0;
	background: url(../images/promo_short.png) no-repeat center -10px;
	color: #f5f5f5;
}

#promo_short h1 {
	font-size: 2.2em;
}

#services_promo_tagline {
	position: absolute;
	top: 60px;
	left: 25px;
	text-indent: -99.9999em;
	padding: 15px 325px;
	background: url(../images/promo_tagline.png) no-repeat left top;	
}

#body_services #content h2 {
	margin-top: 8px;
	color: #f7ec34;
}

#body_services #content a {
	font-size: 1em;
	color: #99ca3c;
}

#body_services #content a:hover {
	font-size: 1em;
	color: #99ca3c;
	border-bottom: 1px dotted #99ca3c;
}


/* @end */



/* @group Contact */

#contact_form {
	float: left;
	display: inline;
	width: 475px;
	color: #f5f5f5;
}

#body_contact #content h1 {
	font-size: 2.2em;
}

#contact_form p {
	margin-bottom: 8px;
}

#contact_form label {
	font-size: 1.4em;
}

#contact_form input, textarea {
	font-size: 1.4em;
	padding: 3px;
	color: #f5f5f5;
	border: 1px solid #350055;
	background: #4a0075;
}

#f_name_input, #l_name_input {
	float: left;
	display: inline;
	width: 175px;
	margin-right: 10px;
}

#creative_promo_tagline {
	position: absolute;
	top: 60px;
	left: 25px;
	text-indent: -99.9999em;
	padding: 15px 325px;
	background: url(../images/creative_tagline.png) no-repeat left top;
}

/* @end */

/* @group footer*/

#footer p {
	margin-bottom: 5px;
}

#footer a {
	font-size: 1em;
	color: #99ca3c;
}


#footer a:hover {
	border-bottom: 1px dotted #99ca3c;
}

.request_a_quote a {
	font-size: 1em;
	color: #99ca3c;
}

.request_a_quote a:hover {
	border-bottom: 1px dotted #99ca3c;
}



/* @end */