/**
* 
* @file style.css
* @desc Style sheet for Trax bar
* @company Doubleclique
* @author Torleif West
* 
*/


/* HTML attributes  */
body {
    font: 60% arial, helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #000014;
    color: #8ed300;
}
img {
    padding: 0;
    margin: 0;
    border: none;
}
div.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* Navigation & header */
div#Header{
    height:97px;
    margin:40px 0;
    width:934px;
}
div#Header img{
    float:left;
}
div#Header a.quote{
    float:right;
}
ul#Nav a{
    width:104px;
    height:25px;
    display:block;
}
ul#Nav{
    height:25px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
ul#Nav li{
    display: block;
    float:left;
}
ul#Nav li span{
    display: none;
}
a#Home {
    background: transparent url(/images/button-home.png) no-repeat center top;
}
a#Printing {
    background: transparent url(/images/button-printing.png) no-repeat center top;
}
a#Posters {
    background: transparent url(/images/button-posters.png) no-repeat center top;
}
a#Finishing {
    background: transparent url(/images/button-finishing.png) no-repeat center top;
}
a#Display {
    background: transparent url(/images/button-display.png) no-repeat center top;
}
a#Design {
    background: transparent url(/images/button-design.png) no-repeat center top;
}
a#Typing {
    background: transparent url(/images/button-typing.png) no-repeat center top;
}
a#Couriers {
    background: transparent url(/images/button-couriers.png) no-repeat center top;
}
a#Contact {
    background: transparent url(/images/button-contact.png) no-repeat center top;
}
a#Home:Hover, a#Home.current{
    background: transparent url(/images/button-home.png) no-repeat center bottom;
}
a#Printing:Hover, a#Printing.current{
    background: transparent url(/images/button-printing.png) no-repeat center bottom;
}
a#Posters:Hover, a#Posters.current{
    background: transparent url(/images/button-posters.png) no-repeat center bottom;
}
a#Finishing:Hover, a#Finishing.current{
    background: transparent url(/images/button-finishing.png) no-repeat center bottom;
}
a#Display:Hover, a#Display.current{
    background: transparent url(/images/button-display.png) no-repeat center bottom;
}
a#Design:Hover, a#Design.current{
    background: transparent url(/images/button-design.png) no-repeat center bottom;
}
a#Typing:Hover, a#Typing.current{
    background: transparent url(/images/button-typing.png) no-repeat center bottom;
}
a#Couriers:Hover, a#Couriers.current{
    background: transparent url(/images/button-couriers.png) no-repeat center bottom;
}
a#Contact:Hover, a#Contact.current{
    background: transparent url(/images/button-contact.png) no-repeat center bottom;
}

/* Content */
div#Content {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    height:1%;
}
div#Main {
    float:left;
    margin:26px 0 0;
		position:relative;
    width:416px;
}
div#Content.contentHome div#Main{
    margin:17px 0 0;
}

.contentTyping div#Main ul {
    width:400px;
}
p,
div#Main ul li{
    font-size:1.55em;
    list-style-image: url(/images/main-list.png);
}
p{
    line-height:20px;
    margin:17px 0;
}
div#Content.contentHome div#Main{
}
div#Main ul{
    display:block;
    float:left;
    margin:0;
    padding:0 0 0 27px;
    width:178px;
}
div#Main ul li{
    margin:7px 0;
}
img.contentInfo{
    float:right;
    margin:19px 25px 0 0;
}
h1{
    padding: 35px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px !important;
}
dl{
    float:left;
    font-size:1.5em;
    margin:4px 0;
    width:206px;
}
dt{
    font-weight:bold;
    padding:0 0 2px;
}
dd{
    margin:0;
    padding:0 0 21px;
}
img.displayBanner{
	left:480px;
	position:absolute;
	top:-10px;
}
h1.header-printing{
    background-image: url(/images/header-printing.png);
}
h1.header-recycled{
    background-image: url(/images/header-recycled.png);
}
h1.header-copying{
    background-image: url(/images/header-copying.png);
}
h1.header-posters{
    background-image: url(/images/header-posters.png);
}
h1.header-finishing{
    background-image: url(/images/header-finishing.png);
}
h1.header-popup{
    background-image: url(/images/header-popup.png);
}
h1.header-foam{
    background-image: url(/images/header-foam.png);
}
h1.header-canvas{
    background-image: url(/images/header-canvas.png);
}
h1.header-creative{
    background-image: url(/images/header-creative.png);
}
h1.header-typing{
    background-image: url(/images/header-typing.png);
}
h1.header-transcribing{
    background-image: url(/images/header-transcribing.png);
}
h1.header-couriers{
    background-image: url(/images/header-couriers.png);
}
h1.header-contactus{
    background-image: url(/images/header-contactus.png);
}
h1.header-opening{
    background-image: url(/images/header-opening.png);
}