* {
	/*border: 1px solid red;*/
	margin: 0;
	padding: 0;
}
html {height: 100%;}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: small/1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4d4d4d;	
}
#wrap{
 min-width: 970px; /* Not support by IE */
 _width: 970px;  /* 970px IE/Win only */
 height: 100%;
 vertical-align: 100%;
 color: #898889;
 background-color: #FFFFFF;
}
/* Page Structure 
---------------------------------------------------------------- */
body.home,
body.home-extranet{
	height: auto;
	color: #898889;
	background: #FFFFFF url(../images/bg_home.gif) repeat-x;
}
#container {
	position: relative;
	min-height: 100%; /* Not support by IE */
	_height: 100%;  /* 100% IE/Win only */
	font-size: 95%;
	color: #898889;
	background-color: #FFFFFF;
}

/* Background Images */
.story_tpl #container {
	background: #FFFFFF url(../images/img_pack1.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack1_ie.jpg); /* IE/Win only */
}
.links_tpl #container {
	background: #FFFFFF url(../images/img_pack8.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack8_ie.jpg); /* IE/Win only */
}
.newslist_tpl #container {
	background: #FFFFFF url(../images/img_pack3.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack3_ie.jpg); /* IE/Win only */
}
.news_tpl #container {
	background: #FFFFFF url(../images/img_pack2.jpg) bottom left no-repeat;
	_background-image:url(../images/img_pack2_ie.jpg); /* IE/Win only */
}
.publist_tpl #container {
	background: #FFFFFF url(../images/img_pack5.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack5_ie.jpg); /* IE/Win only */
}
.pub_tpl #container {
	background: #FFFFFF url(../images/img_pack9.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack9_ie.jpg); /* IE/Win only */
}
.search_tpl #container {
	background: #FFFFFF url(../images/img_pack6.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack6_ie.jpg); /* IE/Win only */
}
.sitemap_tpl #container {
	background: #FFFFFF url(../images/img_pack7.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack7_ie.jpg); /* IE/Win only */
}
.form_tpl #container {
	background: #FFFFFF url(../images/img_pack5.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack5_ie.jpg); /* IE/Win only */
}
.extranet #container {
	background: #FFFFFF url(../images/img_pack2.jpg) bottom left no-repeat;
	_background-image: url(../images/img_pack2_ie.jpg); /* IE/Win only */
}

#main-body {
	padding: 20px 0 220px 0;
	_padding-bottom: 170px;
	width: 955px;
}
#content {
	display: inline; /* Fixes IE/Win double margin bug */
	float: right;
	margin-left: 60px;
	width: 655px;	
}
ul{
	margin-left: 30px;
}
#header {
	height: 135px;
	border-bottom: 1px solid #004f5a;
}
.home #header,
.home-extranet #header {
	height: 195px;
}
.home-extranet #header,
.extranet #header {
	background-color: #DEDEDE;
}
#nav {
	float: left;
	width: 240px;
	color: color: #31302f;
	background-color: #fff;
}
#footer {	
	position: fixed;
	_position: relative;
	bottom: 0px;
	height: 29px;
	/*height: auto;*/
	width: 100%;
	clear: both;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	background-color: #404040;	
	overflow: hidden;
	z-index: 10000;
}


#extra-1 {
	position: absolute;
	bottom: 0;
	clear: both;
	width: 100%;
	font-size: 1px;
}
#extra-1 img {

}
/* Headers
---------------------------------------------------------------- */
h1{
	font: 170%;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 180%;
	font-weight: normal;
	color: #a6c53a;
}
h3 {
	margin: 0.4em 0;
	font: bold 120%/1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #a6c53a;
}
h3.article {
	padding: 0 0 0.3em;
	background: url(../images/dotted.gif) repeat-x left bottom;
}

/* General 
---------------------------------------------------------------- */
p {
	margin: 0 0 1.5em 0;
}
em {
	font-style:normal;
	font-weight: bold;
}
em.date {
	margin-right: 0.2em;
	font-weight: normal;
	color: #004F5A;
}
h3 em {font-size: 95%;}
strong {
	font-weight: normal;
	color: #000;
}
img {
	border: none;
}
table {
 border-collapse: collapse;
}
table tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #828283;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
/* Links
---------------------------------------------------------------- */
a:link, a:visited{
	color: #a6c53a;
	text-decoration: none;
}
a.more:link, a.more:visited {
	font-weight: bold;
	color: #a6c53a;
	text-decoration: none;
}
a.back:link, a.back:visited {
	display: block;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
a:hover, a.more:hover, a.back:hover {
	color: #19818C;
	text-decoration: none;
}

/* List
---------------------------------------------------------------- */
li a:link, li a:visited,
li li a:link, li li a:visited {
	color: #31302f;
}
li a:hover, li li a:hover{
	color: #a6c53a;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0.5em 0 2em;
	background: url(../images/dotted.gif) repeat-x left bottom;
}
dd {
	padding: 0 0 1.5em;
}
dt a{
	font-size: 110%;
	font-weight: bold;
}
dt a em{
	font-size: 90%;
	font-weight: normal;
}

/*  FORM + FORM TABLE 
---------------------------------------------------------------- */
input {
	font-size: 90%;
	line-height: 1em;
	color: #ACACAC;
}
input.button {
	margin: 0px;
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
}
#content form{
	margin-bottom: 1.5em;
}
.form-tb {
	margin-bottom: 5px;
}
.form-tbl th, .order-tbl td{
	padding: 0.3em 0;	
}
.form-tbl label{
	padding-right: 50px;
	cursor: pointer;
	font-weight: bold;
}
.form-tbl input, .form-tbl select{
	width: 170px;
	height: 1.4em;
	color: #333333;
}
.form-tbl select{width: 174px;}

.form-tbl .status{
	padding: 0 0 0 23px;
  	white-space: nowrap;
}
.form-tbl .error_msg{color: #b22;}
.form-tbl .error{background:#FFFFFF url(../images/icon_cross.png) 5px 50% no-repeat;}
.form-tbl .success{background:#FFFFFF url(../images/icon_check.png) 5px 50% no-repeat;}


.form-tbl input.order_bt {
	margin-top: 5px;
	height: 21px;
	width: 61px;
}
.form-tbl input.profile_bt {
	margin-top: 5px;
	height: 21px;
	width: 129px;
}

/* HOME 
---------------------------------------------------------------- */
.home h2,
.home-extranet h2{
	font-size: 90%;
}
#visual{
	float: left;
	width: 485px;
}
#visual img{
	float: left;
}
#home-content{
	clear: both;
	background: #4d4d4d url(../images/bg_homecontent.gif) top left repeat-y;
}
#newshome {
	min-height: 127px;
	margin-left: 485px;
	margin-top: 2px;
	background-color: #4d4d4d;
}
#newshome h2{
	padding: 5px 0 0 13px;
	color: #FFFFFF;
}
#newshome p{
	margin: 0;
	padding: 5px 0 5px 13px;
	color: #bbbbbb;
	border-top: 1px solid #bbbbbb;	
}
.home-extranet #newshome p {
	margin: 0 0 0.5em 13px;
	padding: 0;
	border: none;
}
#newshome a{
	display: block;
	padding-right: 20px;
	color: #bbbbbb;
	font-weight: normal;
	text-decoration: none;
}

.home-extranet #newshome a{
	display: inline;
	padding-right: 0px;
	color: #a6c53a;
	font-weight: normal;
	text-decoration: none;
}

#newshome a:hover{
	color: #C8D432;
	text-decoration: none;
}
#newshome em{
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 90%;
}
.home-extranet #newshome p,
#newshome a {
	max-width: 370px;
	min-width: 270px;
}

/* HEADER 
---------------------------------------------------------------- */
#header h1 {
	margin: 0;	
	padding: 0;
	position: absolute;
	text-indent: -2000px;
}
#header img {
	margin-top: 31px;
	margin-left: 15px;
}
.home #header img,
.home-extranet #header img {
	margin-top: 95px;
	margin-left: 450px;
}
#search-form {
	position: absolute;
	left: 300px;
	top: 5px;
}
.home #search-form,
.home-extranet #search-form {
	left: 500px;
}

/* FOOTER 
---------------------------------------------------------------- */

#footer #karakas{
	display: block;
	height: 24px;
	width: 22px;
	margin: 5px 0 0 54px;
}
.home #footer,
.home-extranet #footer {
	position: inherit;
	padding: 8px 0;
}
.home #footer #karakas,
.home-extranet #footer #karakas{
	margin-left: 500px;
}
/* LOGIN 
---------------------------------------------------------------- */
#login {
	margin: -25px 0 0 300px;
	_margin-top: -27px;
	padding-bottom: 10px;
	left: 300px;
}

#login h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align:top;
	color: #A1B237;
}
#login.extranet{width: 654px;}
#login.extranet h2 {
	float: left;
	margin: 0 10px 0 0;
}

.home #login h2, .home-extranet #login h2 {
	float: none;
	clear: both;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.4em;
}

.home #login,
.home-extranet #login{
	float: left;
	display: inline; /* Fixes IE/Win double margin bug */
	margin: 6px 15px 10px 15px;
	width: 450px;
}
#login-form span {
	display: block;
	margin-top: 10px;
}
#login-form label{
	margin: 5px;
	color: #ACACAC;
}
#login.extranet a{
	line-height: 1em;
	vertical-align:top;
}
#login.extranet a#logout {
	margin-left: 50px;
	vertical-align: bottom;
}
.home-extranet #login a,
#login.extranet a {
	color: #ACACAC;
}
.home-extranet #login a, .home #login.extranet a {
	float: none;
	clear: both;
	display: block;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.home-extranet #login a#logout, .home #login.extranet a#logout {
	width: 60px;
	margin-top: 15px;
	margin-left: 0px;
}


/*  BREADCRUMBS
---------------------------------------------------------------- */

#breadcrumbs {
	position: absolute;
	top: 114px;
	left: 300px;
	width: 654px;
}
#breadcrumbs  li {
	float: left;
	padding: 0 0 0 2px;	
	list-style: none;
	font-size: 70%;
	line-height: 1em;
	color: #828283;
}
#breadcrumbs  li a {
	color: #828283;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}   
   

/* NAV & SUBNAV 
---------------------------------------------------------------- */
#nav ul {
	margin-left: 65px;
}
#nav ul li,
#nav ul ul li {
	padding: 3px 0;
	list-style: none;
	line-height: 1em;
}
#nav ul ul {
	margin-left: -130px;
	padding: 3px 0 3px 65px;
	border-bottom: 1px solid #000;
} 
#nav ul ul li {
	padding-left: 65px;
	border-top: 1px solid #000;
}
#nav2 {
	margin: 40px 0 10px 65px;
}

#nav li li a {
	color: #61b5e5;
}
#nav2 li a{
	color: #8f8e8e;
}
#nav2 li a:hover,
#nav li li a:hover,
#nav li li.selected{
	color: #a6c53a;
}
#nav li.selected,
#nav2 li.selected,
#nav2 a.selected {
	color: #19818C;
}

#navhome {
	position: relative;
	padding: 13px 0 0 13px;
	height: 325px;
	_height: 327px;
	overflow: auto;
}
#navhome h2 {
	line-height: 1em;
	color: #1aace8;
}
#navhome #nav {
	margin: 60px 0px 0px 0px;
	padding: 0;
}
#navhome #nav ul {
	margin: 0 0 30px 0;
}

#subnav{
	margin-bottom: 0.5em;
	font-size: 95%;
	font-weight: bold;
	color: #abbd33;
	background: #F1F4DF url(../images/dotted.gif) repeat-x left top;
}
#subnav span{
	display: block;
	padding: 0.2em 0.3em;
	background: transparent url(../images/dotted.gif) repeat-x left bottom;
}
#subnav a{padding: 0.1em 0.3em;}
#subnav a.selected{background-color: #FFFFFF;}

div.page-nav{
	font-size: 95%;
	font-weight: bold;
	color: #abbd33;
}
div.top{
	margin-top: -2.3em;
	margin-bottom: 0.5em;
	width: 100%;
	text-align: right;
}
div.page-nav a{padding: 0.1em 0.3em;}
div.page-nav a.selected{ border: 1px solid #D3DF7D; background-color: #FFFFFF;}
div.top a.selected{border: none;}


/* STORY 
---------------------------------------------------------------- */
#intro {
	margin: 0 0 15px;
	padding: 0;
}
#intro div{
	float: left;
	width: 455px;
	padding: 0.5em;
	background-color: #f1f4df;
}
#intro h3{
	float: left;
	margin: 0 0.2em 0 0;
	font-size: 1em;
	line-height: 1.5em;
}
#intro p{
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #abbd33;
}
#intro img{
	float: right;
}


/* DOWNLOAD
---------------------------------------------------------------- */

#download {
	margin: 35px 0px 0px;
	float: left;
}
#download img{
	float: right;
}
#download h2{
	font-size: 1em;
	font-weight: normal;
	color: #abbd33;
	background: url(../images/dotted.gif) repeat-x left bottom;	
}
#download ul {
	width: 400px;
	margin-bottom: 15px;
	margin-left:0px;
}
#download  ul li {
	list-style: none;
	background: url(../images/dotted.gif) repeat-x left bottom;
	padding: 5px 0;
}
#download ul li a {
	color: #aabe38;
}
#download ul li a:hover {
	color: #19818C;
}

/* PUBFULL
---------------------------------------------------------------- */

#downt{
	color: #a6c53a;
	padding: 0px 0px 3px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 90%;
	float: left;
	margin-bottom: 10px;




}
#downt h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a6c53a;
	margin: 15px 0px 0px;
	font-weight: normal;

}



#downloadpub {
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 0px 10px;
	width: 90%;
	float: left;

}

#downloadpub img.pubpict{
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;

}

#downloadpub img.icon {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border: none;
	float: left;

}

#downloadpub h3{
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #abbd33;
	border: none;
	font-weight: normal;
	float: left;

}
#downloadpub em{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004f5a;
	font-style: normal;
	width: auto;
	margin-left: 5px;


}

#downloadpub p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #939393;
	font-style: normal;
	display: block;
	margin-top: 5px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;


}
#downloadpub ul {
	border: none;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 8 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
}

#downloadpub  ul li {
	list-style: none;
	border: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}

#downloadpub  ul li.link {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 13px;
}

#downloadpub ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aabe38;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 4px;
}

#downloadpub ul li a:hover {
	text-decoration: underline;
}

/*--------------- LINKS LIST ----------------------- */

#links {
	width: 500px;
	margin: 3em 0 2em;
}
#links dl{
	width: 500px;
	margin: 0.5em 0 1em;
}
#links dt{
	float: right;
	width: 410px;
}
#links dd{
	margin: 0 0 0 90px;
	background: none;
}
#links dd.img{
	margin: 0px;
}
#links dd.img img{
	float: left;
	margin: 0 8px 8px 0;
}


/*--------------- SITEMAP ----------------------- */

#sitemap {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	width: 90%;
}

#sitemap li {
	list-style: none;
	background: url(../images/dotted_sort.gif) left top repeat-x;
	padding: 0 0 5px 3px;
}

#sitemap ul li{
	padding-left: 25px;
	list-style: none;
	background: url(../images/dotted.gif) repeat-x left bottom;
	margin-top: 5px;
}

#sitemap ul li.last{
	padding-left: 25px;
	list-style: none;
	background: url(none);
	margin-top: 5px;
}

#sitemap a {
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8bf34;
	text-decoration: none;
	line-height: 1.8em;
}
#sitemap a:hover {
	font-weight: bold;
}
#sitemap ul li a{
	color: #999999;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#sitemap ul ul li a{
	font-weight: normal;
}



/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both;
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* end clearing */



/* BASKET */

a#my-basket {
	background: #4D4D4D;
	font-variant: small-caps;
	font-weight: bold;
	padding: .2em 1em;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	margin-left: 2em;
}

body#popup {
	
	
}

div.h1d3 {
	display: none;
}
