* {
 padding: 0;
 margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #1d0c6a;
 background-color: #dfdcfe;/*653519*/
 font-size: 12px;
 text-align: center;
}

a {
 font-family: Arial,Helvetica, sans-serif;
 color: #ffffff;
 font-size: 12px;
}

a.button{
 font-size: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 color: #000000;
 text-decoration:none;
}

a.button:hover{
 color: white;
}

a.catalog{
 font-wieght:bold;
 font-family:arial;
 color:black;
 text-decoration:none;
 font-size:30px;
}

a.catalog:hover{
 color:white;
}

.heading{
 font-size: 40px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #000000;
}

.caption{
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
}

.dialog{
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 color: #1d0c6a;
}

.bcnlink{
 font-size: 38px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 text-decoration: none;
}

.bcnlink:hover{
 color: #ffffff;
}

#bcnbox{
 display:inline;
 margin-bottom:10px;
 float:left;
 width:252px;
 height:144px;
 color: #000000;
 background-color: white;
 border: 3px solid black;
}

#bcnbox:hover{
 color: #fffffff;
 background-color: black;
 border: 3px solid white;
}

#wrapper {
 position: absolute;
 width: 796px;
 height: 602px;
 align: center;
 background-image: url(../artwork/background.jpg);
 margin-top: 10px;
 margin-left: 50%;
 left:-400;
 padding: 0px 0px 0px 5px;
 text-align: left;
 z-index:1;
}
* html #wrapper {height:602px} /* IE Min-Height Hack */ 

#button{
 display:inline;
 float:right;
 background-image: url(../artwork/button.gif);
 width:103px;
 height:20px;
 padding-top:4px;
 margin-top:30px;
 margin-right:20px;
 text-align:center;
 z-index:2;
}

#productbox{
 display:inline;
 float:left;
 width:100%;
 text-align:center;
 background-color:black;
 font-size:18px;
 font-weight:bold;
 color:white;
 border: 1px solid black;
}

#product{
 display:inline;
 float:left;
 width:50%;
 text-align:cetner;
 font-family:arial;
 font-size:12px;
 font-weight:normal;
 background-color:white;
 color:black;
}

#loginbox{
 position: absolute;
 margin-left: 50%;
 width: auto;
 left: -150px;
 top: 50px;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 color: #1d0c6a;
 border: 1px dotted #ffffff;
 text-align: left;
 z-index:3;
}

#content{
 position: absolute;
 margin-left: 50%;
 width: 755px;
 height: 420px;
 left: -380px;
 top: 150px;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 border: 1px dotted #ffffff;
 background-color:#ffffff;
 opacity: .50;
 -moz- opacity: .50;
 filter: alpha(opacity=50);
 text-align: left;
 z-index:4;
}

#content2{
 position: absolute;
 margin-left: 50%;
 padding:5px;
 width: 450px;
 left: -380px;
 top: 150px;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 text-align: justify;
 z-index:5;
}

#content3{
 position: absolute;
 margin-left: 50%;
 padding:5px;
 width: 250px;
 left: 100px;
 top: 150px;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 text-align: center;
 z-index:6;
}

#header {
 position: absolute;
 left: 25px;
 top: 225px;
 height: 20px;
 width: 350px;
 text-align: center;
 z-index:7;
}

#footer {
 position: absolute;
 width: 100%;
 font-size: 12px;
 top: 585px;
 z-index:8;
}

#headingbox{
 position: absolute;
 width: 100%;
 top: 120px;
 margin-left:15px;
 font-size: 30px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 color: #ffffff;
 text-align: left;
}

#addressbox{
 position: absolute;
 width: 400px;
 left: -75px;
 top: 75px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align: center;
}