/* CSS */
/* ------ CSS by Kondiment ----------------- */
/* ------ Copyright 2007 Kondiment --------- */


/* Main Properties */
/* ---------------------------------------- */
	html { overflow: auto;}
	body { margin: 0; padding: 0; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; background: #003062 url(../images/briliantul_bg.png) left top repeat-x; }
	a {	outline: none; }
/* ---------------------------------------- */


/* Fixes */
/* ---------------------------------------- */
	.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .cf {height: 1%;}
	
	.clear {
		clear: both;	
	}
	
	/*ul {
	  width: 10em;
	}
	
	ul li {
	  display: inline;
	}
	
	ul li a {
	  width: 10em;
	}*/
/* ---------------------------------------- */


/* Container */
/* ---------------------------------------- */
	#outer {
		background-image: url(../images/outer.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		width: 100%;
		min-height: 444px;
		height: 444px;
		clear: both;
	}
	
	#container {
		width: 828px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 0;
	}
	
	* html #container {
		width: 860px;	
	}
/* ---------------------------------------- */


/* Header */
/* ---------------------------------------- */
	#header {
		width: 828px;
		height: 121px;
	}
	
	#header_left {
		width: 424px;
		height: 121px;
		background: transparent url(../images/briliantul_logo.jpg) no-repeat;
		float: left;
	}
	
	#header_left h1 {
		margin: 0;
		padding: 0;
	}
	
	#header_left a {
		width: 424px;
		height: 121px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#header_right {
		width: 404px;
		height: 121px;
		background: transparent url(../images/briliantul_01.jpg) no-repeat;
		float: left;
	}
/* ---------------------------------------- */


/* Content */
/* ---------------------------------------- */
	#content {
		width: 828px;
		height: 549px;
		text-align: left;
	}
	
	#content_left {
		width: 424px;
		float: left;
	}
	
	#content_right {
		width: 404px;
		float: left;
	}
	
	#flvPlayer {
		height: 406px;
	}
	
	#content_left_b {
		height: 123px;
		background: transparent url(../images/briliantul_02.jpg) no-repeat;
		padding: 40px 0 0 35px;
	}
	
	#content_left_b h2 {
		margin: 0;
		padding: 0;
		font-size: 18px;
	}
	
	#content_right_t {
		height: 283px;
		background: transparent url(../images/briliantul_03.jpg) no-repeat;
	}
	
	#content_right_t {
		height: 283px;
		background: transparent url(../images/briliantul_03.jpg) no-repeat;
	}
	
	#content_right_b {
		height: 206px;
		background: transparent url(../images/briliantul_04.jpg) no-repeat;
		
		padding: 30px;
		position: relative;
	}
	
	#ad_text {
		line-height: 13px;
		font-size: 10px;
	}
	
	#ad_sig {
		width: 141px;
		height: 42px;
		background: transparent url(../images/ad_sig.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		float: right;
	}
	
	* html #ad_sig {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='images/ad_sig.png');
	}
	
	#ad_nl {
		position: absolute;
		bottom: 40px;
		left: 30px;
	}
	
	* html #ad_nl {
		bottom: 20px;
	}
	
	*+html #ad_nl {
		bottom: 20px;
	}
	
	* html #ad_nl span {
		position: absolute;
		top: -15px;
	}
	
	*+html #ad_nl span {
		position: absolute;
		top: -15px;
		width: 250px;
	}
	
	#ad_nl input.form_text {
		border: 1px solid #11528a;
		font-size: 10px;
		padding: 2px 2px 2px 5px;
		background-color: #fff;
		color: #12234e;
	}
	
	button.send_bt {
		width: 31px;
		height: 22px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
		background: transparent url(../images/send_bt.png) 0 2px no-repeat;	
	}
/* ---------------------------------------- */


/* Footer */
/* ---------------------------------------- */
	#footer {
		width: 848px;
		height: 23px;
		background: transparent url(../images/briliantul_05.jpg) left top no-repeat;
		
		font-size: 9px;
		color: #075d8c;
		font-family: Arial;
		
		padding-top: 20px;
	}
/* ---------------------------------------- */