@charset "utf-8";
/*  PLATINUM CREATIVE SOLUTIONS CSS . CREATED BY LAPCIZ */ 

body{
margin:0; 
padding:0; 
background-color:#000000; 
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; 
}

#container{
position:absolute; 
top:8px; 
left:50%; 
margin-left:-392px; 
padding:0; 
width:784px; 
height:546px; 
background-image:url("../images/container.jpg"); 
background-position:top center; 
background-repeat:no-repeat;
}

#cont{
margin:13px; 
width:758px; 
height:520px;
}

#logo{
position:absolute; 
margin-top:9px; 
margin-left:34px; 
width:332px; 
height:116px; 
background-image:url("../images/logo.jpg"); 
background-position:top left; 
background-repeat:no-repeat;
}

#hometheater{
position:absolute; 
margin-top:125px; 
margin-left:25px; 
width:453px; 
height:371px; 
background-image:url("../images/hometheater.jpg"); 
background-position:top left; 
background-repeat:no-repeat;
}

#title{
position:absolute; 
margin-top:45px; 
margin-left:424px; 
width:274px; 
height:70px; 
background-image:url("../images/title.jpg"); 
background-position:top left; 
background-repeat:no-repeat;
}

#content{
position:absolute; 
margin-top:125px; 
margin-left:400px; 
width:300px; 
height:290px; 
}

.mailinglist p{
width:300px;
clear:left;
margin:0 0 15px 0;
padding:5px 0 8px 0;
padding-left:100px; /*width of left column containing the label elements*/
height:1%;
}

.mailinglist label{
font-weight:bold;
float:left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:right; 
line-height:22px;
}

.mailinglist input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
height:22px; 
line-height:22px; 
font-size:11px; 
}

.mailinglist select{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
height:22px; 
line-height:22px; 
font-size:11px; 
}

.mailinglist textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#copyright{
position:absolute; 
margin-top:494px; 
margin-left:50px; 
width:658px; 
height:20px; 
line-height:20px; 
text-align:center; 
font-size:11px; 
font-weight:bold;
}

a, a:visited{
color:#666666; 
text-decoration:underline; 
font-weight:bold;
}

a:hover, a:active{
color:#000000; 
text-decoration:underline; 
}