/* ---------------------------------------------
Derrsign, Inc. : Creativity with a Purpose
04.2009 / Kyle Derr : www.derrsign.com
----------------------------------------------- */

/* 
	Eric Meyer's CSS Reset 
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size:100%;vertical-align:baseline;background:transparent}

body {line-height:1}
ol, ul {list-style: none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content:none}

/* remember to define focus styles! */
:focus {outline:0}
	
/* remember to highlight inserts somehow! */
ins {text-decoration:none}
del {text-decoration:line-through}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0}


/* ---------- Body ---------- */


body {
	font: normal 12px/20px Arial, Verdana, sans-serif;
	background: url('../images/derrsign-background.jpg') repeat-x top #FFF;
	color: #C5C6C8;
	margin: 0;
	padding: 0;
	position: relative;
}

#skip {
	left: -9999px;
	position: absolute;
}


/* ---------- Header ---------- */


#header {
	width: 963px;
	height: 187px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-header-main.jpg');
	display: block;
}

#header-portfolio {
	width: 963px;
	height: 187px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-header-portfolio.jpg');
	display: block;
}

#header-passion {
        width: 963px;
        height: 187px;
        margin: 0 auto;
        padding: 0;
        background: url('../images/derrsign-header-passion.jpg');
        display: block;
}

#header-interior {
        width: 963px;
        height: 187px;
        margin: 0 auto;
        padding: 0;
        background: url('../images/derrsign-header-interior.jpg');
        display: block;
}

#header-customers {
        width: 963px;
        height: 187px;
        margin: 0 auto;
        padding: 0;
        background: url('../images/derrsign-header-customers.jpg');
        display: block;
}

#header-content-main {
	width: 927px;
	height: 187px;
	margin: 0 auto;
	padding: 0;
}

#header-content-main .logo { 
	width: 397px; 
	height: 120px;
	float: right; 
	margin: 45px 0 0 0;
}

#header-content-interior {
	margin: 0 auto;
	padding: 0;
	width: 927px;
	height: 187px;
}

#header-content-interior .main {
	width: 563px;
	height: 117px;
	margin: 0;
	padding: 0 32px 0 0;
	float: right;
}

#header-content-interior .main p {
	left: -10000px;
	position: absolute;
}

#header-content-interior .logo { 
	width: 294px; 
	height: 117px;
	margin: 0;
	float: left;
}

#header-content-interior .tagline-portfolio { 
	width: 214px; 
	height: 117px;
	margin: 0;
	background: url('../images/tagline-portfolio.jpg');
	float: right; 
}

#header-content-interior .tagline-passion { 
	width: 214px; 
	height: 117px;
	margin: 0;
	background: url('../images/tagline-passion.jpg');
	float: right; 
}

#header-content-interior .tagline-team { 
	width: 214px; 
	height: 117px;
	margin: 0;
	background: url('../images/tagline-team.jpg');
	float: right; 
}

#header-content-interior .tagline-customers { 
	width: 214px; 
	height: 117px;
	margin: 0;
	background: url('../images/tagline-customers.jpg');
	float: right; 
}

#header-content-interior .tagline-contact { 
	width: 214px; 
	height: 117px;
	margin: 0;
	background: url('../images/tagline-contact.jpg');
	float: right; 
}


/* ---------- Menu ---------- */


#menu {
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-bg.jpg');
}

#menu-portfolio {
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-portfolio-bg.jpg');
}

#menu-passion {
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-passion-bg.jpg');
}

#menu-team {
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-team-bg.jpg');
}

#menu-customers{
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-customers-bg.jpg');
}

#menu-contact {
	width: 963px;
	height: 112px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-menu-contact-bg.jpg');
}

#navigation { 
	width: 927px; 
	height: 112px;
	margin: 0 auto;
	padding: 0;
}

#navigation .menutop {
	width: 339px; 
	height: 35px;
	margin: 77px 0 0 0;
	float: right; 
}

ul#options-top {
        width: 81px;
        height: 23px;
        margin: 0; 
        padding: 23px 0 0 351px;
        list-style-type: none;
}

ul#options-top li {    
        margin: 0;     
        padding: 0; 
        float: left;
}

ul#options-top li#home a {
        display: block;
        position: relative;
        width: 81px; 
        height: 23px;
        top: 0px;
        background-image: url('../images/menu-home.jpg');
}

ul#options-top span {
        left: -10000px;
        position: absolute;
}

ul#options {
	width: 339px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#options li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#options li#portfolio a {
	display: block;
	position: relative;
	width: 79px;
	height: 35px;
	top: 0px;
	background-image: url('../images/menu-portfolio.jpg');
}

ul#options li#portfolio a#there {
        background-position: 0px -70px;
        width: 79px;
        height: 35px;
}

ul#options li#passion a {
	display: block;
	position: relative;
	width: 62px;
	height: 35px;
	top: 0px;
	background-image: url('../images/menu-passion.jpg');
}

ul#options li#passion a#there {
        background-position: 0px -70px;
        width: 62px;
        height: 35px;
}

ul#options li#team a {
	display: block;
	position: relative;
	width: 44px;
	height: 35px;
	top: 0px;
	background-image: url('../images/menu-team.jpg');
}

ul#options li#team a#there {
        background-position: 0px -70px;
        width: 44px;
        height: 35px;
}

ul#options li#customers a {
	display: block;
	position: relative;
	width: 75px;
	height: 35px;
	top: 0px;
	background-image: url('../images/menu-customers.jpg');
}

ul#options li#customers a#there {
        background-position: 0px -70px;
        width: 75px;
        height: 35px;
}

ul#options li#contact a {
	display: block;
	position: relative;
	width: 79px;
	height: 35px;
	top: 0px;
	background-image: url('../images/menu-contact.jpg');
}

ul#options li#contact a#there {
        background-position: 0px -70px;
        width: 79px;
        height: 35px;
}

ul#options a:hover {
	background-position: 0px -35px;
}

ul#options span {
	left: -10000px;
	position: absolute;
}

h1 {
	left: -10000px;
	position: absolute;
}


/* ---------- Content ---------- */


#content {
	width: 963px;
	height: 341px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-main-bg.jpg');
}

#glider {
	width: 963px;
	height: 326px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-interior-bg.jpg');
}

#glider-customers {
        width: 963px;
        height: 326px;
        margin: 0 auto;
        padding: 0;
        background: url('../images/derrsign-customers-bg.jpg');
}

#interior {
	width: 963px;
	height: 326px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/derrsign-interior-bg.jpg');
}

#interior .container {
	width: 927px;
	height: 287px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: right;
}

#interior .container h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 3px 0;
	color: #CC8726;
}

#interior .container h2#company {
        font-size: 14px;
        margin: 0;
        padding: 0 0 3px 0;
        color: #CC8726;
}

#interior .container h3 {
        font-size: 15px;
        margin: 0;
        padding: 0 0 1px 0;
        color: #DDD;
}

#interior .container p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#interior .container .left p {
        font-size: 12px;
        margin: 0;
        padding: 0 0 3px 0;
}

#interior .container .left a:link, #interior .container .left a:visited, #interior .container .left a:active {
        color: #CCC;
	font-weight: bold;
        text-decoration: none;
}       
        
#interior .container .left a:hover {
        color: #CCC;
	font-weight: bold;
        text-decoration: underline;
}  

#interior .container .full-width {
	width: 723px;
	margin: 0 auto;
	padding: 0 31px 0 0;
	text-align: right;
	float: right;
}

#interior .container .left {
        width: 588px;
        margin: 0 auto;
        padding: 0;
        text-align: right;
        float: left; 
}

#interior .container .right {      
        width: 339px;
        margin: 0 auto;
        padding: 0;
        text-align: right;
        float: right; 
}

#contentbody {
	width: 927px;
	height: 341px;
	margin: 0 auto;
	padding: 0;
}

#contentbody .main {
	width: 525px;
	height: 120px;
	margin: 0;
	padding: 27px 30px 0 0;
	float: right;
	text-align: right;
}

#glider .container {
	width: 812px;
	height: 287px;
	margin: 0;
	padding: 0 18px 0 0;
	float: right;
	text-align: right;
}

#glider-customers .container {
        width: 812px;
        height: 287px;
        margin: 0;
        padding: 0 18px 0 0;
        float: right;
        text-align: right;
}

#glider .container .left {
	width: 473px;
	height: 287px;
	margin: 0;
	padding: 26px 0 0 0;
	float: left;
}

#glider-customers .container .left {
        width: 473px;
        height: 287px;
        margin: 0;
        padding: 26px 0 0 0;
        float: left;
}

#glider-customers .container .left .testimonial {
	margin: 0 auto;
	padding: 0;
	width: 425px;
	height: 287px;
	float: right;
}

#glider-customers .container .left .testimonial .left {
	width: 287px;
	height: 287px;
	margin: 0;
	padding: 6px 0 0 0;
	float: left;
}

#glider-customers .container .left .testimonial .left p {
        margin: 0;
        padding: 0 0 4px 0; 
	font-weight: normal;
}

#glider-customers .container .left .testimonial .left p.name {
        margin: 0;
        padding: 0; 
        font-weight: bold;
	color: #CC8726;
	line-height: 18px;
}

#glider-customers .container .left .testimonial .left p.client {
        margin: 0;
        padding: 0 0 2px 0;
        font-weight: normal;  
        color: #DDD;
	line-height: 18px;
}

#glider-customers .container .left .testimonial .right {
        width: 123px;
        height: 287px;
        margin: 0;
        padding: 0;
	float: right;
}

#glider .container .right {
        width: 319px;
        height: 287px;
        margin: 0;
        padding: 32px 0 0 0;
        float: right;
        text-align: left;
}

#glider-customers .container .right {
	width: 319px;
	height: 287px;
	margin: 0;
	padding: 32px 0 0 0;
	float: right;
	text-align: left;
}

#glider .container .right a:link, #glider .container .right a:visited {
	color: #777;
	text-decoration: none;
}

#glider .container .right a:hover {
	color: #C57419;
	text-decoration: none;
}

#glider .container .right a:active {
        color: #B1AF16;   
        font-weight: bold;
        text-decoration: none;
}

#glider .container .right a.active {
        color: #B1AF16;
	font-weight: bold;
        text-decoration: none;
}
#glider-customers .container .right a:link, #glider-customers .container .right a:visited {
        color: #777;
        text-decoration: none;
}

#glider-customers .container .right a:hover {
        color: #C57419;
        text-decoration: none;
}

#glider-customers .container .right a:active {
        color: #B1AF16;
        font-weight: bold;
        text-decoration: none;
}

#glider-customers .container .right a.active {
        color: #B1AF16;
        font-weight: bold;
        text-decoration: none;
}

ul.portfolio-row-1 {
	width: 435px;
	height: 87px;
	margin: 0;
	padding: 0 0 0 21px;
	list-style-type: none;
	float: left;
}

ul.portfolio-row-1 li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.portfolio-row-2 {
	width: 435px;
	height: 87px;
	margin: 0;
	padding: 0 0 0 21px;
	list-style-type: none;
	float: left;
}

ul.portfolio-row-2 li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.portfolio-row-3 {
	width: 435px;
	height: 87px;
	margin: 0;
	padding: 0 0 0 21px;
	list-style-type: none;
	float: left;
}

ul.portfolio-row-3 li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#work {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

ul#work li {
        margin: 0;
        padding: 0 0 3px 0;
}

#contentbody p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#contentbody h2 {
        font-size: 18px;
        margin: 0;
        padding: 0 0 3px 0;
        color: #CC8726;
}

#contentbody a:link, #contentbody a:visited, #contentbody a:active {
        color: #C57419;
        text-decoration: none;
	font-weight: bold;
}
        
#contentbody a:hover {
        color: #C57419;
        text-decoration: underline;
	font-weight: bold;	
}

.highlight {
	font-weight: bold;
}


/* ---------- Footer ---------- */


#footer {
	width: 927px;
	margin: 0 auto;
	padding: 2px 0 25px 0;
	color: #444;
	text-align: left;
	clear: both;	
}

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 2px 0 0 0;
}

#footer a:active, #footer a:visited, #footer a:link {
	color: #222;
	text-decoration: none;
}
    
#footer a:hover {      
	color: #222;
	text-decoration: underline;
}

#footer .divider {
	padding: 0 10px 0 10px;
}

ul#footermenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}

ul#footermenu li {
	display: inline; 
	margin: 0;
	padding: 0;
}


