
#header {
position: absolute;
left: 5px;
top: 4px;
width: 1002px;
height: 129px;

background-image: url(../images/header.jpg);
background-repeat: repeat-none;
}

* HTML #header {
width: 1002px;
left: 1px;

}

#page-main {

position: absolute;
top: 133px;
left: 5px;
background-color: #ffffff;
width: 1000px;
border-left: 1px solid #AC6085;
border-right: 1px solid #AC6085;


}

* HTML #page-main {
left: 1px;

}

#menu {

position: absolute;
left: 30px;
top: 113px;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;

}

#menu li {
 float: left;
 margin-right: 10px;
}

#menu li a {
color: #ffffff;

}

#menu li a:hover {
color: #ffffff;

}



#address {
position: absolute;
left: 830px;
top: 20px;
width: 150px;
text-align: right;
font-weight: bold;
}


LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}
