@CHARSET "ISO-8859-2";
html, body{
	height: 100%;
	width: 100%;
}
body{
	background: url('gfx/bg.jpg') #7B1B14 repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body, td, th{
	color: #333333;
	font-size: 12px;
}

ul{
	color: #666666;
	font-size: 11px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 a:link, h1 a:visited  {
	color: #000000;
	text-decoration:none;
}
/* * * MAIN TABLE * * */
#mainTable{
	margin: 0 auto;
}
	
p{
	margin: 3px;
	padding: 2px;
}

a:link{
	color: #CC0000;
	text-decoration: none;	
}

a:visited{
	color: #990000;
	text-decoration: none;	
}

a:hover{
	color: #FF0000;
	text-decoration: underline;	
}

a:active{
	color: #FF0000;
	text-decoration: none;	
}

/*
 * HEAD MENU
 */
#headMenu{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	margin-right: 5px;
	padding-top: 2px;
	text-align: right;
}

#headMenu a {
	color: #FFFFFF;
	margin-left: 20px;
	text-decoration: none;
}

#headMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
 * SHADOWS
 */
#leftShadow, #rightShadow{
	height: 100%;
	vertical-align: top;
	width: 12px;
}
#leftBottomShadow , #rightBottomShadow{
	height: 100%;
	width: 12px;
}
#leftBottomShadow img, #rightBottomShadow img{
	vertical-align: top;
}
#leftShadow{
	background: url('gfx/shadow_l.jpg') transparent repeat-y top right;
	text-align: right;
}

#rightShadow{
	background: url('gfx/shadow_r.jpg') transparent repeat-y top left;
	text-align: left;
}
#bottomShadow{
	background: url('gfx/shadow_b.jpg') transparent repeat-x top right;
	height: 15px;
	width: 970px;
}

/*
 * PAGE BODY
 */
#mainSection{
	background: #FFFFFF;
	height: 100%;
	vertical-align: top;
	width: 970px;
}

/* * * TOP LOGO * * */
#topLogo{
	background: url('gfx/top_logo.jpg') #FFFFFF no-repeat top center;
	height: 90px;
	width: 100%;
}

/* * * TOP MENU * * */
#topMenu{
	background: url('gfx/menu_off.jpg') #FFFFFF repeat-x center left;
	height: 30px;
	width: 100%;
}

#topMenu ul{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#topMenu li{
	display: inline;
}

#topMenu a{
	color: #FFFFFF;
	background: url('gfx/menu.jpg') #FFFFFF repeat-x 0 0;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}

#topMenu a:hover{
	background: url('gfx/menu.jpg') #FFFFFF repeat-x 0 -30px;
	color: #FFFFFF;
	text-decoration: none;
}

/* * * LEFT MENU * * */
#leftMenu{
	display: block;
	float: left;
	width: 205px;
	padding: 30px;
}

#leftMenu h1{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0 0 10px 0;
}

#leftMenu h1 a{
	text-decoration: none;
}

#leftMenu .mainLink{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#leftMenu h1 a:hover{
	color: #FF0000;
}

#leftMenu h2{
	background: url('gfx/cat_back.jpg') no-repeat 3px;
	padding: 5px 0 5px 25px;
	margin: 0 0 10px 0;
}

#leftMenu h2 a{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
}

#leftMenu h2 a:hover{
	color: #990000;	
}

#leftMenu .product {
	color: #CC0000;
	background-image:  none;
}

#leftMenu ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#leftMenu ul li {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 1px 0;
}

#leftMenu ul li a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 1px 0 1px 2px;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;
}

#leftMenu ul li a:hover {
	color: #FF0000;
}

#leftMenu ul li a.openMainCategory {
	background-image: url('gfx/expanded.gif');
	font-weight: bold;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 10px; 
}

#leftMenu ul li ul{
	margin: 0;
	padding: 0;
}

#leftMenu ul li ul li {
	background-repeat: repeat-y;
	background-position: center;
	border-style: none;
}

#leftMenu ul li ul li a {
	text-decoration: none;
	color: #666666;
	border: none;
	font-size: 11px;
	font-weight: normal;
	background-image: none;
	background-position: 4% 50%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0 0 0 17px;
}

#leftMenu ul li ul li a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#leftMenu ul li ul li .openCategory {
	background-image: url('gfx/expanded.gif');
	font-weight: bold;
}

#leftMenu ul li ul li .closedCategory {
	background-image: url('gfx/closed.gif');
}

#leftMenu ul li ul li ul{
	margin-left: 10px;
}

#leftMenu ul li ul li ul li a {
	color: #666666;
}


/* * * PAGE TEXT * * */
#pageText{
	display: block;
	float: left;
	width: 675px;
	padding: 10px 30px 15px 0;
}

#pageText h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 2px 0;
	margin: 5px 0;
}


/* * * FOOTER AREA * * */
#footerArea{
	clear: both;
	font-size: 10px;
	color: #666666;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
#footerArea #footerContent #footerLinks a{
	text-decoration: none;
}

#footerArea #footerContent #footerLinks a:hover{
	text-decoration: underline;
}
#footerArea #footerContent{
	margin: 20px;	
}

#footerArea #footerContent #footerLinks {
    margin: 10px;
}

#footerArea #footerContent #footerText{
    margin: 10px;
}
