body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

img{
	border:none;
	margin:5px;
}

a{
	color:#000000;
	text-decoration:underline;
}

a img{
	border:2px solid #000000;
}

h1{
	font-size:20px;
	text-decoration:underline;
}


h2{
	font-size:18px;
}

h3{
	font-size:16px;
}

p{
	font-size:12px;
	line-height:20px;
}

hr{
	width:500px;
	margin:50px;
}

/*******************************************************************
 * PAGE LAYOUT                                                     *
 *******************************************************************/

#framecontentLeft{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 230px;
	height:100%;
	overflow: hidden; 
}

#framecontentBottom{
	position: absolute; 
	top: auto; 
	width: 100%;
	bottom: 0px;
	right: 0px;
	height: 80px; 
	overflow: hidden; 
	background-color: #FFFFFF;
}

#framecontentMainLeft{
	position: fixed; 
	top: 0px;
	left: 230px; 
	right: 0px;
	bottom: 80px; 
	overflow: auto; 
	background-color: #FFFFFF;
}

#framecontentMainCentered{
	position: fixed; 
	top: 0;
	left: 230px; 
	right: 0px;
	bottom: 80px; 
	overflow: auto; 
	background-color: #FFFFFF;
	text-align: center;
}

#framecontentStart{
	position: fixed; 
	top: 0;
	left: 0px; 
	right: 0px;
	bottom: 80px; 
	overflow: auto; 
	background-color: #FFFFFF;
	text-align: center;
}

.innertube{
	margin: 10px; 
}

* html #framecontentMainLeft{ /*IE hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentMainCentered{ /*IE hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentMainCentered{ /*IE hack*/
	height: 100%; 
	width: 100%; 
}

/*******************************************************************
 * MENU                                                            *
 *******************************************************************/
 
.menu{
	width:100%;
	text-align:center;
}

.menu td a{
	display:block;
	width:110px;
	height:16px;
	background-image:url(../bg/button_out.gif);
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	text-transform:uppercase;
}

.menu td a:hover{
	background-image:url(../bg/button_over.gif);
}

* html .menu td a{ /*IE hack*/
	width:120px;
}

.menu th{
	font-size:13px;
}

.menu td, .menu th{
	height:35px;
}

/*******************************************************************
 * MENU                                                            *
 *******************************************************************/
 
.submenu{
	padding: 15px;
	text-align:right;
}

.submenu ul{
	list-style-type:none;
	text-align:right;
	margin-left:0px;
	padding-left:0px;
}

.submenuExpand{
	margin-top:15px;
	margin-bottom:15px;
}

.submenu1 .submenuExpand a{
	color:#444444;
}

.submenu1{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.submenu2{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.submenu1 a{
	color:#999999;
	text-decoration:none;
}

.submenu1 a:hover{
	color:#444444;
}

.submenu2 a{
	color:#444444;
}

.submenu2 a:hover{
	color:#444444;
}

/*******************************************************************
 * GENERAL CLASSES                                                 *
 *******************************************************************/
 
.noborder{
	border:none;
}

.nomargin{
	margin:0px;
}
 
.artwork{
	border:2px solid #000000;
	margin:5px;
}

.textimageblock{
	width:600px;
	height:50px;
}

.textimageblock td{
	width:300px;
	padding-right:10px;
	vertical-align:top;
}

.chrono{
	width:600px;
}

.chronoyear{
	width:70px;
	text-align:left;
	vertical-align:top;
}

.chronocontent{
	width:530px;
	text-align:left;
	vertical-align:top;
}

.catalogOrder{
	height:50px;
}

.catalogForm td{
	text-align:left;
	padding-left:20px;
}

.error{
	color:#CC0000;
	font-weight:bold;
}

.error ul{
	list-style-type:none;
}