/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
background: url(../images/bg.jpg);
text-align: center;
color: #000;
font-size: 14px;
}
a img 
{
border:none; 
}
#wrapper
{
text-align: left;
margin: 0 auto;
background: url(../images/bg_menu_y.gif) repeat-y 189px 0px;
width: 1200px;
}
#top
{
background: url(../images/banner.jpg) no-repeat;
width: 1200px;
height: 238px;
margin: 0;
padding: 0;
}
#top a
{
width: 1200px;
height:238px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}

#menu
{
float: left;
margin: 0 0 0 189px;
padding:  0;
width: 152px;
height:500px
}
#menu ul
{
margin: 50px 0 0 20px;
padding: 0;
}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
padding: 0 0 5px 0;
}
#menu a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #e59742;
text-decoration: underline;
}
#content
{
background: #fff;
line-height: 18px;
margin: 0 0 -20px 341px;
padding: 0 10px;
width: 640px;
}
#content a:link, #content a:visited
{
color: #d10000;

}
#content a:hover, #content a:active
{
background-color: #d10000;
color: #fff;
text-decoration: none;
}
h1
{
color: #d10000;
font-size: 20px;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #d10000;
}
h2
{
color: #d10000;
font-size: 20px;
padding: 1em 0 0.5em 0;
}
#footer
{
font-size: 12px;
width: 660px;
margin-left: 341px;
clear: both;
background-color: #fff;
padding: 10px 0;
text-align: center;
}
#footer a:link, #footer a:visited
{

color: #d10000;

}
#footer a:hover, #footer a:active
{
background-color: #d10000;
color: #fff;
text-decoration: none;
}
#subcat
{
	font-size: 18px;
	padding: .5em 0 0.5em 0; 
}
#subcat a:link, #subcat a:visited
{
	color: #8096ae;
	text-decoration:none;
}
#subcat a:hover
{
	color: #b10000;
	background:#ffffff;
}
