/*************************************
 * Bloom CSS File							*
 *													*
 * Filename:	bloom.css					*
 * Created:	10.08.11					*
 * Creator:		Daniel Kallner			*
 *************************************/

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
caption, tbody, tfoot, thead, tr, th, td { margin:0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
html { margin:0px; padding:0px; background: #000; text-align:center; direction:rtl; }
body { text-align:center; direction:ltr;
	background-color: #000;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	width: 100%;
}
* { color:#fff; font-family: Tahoma; }
/*p { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }*/
a { text-decoration:none; }
tr { margin:0px; padding:0px;}

em { font-style:italic !important; }
em strong { font-style:italic !important; }
em strong span { font-style:italic !important; }
em span { font-style:italic !important; }
strong { font-weight: bold !important; }
strong span { font-weight: bold !important; }
img { border:0px; }

.page { width:1002px; /*height:815px;*/ margin: 0px auto; padding-top:0px;}
.footer_1st_div { background: url(../../images/footer_line.jpg) repeat-x; height:303px; width:100%; clear:both; margin: 20px auto;}
.footer_2nd_div { width:1002px; clear:both;margin: 0 auto;}

.header { float:right; width:100%; padding:0px; margin:0px; padding-top:15px; color: #000; }
.header .header_right { float:right; width:44%; text-align:right; padding-right:4%; font-size:13px; color: #000;}
.header .header_left { float:left; width:40%; text-align:left; padding-left:4%; font-size:13px; color: #000;}
.header a { color: #000; }




.menu { float:left; list-style-type:none; width:864px; margin:0px; margin-top:0px; padding-bottom:1px; padding-right:66px; padding-left:32px; line-height:24px; height:24px; padding-top:1px;}
.menu li { display:block; position:relative; float:right; }
.menu li img { margin-top:5px; }
.menu li a { float:right; font:normal 12px/24px Tahoma; text-align:right; vertical-align:bottom; padding: 0px; height:24px; }
.menu li a span { color : #fff; font-size:11px; }

.menu li .sub {position:absolute; top:23px; right:0px; z-index:900; display:none; visibility:hidden; list-style-type:none; margin:0px; padding:0px; overflow:hidden; width:150px; padding-top:2px;}
.menu li:hover .sub {display:block; visibility:visible; }

.menu li .sub li { width:100%; border:0px; border-top:1px solid #000000; border-bottom: 1px solid #474747; background: #151515;}
.menu li .sub li:last-child{ border-bottom:none; }
.menu li .sub li:hover { background: #313131; }
.menu li .sub li a {float:right; line-height:24px; padding:0px 5% 0px 0px; width:95%; border:0px; font-weight:normal; font-size:11px; color:#ffffff; text-decoration:none;}
.menu li .sub li a:hover { color: #fff; }

/* Submenu */
.submenu { float:right; list-style-type:none; z-index:1000; padding:5px 5px 5px 0px; margin:0px; background: #bac8d0; }
.submenu li { display:block; position:relative; float:right; }
.submenu li a {border-right:1px solid #ffffff; float:right; font:normal 12px/13px Tahoma; text-align:right; vertical-align:bottom; padding: 0px 18px; }
.submenu li a#selected { color:#F26C23; }
/* Submenu END */


a:link {
	color: #D8BB79;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D8BB79;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #D8BB79;
}

input, select { vertical-align:middle; font-weight:normal;}


.form { height:21px;}
.form label, .form1 label {  color:#000; display:block;}
.form input {width:190px; padding:2px 0 2px 3px;  color:#000; background:formbg.gif; border:0px solid #000;}
textarea { width:190px; height:153px;   color:#000; overflow:auto; background:none; border:0px solid #000; padding:0px 0 0 3px; }

