/* www.rk-online.co.uk | Copyright 2006 Phoenix Mecano Ltd */

html,body {
    background-color: #CCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
	margin-top:10px;
}

/* Headers and Menu Bar */

div.header {
	width: 700px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	margin-bottom: 10px;
}

div.header h1 {
	font-size:24px;
	color:#000;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}

div.nav {
    color:#FFF;
	padding-top:170px;
	padding-left:0px;
	text-align:center;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF;
	text-decoration: underline;
	margin-right:10px;
	font-weight:bold;
}

.nav a:hover {
    color: #fe0000;
	text-decoration: none;
}

/* Content */

div.upperleft {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	background-color: #FFFFFF;
	background-image: url(images/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}

div.upperright {
	background-image: url(images/topright.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url(images/bottomleft.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

div.homepage {
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position:center;
}

div.callback {
	text-align: right;
}

/* Text Styles */

h1 {
	font-size: 13pt;
	margin: 0%;
}

h2 {
	font-size: 10pt;
	margin: 0%;
}

h3 {
	font-size: 13pt;
	margin: 0%;
	color: #fe0000;
	text-align: center;
}

p {
    color:#000;
	font-size: 10pt;
	text-decoration: none;
}

p a, p a:visited {
	color:#000;
	text-decoration: underline;
}

p a:hover {
    color: #fe0000;
	text-decoration: none;
}
	

table {
	font-family:Verdana, Arial, sans-serif;
	font-size:10pt;
}

table a, table a:visited {
	color:#000;
	text-decoration: underline;
}

table a:hover {
    color: #fe0000;
	text-decoration: none;
}

/* Image Styles */

.imgborder {
	border: 2px solid #f0f0f0;
	margin:2px;
}

/* Footer and Copyright */

div.footer {
    color:#FFF;
    background-image: url(images/footer.gif);
	text-align:center;
	width:700px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
.footer a, .footer a:hover, .footer a:visited {
	color:#FFF;
	text-decoration: underline;
}
.footer a:hover {
    color: #fe0000;
	text-decoration: none;
}

/* www.rk-online.co.uk | Copyright 2006 Phoenix Mecano Ltd */