
body {
	margin: 10px;
	font: 11px Tahoma,Helvetica,sans-serif;
	color: #042701;
	background: #fff;
}

br.clear{
	float: none;
	clear: both;
}

a:link, a:visited {
	color: #0466FB;
}

a:hover, a:active {
	color: #2EEFF8;
}

a img {
	border: none;
}

#content-wrapper {
	width: 954px;
	margin: 0 auto;
}

h1 {
	margin: 0;
}

h1 img, #intro img {
	display: block;
}

/* Columns & Modules */
.column {
	width: 391px;
	float: left;
	clear: none;
}

.module {
	display: inline; /* BUGFIX: for IE double margin bug */
	width: 376px;
	float: left;
	clear: none;
	margin: 15px 15px 0 0;
}

.module h2 {
	height: 37px;
	margin: 0;
	text-indent: -999em;
}

.module .content {
	padding: 15px 7px;
}

.module .content p {
	margin: 8px 0;
}

.module .content ul, .module .content dl {
	margin: 0;
}

.module .content ul {
	list-style-type: none;
	padding: 0;
}

.module .content ul li {
	margin: 0;
	padding: 0 0 7px 27px;
}

.module#news {
	background: #EDF3F8 url(../images/bg_news_top.png) no-repeat 0 37px;
}

.module#news h2 {
	background: transparent url(../images/hd_news.png) no-repeat;
}

.module#news .content {
	background: transparent url(../images/bg_news_bott.png) no-repeat bottom;
}

.module#news .content ul li {
	background: transparent url(../images/ic_news.png) no-repeat 5px 1px;
}

.module#features {
	background: #EDF3F8 url(../images/bg_features_top.png) no-repeat 0 37px;
}

.module#features h2 {
	background: transparent url(../images/hd_features.png) no-repeat;
}

.module#features .content {
	background: transparent url(../images/bg_features_bott.png) no-repeat bottom;
}

.module#features .content ul li {
	background: transparent url(../images/ic_feature.png) no-repeat 0 1px;
}

.module#features .content ul#games li {
	background: transparent url(../images/ic_game.png) no-repeat 3px 1px;
}

.module#store-info {
	position: relative;
	width: 563px;
	margin-right: 0;
	background: #EDF3F8 url(../images/bg_info_top.png) no-repeat 0 37px;
}

.module#store-info h2 {
	background: transparent url(../images/hd_info.png) no-repeat;
}

.module#store-info .content {
	background: transparent url(../images/bg_info_bott.png) no-repeat bottom;
}

.module#store-info #map {
	position: absolute;
	top: 34px;
	right: 11px;
	width: 355px;
	height: 303px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gr_map.png', sizingMethod='image');
}

.module#store-info #map img {
	display: none;
}

html>body .module#store-info #map img {
	display: block;
}

.module#store-info .content dl dt {
	font-weight: bold;
	color: #0D3A55;
	margin: 0 0 3px 0;
}

.module#store-info .content dl dd {
	margin: 0 0 42px 0;
}

.module#store-info .content dl dd.last {
	margin: 0 0 10px 0;
}

/* Footer */
#footer {
	width: 954px;
	height: 2.5em;
	margin: 15px 0 0 0;
	clear: both;
	border: 1px solid #ddd;
	border-width: 1px 0;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 7px 15px 0 0;
}

#footer ul li {
	display: inline;
	padding: 0 0 0 15px;
}

