/********************************************************************
	MAGAMALL - global.css
	-----------------------------
	author: Relish Interactive - reli.sh
	date: march 12, 2011 
	
	INDEX
	-----------------------------------------
	- Imports
	
*********************************************************************/
/* IMPORTS ---------------------------------------------------------*/
@import url("/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/reset.css");
@import url("/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/structure.css");
/* TYPOGRAPHY ------------------------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #646464;
}
p {
	margin-bottom: 10px;
}
h5 {
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	font-size: 1.7em;
	color: #fff;
	
}
/* LINKS -----------------------------------------------------------*/
a {
	color: #307283;
	text-decoration: none;
}
/* BUTTONS ---------------------------------------------------------*/
.btn_subscribe {
	display: block;
	background: url(/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/subscribe.jpg) 0 0 no-repeat;
	height: 42px;
	width: 154px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.btn_download {
	display: block;
	background: url(/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/download.png) 0 0 no-repeat;
	height: 53px;
	width: 154px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.btn_app_apple {
	display: block;
	background: url(/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/app_store.png) 0 0 no-repeat;
	height: 52px;
	width: 154px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.btn_app_android {
	display: block;
	background: url(/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/android_market_gp.png) 0 0 no-repeat;
	height: 52px;
	width: 154px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.btn_app_blackberry {
	display: block;
	background: url(/client/disticor/Magamall_New_LP4W_LND_WebStation.nsf/app_world.png) 0 0 no-repeat;
	height: 52px;
	width: 154px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
