/* ------------------------------GLOBAlS--------------------------------- */

body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	color: #000000;
}
body	{
	margin: 0;
	padding: 0;
	padding-bottom: 21px;
	background: url('../img/bg_body.jpg') left top repeat-x;
	background-color: #2C2C2C;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol	{
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
}
ul	{
	list-style-type: square;
}
img	{
	border: 0px solid black;
}
a	{
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select	{
	width: 100%;
	background: url('../img/bg_form_items.gif') left top no-repeat;
}
textarea	{
	width: 100%;
	background: url('../img/bg_form_items.gif') 0px -1px no-repeat;
}

/* ------------------------------LAYOUT----------------------------- */

div#whole	{
	position: relative;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	background: url('../img/bg_whole.gif') left top repeat-y;
}
div#menu_top	{
	margin: 0 46px 19px 0;
	background: url('../img/bg_menu_top.gif') 50px 0px no-repeat;
}
div#menu_top a.item	{
	display: block;
	float: right;
	width: 101px;
	height: 46px;
	text-align: center;
	color: #9B9494;
	font-weight: bold;
	background: url('../img/bg_menu_top_item.gif') left top no-repeat;
}
div#menu_top a.item:hover	{
	text-decoration: none;
	color: #94D4FF;
	background: url('../img/bg_menu_top_item2.gif') left top no-repeat;
}
div#menu_top a.item span.single	{
	display: block;
	margin-top: 19px;
}
div#menu_top a.item span.double	{
	display: block;
	margin-top: 10px;
}
div#head, div#head_no_login, div#head_no_login2, div#head_no_login3, div#head_no_login4	{
	width: 780px;
	height: 190px;
	background: url('../img/bg_head.jpg') left top no-repeat;
}
div#head_no_login	{
	background: url('../img/bg_head_no_login.jpg') left top no-repeat;
}
div#head_no_login2	{
	background: url('../img/bg_head_no_login2.jpg') left top no-repeat;
}
div#head_no_login3	{
	background: url('../img/bg_head_no_login3.jpg') left top no-repeat;
}
div#head_no_login4	{
	background: url('../img/bg_head_no_login4.jpg') left top no-repeat;
}
div#head *, div#head_no_login *, div#head_no_login2 *, div#head_no_login3 *, div#head_no_login4 *	{
	color: #FFFFFF;
}
div#head_l, div#head_c, div#head_r	{
	float: left;
}
div#head_l	{
	width: 242px;
}
div#head_c	{
	width: 293px;
	padding-top: 97px;
}
div#head_r	{
	width: 215px;
	padding-top: 84px;
}
div#login_form	{
	padding: 17px 0 0 9px;
}
a#home	{
	display: block;
	width: 200px;
	height: 120px;
	text-decoration: none;
}
div#content	{
	border-top: 10px solid black;
	width: 750px;
	background: url('../img/bg_content.gif') left top no-repeat;
}
div#left	{
	float: left;
	width: 235px;
}
div#left div.caption	{
	position: relative;
	z-index: 100;
	margin: 0 33px 0 14px;
	border: 1px solid #4F8AB4;
	background: url('../img/bg_caption.gif') left top repeat;
}
div#left div.caption_padd	{
	padding: 23px 17px 17px 22px;
}
div#right	{
	float: left;
	width: 515px;
}
div#right div#main_margin	{
	margin: 3px 15px 0 0;
}
div#bottom	{
	height: 73px;
	overflow: hidden;
	background: url('../img/bg_bottom.gif') 50px 0px no-repeat;
	background-color: #2C2C2C;
}
img#teaser_blank	{
	width: 1px;
	height: 524px;
	_height: 522px;
}
div#advert_texts	{
	padding: 26px 0 27px 16px;
	_padding: 24px 0 27px 16px;
}
div#advert_texts img	{
	position: relative;
	z-index: 100;
}
div#copyright	{
	padding: 17px 0 0 50px;
	font-size: 11px;
	color: #939393;
}
div.form_ln	{
	border-top: 6px solid #C5D6E8;
	border-right: 3px solid #C5D6E8;
	border-bottom: 10px solid #C5D6E8;
	_border-bottom: 7px solid #C5D6E8;
}
div.form_ln2	{
	border-top: 6px solid #C5D6E8;
	border-right: 3px solid #C5D6E8;
	border-bottom: 3px solid #C5D6E8;
	_border-bottom: 0px solid #C5D6E8;
}
img#logo	{
	float: right;
	margin: 16px 16px 0 0;
}
img.pic	{
	border: 3px solid black;
}
img.pic2	{
	border: 1px solid black;
}
input.text	{
	height: 18px;
	line-height: 18px;
	padding-left: 2px;
	border: 1px solid #999999;
	background: url('../img/bg_form_items.gif') left top no-repeat;
}
input.submit	{
	width: 88px;
	height: 30px;
}
input.go	{
	width: 52px;
	height: 30px;
}
input.chbox	{
	width: auto;
	height: 15px;
	background: none;
}
a.hover_u	{
	text-decoration: none;
}
a.hover_u:hover	{
	text-decoration: underline;
}

/* ------------------------------COMMON CLASSES--------------------------- */

.text1, .text2, .text3, .text4, .text5	{
	line-height: 18px;
}
.text2	{
	margin: 0 6px 0 4px;
}
.text3	{
	margin: 5px 0 0 6px;
	font-weight: bold;
}
.text4	{
	margin: 8px 0 4px 8px;
}
.text5	{
	margin: 0 23px 0 4px;
}
.w75	{
	width: 75px;
}
.w100	{
	width: 100px;
}
.w118	{
	width: 118px;
}
.w150	{
	width: 150px;
}
.w170	{
	width: 170px;
}
.w180	{
	width: 180px;
}
.w122	{
	width: 122px;
}
.w299	{
	width: 299px;
}
.w302	{
	width: 302px;
}
.h55	{
	height: 55px;
}
.h75	{
	height: 75px;
}
.lh9	{
	line-height: 9px;
}
.lh40	{
	line-height: 40px;
}
.mt6	{
	margin-top: 6px;
}
.mt15	{
	margin-top: 15px;
}
.mr8	{
	margin-right: 8px;
}
.mr15	{
	margin-right: 15px;
}
.mr17	{
	margin-right: 17px;
}
.mb4ie	{
	margin-bottom: 6px;
	_margin-bottom: 4px;
}
.mb9	{
	margin-bottom: 9px;
}
.mb12	{
	margin-bottom: 12px;
}
.mb18	{
	margin-bottom: 18px;
}
.ml4	{
	margin-left: 4px;
}
.ml12	{
	margin-left: 12px;
}
.ml51	{
	margin-left: 51px;
}
.pt3	{
	padding-top: 3px;
}
.pt5	{
	padding-top: 5px;
}
.pt8	{
	padding-top: 8px;
}
.pt11	{
	padding-top: 11px;
}
.pt12	{
	padding-top: 12px;
}
.pt14	{
	padding-top: 14px;
}
.pt22	{
	padding-top: 22px;
}
.pt30	{
	padding-top: 30px;
}
.pb2	{
	padding-bottom: 2px;
}
.pb5	{
	padding-bottom: 5px;
}
.pb6	{
	padding-bottom: 6px;
}
.pb7	{
	padding-bottom: 7px;
}
.pb10	{
	padding-bottom: 10px;
}
.pb15	{
	padding-bottom: 15px;
}
.pb25	{
	padding-bottom: 25px;
}
.pb50	{
	padding-bottom: 50px;
}
.pb110	{
	padding-bottom: 110px;
}
.pl6	{
	padding-left: 6px;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.pos_rel100	{
	position: relative;
	z-index: 100;
}
.posabs	{
	position: absolute;
}
.posrel	{
	position: relative;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.fs11	{
	font-size: 11px;
}
.n	{
	font-weight: normal !important;
}
.b	{
	font-weight: bold;
}
.i	{
	font-style: italic;
}
.c	{
	text-transform: uppercase;
}
.u	{
	text-decoration: underline;
}
.nod	{
	text-decoration: none;
}
.clearer	{
	line-height: 0px;
	clear: both;
}
.cleft	{
	clear: left;
}
.cright	{
	clear: right;
}
.pointer	{
	cursor: pointer;
	_cursor: hand;
}
.block	{
	display: block;
}
.hidden	{
	display: none;
}

/* --------------------------------COLORS--------------------------------- */

.white	{
	color: #FFFFFF;
}
.light_blue	{
	color: #C5D6E8;
}
.red	{
	color: #B22517;
}
.yellow	{
	color: #FFFF00;
}
.black	{
	color: #000000 !important;
}
