html, body, form, fieldset {
	font: 100% "Verdana";
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #999999;
}
body { 
	height: 100%; 
	background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}
li, dd, blockquote {
        margin-left: 1em;
}
form label {
        cursor: pointer;
}
input, select, textarea {
        font-size: 100%;
        border: 1px solid #00639B;
}

:link,:visited { text-decoration:none }
a img,:link img,:visited img { border:none }
a { color: #999999 }
a.small {font-size: 10px;}


h1 {
	font-size: 14px;
}
p {
	color: #999999;
}

table {
	border-collapse: collapse;
	
}
td.top_fade { height: 10px; background-image: url("../img/side_T.jpg"); background-repeat: repeat-x; }
td.content { background: #FFFFFF;height: 400px; }
td.left { background: #DDDDDD; }
td.left_top { background: #CCCCCC; height: 80px;}
td.left_bottom { background: #DDDDDD;}
td.left_fade { width: 8px; background-image: url("../img/side_L.jpg"); background-repeat: repeat-y; }
td.right_top { background: #CCCCCC; }
td.right_bottom { background: #DDDDDD;}
td.banner { background: #DDDDDD; height: 150px; }
td.right_fade { width: 8px; background-image: url("../img/side_R.jpg"); background-repeat: repeat-y; }
td.bottom_fade { height: 10px; background-image: url("../img/side_B.jpg"); background-repeat: repeat-x; }
td.corner_tl { background-image: url("../img/corner_tl.jpg"); background-repeat: no-repeat; background-position: top left;}
td.corner_tr { background-image: url("../img/corner_tr.jpg"); background-repeat: no-repeat; background-position: bottom right;}
td.corner_bl { background-image: url("../img/corner_bl.jpg"); background-repeat: no-repeat; background-position: top left;}
td.corner_br { background-image: url("../img/corner_br.jpg"); background-repeat: no-repeat; background-position: bottom right;}
td.lang a:hover { color: #01006a; }


div#main_menu {
	position: relative;
	top: 0px;
	width: 150px;
	float:left;
	padding:10px;
	
}
div#main_menu a {
	display:block;
}
div#main_menu ul {
	list-style-type: none;
}

div#main_menu .level0 a {
	padding: 3px;
	font-size: 12px;
	color: #777777;
	border-top: 1px dashed #F4F3F2;
}
div#main_menu .level1 {
	margin: 0 0 0 5px;
  padding: 0px;
}
div#main_menu .level1 a {
	font-size: 11px;
	color: #888888;
}
div#active_parent a:link, 
div#active_parent a:visited {
	
	color: #555555;
	font-weight: bold;
}
div#active_sub a:link,
div#active_sub a:visited {
	color: #777777;
	font-weight: bold;
}
div#main_menu .level0 a:hover {
	color: #555555
}
div#main_menu .level1 a:hover {
	color: #666666;
}
div#main_menu .inactive {
	display:none;
}
div#content {
	
	width: 550px;
	color: #555555;
	float:left;
	padding: 10px;
}
div#content a:hover { color: #666666}

div#albumblock {
	display: block;
	position: relative;
	float: left;
	margin: 5px;
	height: 60px;
	width: 60px;
	background-image: url("../img/albumblock2.jpg");
	text-align: center;
}
div#albumblock img { 
	margin-top: 5px;
}  
div#banner {
	position: relative;
	bottom: 10px;
	left: 10px;
}
div#brands {
	position: fixed;
	top:auto;
	bottom: 0px;
	float: bottom;
	width: 100%;
	height: 30px;
	background: #cccccc;
	text-align: center;
}
div#switcher {color: #cccccc}