@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background-color:#1B2429;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper {
	width:775px;
	position:relative;
	margin:0 auto;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header h1 {
		display:block;
		float:left;
		width:350px;
		height:85px;
		overflow:hidden;
		text-indent:-2000px;
		background:url(../images/ui/logo.png) 10px 10px no-repeat;
	}
	
	#header .client {
		width:425px;
		height:85px;
		float:left;
		background:#282F39;
	}
	
	#header .client ul {
		padding:10px;
		display:block;
		float:left;
		line-height:23px;
	}
	
	#header .client ul img {
		position:relative;
		top:2px;
		left:-2px;
	}
	
	#header .client ul a {
		text-decoration:none;
		color:#FFFFFF;
		font-size:10px;
	}
	
	#header .bar {
		width:100%;
		background:#D7350F;
		list-style:none;
		height:40px;
		display:block;
		clear:both;
		border-top:10px solid #1B2429;
		border-bottom:10px solid #1B2429;
		
	}
	
	#header .bar li {
		display:inline;
		float:left;
		padding:0 0 0 40px;
		line-height:40px;
		background:url(../images/ui/bg-menu.png) 30px 17px no-repeat;
	}
	
	#header .bar li a {
		color:#FFFFFF;
		text-decoration:none;
		font-size:14px;
		
	}
	
	#header .login {
		margin:10px;
		position:absolute;
		right:10px;
		top:10px;
		z-index:10;
	}
	
	#header .login .text {
		border:0px solid #fff;
		font-size:10px;
		font-weight:bold;
		color:#333333;
		padding:3px;
	}

	#header .login .go {
		border:0px solid #fff;
		font-size:10px;
		font-weight:bold;
		background:#D7350F;
		color:#FFF;
		padding:2px;
	}
	
	
	/* -------------------------------- */
	/* MARQUEE							*/
	
	#marquee {
		clear:both;
		line-height:30px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #FFF;
		font-size:11px;
		text-transform:uppercase;
		text-align:center;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	/* -------------------------------- */
	/* LEFT								*/
	
	.left {
		width:220px;
		float:left;
		background:#282F39;
		margin-right:15px;
		margin-bottom:65px;
		padding:10px;
	}
	
	.left h3 {
		text-transform:lowercase;
		font-size:16px;
		font-weight:bold;
		margin-top:10px;
	}
	
	.left p {
		margin:7px 10px;
		font-size:10px;
		line-height:14px;
	}
	
	.left p em {
		color:#D7360C;
		font-weight:bold;
		font-size:11px;
	}
	
	.left a {
		color:#FFFFFF;
	}
	
	/* -------------------------------- */
	/* RIGHT							*/
	
	.right {
		width:480px;
		float:left;
		background:#FFF;
		color:#333333;
		padding:10px;
		padding-bottom:40px;
	}
	
	.right h4 {
		font-size:20px;
		font-weight:bold;
		color:#666666;
		margin:10px 0;
	}
	
	.right p {
		margin:7px 10px;
		font-size:12px;
		line-height:14px;
		color:#666666;
	}
	
	.right p em {
		font-style:italic;
		font-size:12px;
	}
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		height:65px;
		background:#D7350F;
		z-index:-1;
		position:relative;
		top:-65px;
		clear:both;
	}
	
	