/* CSS Document
Lotos Nile Marketing
Home Page CSS
© 2006 Lotos Nile Marketing
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-size: 100.01%;
	background-color: #111111;
	margin: 20px 0 0 0;
	}
	
div#wrapperdiv {
	width: 750px;
	margin: auto;
	position: relative;
	}
	
table {
	width: 750px;
	}
	
td {
	padding: 0;
	border: 0;
	vertical-align: top;
	}
	
div#logdiv {
	width: 212px;
	position: absolute;
	left: 68px;
	top: 168px;
	visibility: visible;
	}
	
#loginform {
	font-size: 0.8em;
	width: 212px;
	}
	
#logintable {
	width: 212px;
	}
	
#logintable td {
	vertical-align: middle;
	}

table#logintable a:link, table#logintable a:visited {
	text-decoration: none;
	color: #000;
	}
	
table#logintable a:hover {	
	color: #000;
	text-decoration: underline;
	}
	
div#newsdiv {
	position: absolute;
	left: 347px;
	top: 112px;
	width: 357px;
	height: 308px;
	visibility: visible;
	}
	
div#forgotmy {
	width: 200px;
	font-size: 0.9em;
	text-align: center;
	}
	
div#contentdiv {
	width: 750px;
	height: 308px;
	background: url(../images/homenewback_14.jpg) left top no-repeat;
	}
	
div#footerdiv {
	width: 750px;
	height: 125px;
	background: url(../images/marketinghome_21.jpg) left top no-repeat;
	}
	
span.divtext {
	display: none;
	}
	
div#errordiv {
	width: 750px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FF0000;
	}
	
input {
	border-left: 2px solid #555;
	border-top: 2px solid #555;
	}

p#loggedin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0 0 11px 0;
	padding: 0;
	text-align: center;
	}
