@charset "utf-8";
/* CSS Document */

*{outline:none;}

body{background-color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:21px; padding:0px; margin:0px;}

h1{color:#333; font-size:14px; margin:0px 0px 10px 0px;}
p{margin:10px 0px;}

img{border:0px;}

a{color:#666; text-decoration:none;}
a:hover{color:#CCC}

/*| PAGE CONTAINER |*/
.container{position:relative; margin-left:auto; margin-right:auto; width:780px; height:auto;}


/*| LOGO |*/

.logo{height:350px; width:240px; position:absolute; left:-125px; margin-left:50%; top:25px; margin-top:1%; background:url(../images/logo.jpg) no-repeat center center;}

/*| HEADER |*/

.header{position:absolute; width:500px; bottom:0px; left:-260px; margin-left:50%; height:60px; top:400px; background:url(../images/header.jpg) no-repeat;}
.header ul{list-style:none; margin: 0; padding: 0;}
.header ul li{float:left;}
.header ul li a span{display:none;}
.header ul li a{height:60px; display:block; background:url(../images/header.jpg) no-repeat; padding-right:5px;}

.header ul li.graphic a{width:208px; background-position:0px 0px;}
.header ul li.graphic a:hover{background-position:0px -56px;}

.header ul li.web a{width:134px; background-position:-213px 0px;}
.header ul li.web a:hover{background-position:-213px -56px;}

.header ul li.print a{width:138px; background-position:-354px 0px;}
.header ul li.print a:hover{background-position:-354px -56px;}






