/* CSS Document */

body{
background-color:#FFCC00;
font-family:Arial, Helvetica, sans-serif;
margin:0;
color:black;
   }

p{
margin: 0 10px 0 10px;
}

#maincontainer
{
display:block;
width:1000px;
height:900px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
background-color:white;
}



#leftcolumn
{
display:block;
width:150px;
height:650px;
margin-top:10px;
margin-left:-5%;
float:left;
}

#rightcolumn
{
display:block;
width:800px;
height:650px;
float:right;
}

#AdBar
{
width:100%;
height:84px;
background-image:url('graphics/advBar.png');
background-repeat: no-repeat;
}

#title
{
display:block;
width:100%;
margin-left:auto;
margin-right:auto;
}

h1,h2
{
text-align: center
}

/**/
a:link 
{color:#000000;
 text-decoration: none;
} 
/* unvisited link */
a:visited {color:#000000;text-decoration: none;} /* visited link */
a:hover {color:red} /* mouse over link */
a:active {color:#0000FF} /* selected link */
/**/

div.advertisment
{
width:234px;
height:60px;
float:left;
}

div.productInfo
{
float:left;
margin:10px;
display:block;
width:30%;
height:200px;
}



#footer
{
text-align:center;
margin-top:-20px;
}


/*_____________________________________*/
/*START TOP NAVIGATION*/
/*_____________________________________*/
#topnavcontainer
{
display:block;
width:1000px;
margin-left:auto;
margin-right:auto;
}

#Topnavlist
{
border: 3px solid #222;
padding: 0 0 0 20px;
margin: 20px;
height:20px;
background-color: #cccccc;
font-family: verdana,sans-serif;
font-size: 12px;
font-weight: bold;
}

#Topnavlist li
{
display: inline;
list-style: none;
padding: 0;
margin: 0;
}

#Topnavlist li a
{
text-decoration: none;
border: 3px solid #000;
padding: 0 8px 1px 8px;
margin: 0 2px;
background-color: #FFF;
color: #000;
}

#Topnavlist li a:hover
{
background-color: #26A;
color: #FFF;
}
/*_____________________________________*/
/*END TOP NAVIGATION*/
/*_____________________________________*/



/*_____________________________________*/
/*START LEFT NAVIGATION AREA*/
/*_____________________________________*/
#leftcolumn
{
display:block;
width:15%;
height:650px;
margin-top:10px;
margin-left:-5%;
float:left;
}

ul.navList
{
margin-top:0px;
}

ul.navList li
{
list-style: none;
margin-left:20px;
margin-bottom:5px;
}

ul.navList li a
{
text-decoration: none;
}

/*_____________________________________*/
/*END LEFT NAVIGATION AREA*/
/*_____________________________________*/


























