@charset "UTF-8";
/* CSS Document */

/* MAIN STYLES */

html {
    height: 100%;
    margin-bottom: 1px;
    background-image: url('images/bg.jpg');
	background-color: #fff;
	background-position: top center;
	background-repeat: repeat-x;
}

body {
    font-family: Helvetica;
    font-size: 14px;
    color: #666;
}

/* GLOBAL STYLES */

a img {
    border: none;
}

h1 {
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
}

h2 {
    color: #000;
    font-size: 18px;
}

p {
    line-height: 1.4em;
}

#bgdiv {
    width: 1008px;
    margin: 0 auto;
    margin-top: -14px;
    background-image: url('images/wrapperbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    top: 14px;
}

#header {
    width: 960px;
    height: 208px;
    margin: 0 auto;
}

#headertext {
    display: none;
}

/* NAVIGATION STYLES */

#linkslist {
    width: 670px;
    position: relative;
    top: 125px;
    left: 265px;
}

#linkslist li a {
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 0;
    padding-top: 58px;
    overflow: hidden;
}

#linkslist li {
    display: inline-block;
    height: 58px;
    margin-left: 25px;
}

#homelink {
    width: 62px;
    background-image: url('images/homelink.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#homelinkactive {
    width: 62px;
    background-image: url('images/homelinkactive.png');
	background-position: top left;
	background-repeat: no-repeat;
} 

#aboutlink {
    width: 112px;
    background-image: url('images/aboutlink.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#aboutlinkactive {
    width: 112px;
    background-image: url('images/aboutlinkactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#serviceslink {
    width: 101px;
    background-image: url('images/serviceslink.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#serviceslinkactive {
    width: 101px;
    background-image: url('images/serviceslinkactive.png');
	background-position: top left;
	background-repeat: no-repeat;}

#portfoliolink {
    width: 123px;
    background-image: url('images/portfoliolink.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#portfoliolinkactive {
    width: 123px;
    background-image: url('images/portfoliolinkactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contactlink {
    width: 99px;
    background-image: url('images/contactlink.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contactlinkactive {
    width: 99px;
    background-image: url('images/contactlinkactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#homelink a {
	background-image: url('images/homelinkactive.png'); 
	background-position: -130px -90px;
	background-repeat: no-repeat;
}
#aboutlink a {
	background-image: url('images/aboutlinkactive.png'); 
	background-position: -130px -90px;
	background-repeat: no-repeat;
}
#serviceslink a {
	background-image: url('images/serviceslinkactive.png'); 
	background-position: -130px -90px;
	background-repeat: no-repeat;
}
#portfoliolink a {
	background-image: url('images/portfoliolinkactive.png'); 
	background-position: -130px -90px;
	background-repeat: no-repeat;
}
#contactlink a {
	background-image: url('images/contactlinkactive.png'); 
	background-position: -130px -90px;
	background-repeat: no-repeat;
}

#linkslist a:hover {background-position:0 0; z-index:50;}

#bodydiv {
    width: 950px;
	margin: 0 auto;
}

#divider {
    width: 960px;
    height: 15px;
}

#content {
    width: 960px;
	margin: 0 auto;
}

/* HOME */

#index #leftcolumn {
    width: 590px;
    float: left;
    padding-left: 10px;
}

#index #rightcolumn {
    width: 310px;
    padding-right: 40px;
    float: right;
}

#index #rightcolumn p {
    width: 295px;
}

#index #bodydiv {
    width: 950px;
    height: 450px;
}

#index #extradiv1 {
    position: relative;
    top: -180px;
    left: 360px;
    z-index: -50;
}

/* ABOUT */

#about #leftcolumn {
    width: 400px;
    float: left;
    padding-left: 10px;
}

#about #rightcolumn {
    width: 475px;
    float: right;
    padding-right: 40px;
}

#about #bodydiv {
    width: 950px;
	min-height: 500px;
}

#about #content span {
	font-weight: bold;
}

#about #extradiv1 {
    position: absolute;
    top: 200px;
    margin-left: 350px;
}
#about #extradiv2 {
    position: absolute;
    top: 725px;
    margin-left: 110px;
}

/* SERVICES */

#services #contentcopy {
    width: 880px;
    margin: 0 auto;
}

#services #contentheader {
    width: 880px;
    height: 195px;
    margin: 0 auto;
    background-image: url('images/headerbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#services #contentheader p {
    margin: auto;
    width: 800px;
    height: 195px;
    padding: 35px;
    font-size: 12px;
}

#services h1 {
    width: 880px;
    height: 0;
    padding-top: 34px;
    overflow: hidden;
}

#design { 
	background-image: url('images/designheader.jpg');
    background-position: top left;
	background-repeat: no-repeat;
}
#rendering { 
	background-image: url('images/renderingheader.jpg');
    background-position: top left;
	background-repeat: no-repeat;
}
#photography { 
	background-image: url('images/photographyheader.jpg');
    background-position: top left;
	background-repeat: no-repeat;
}
#marketing { 
	background-image: url('images/marketingheader.jpg');
    background-position: top left;
	background-repeat: no-repeat;
}
#services #handdrawn {
    position: absolute;
    margin-top: -20px;
}

/* PORTFOLIO */

#subnav {
    width: 690px;
    float: right;
    margin-top: -10px;
}

#subnav li {
    display: inline-block;
    height: 10px;
    margin-left: 15px;
    padding-bottom: 5px;
}

#subnav a {
    display: block;
    height: 0px;
    overflow: hidden;
    padding-top: 15px;
}

#subnav li:hover {
    border-bottom: 1px solid;
}

.active {
    border-bottom: 1px solid;
}

#designsub {
    background-image: url('images/designlink.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    width: 162px;
}

#renderingsub {
    background-image: url('images/renderinglink.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    width: 184px;
}

#photographysub {
    background-image: url('images/photographylink.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    width: 99px;
}

#marketingsub {
    background-image: url('images/marketinglink.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    width: 152px;
}

#portfolio #viewerbg {
    width: 880px;
    min-height: 375px;
    background: #fff;
    margin: 0 auto;
}

#portfolio #jflow {
    width: 880px;
    margin: 0 auto;
}

#portfolio h1 {
    width: 880px;
    height: 0;
    padding-top: 34px;
    overflow: hidden;
}

#portfolio p {
    width: 880px;
}

#portfolio #contentcopy {
    width: 880px;
    margin: 0 auto;
    clear: both;
}

#portfolio #imagewrapper {
    float: right;
}

/* CONTACT */

#contact #leftcolumn {
    width: 580px;
    float: left;
    padding-left: 40px;
}

#contact #leftcolumn p {
    width: 535px;
}

#contact #rightcolumn {
    width: 300px;
    float: right;
    padding-right: 40px;
}

#contact #rightcolumn p {
    width: 300px;
}

#contact h1 {
    font-size: 30px;
}

#contact h2 {
    margin: 0;
}

#contact #leftcolumn span {
    margin: 0;
    font-size: 11px;
}

#contact #extradiv1 {
    position: relative;
    top: -275px;
    left: 20px;
}


/* JFlow */



.jFlowSlideContainer div {
    margin-top: 20px;
}

#myController span{
 color:#666666;
font-size: 0.6em;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide{
    border:0px solid #F00;
}

#myController span.jFlowSelected  {
    color : #666666;
	background : #ffffff;
	text-decoration : underline;
} 

.jFlowPrev, .jFlowNext{
    font-size: 0.9em;
    cursor:pointer;

}

#nextprev {
    width: 880px;
    margin: 0 auto;
}

.jFlowPrev {
    float: left;
    height: 0;
    width: 70px;
    overflow: hidden;
    padding-top: 33px;
    background: url('images/prevbutton.jpg');
}

.jFlowNext {
    float: right;
    height: 0;
    width: 70px;
    overflow: hidden;
    padding-top: 33px;
    background: url('images/nextbutton.jpg');
}

#rightcolumn a:link,
#rightcolumn a:visited,
#rightcolumn a:active {
    color: #ffba00;
    text-decoration: none;
	font-weight: bold;
}

#rightcolumn a:hover {
    color: #ffba00;
    text-decoration: underline;
}

#footer {
    width: 960px;
    height: 42px;
    position: relative;
    top: 40px;
    font-size: 12px;
    color: #999;
    border-top: 2px solid;
    padding-top: 15px;
    clear: both;
    margin: 0 auto;
}

#footerleft {
    float: left;
}

#footerright {
    float: right;
}