/* global styles */

html {
	scrollbar-arrow-color:#000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #808080;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #808080;
	scrollbar-track-color:#000000;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	font-family : "BankGothic Md BT", "BankGothic Lt BT", "Verdana", "Arial", "Helvetica";
	font-size : 14pt;
	text-align : center;
}

h1,h2,h3 {
	color: #C0C0C0;
	text-align: left;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

A:link { text-decoration: none; color: #FFFFFF; }
A:visited { text-decoration: none; color: #808080; }
A:hover { text-decoration: underline; color: #C0C0C0; }
A:active { text-decoration: underline; color: #C0C0C0; }
	
* {
margin : 0px;
padding : 0px;
}

a {
color : #C0C0C0;
text-decoration : underline;
border : 0px;
}

li, blockquote {
margin-left : 20px;
}

fieldset {
border : 0px;
}

table {
border-collapse : collapse;
}

p {
	font-size : 10pt;
}

a img {
   border: none;
}

/* ########## MENU ########## */

div.shop_level1 {
margin-left : 4px;
line-height : 22px;
margin-top : 2px;
width : 180px;
height : 22px;
text-decoration : none;
color : #ffffff;
font-weight : bold;
}

div.shop_level1 a {
width : 143px;
height : 22px;
line-height : 22px;
display : block;
text-decoration : none;
color : #808080;
font-weight : bold;
background-color:#C0C0C0;
font-size : 14px;
}

div.shop_level1 a:hover {
background-color:#C0C0C0;

}
div.shop_level1 a:visited {
text-decoration : none;
color : #C0C0C0;
}


div.shop_level2 {
height:219px;
width:143px;
padding-left:4px;
}

div.shop_level2 a 
{

width : 143px;

display : block;

}

/****************************************/
#main {
	min-height: 600px;
}

