/* --------------------------------------------------

randanet.com

master CSS file - 18/11/2005

written by Nick Fox - quixand.co.uk

Fixed width layout with liquid effect!

MADE IN THE U.K.
-----------------------------------------------------------
Index:  Global
		Header
		Main contents
		left nav
		footer
-----------------global------------------------------------
*/
#bot{
	display:none;
}
body{
	margin:0px;
	padding:0px;
	background-color: #DDE6F7;
}
#bgwrapper{
	height:173px;
	/*background-color:#990000;*/
}	
#leftbg{
	width:50%;
	/*background-color:#00FF00;*/
	height:173px;
	float:left;
	background-image:url(../images/bgwhite.jpg);
}
#rightbg{
	width:50%;
	left:50%;
	position:absolute;
	/*background-color:#0066FF;*/
	height:173px;
	background-image:url(../images/bgnowhite.jpg);
}
h1{
	margin:5px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h2{
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h5{
	margin-left:15px;
	font-size: 0.9em;
}
h3{
	margin-left:15px;
	font-size: 1.1em;
	font-family: Arial;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
	margin: 3px 5px 5px 10px;
	font-size: 0.9em;
}
#logo{
	display:block;
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

#pagecontainer{
	position: absolute;
	background-repeat: repeat-x;
	width: 100%;
	top:0px;
}
#page{
	background-image:url(../images/bgnowhite.jpg);
	background-repeat: repeat-x;
	/*background-color:#33CC99;*/
	width: 750px;
	top:0px;
	margin: 0 auto;
}
#access{
	position:relative;
	top: 0px;
	float: right;

}
#access a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #2FA8F9;
	text-decoration: none;
}
#access a:hover{
	color: #FFFFFF;
}
/* ============== header =====================
#headerright{
	position: absolute;
	margin-left: 300px;
	top: 110px;
	width: 400px;
	height: 60px;
	text-align: center;
}*/
#headernav {
	position: absolute;
	margin-left: 300px;
	top: 110px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 22px;
	border-left-color: #0179F1;
	border-left-style: solid;
	border-left-width: 1px;
	width: 450px;
	/*margin-top: 20px;
	position: relative;*/
}
#headernav a{
	text-decoration: none;
	padding: 20px 22px;
	border-right-color: #0179F1;
	border-right-style: solid;
	border-right-width: 1px;
}
#headernav a:hover{
	color: #2FA8F9;
	background-color: #0179F1;
}
#here{
color:#000;}
/* =====END GLOBAL============ main contents ==================== */
#centrecolumn{
	width: 545px;
	float:right;
	/*padding-top: 10px;*/
	border-right: solid #B5E0FD 1px;
	/*
				background-color: #2FA8F1;*/
}

#leftcolumn{
	width: 200px;
	background-color: #B5E0FD;

	/*top: 173px;
				background-color: #2FA8F9;
	*/
}
#centrecolumn a, #leftcolumn a{
	font-family: Arial, Helvetica, sans-serif;
	color: #2FA8F9;
	text-decoration: none;
	border-bottom: dotted #2FA8F9 1px;
}
#centrecolumn a:hover, #leftcolumn a:hover{
	border-bottom: solid #0179F1 1px;
	color: #0179F1;
}
.index-bullets{
	background-color:#B5E0FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height: 250px;
}
.index-bullets li{
	margin-bottom:15px;
}
.listbox{
	background-color:#B5E0FD;
	font-family: Arial, Helvetica, sans-serif;
}
/* -------------------contents conatact form ------------------------------*/
#cform{
	width:200px;
}
#formsent{
	background-color:#00FF66;
	font-weight:bold;
}
#sending{
	display:none;
	background-color:#FFFFFF;
	text-align: center;
	width:100px;
	position:absolute;
	margin: 150px 0px 0px 150px;
}
/* ================== left nav ==============================================*/
#address{
	font-size:0.8em;
}

/* ========= FOOTER ===================================================== */
#footer{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-top: dotted #B5E0FD 1px;
	padding-top:10px;
	margin-top:10px;
	/*background-image: url(../images/footershaddow.jpg);
	background-repeat: repeat-x;*/
	font-size: 0.7em;
}

#footer a{
	text-decoration: none;
	color: #2FA8F9;
}
#footer a:hover{
	border-bottom: solid #000 1px;
	color: #000000;
}
