/*---------------------------------clearfix start-----------*/
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
/*.clear       {display:inline-block;}*/

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */
/*-----------------------------------clearfix end-----------*/
html, body {  
	width		: 100%;
	font		: 12px Georgia, Serif;
	letter-spacing: 1pt;
	color		: #888; 
	background	: #4d4d4d;
	line-height: 13pt
}
html,body,h1,h2,h3,h4,h5,h6,p,form {margin:0;padding:0;}

body {  
	margin-bottom	: 50px;
}

p{	margin: 1em 0 1em 0; }
h1{
	font		: 20px Georgia, Serif;
}
h2{	
	font			: 16px Georgia, Serif;
	padding			: 5px 0 5px 0px;
	margin			: 10px 0 5px 0;
	color			: #777;
}
a:link, a:active, a:visited {color:#8888FF; }
a:hover { color :#AAAAFF; }

.cursor		{	cursor  : pointer; } 
img  		{	border  : 0; } 
.clear		{	clear: both; }
.bold		{	font-weight: bold;	} 
.center		{	text-align: center;	}
.left		{	text-align: left;	}
.right		{	text-align: right;	}
.fleft		{	float:left; 	}
.fright		{	float:right; 	}
.hidden		{	display: none;	}
.visible	{	visibility: visible; width:100%; height:auto; }
.green		{	color: green; 	}
.red		{	color: #990000;	}
.error		{	color: #990000;}
.v50	{	width:50%; float:left; }

#outerwrap {
	background	: #fff url('../images/centre-line.png') repeat-y 50% 0;
	margin		: 50px auto 0px auto;
	width		: 900px;
}
#innerwrap{
	background	: transparent  url('../images/logo-soft.png') no-repeat 20% 100%;
	margin		: 0px 0px auto 0px;
	clear		: both;
}
/* roughly 1:1 column width */
#left{
	float		: left;
	margin-bottom	: 120px;
	padding		: 20px 25px 25px 25px;
	width		: 397px;
}
#right{
	background	: #fff;
	float		: right;
	padding		: 15px 15px 25px 15px;
	position	: relative;
	width		: 416px;
}
#footer{
	font		: 11px Georgia, Serif;
	color		: #ccc;
	margin		: 10px auto 40px auto;
	text-align	: center;
	width		: 900px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	color :#ccf;
	text-decoration:underline;
}
.imgnav{
	position	:absolute;
	right		:20px;
	top		:20px;
	z-index		:200;
}
.imgnav img{
	cursor  : pointer;
}

a:link.highlight, a:active.highlight, a:visited.highlight, a:hover.highlight
{
	background-color:#0a8492;
	color           :#fff;
	display         :block;
	font-weight     :bold;
	text-decoration :none;
	padding         :4px;
	text-align      :center;
	width           :220px;
}


