@charset "utf-8";

.preload
{
	display: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #6b0b7b;
	color: #333333;
	font-size: 12px;
}

h1
{
	display: inline;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	border-right: 1px solid #6b0b7b;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 18px 0px;
	color: #6b0b7b;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	color: #6b0b7b;
}

h4
{	
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

p
{
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

em
{
	font-style: normal;
	color: #669BCA;
}

ul
{
	margin: 0px 0px;
	padding: 0px 0px;
}

	ul li
	{
		list-style-type: none;
		padding: 0px 0px 0px 25px;
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 20px;
		background-image: url(/assets/images/mobile/bullet-blue.jpg);
		background-position: 6px 6px;
		background-repeat: no-repeat;
	}

a:link,
a:visited
{
	color: #669BCA;
	text-decoration: underline;
}

a:hover
{
	color: #4B7296;
}

dl
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

	dl dt
	{
		float: left;
		clear: left;
		padding: 0px;
		margin: 0px;
		line-height: 20px;
		font-weight: bold;
	}
	
	dl dd
	{
		line-height: 20px;
		padding: 0px 0px 0px 90px;
		margin: 0px;
	}
	
	dl a:link,
	dl a:visited
	{
		color: #333333;
		text-decoration: none;
	}
	
	dl a:hover
	{
		color: #669BCA;
		text-decoration: none;
	}

form
{
	margin: 0px;
}

	form div
	{
		padding: 5px 0px;
		width: 510px;
	}
	
	p.validation-message
	{
		color: #669BCA;
		font-weight: bold;
	}
	
	form div.tnc
	{
		position: relative;
		padding: 0px 0px 0px 90px;
	}
	
	form div label.txt
	{
		float: left;
		line-height: 20px;
		font-weight: bold;
		width: 90px;
		vertical-align: middle;
	}
	
	form div label.tnc
	{
		width: 330px;
		line-height: 20px;
		font-weight: bold;
		vertical-align: middle;
	}
	
	form div input.txt
	{
		width: 300px;
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		padding: 0px 2px;
		border: 1px solid #669BCA;
		vertical-align: bottom;
	}
	
	form div input.failed-validation,
	form div textarea.failed-validation
	{
		background: #6b0b7b;
	}
	
	form div textarea
	{
		width: 400px;
		font-size: 12px;
		height: 100px;
		padding: 0px 2px;
		border: 1px solid #669BCA;
		vertical-align: bottom;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	form div img.required
	{
		vertical-align: top;
	}
	
	form div input.cb
	{
		vertical-align: middle;
	}
	
	form div input.btn
	{
		vertical-align: middle;
		width: 50px;
		font-size: 12px;
	}
	
	#send-message
	{
		position: absolute;
		top: 0px;
		left: 450px;
	}
	

span.small
{
	font-size: 10px;
}

br.clear
{
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

div.col-1
{
	float: left;
	padding: 0px 30px 0px 0px;
}

div.col-2
{
	float: left;
	padding: 0px 0px 0px 30px;
	border-left: 1px solid #669BCA;
}

	div.col-1 p,
	div.col-2 p
	{
		margin: 0px 0px 6px 0px;
	}

#page-wrapper
{
	min-width: 240px;
	max-width: 480px;
	border: 1px solid #999999;
	margin: auto;
	background: #FFFFFF;
	padding: 15px 20px;
}

#page-header
{
	border-bottom: 1px solid #6b0b7b;
	
}

	#navigation
	{
	display:none;
	height: 85px;
	margin: 0px;
	padding: 0px;
	}
	
		#navigation li
		{
			display:none;
			width: 15%;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			background-image: none;
		}
		
			#navigation li a
			{
			display:none;	width: 85px;
				height: 100px;
				margin: auto;
				text-indent: -5000px;
				overflow: hidden;
				border: 0px none #FFFFFF;
			}
			
		#nav-home
		{
			left: -5%;
			top: 0%;
		}
		
			#nav-home a:link,
			#nav-home a:visited
			{
				background: url(/assets/images/mobile/nav-home.jpg) no-repeat top left;   
			}
			
			#nav-home.active a:link,
			#nav-home.active a:visited
			{
				background: url(/assets/images/mobile/nav-home-hover.jpg) no-repeat top left !important;
			}
			
			#nav-home a:hover
			{
				background: url(/assets/images/mobile/nav-home-hover.jpg) no-repeat top left;
			}
		
		#nav-msc
		{
			left: 12.5%;
			top: 0%;
		}
		
			#nav-msc a:link,
			#nav-msc a:visited
			{
				background: url(/assets/images/mobile/nav-msc.jpg) no-repeat top left;
			}
			
			#nav-msc.active a:link,
			#nav-msc.active a:visited
			{
				background: url(/assets/images/mobile/nav-msc-hover.jpg) no-repeat top left !important;
			}
			
			#nav-msc a:hover
			{
				background: url(/assets/images/mobile/nav-msc-hover.jpg) no-repeat top left;
			}
		
		#nav-eom
		{
			left: 31%;
			top: 0%;
		}
		
			#nav-eom a:link,
			#nav-eom a:visited
			{
				background: url(/assets/images/mobile/nav-eom.jpg) no-repeat top left;
			}
			
			#nav-eom.active a:link,
			#nav-eom.active a:visited
			{
				background: url(/assets/images/mobile/nav-eom-hover.jpg) no-repeat top left !important;
			}
			
			#nav-eom a:hover
			{
				background: url(/assets/images/mobile/nav-eom-hover.jpg) no-repeat top left;
			}
		
		#nav-pr
		{
			left: 48.5%;
			top: 0%;
		}
		
			#nav-pr a:link,
			#nav-pr a:visited
			{
				background: url(/assets/images/mobile/nav-pr.jpg) no-repeat top left;
			}
			
			#nav-pr.active a:link,
			#nav-pr.active a:visited
			{
				background: url(/assets/images/mobile/nav-pr-hover.jpg) no-repeat top left !important;
			}
			
			#nav-pr a:hover
			{
				background: url(/assets/images/mobile/nav-pr-hover.jpg) no-repeat top left;
			}
		
		#nav-bpe
		{
			left: 67%;
			top: 0%;
		}
		
			#nav-bpe a:link,
			#nav-bpe a:visited
			{
				background: url(/assets/images/mobile/nav-bpe.jpg) no-repeat top left;
			}
			
			#nav-bpe.active a:link,
			#nav-bpe.active a:visited
			{
				background: url(/assets/images/mobile/nav-bpe-hover.jpg) no-repeat top left !important;
			}
			
			#nav-bpe a:hover
			{
				background: url(/assets/images/mobile/nav-bpe-hover.jpg) no-repeat top left;
			}
		
		#nav-au
		{
			left: 84.5%;
			top: 0%;
		}
		
			#nav-au a:link,
			#nav-au a:visited
			{
				background: url(/assets/images/mobile/nav-about.jpg) no-repeat top left;
			}
			
			#nav-au.active a:link,
			#nav-au.active a:visited
			{
				background: url(/assets/images/mobile/nav-about-hover.jpg) no-repeat top left;
			}
			
			#nav-au a:hover
			{
				background: url(/assets/images/mobile/nav-about-hover.jpg) no-repeat top left;
			}
	
#page-content
{
	padding: 6px 0px;
	min-height: 300px;
}

	#content-wrapper
	{
		margin: 0px;
		padding: 0px 0px 0px 0px;
		width: 90%;
	}

	#what-our-clients-say
	{
		background-image: url(/assets/images/mobile/qm-1.jpg);
		background-repeat: no-repeat;
		background-position: 0px 25px;
		margin: 12px 0px 0px 0px;
	}
	
		#what-our-clients-say h3
		{
			font-size: 12px;
			font-weight: normal;
			margin: 0px 0px 6px 0px;
			padding: 0px;
			line-height: 24px;
			color: #333333;
		}
		
		#what-our-clients-say blockquote
		{
			color: #669BCA;
			margin: 0px;
			padding: 5px 10px;
			background-image: url(/assets/images/mobile/qm-2.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		
			#what-our-clients-say blockquote p
			{
				font-size: 10px;
				margin: 0px;
				padding: 0px;
			}
		
		#what-our-clients-say p.cite
		{
			font-size: 12px;
			padding: 0px;
			margin: 6px 0px 0px 0px;
			text-align: right;
		}
		
			#what-our-clients-say p.cite cite
			{
				font-style: italic;
				font-weight: normal;
			}

#page-footer
{
	position: relative;
}


	#page-footer a:link,
	#page-footer a:visited
	{
		color: #333333;
		text-decoration: none;
	}
	
	#page-footer a:hover
	{
		color: #669BCA;
		text-decoration: none;
	}
	
	#btn-contact
	{
		position: absolute;
		top: 16px;
		right: 6px;
		background: url(/assets/images/mobile/btn-contact.jpg) no-repeat top left;
		display: block;
		width: 98px;
		height: 50px;
	}
	
		#btn-contact span.hidden
		{
			visibility: hidden;
		}
	
	#copyright
	{
		border-top: 1px solid #669BCA;
		padding: 3px 0px 3px 0px;
		margin: 0px;
		clear: both;
		color: #669BCA;
	}
	
	#footer-details
	{
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		border-collapse: collapse;
	}
	
		#footer-details th
		{
			text-align: left;
			width: 48px;
			font-weight: normal;
		}

#page-header
{
	display:none;
	
}
#navigation {
	display:none;
	
	
}

#nodisplay {display:block;}
a {color:#6b0b7b}
a:hover {color:#000;}
