/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bk.jpg) repeat-x #696969;
	font-size:11px;
	height:100%;}

p {
	margin: 1em 0;
	font-size:11px;}

a {
	color:#FF9D3C;
	font-weight:bold;}

a:hover {
	color:#fff;}	
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:920px;
	background-color:#696969;}
	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#top {
	width:862px;
	float:left;
	height: 79px;
	background:url(../images/top.jpg) no-repeat;
	padding-left:58px;
}	
	
/* ~~~~~~~~~~~~~~MIDDLE AREA~~~~~~~~~~~~~~~~ */	

#flashleft {
	width:37px;
	float:left;
	height: 499px;}
	
#center {
	width:823px;
	float:left;}
	
#flashright {
	width:60px;
	float:left;
	height: 540px;}
	
/* ~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~ */

#menu {
	width:184px;
	float:left;
	height: 213px;
	background:url(../images/menu.jpg) no-repeat;
	padding-left:19px;
	padding-top:29px;}
	
	#menu ul {
		margin:0;
		padding:0;}

	#menu ul li {
		float:left;
		list-style:none;
	}
	
	#menu li a{
		display:block;
		padding: 8px 44px 0 0;
		text-align:right;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		height:27px;
		width:140px;
	}
	
	#menu li a:hover{
		color: #000;
		background:url(../images/menubk0.gif) no-repeat;
	}
	
	#menu li.selected a {
		color: #000;
		background:url(../images/menubk.gif) no-repeat;}
	
#flashheader {
	width:620px;
	float:left;
	height: 242px;}
	
/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */
		
#content {
	width:823px;
	float:left;
	background:url(../images/contentbk.jpg) no-repeat;}
	
#contentbk {
	width:823px;
	float:left;
	background:url(../images/cross.jpg);}
	
	#left {
		width:182px;
		float:left;
		padding:79px 0 0 21px;}

	#clientlogin {
		width:170px;
		height:106px;
		float:left;
		background:url(../images/clientlogin.jpg) no-repeat;
		padding: 40px 12px 0 0;
		text-align: right;}
	
	#clientlogin a {
		color:#000;}
		
	#clientlogin a:hover {
		color:#FF9D3C;}
			
	#text {
		width:620px;
		float:left;
		padding:0 0 0 0;}
		
	#text p {
		font-size:11px;
		padding-left:100px;
		padding-right:80px;
		line-height:17px;}	
		
	#text form {
		padding-left:50px;}

/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	width:840px;
	clear:both;
	float:left;
	height: 34px;
	background:url(../images/footer.jpg) no-repeat;
	padding: 24px 0 0 80px;
	color: #333333;
	font-weight:bold;
	text-align:center;
	font-size:11px;}
	
#footer a {
	color:#333333;}
	
#footer a:hover {
	color:#666;}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	padding: 5px 0 5px 50px;
	margin-top:0;
	font-family: "Arial Narrow", Arial;
	font-size:34px;
	color: #FF9D3C;}
	
h2 {
	padding-top:0;
	margin-top:0;
	font-size:13px;}
	
.small {
	font-size:11px;
	color:#999999;}
	
.floatleft {
	float:left;}
	
.floatright {
	float:right;}
	
input {
	margin-bottom:5px;}

label {
	margin-bottom:5px;}
	
.login {
	width:89px;
	height:21px;
	text-align:center;
	background:url(../images/login.gif) no-repeat;
	color:#000;
	display:block;
	font-size:12px;
	text-decoration:none;
	cursor: pointer;
	border:none;
	float:right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;}
	
.login:hover {
	color:#FFF;}
	
.toptext {
	font-family: "Arial Narrow", Arial;
	font-size: 23px;
	color: #5C5C5C;
	padding:22px 92px 0 0;
	display: block;
}
