
/* Layout Stylesheet */ 

body{
background: #003399;
margin:0;
padding:0;
font-family: verdana,arial,helvetica,sans-serif;
line-height: 1.5em;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
}

#topsection{
background: #FFFFFF;
background-image: url(images/office-chair-logo.gif);
background-repeat: no-repeat;
background-position: top left;
height: 74px; /*Height of top section*/
width: 100%;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#topnav{
background: #;
height: 28px; /*Height of top section*/
width: 100%;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;
}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
background: #FFFFFF;
color: blue;
border-right:1px solid #D3D3D3;
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
text-align: center;
color: blue;
}

#footer{
clear: left;
width: 100%;
background: #808080;
color: #000000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20;
}

.center{
text-align: center
}

/* Nav Menu Starts Here */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 8px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->