/* --- General Layout - Start --- */
#globalcontainer {
	position: relative;
	width: 750px;
	padding: 0;
	margin: 30px auto 0 auto;
	}
	
#header {
	height: 131px;
	background: url(../images/header.gif) no-repeat;
	margin: 0;
	padding: 0;
	}
#content {
	margin: 0;
	padding: 50px 30px 30px 30px;
	background: url(../images/content-background.gif) repeat-y;
	}

#footer {
	background: url(../images/footer-background.gif) no-repeat;
	height: 50px;
	padding: 5px 30px 0 30px;
	margin: 0 0 20px 0;
	color: #6550a3;
	}
/* --- General Layout - End --- */

/* --- General Styling - Start --- */
body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", verdana, sans-serif;
	background: #f0eef6;
	color: #333333;
	font-size: small;
	line-height: 1.3em;
	word-spacing: -0.1em;
	}

h1 {
	font-family: optima, "lucida grande", verdana, sans-serif;
	color: #6550a3;
	font-size: 1.4em;
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #6550a3;
	font-family: optima, "lucida grande", verdana, sans-serif;
	}
/* --- General Styling - End --- */

/* --- Navigation - Start --- */
/* --- Credits: Dan Cederholm - www.simplebits.com --- */
#navigation {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 20px 0 0 0;
	}

#navigationtabs {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#navigationtabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#navigationtabs a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}

#navigationtabs a:hover {
	background-position: 0 -36px;
	}

#navigationtabs a:active {
	background-position: 0 -72px;
	}

#tabhome a {
	width: 107px;
	background: url(../images/nav-home.gif) top left no-repeat;
	}

#tabservices a {
	width: 106px;
	background: url(../images/nav-services.gif) top left no-repeat;
	}

#tabexperience a {
	width: 107px;
	background: url(../images/nav-experience.gif) top left no-repeat;
	}

#tabclients a {
	width: 107px;
	background: url(../images/nav-clients.gif) top left no-repeat;
	}

#tabtestimonials a {
	width: 107px;
	background: url(../images/nav-testimonials.gif) top left no-repeat;
	}

#tabsamples a {
	width: 107px;
	background: url(../images/nav-samples.gif) top left no-repeat;
	}

#tabcontact a {
	width: 109px;
	background: url(../images/nav-contact.gif) top left no-repeat;
	}
/* --- Navigation - End --- */

/* --- You Are Here Effect - Start --- */
/* --- Credits: Dan Cederholm - www.simplebits.com --- */
body#home #tabhome a {
	background-position: 0 -72px;
	}

body#services #tabservices a {
	background-position: 0 -72px;
	}

body#experience #tabexperience a {
	background-position: 0 -72px;
	}

body#clients #tabclients a {
	background-position: 0 -72px;
	}

body#testimonials #tabtestimonials a {
	background-position: 0 -72px;
	}

body#samples #tabsamples a {
	background-position: 0 -72px;
	}

body#contact #tabcontact a {
	background-position: 0 -72px;
	}
/* --- You Are Here Effect - End --- */

/* --- Address Styling - Start --- */
dt {
	font-weight: bold;
	margin-top: 1em;
	}

dd {
	margin-left: 0;
	}
/* --- Address Styling - End --- */

/* --- Services Story Styling - Start --- */
p.story {
	font-family: optima, "lucida grande", verdana, sans-serif;
	color: #6550a3;
	font-size: 1.4em;
	line-height: 20px;
	padding: 0 0 0 200px;
	}

p.storynext {
	font-size: 1em;
	padding: 0 0 0 200px;
	}

#content .floatleft {
	float: left;
	margin: 0;
	}
/* --- Services Story Styling - End --- */

/* --- New Stuff - Start --- */

#samples ul {
	list-style: none;
	padding-left: 0;
	}

#samples ul li {
	line-height: 1.5em;
	}

#samples ul#pdf li {
	background: url(../images/pdf-icon.gif) no-repeat 0 50%;
	padding-left: 23px;
	}

#quotewrapper {
	background: url(../images/quote-top-left.gif) no-repeat top left;
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	}

blockquote {
	background: url(../images/quote-bottom-right.gif) no-repeat bottom right;
	}

