/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #444444;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC3333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 /*font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;*/
 font: 414% Georgia,sans-serif;
 color: #585858;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 414% Georgia,sans-serif;
 color: #585858;
 margin: 0px;
 padding: 0px;
}
h2{
 font: 414% Georgia,sans-serif;
 color: #3A3A3A;
 margin: 0px;
 padding: 0px;
}
.aaa{
 color: #585858;}
h3{
 font: 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

/*h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}*/


/*************** list tag styles ***************/

ul{
 list-style-type: none;
}
li{
	/*list-style-type:cjk-ideographic;*/
 color:#CC3333;
	margin-left:1px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: lighter; 
	width:450px;
}
.storycontent p{
width:300px;
}
.links{
 
 color:#CC3333;
 font-size:10px;
 
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #585858;
}
				
/*input{
font-family: Arial,sans-serif;
background:#585858;
border-bottom-color:#3c3c3c;
border-right-color:#3c3c3c;

}
TEXTAREA {
 background-color: #585858;

 font-family: Verdana;
 font-size: 10px;
 border-bottom-color:#3c3c3c;
 border-right-color:#3c3c3c;

}
submit{
font-family: Arial,sans-serif;
background:#585858;
border-top-color:#3c3c3c;
border-right-color:#3c3c3c;

}*/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 0px;
	right: 0px;
	width:890px;
	/*background-color: #ffffff;*/
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:900px;
	
}

#portfolio-menu{
float:left;
	padding: 0px 0px 0px 0px;
	width:300px;
	
	border-top:1px solid #585858 ;
	border-right:1px solid #3A3A3A;
	
	height:100%;
}

#content{
border-top:1px solid #585858 ;
border-left:1px solid #585858 ;

  float: right;
	width:587.5px;
	padding: 0px 0px 0px 0px;
	
	font: small Verdana,sans-serif;
	color:#585858;
/*
	padding: 0px 10px 0px 0px;
	margin:0px 320px 0px 0px;
	border-right: 1px solid #ccd2d2;*/
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #3A3A3A ;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;

}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left:1px solid #585858;
	border-right:1px solid #3A3A3A;
	text-transform: uppercase;
}

a.glink:hover{
  	/*background-image: url(glblnav_selected.gif);
	border-top:1px solid #585858 ;
	border-bottom:1px solid #3A3A3A;*/
	background-color: #FF3300;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;
width:auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 22px 0px 5px 0px;
	
	
}
.feature {
	font: 100% Arial,sans-serif;
	color: #DFDFDF;
	
	
	
}


.featuree h3{
	font: bold 355% Arial,sans-serif;
	color: /*#3A3A3A*/#000000;
	
	padding: 5px 0px 5px 0px;
	/*background-image:url(bg.png);*/
	/*background-color: #585858;*/
	width:auto;
	
}
.feature p{

font-size:12px;}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-size: 225%;
	font-weight: normal;
}

.story p {
	padding: 0px 0px 10px 0px;
	font-size:10px;
	font-family: Tahoma;
	text-align: justify;
}

.story a.w4o3_bottom{
	font: bold 1em Arial,sans-serif;
	color: #cccccc;
	display:block;
	padding-bottom: 5px;
}

.story a.w4o3_bottom:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfotop{
	clear: both;
	border-bottom:1px solid #3A3A3A;
	font-size: small;
	color: #cccccc;
	margin-top: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#siteInfo{
	clear: both;
	border-top:1px solid #585858 ;
border-bottom:1px solid #3A3A3A;
	font-size: small;
	color: #cccccc;
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
margin-top:-1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top:1px solid #585858;
	/*border-bottom:1px solid #3A3A3A;
	background-image:url(bg.png);*/
	
	font-family:tahoma;
	font-size:80%;
	padding: 3px 0px 3px 10px;
	color: #fff;
	/*text-transform: uppercase;*/
}

#sectionLinks a:hover{
	color:#3A3A3A;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
/*font: Arial;*/
font-size:9px;
font-weight:bold;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	/*border-top:1px solid #585858;
	border-bottom:1px solid #3A3A3A;*/
}

.relatedLinks h3{
/*font: Arial;*/
font-size:9px;
font-weight:bold;
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/



#obrys{
position:relative;
float:left;


  border: 1px solid #3A3A3A;
  margin-right:10px;
}
ul #sectionLinks li a:link, a:active, a:visited{
font-size:100%;}
li #sectionLinkss li a:link, a:active, a:visited{
font-size:100%;}
#sectionLinkss li a:link, a:active, a:visited{
font-size:100%;}
#sectionLinkss ul a:link, a:active, a:visited{
font-size:100%;}
li#sectionLinkss{
 list-style-type: lower-alpha;
 color:#993333;
 margin-left:25px;
 
}
.kreska {
	border-top:1px solid #585858;
	height: 1px;
	width: 200px;	/*border-bottom:1px solid #3A3A3A;
	background-image:url(bg.png);*/

	/*text-transform: uppercase;*/
}
#kreska1 {
	border-top:1px solid #585858;
	height: 1px;
	width: 200px;	/*border-bottom:1px solid #3A3A3A;
	background-image:url(bg.png);*/

	/*text-transform: uppercase;*/
}
.kreskaa {
	border-top:1px solid #3A3A3A;
	height: 0px;
	width: 200px;	/*border-bottom:1px solid #3A3A3A;
	background-image:url(bg.png);*/

	/*text-transform: uppercase;*/
}
#kreska2 {
	border-top:1px solid #3A3A3A;
	height: 0px;
	width: 200px;	/*border-bottom:1px solid #3A3A3A;
	background-image:url(bg.png);*/

	/*text-transform: uppercase;*/
}
/**/
#footer .links a{color:#999999;}
.tab_footer td {padding:0;padding:2px 1px 1px 9px;line-height:11px;vertical-align:top;white-space:nowrap;}
.td_footer a{font-size:9px !important;float:left;clear:both;padding: 0 0 2px 8px !important;background: url(/i/a2gr.gif) no-repeat 2px 0.5em;display:block;}
.trl2 td {
	background-color:#3a3a3a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #585858;
	border-bottom-color: #585858;
}
.td_footer .pd {padding-right:5px !important;font-size:9px !important;color:#585858;text-align:right;}




#Layer1 {
	position:absolute;
	left:312px;
	top:43px;
	width:563px;
	height:39px;
	z-index:11;

}
.style2 {color: #FFFFFF; font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif;}
input.input1{
	color: #FFFFFF;
	font-size: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #444444;
	border: 0px solid #444444;
}
/*bg_dir*/
.bg_dir{
	background-color: #3a3a3a;
	border: 1px solid #585858;
	color:#CCCCCC;
}
.bg_dir A:link{
	
	color:#CCCCCC;
}
.bg_dir A:hover{
		color:#CCCCCC;
}
.bg_dir A:visited{
		color:#CCCCCC;
}
/*
.none {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.none a:link, a:hover, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}*/
ol{list-style-type: upper-roman;}

