@import url('RPNavigation.css');
@import url('RPMPP.css');
@import url('RPProduct.css');
@import url('RPEcom.css');

form{margin:0;padding:0;}

#SiteContainer{
width:850px;
margin:10px auto;
}

#Banner{
position:relative;
float:left;
width:854px;
height:120px;
color:#fff;
margin:0 0 10px 0;
background:#000 url(images/css/BannerBG.jpg) repeat-x;
}

#BannerText{
position:absolute;
top:26px;
left:20px;
font-size:18px;
}

#MainLogo{
position:absolute;
right:30px;
top:12px;
}

.BodyContainer{
position:relative;
float:left;
width:820px;
color:#000;
background:#fff;
padding:10px 16px;
border:solid 1px #aaa;
margin:0 0 10px 0;
}

.MoreDetails{
position:relative;
float:left;
width:820px;
color:#000;
background:#fff;
padding:10px 16px;
border-left:solid 1px #aaa;
border-right:solid 1px #aaa;
border-bottom:solid 1px #aaa;
margin:0 0 10px 0;
}

.ContactLeft{
position:relative;
float:left;
width:300px;
margin:0 0 10px 50px;
}

.ContactRight{
position:relative;
float:right;
width:400px;
margin:0 50px 10px 0;
}

#ContactForm {width:400px;}
#ContactForm input.FixedWidthInput{font-size:11px;width:260px;}
#ContactForm th{text-align:right;}
#ContactForm textarea{width:260px;height:100px;}

#FooterRegion{
position:relative;
float:left;
width:850px;
text-align:center;
margin:10px 0 20px 0;
font-size:9px;
color:#333
}

#CopyNotice{
position:relative;
float:left;
width:850px;
font-size:10px;
margin:0;
}