/* CSS Document */
body{
background-color:#aaa;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

h1{
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#999999;
padding:0px;
margin:0px 0px 10px 0px;
}


#container{
width:100%;
height:100%;
margin:0 auto;
padding:40px 0px 0px 0px;
text-align:center;
}
#pulppress_box{
width:780px;
height:480px;
background-color:#ffffff;
border:1px solid #333333;
text-align:center;
margin:0 auto;
padding:0;
}
#pulppress_top{
width:780px;
height:78px;
background-color:#ffffff;
border-bottom:1px solid #cccccc;
}
#pulppress_logo{
width:238px;
height:78px;
float:left;
}
#pulppress_topimage{
width:542px;
height:78px;
background-image:url(../images/pulp/banner_image.jpg);
background-repeat:no-repeat;
background-position:right;
float:left;
}
#pulppress_navigation{
padding-top:2px;
padding-left:5px;
height:17px;
width:775px;
background-color:#e8e8e8;
border-bottom:1px solid #cccccc;
}
#pulppress_content{
height:382px;
width:780px;
background-image:url(../images/pulp/background_image.jpg);
background-repeat:no-repeat;
background-position:right;
text-align:left;
}
#pulpress_link{
width:585px;
text-align:left;
padding-right:5px;
float:left;
}
#pulpress_otherlink{
width:180px;
text-align:right;
padding-right:5px;
float:left;
}
#index_image{
background-image:url(../images/pulp/home.jpg);
background-repeat:no-repeat;
width:780px;
height:382px;
}
#index_text{
width:500px;
padding:30px 10px 0px 0px;
margin-left:270px;
}

#about_content{
height:382px;
width:780px;
background-image:url(../images/pulp/about.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}
#about_text{
width:700px;
padding:30px 0px 0px 0px;
margin-left:30px;
}
#contact_content{
height:382px;
width:780px;
background-image:url(../images/pulp/contact.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}
#contact_text{
width:580px;
padding:30px 0px 0px 0px;
margin-left:200px;
}
#workshop_content{
height:382px;
width:780px;
background-image:url(../images/pulp/learn.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}
#workshop_text{
width:610px;
padding:30px 0px 0px 0px;
margin-left:140px;
}
#product_image{
width:755px;
height:362px;
padding-top:20px;
padding-left:20px;
padding-right:5px;
}
.product_text{
float:left;
padding:30px 10px 0px 0px;
}
.product_thumb{
width:117px;
height:150px;
border:1px solid #CCCCCC;
margin:5px;
float:left;
text-align:center;
}

#catalog{
padding:30px 0px 0px 10px;
}
/*--------------------------------links---------------------------------------*/
a:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-decoration:none;
}
a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-decoration:none;
}
a:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-decoration:none;
}
a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-decoration:none;
background-color:#dddddd;
}
#copyright{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:10px;
color:#666;
}
#copyright a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}
.contact a{
color:#CC66CC;
}
.contact a:hover{
color:#000;
background-color:transparent;
}