/* Design & Code (c) e-see international ltd */
html, body { padding: 0; margin: 0; }
body {
	font: normal 1em/1.2em "Arial", "Verdana", sans-serif;
	color: #ddd;
	background: #000; 
	}

#top
	{
	height:40px;
	margin: 0 auto;
	background: #eee;
	}
	
#logoheader
	{
	height:40px;
	margin: 0 auto;
	width: 720px;
	}
	
.left
	{
	float:left;
	width:360;
	}
	
.right
	{
	float:right;
	width:360;
	}
	
#main
	{
	width: 100%;
	margin: 0 auto;
	}


#page
	{
	background-color:#000;
	margin: auto;
	width: 720px;
	}

	
#header
	{
	clear:both;
	overflow:hidden;
	width:720px;
	margin: 0 auto;
	}
	
#request
	{
	
	width: 100%;
	margin-bottom: 30px;
	background-color:#333;
	height: 150px;
	}
	
#intro
	{
	width:720px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	background-color:#333;
	}
	
#leftintro
	{
	width: 380px;
	float: left;
	}
	
#rightintro
	{
	width: 300px;
	float: right;
	vertical-align: middle;
	padding: 10px 0;
	}
	
#content
	{
	width:720px;
	}
	
#signup
	{
	width:720px;
	border:thick;
	border-bottom-color: #fff;
	margin: 0 auto;
	background-color: #00A0c6;
	padding: 10px;
	}
	
#signup	p, #signup h2
	{
	color: #eee;
	}

#signup	h1
	{
	color: #000;
	}

#signup	a
	{
	color: #eee;
	text-decoration: underline;
	}

#signup	a:hover
	{
	color: #000;
	text-decoration: underline;
	}




#logo
	{
	width: 50%;
	float:left;
	}
	
#logon
	{
	width: 50%;
	float:right;
	text-align:right;
	padding-top: 30px;
	}
	
.input
	{
	font-size: .6em;
	margin:0 0px 0 0;
	width:100px;
	}

#menu
	{
	width: 720px;
	height: 50px;
	text-align: right;
	color: #fff;
	font-size: 1.1em;
	text-transform:uppercase;
	margin: 0px auto;
	}

#menu a
	{
	color: #00A0c6;
	padding: 0px;
	margin-left: 16px;
	text-decoration: none;
	}

#menu a:hover
	{
	color: #fff;
	}
	
	
#left
	{
	width: 340px;
	float: left;
	}

#right
	{
	width: 340px;
	float: right;
	}
	
.encapsulate
	{
	clear:both;
	overflow:hidden;
	margin-bottom: 20px;
	}

#footer
	{
	margin: 40px auto 0 auto;
	padding: 10px 0;
	width: 760px;
	border-top: 1px solid #333;
	color: #eee;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	}
	
	#footer a
	{
	color: #999;
	text-decoration: underline;
	}
	
	
	
/* --------------- Headings H1-H6 --------------- */

h1
	{
	color: #999;
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: normal;
	}
	
#request h1
	{
	color: #999;
	}

h2
	{
	color: #00A0c6;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	}
	
h3
	{
	color: #555;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 5px 10px 0px;
	}
	
h4
	{
	color: #555;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 20px 5px 10px 0px;
	}
	
h5
	{
	color: #555;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0;
	}

/* --------------- Paragraph and Link Styles ---------------*/
p
	{
	line-height: 1.4em;
	font-size: 0.8em;
	}
	
ol
	{
	line-height: 2em;
	font-size: .8em;
	}
	
	
ul
	{
	line-height: 2em;
	font-size: 1em;
	}
	
a
	{
	color:#eee;
	text-decoration:underline;
	}

a:hover
	{
	color: #ccc;
	text-decoration: underline;
	}
	
a img
	{
	border: none;
	}

.hr
	{width: 100%;
	float: left;
	padding: 0;
	margin: 20px 0 20px 0;
	height:1px;
	border-top: 1px solid #666;}
