* { margin: 0; padding: 0; }

body {
	font: .9em Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	cursor: default;
	background: #0e1a36 url(../images/body_bg.gif) repeat-x;
	margin: 40px 0 40px 0;
	}

/* 
 ###########
 
 FORM BLOCKS            

 ###########
*/



/* global */
	.graphic {
		margin: 0;
		padding: 0;
		display: block;
		overflow: hidden;
		text-indent: -11000px;
		}

	/* forms */

	/* // forms */

	a {
		color: #182b56;
		text-decoration: underline;
		cursor: pointer;
		}
	
	a:hover {
		color: #182b56;
		}
		
/* // global */

/* container */

	#container {
		width: 1000px;
		margin: 0 auto;
		background: #FFF;
		border: solid 1px #ebeeef;
		overflow: hidden;
		}
		
/* // container */


/* quick nav */


		
/* // quick nav */

/* header */

	#header {
		position: relative;
		width: 1000px;
		height: 103px;
		}
		
		
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 340px;
		height: 103px;
		background: url(../images/h1_bg.gif) no-repeat;
		}

/* // header */

/* nav */

	#nav {
		position:absolute;
		top: 24px;
		right: 24px;
		background: url(../images/ul_bg.gif) repeat-x;
		}	
		
	#nav .start {
		width: 15px;
		height: 53px;
		background: url(../images/li_start_bg.gif) no-repeat;
		}
		
	#nav .finish {
		width: 14px;
		height: 53px;
		background: url(../images/li_end_bg.gif) no-repeat;
		}	
		
	#nav li {
		list-style-type: none;
		float: left;
		display: block;
		text-transform: uppercase;
		}
		
	#nav .active {
		color: #192d58;
		}
		
	#nav li a {
		display: block;
		float: left;
		margin-top: 12px;
		padding: 0 22px 0 22px;
		border-right: solid 1px #dcddde;
		font-weight: bold;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		color: #828087;
		}
		
	#nav li a:hover { color: #192d58; }
		
	#nav li .end { border: none; }		
	  
/* // nav */

/* content */

	#content {
		width: 960px;
		padding: 0 20px 0 20px;
		}	
	
	/* display */
		
	#display {
		width: 650px;
		float: left;
		}
		
	#display .sw {
		width: 120px;
		display: block;
		float: left;
		font-weight: bold;
		}
		
	#display .details {
		border-bottom: solid 2px #CCCCCC;
		overflow:hidden;
		margin-bottom: 20px;
		}
		
	#display .rmsg a { color: red; }
		
	#display ul {
		margin: 10px 10px 10px 10px;
		}
		
	#display li {
		list-style-type: square;
		display: list-item;
		margin : 5px 0 5px 10px;
		font-size: 12px;
		color: #182b56;
		}
		
	#display li ul li { font-size: 12px; }
	
	#display .featured_home {
		background-color: #192d58;
		display: block;
		padding: 7px;
		color: #FFF;
		min-height: 299px;
		height: auto !important; /* for modern browsers */
		height: 299px; /* for IE5.x and IE6 */
		margin-bottom: 10px;
		}
	
	#display .featured {
		/*background-color: #192d58;*/
		display: block;
		/*padding: 7px;*/
		color: #FFF;
		min-height: 160px;
		height: auto !important; /* for modern browsers */
		height: 160px; /* for IE5.x and IE6 */
		margin-bottom: 10px;
		}
		
	#display h1 {
		color: #182b56;
		line-height: 25px;
		margin: 5px 0 5px 0;
		}
			
		
	#display h2 {
		color: #182b56;
		line-height: 25px;
		margin: 5px 0 5px 0;
		}
		
	#display h3 {
		color: #182b56;
		line-height: 25px;
		margin: 5px 0 5px 0;
		}
		
	#display h4 {
		color: #182b56;
		line-height: 25px;
		margin: 5px 0 5px 0;
		}
		
	#display h5 {
		color: #182b56;
		line-height: 25px;
		margin: 5px 0 5px 0;
		}
		
	#display p {
		color: #182b56;
		line-height: 22px;
		font-size: 12px;
		text-align:justify;
		margin: 10px 10px 10px 0;
		display: block;
		overflow: hidden;
		}
		
	#display table td, #display table th {
		font-size: 12px;
		color: #182b56;
		}
		
	#display form {
		font-size: 12px;
		color: #182b56;
		}
		
		/* display  forms*/
		
			#display form {
				display: block;
				margin-bottom: 20px;
				overflow: hidden;
				}
				
			#display form fieldset {
				border: solid 1px #EBEBEB;
				background: #F8F8F8;
				padding-bottom: 20px;
				margin: 0 20px 10px 0;
				}
				
			#display form legend {
				font-size: 13px;
				padding: 10px 0 10px 0;
				font-weight: bold;
				color: #182b56;
				}
				
			#display form li label {
				display: block;
				float: left;
				width: 150px;
				text-align: right;
				margin: 0 20px 0 0;
				color: #182b56;
				font-size: 12px;
				}
				
			#display form li input {
				float: left;
				color: #182b56;
				}
				
			#display form li {
				overflow: hidden;
				padding: 5px;
				}
				
			#display form button {
				display: block;
				margin: 5px 5px 20px 0;
				background: #999999;
				color: #FFF;
				height: 20px;
				border: none;
				font-size: 12px;
				font-weight: bold;
				float: left;
				}
				
			#display form .buttons {
				display: block;
				margin: 5px 5px 20px 0;
				background: #999999;
				color: #FFF;
				height: 20px;
				border: none;
				font-size: 12px;
				font-weight: bold;
				float: left;
				}
				
			#display form li .error {
				float: left;
				color: #FF0000;
				font-size: 12px;
				margin: 0 0 0 10px;
				background: url(../images/error_icon_bg.gif) no-repeat;
				display: block;
				padding: 0 0 0 25px;
				min-height: 19px;
				height: auto !important; /* for modern browsers */
				height: 19px; /* for IE5.x and IE6 */
				font-size: 12px;
				}
				
			#display form li .msg {
				float: left;
				color: #182b56;
				font-size: 12px;
				margin: 0 0 0 10px;
				background: url(../images/msg_icon_bg.gif) no-repeat;
				display: block;
				padding: 0 0 0 25px;
				min-height: 19px;
				height: auto !important; /* for modern browsers */
				height: 19px; /* for IE5.x and IE6 */
				width: 250px;
				text-align: justify;
				font-size: 12px;
				}
		
		/* // display forms */
		
	/* // display */
	
	/* secondary  */
	
	#secondary {
		width: 300px;
		float: left;
		padding: 0 0 0 5px;
		}
		
	/* hack for min-height */
	* html #secondary .user { height: 299px; }
	
	#secondary .user {
		display: block;
		padding: 7px;
		color: #FFF;
		background: #1c3364 url(../images/user_bg.gif) repeat-x bottom left;
		min-height: 299px;
		margin-bottom: 5px;
		}
		
	#secondary .login-box {
		font-size:12px;
		display: block;
		padding: 50px 7px 7px 7px;
		color: #FFF;
		background: #0F1A38 url(../images/login_new.jpg) no-repeat top left;
		margin-bottom: 5px;
		height:110px;
		}
		#secondary .login-box a {
			color:#fff;
		}
		
		
	#secondary .user h1 {
		background: url(../images/user_logo_new_bg.gif) no-repeat 190px 10px;
		height: 107px;
		display: block;
		}
		
	#secondary .user ul {
		margin: 10px 0 0 40px;
		}
		
	#secondary .user li {
		list-style-type: none;
		color: #FFF;
		margin: 5px 0 5px 0;
		}
		
	#secondary .user .lih { margin-bottom: 10px; font-size: 1.3em; font-weight: bold; }
		
	#secondary .user li a {
		color: #FFF;
		display: block;
		padding: 0 0 0 20px;
		background: url(../images/myb_bg.gif) no-repeat 0 4px;
		}
		
		/* user form styles */
	
		#secondary .user form {
			padding: 0 7px 7px 7px;
			display: block;
			overflow: hidden;
			margin-top: -5px;
			}
			
		#secondary .user form fieldset {
			border: none;
			}
			
		#secondary .user form legend {
			font-size: .9em;
			font-weight: bold;
			color: #FFF;			
			margin-left: -.7em;
			padding: 0;
			}
			
		#secondary .user form p {
			font-size: .8em;
			padding: 10px 0 15px 0;
			}
			
		#secondary .user form label {
			font-size: .8em;
			width: 65px;
			display: block;
			float: left;
			line-height: 20px;
			}
			
		#secondary .user form input {
			margin: 0 0 7px 0;
			}
			
		#secondary .user form button {
			display: block;
			margin: 0 0 0 150px;
			background: #999999;
			color: #FFF;
			width: 60px;
			height: 20px;
			border: none;
			font-size: .8em;
			font-weight: bold;
			}
			
		#secondary .user form span {
			width: 192px;
			display: block;
			background: url(../images/user_span_bg.gif) no-repeat top right;
			font-size: 11px;
			padding-right: 25px;
			margin-top: 15px;
			}
			
		#secondary .user form span a { color: #FFF; }
		
		/* // user form styles */
		
		#secondary .payment {
			margin-bottom: 5px;
                        display:block;
                        height:50px;
			}
		
		#secondary .support {
			background: #dadcdc url(../images/support_bg.jpg) no-repeat 5px 5px;
			display: block;
			height: 136px;
			padding: 5px;
			margin-bottom: 5px;
			}
			
		#secondary .support h5 {
			display: block;
			text-align: right;
			color: #192d58;
			}
			
		#secondary .support p {
			display: block;
			text-align: right;
			font-size: 11px;
			color: #192d58;
			}
			
		#secondary .support a { color: #192d58; }
			
		#secondary .support .livechat, #secondary .support .callback {
			width: 120px;
			float: right;
			clear: both;
			padding-right: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			}
			
		 #secondary .support .callback {
		 	margin-top: 10px; 
		 	border-bottom: solid 1px #192d58; 
			}
			
		#secondary .news_new {
			background: url(../images/news_new.jpg) repeat-x;
			display: block;
			height: 144px;
			margin-bottom: 20px;
			margin-top:95px;
			color:#fff;
			padding:55px 10px 10px 10px;
			}
			#secondary .news_new a{
				color:#fff;
			}
		#secondary .news {
			background: url(../images/news_bg.gif) repeat-x;
			display: block;
			height: 154px;
			padding: 5px;
			margin-bottom: 20px;
			}
			
		#secondary .news .news_img {
			background: url(../images/news_bg.jpg) no-repeat top right;
			display: block;
			height: 154px;
			}
			
		#secondary .news .news_img h4 {
			font-size: .9em;
			color: #FFF;
			padding: 10px 0 0 10px;
			}
			
		#secondary .news .news_img .atricle { padding: 5px 0 5px 10px; }
			
		#secondary .news .news_img .atricle h5 {
			color: #FFF;
			font-size: .8em;
			font-weight: normal;
			}
			
		#secondary .news .news_img .atricle span {
			color: #c1c2c5;
			font-size: .8em;
			}
			
		#secondary .news .news_img .atricle span a { color: #c1c2c5; }
			
	/* // secondary */
	
/* // content */

/* misc */

	
/* misc */

/* footer */

#footer {
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	}
	
#footer li {
	list-style-type: none;
	float: left;
	display: block;
	color: #FFF;
	margin: 0 10px 0 0;
	font-size: .7em;
	padding: 5px 0 5px 0;
	}
	
#footer li a {
	color: #FFF;
	}
	
#footer .copy {
	float: right;
	margin: 0; 
	text-align: right;
	}
	
#footer li span {
	display: block;
	}
	
/* // footer */



