/* GENERIC PAGE STYLES */

body {
background-image: url(images/bg_black.jpg);
background-position: center;
background-repeat: no-repeat;
background-color: #000;
margin-top: 0px;
margin-bottom: 0px;
}

a {
text-decoration: none;
color: #9A3466;
}

a:hover {
text-decoration: underline;
}

ul {
padding: 0;
margin: 0;
}

li {
padding: 0;
margin: 0;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.line {
margin-left: auto;
margin-right: auto;
height: 1px;
width: 880px;
margin-top: 10px;
background-color: #cccccc;
}

.title {
font-size: 15px;
font-weight: bold;
color: #9A3466;
padding-left: 10px;
padding-bottom: 20px;
}

#page {
position: relative;
width: 900px;
margin-left: auto;
margin-right: auto;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #515151;
margin-bottom: 0px;
border: 5px solid #ccc;
border-top: 0px;
background-color: #fff;
}

#header {
position: relative;
width: 100%;
height: 105px;
background-image: url(images/header.jpg);
background-position: center top;
background-repeat: no-repeat;
z-index: 990;
}

#workarea {
position: relative;
width: 840px;
padding: 30px;
min-height: 500px;
z-index: 0;
}

#footer {
position: relative;
height: 50px;
width: 880px;
line-height: 20px;
padding: 10px;
}

/* HOME PAGE STYLES */

#maintop {
position: relative;
width: 100%;
z-index: -1;
}

#maincenter {
position: relative;
margin-top: 30px;
width: 100%;
}

#canvas0 {
position: relative;
float: right;
left: -400px;
}

#canvas0 img {
cursor: pointer;
}

#intro {
position: relative;
float: left;
width: 400px;
height: auto;
border-right: 1px solid #999999;
padding-right: 20px;
}

#news {
position: relative;
line-height: 22px;
float: right;
width: 400px;
height: 170px;
margin-top: 50px;
}

#banner {
position: relative;
width: 100%;
margin-top: 20px;
text-align: center;
}

/* SELECTOR PAGE STYLES */

#selector {
position: relative;
margin-top: 20px;
width: 65%;
height: auto;
margin-right: auto;
margin-left: auto;
color: #333333;
font-size: 11px;
}

#selector td {
border-bottom: 1px solid #50555A;
height: 70px;
}

#selector td table td {
height: auto;
border-bottom: none;
}

.i {
border-bottom: 1px solid #ffffff;
width: 50px;
}

.q {
padding: 10px 8px 10px 8px;
background-color: #eaeaea;
width: 33%;
}

.a {
padding-left: 8px;
}

.a input {
position: absolute; 
left: -9999em; 
}

.a label {
float: left; 
clear: left; 
padding-left: 20px;
cursor: pointer; 
}

.radio{
background: url(images/radio.gif) no-repeat 0 0; 
}

.radiohover {
background: url(images/radio_over.gif) no-repeat 0 0; 
}

.radioselect {
background: url(images/radio_tick.gif) no-repeat 0 0; 
}

.check {
background: url(images/check.gif) no-repeat 0 0; 
}

.checkhover {
background: url(images/check_over.gif) no-repeat 0 0; 
}

.checkselect {
background: url(images/check_tick.gif) no-repeat 0 0; 
}


.r {
background-color: #eaeaea;
text-align: center;
}

.purple {
color: #9A3466;
background-color: #F4F2E8;
border: 1px solid #9A3466;
padding: 3px;
}

.grey {
background-color: #ECE9D8;
color: #000000;
border: 1px solid #50555A;
padding: 3px;
}

#result {
text-align: center;
font-size: 15px;
font-weight: bold;
color: #9A3466;
}

#slider {
width: 145px;
margin-left: 5px;
}

.ihover {
cursor: pointer;
}

.popup {
position: absolute;
width: 168px;
height: 60px;
left: -2px;
margin-bottom: 30px;
display: none;
padding: 8px 8px 8px 8px;
background: url(images/ipopup.gif);
background-repeat: no-repeat;
overflow: hidden;
}

/* OTHER PAGE STYLES */

.prod_small {
position: relative;
width: 80%;
height: 180px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
line-height: 16px;
}

.imgbox {
width: 160px;
border: 1px solid #cccccc;
vertical-align: middle;
text-align: center;
line-height: 180px;
font-size: 180px;
}

#product {
width: 100%;
text-align: justify;
line-height: 16px;
}

.newsout {
border: 1px solid #ccc;
padding: 5px;
}

.newsout legend {
font-size: 16px;
font-weight: bold;
padding: 5px;
}

.newsin {
border: 1px solid #333333;
padding: 5px;
}

.newsin legend {
font-size: 16px;
color: #9A3466;
font-weight: bold;
padding: 5px;
}

.newsheader {
font-size: 14px;
color: #9A3466;
margin-bottom: 3px;
}