body
{
font:normal 12pt "Footlight MT Light" ;
}

#wrap
{
background-color:#ffdab9;
width:99%;
margin:0 auto;
}
/*for the header*/

img#header
{
border:none;
margin-left:200px;
margin-right:50px;
width: 60%;
max-width:542px;
height:153px;
}

img#icon
{
position:absolute;
height:155px;
margin:10px 0 -5px 25px;
}


/*end header*/

/*This is for the Main menu categories*/

.topmenu
{
width:100%;
height:1.6em;
background-color:#996633;
}

ul#nav
{
float:right;
margin:0px;
padding:0px;
padding-top:3px;
list-style:none;
}

#nav li
{
font-size:14pt;
display:inline;
margin-right:30px;
padding-left:10px;
border-left:1px solid #ffdab9;
}

#nav a:link, a:visited, a
{
color:#ffdab9;
text-decoration:none;
}

#nav a:hover
{
text-decoration:underline;
}
/*End Main menu*/

.topmenu img
{
position:absolute;
height:1.6em;
}

div.container
{
background-color:#996633;
}

/*for the sub-categories*/

div.sidemenu
{
float:left;
width:140px;
margin:0;
margin-top:1em;
padding:0;
background-color:#996633;
}

ul#subnav
{
font-size:16pt;
width:140px;
list-style:none;
margin:0px;
margin-bottom:40px;
padding:0px;
border-bottom:1px solid #ffdab9;
}

#subnav li a
{
display:block;
text-decoration:none;
padding:5px;
border:1px solid #ffdab9;
border-bottom:0;
}
	
/* Fix IE. Hide from IE Mac \*/
	* html #subnav li { float:left; }
	* html #subnav li a { height: 1%; }
/* End */
	
#subnav li a:hover
{
background-color:#ffdab9;
color:#996633;
}

/*For the side search bar*/

div.search
{
font-size:8pt;
color:#ffdab9;
padding:2px;
}

.search table
{
border:2px solid black;
}

.search td
{
padding:0;
}

/* For the search form in the body */

div.search2
{
font-size:12pt;
color:#996633;
padding:2px;
float:left;
margin-right:50px;
}

.search2 table
{
border:2px solid black;
width:275px;

}

.search2 td
{
padding-left:10px;
}


/*for the content*/

div.content
{
margin-left:140px;
padding:1em;
background-color:#ffdab9;
min-height:500px;
}

h1
{
margin-top:0;
}

.content a:link,.content a:visited
{
color:#996633;
text-decoration:none;
font-weight:bold;
}

.content a:hover
{
text-decoration:underline;
}

.content hr
{
color:#996633;
}

/*end content*/
/*for the footer*/

div.footer
{
margin-left:140px;
text-align:center;
}

/*end footer*/

span.bold
{
font-weight:bold;
}

h2
{
font-size:16pt;
}

div.payment
{
float:right;
border:3px solid black;
padding:5px;
margin:5px;
}

.payment ul
{
margin:0;
margin-top:5px;
margin-bottom:5px;
list-style-type: circle;
}

div.new
{
float:left;
width:250px;
border-right:2px solid black;
padding-right:10px;
padding-top:5px;
margin-right:20px;
margin-top:10px;
)