/* CSS Document */

body {
	margin:0;
	background:#F1FDFF;
}
body, p, td, a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size:16px;
	color:#666666;
	text-decoration:underline;
}

h2 {
	margin:40px 0 8px 0;
	color:#4682B4;
}

ul{
	margin:0;
	padding:0 20px;
}

a:hover {
	text-decoration:underline;
	color:#4682B4;
}

.bgwhite {
	background:#FFFFFF;
	width:950px;
	margin:0 auto;
}
.topMenu {
	border-bottom:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	height:30px;
}

#tdLEFT {
	vertical-align:top;
	width:180px;
	padding:0 5px;
}

#tdLEFT li{
	font-weight:bold;
	line-height:20px;
}

#tdDATA{
	border-right:1px dashed #D3D3D3;
	border-left:1px dashed #D3D3D3;
	padding:0 24px;
}
#tdSHOP{
	text-align:center;
	vertical-align:top;
	border-left:1px dashed #D3D3D3;
	padding:0 24px;
}

#topHEADER {
	background:url(images/topbg.jpg) no-repeat;
	width:530px;
	height:200px;
	margin:0 auto;
}
#topHEADER div{
	padding:120px 0 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-shadow:white 1px 1px 1px;
	width:350px;
}

#footer td {
	padding:8px;
	font-size:11px;
	color:#999999;
}
#footer td a{
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

.module_menublock {
	padding-bottom: 1px;
	margin-top: 25px;
	border: 1px solid #a0a0a8;
	background-image: url(images/menu-bg.jpg);	
	background-repeat: repeat-y;
	width: 160px;
}

