/**********************************
Description...:Master Screen CSS
Copyright.....:BlueVine Ltd.
Author........:richard@bluevine.com
Last Changed..:11-12-2009
Notes #1......: Do NOT modify
Notes #2......: 
/******************
Layout**/


body
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 62.5%;
	color: #454545;
}

/* ------ general styles ------ */

#sitewrapper
{
	text-align: left;
	width: 807px;
	font-size: 11px;
	line-height: 1.5em;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

html, p, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, legend
{
	margin: 0;
	padding: 0;
	border: 0;
}

ul
{
	list-style: none;
}

a
{
	color: #454545;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 5px 0;
	height: 30px;
}

h2
{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 8px;
	padding: 0 0 18px 0;
}

h5, h5 a:link, h5 a:active, h5 a:visited, h5 a:hover
{
	font-weight: normal;
	color: #cc0000;
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}



/* ------- top navigation -------- */

#logoarea
{
	width:827px;
	height:69px;
	float: left;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#navigation p 
{
	display:block;
	text-align:right;
	font-size:0.8em;
	line-height:10px;
	clear:right;
}

#navigation a 
{
	color:#CC0000;
}

#menuarea
{
	float: left;
	width: 447px;
	height: 75px;
}

#menuarea h1
{
	padding-top:10px;
	padding-left: 10px;
}

#menuarea p
{
	padding-left: 10px;
}

#webimage
{
	float: left;
	width: 450px;
	height: 339px;
	background-image:url(../images/screenshot.jpg);
	background-repeat:no-repeat;
}

#registration-spacer
{
	float: right;
	width: 307px;
	height: 23px;
}

#information-top
{
	float: right;
	width: 307px;
	height: 236px;
	background-image:url('../images/register-background-top.jpg');
	background-repeat:no-repeat;	
}

#registration-top
{
	float: right;
	width: 307px;
	height: 391px;
}

#information-top p
{
	padding-top:10px;
	padding-left: 10px;
	font-weight: 700;
}


#information-bottom
{
	float: right;
	width: 307px;
	height: 153px;
	background-image:url('../images/register-background-bottom.jpg');
	background-repeat:no-repeat;	
}

#registration-bottom
{
	float: right;
	width: 307px;
	height: 391px;
}

#information-bottom p
{
	padding-top:10px;
	padding-left: 10px;
	}

.registrationtextbox
{
	width:180px;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

.fieldheight
{
    width: 98px;
}

/* ------- footer ------- */


#footerwrapper {
float:left;
width:862px;
height:50px;
}

#footer {
	float:left;
	width:827px;
	background:#fff;
	border-top:3px solid #B12B04;
	margin-top: 20px;
}
#footer td {
vertical-align:top;
}
#footer p {
	font-size:12px;
	color:#454545;
	text-align:left;
	margin:5px 10px 10px;
}
#footer p.side {
text-align:right;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#B12B04;
	text-decoration:underline;
}
#footer a:hover {
text-decoration:none;
}


/* ------- validation syles ------- */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
    font-size: xx-small;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
