/* CSS Document */
body {
height:100%;
margin:0px;
background-color:#FFFFFF;
text-align:center; /* For stupid IE */
}

.headWrapper {
width:100%;
height:100px;
background-image:url(../images/header_red_gradient_background.png);
background-repeat:repeat-x;
background-position:bottom; 	
}

.header {
position:relative;
margin:auto;
width:950px;
border:0px solid;
text-align:center;
padding-top:30px;
}

.header a {
color:#CCCCCC;
text-decoration:none;
font-size:16px;
}


.logo {
position:absolute;
left:115px;
top:0px;
width:522px;
height:100px;
background-image:url(../images/priceit_logo.png);
background-repeat:no-repeat;
background-position:center center;
}

.nav1 {
position:absolute;
left:226px;
top:0px;
border:0px solid;
margin-top:32px;
border:0px solid;
width:80px;
height:40px;
padding-top:5px;
}

.nav2 {
position:absolute;
left:326px;
top:0px;
border:0px solid;
margin-top:32px;
border:0px solid;
width:92px;
height:40px;
padding-top:3px;
}

.nav3 {
position:absolute;
left:435px;
top:0px;
margin-top:32px;
border:0px solid;
width:150px;
height:25px;
padding-top:5px;
}

.nav4 {
position:absolute;
left:600px;
top:0px;
margin-top:32px;
border:0px solid;
width:160px;
height:25px;
padding-top:3px;
}

.status {
width:100%;
height:0px;
background-color:#000000;
}

.intro {
width:800px;
margin:auto;
}

.screen_shot {
width:900px;
margin:auto;
}

.mainWrapper {
width:100%;
background-image:url(../images/white_background.png);
background-repeat:repeat-x;
background-position:top;
}

.mainContent {
margin:auto;
width:950px;
height:815px;
background-image:url(../images/basic_background.png);
background-repeat:no-repeat;
background-position:center center;
border:0px solid;
padding-left:0px;
padding-top:20px;
margin:auto;

}


.footer {
margin:auto;
height:100px;
width:950px;
background-image:url(../images/team_oracle_bottom_image.png);
background-repeat:no-repeat;
background-position:center center;
border:0px solid;
}

.install_content {
width:800px;
text-align:left;
padding-left:100px;
}

.installDownload {
width:950px;
height:100px;
margin:auto;
text-align:center;
}
