/*
		Redback Solutions - http://rb.com.au - December 2011
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #f2f2f2 url('../images/bg-tile.png') repeat center top;
	color: #555;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

/* Selection colours */

::selection 	 	{background: rgba(110,167,190,1); color: #fff; text-shadow: none;}
::-moz-selection 	{background: rgba(110,167,190,1); color: #fff; text-shadow: none;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgba(110,167,190,1);}

/*--------------------- VISIONSCAPE MENU SETTINGS ---------------------*/
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}

/*------------------------ BASIC TEXT STYLING -------------------------*/
p, li {
	font-size: 1.1em;
	line-height: 1.25em;
}
h1 {
	color: #404041;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.9375em; /*47 / 16*/
	font-weight: normal;
	line-height: 1em;
	position: relative;		
}
p {
	font-size: 0.75em;
	margin-bottom: 1em;
	width: 341px;
}
a:link, a:visited {
	border-bottom: 1px dotted #555;
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #333;
	border-bottom: 1px solid #444;
}
/*------------------------- PAGE STYLING ----------------------------*/
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 341px;
}
.logo {
	margin: 0 auto;
	width: 341px;	
}
.logo img {
	margin: 40% 0 0;
}
.contact {
	margin: 40px 0 0;
	text-align: center;
}
