/* Stylesheet for Website - Split Screen Width 1024 Pixels */
/* Version V1.0.0, 16/09/2007 WBM. */
/* Copyright 2007. Property of Design Atom  - www.designatom.com */

/* ------------------------------------------------------------------------- */
/* CONTENT LAYOUT */

/* First Content Column */
div.mobile {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 224px;
	height: 520px;
	overflow: hidden;
	z-index: 2;
	float: right;
	border: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Mobile Phone Display */
div.display {
	position: relative; 
	top: -457px; 
	left: 36px; 
	width: 152px;
	height: 190px;
	overflow: scroll;
	z-index: 3;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* ------------------------------------------------------------------------- */

/* TEXT STYLES */

/* Normal Content Style */
p.mobile {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial; 
	font-size: 8pt; 
	text-align: justify; 
	color: #424242; 
	line-height: 110%; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	z-index: 3;
}

/* ------------------------------------------------------------------------- */

/* HYPERLINK STYLES */

/* Inline with Text */
a.inlinemobile {
	font-family: Arial; 
	font-size: 8pt; 
	color: #F58220; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.inlinemobile {
	color: #FF0000; 
	text-decoration: underline;
}


/* ------------------------------------------------------------------------- */

/* IMAGE STYLES */

/* Right Image Style */
img.mobileright {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3;
	float: right;
	border: 0px;
	padding: 0px; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 0px;
}

/* Left Image Style */
img.mobileleft {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3;
	float: left;
	border: 0px;
	padding: 0px; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 2px;
}
