
/* Base, Headers
----------------------------------------------- */
* {margin:0; padding:0;}  /* remove default padding/margins */

body {
	background-color: #3c3c3c;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.4em;
	background-image: url(../img/layout/bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	text-align:justify;
	color: #f2f2f2;
}
	
h1 {	
	font-size:1.3em;
	color:#59B900;
	margin:0px 0 8px 0;
	padding:0px 0px 8px 0;
	}
	
h1 a{	
	text-decoration:none;
	margin:0px;
	padding:0px;
	}

h1 a:hover{	
	text-decoration:none;
	margin:0px;
	padding:0px;
}
h2 {
	color:#737373;
	margin:10px 0px;
	padding:0px;
	margin-bottom:8px;
}
h3{
	font-weight:normal;
	font-size:1.0em;
}	
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #59B900;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* Structure - Base
----------------------------------------------- */
#bodycontainer {
	margin:10px auto 0 auto;
	padding: 0;
	width: 859px;
	text-align: left;
	background-color: #222222;		
	background-image: url(../img/layout/bkgd_content.gif);
	background-repeat: no-repeat;
}

/* Content - Screenshots
----------------------------------------------- */

.screenshots {
 width: 273px; 
	float: left;
	margin: 12px 0;
	background: #2f2d30;	
	padding: 3px;
}

.extraPad {
 margin-left: 25px; 
}

.screenshotsOutline { border: 1px solid #585858; margin: 0; padding: 0 }  

.screenshotsText {
 margin: 6px;
}	

.screenshotsText img {
 float: right;
	padding: 0 3px 0 4px;
}


#logo {
 float: left;
	margin: 0px;
	padding: 0px;
	width: 215px;
	height: 154px;
	background:url(../img/layout/ntaflis_logo.gif) no-repeat 0 0; 
	
}

#logo a { display:block; width:215px; height:154px; }

/* Structure - Footer, Credits
----------------------------------------------- */
#footer {
 height: 144px;
	background-image: url(../img/layout/bkgd_footer.gif);
	background-repeat: no-repeat;
	padding: 15px 12px 0 12px;
	margin: 0;
	color: #999;
	font-size: 11px;
}

#footer p {
 margin: 0; padding: 0;
}

/* three footer columns */
.column1 {
 float: left;
	width: 200px;
	padding: 0 0 0 3px;
	margin: 0;
	border-right: 1px solid #464646;
}

.column2 {
 float: left;
	width: 381px;
	padding: 0 10px 0 20px;
 height: 112px;	
}

.column2 p {
	width: 376px;
}

.column3 {
 float: left;
	border-left: 1px solid #464646;
	width: 185px;
	padding: 0 10px 0 20px;
 height: 112px;		
}

#footlinks ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
	line-height: 1.4em;
	}

#footlinks li { margin: 0; padding: 0;}

#footlinks a {
 display: block;
 padding: 0 0 0 20px;
 width: 180px;
 background-image: url(../img/layout/arrow_bkgd.gif);
 margin: 0;
 height: 16px;
 
}

#footlinks a:link, #navlist a:visited {
 color: #EEE;
 text-decoration: none;
}

#footlinks a:hover {

 background-image: url(../img/layout/arrow_bkgd_down.gif);
 width: 180px;
 color: #fff;
 padding: 0 0 0 20px;
 margin: 0;
}


/* Navigation
----------------------------------------------- */
#navbar {
    position:relative;
	top: 47px;
	_top: 40px;
	left:0px;
	float:right;
	display:block;
	width:644px;
	
	padding:0;
	margin: 0;
	border:solid 0px; 
	z-index: 0;
	background: url(../img/layout/nav.gif) no-repeat top left; 
}
#navbar ul{
	width:644px;
	_width:590px;	
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type:none;
}
#navbar ul li{
	width:100px;
	float:left;
}
#navbar ul li a{
	font-size:0.9em;
	padding: 7px 5px;
	margin: 0;
	float:left;
	display:block;
	height:20px;
	width:90px;
	text-align:center;
	text-decoration: none;
}
#navbar ul li a:hover{
	margin: 0;
	background: url(../img/layout/nav_over.gif) repeat-x top left; 
	text-decoration: none;
}
#navbar ul li a.selected{
	background: url(../img/layout/nav_over.gif) repeat-x top left; 
}

/* Links
----------------------------------------------- */

	.column1 a:link   { text-decoration: none; color: #dfdfdf; }
	.column1 a:visited { text-decoration: none; color: #dfdfdf; }
	.column1 a:active  { text-decoration: none; color: #dfdfdf; }
	.column1 a:hover  { text-decoration: none; color: #fff;}

	.column2 a:link, .column3 a:link     { text-decoration: none; color: #999; border-bottom: 1px solid #999; }
	.column2 a:visited, .column3 a:visited{ text-decoration: none; color: #999; border-bottom: 1px solid #999; }
	.column2 a:active, .column3 a:active  { text-decoration: none; color: #999; border-bottom: 1px solid #999;}
	.column2 a:hover, .column3 a:hover  { text-decoration: none; color: #fff; border-bottom: 1px solid #FFB400;  }
	
 a img {border:none;}
	
	
/* Forms
----------------------------------------------- */
#contactForm { 
 float: right;
	font-size: 11px;
	margin-top: -2px;

	
}

.formfield { 
 background-color:#222; 
	border:0; width:182px; 
	height:18px; 
	color: #ccc; 
	font-family: 'Lucida Sans Unicode', Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

textarea { 	font-family: 'Lucida Sans Unicode', Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #ccc; width: 182px;}

.comments {height:75px; border: 0; background: #222 } 
.required { color:#59b400; padding-right: 5px;}
.formlabel { width: 100px; }

.requiredNotice { font-size: 10px; color: #999 }

/* Lists
----------------------------------------------- */



/* Standard 
----------------------------------------------- */
.linkedImage  {
 margin: 0; padding: 0; border: 0; 
}

.hide { display: none }

hr { display: none }

img { border: 0 }

img
{
	border: none;
}



/* Light Box */
#ImageBoxOverlay
{
	background-color: #000;
	
}
#ImageBoxCaption
{
	
background-color: transparent;
	
	padding-top:5px;
	color: #fff;
	border-left:solid 5 #FC0;
	height:100px;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFF;
	border-bottom:solid 2px #fc0;


	
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #fff;
	width:350px;
	
	
}
#ImageBoxCaptionImages
{
	margin: 0;
	
}
#ImageBoxNextImage
{
    width:30px;
	background-image: url(../img/layout/spacer.gif);
	background-color: transparent;
	padding-left:1px;
}
#ImageBoxPrevImage
{
	background-image: url(../img/layout/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/layout/next_green.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/layout/prev_green.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}


	
#content{
	width:907px;
	float:left;
	clear:both;
}
#left {
	width:202px;
	float:left;
	padding:0px;
	margin:0 10px 0 0;
	height:100%;
}

#left ul {	
	list-style-type:none;
	display:block;
	padding:1px 0px 0px 0px;
	margin:0px;
	margin-bottom:0px;
	text-align:left;
}
#left ul li {
	padding-left:0px;
	/*border-bottom:1px solid #282425;*/
	}
#left li a{
	line-height:16px;
	text-decoration:none;
	display:block;
}
#left li a:hover{
	text-decoration:none;
}
.moduletitle h2{
	font-size:1.2em;
	margin:0px 0 3px 0;
	color:#59B900;
	font-weight:normal;
	border:0;
}
.moduletitle{
	background:url(../img/layout/module_title_bg.gif) no-repeat top left;
	height:18px;
	background-color:#59B900;
	padding:3px 0 1px 5px;
	margin:10px 0 0px 0;
}

.module {
	background: #2c2a2c;
	width:172px;	
	margin: 1px 0 0px 0;
	padding: 15px;
}

.module p {
    padding: 2px 17px;
	margin: 10px 0;
	font-size: 11px;
	color: #999;
}

.module img {
 padding: 0px 17px;
	margin: 4px 0 10px 0;
	font-size: 11px;
	color: #999;
}

.moduleBottom { /* rounded edge box bottom */
	margin: -2px 0 0 0;
    padding: 0;
	background: #222 url(../img/layout/sidebarBox_bottom.gif) no-repeat;
}
#middle {
	width:600px;
	float:left;
	margin:-30px 0 0 10px;
	_margin:0px 0 0 10px;
	padding:10px 10px 20px 10px;
}
#middle ul{
	margin-left:20px;
}
.date{
	font-size:0.9em;
}

/*------------------------------THEMATA---------------------------------------*/
.themata{
	padding:10px 0 0 0;
}
.thema{
	float:left;
	width:306px;
	margin:8px 12px 8px 12px;
	background-color:#1C1C1C;
}
.thema a img{
	border:1px solid #1C1C1C;
	padding:2px;
}
.thema a img:hover{
	border:1px solid #59B900;
}
.thema h3{
	padding:5px 4px;
	margin:0;
}

/*------------------------------projects---------------------------------------*/
.projects{
	padding:0px 0 0 0;
}
.project{
	float:left;
	width:180px;
	margin:8px 10px 8px 10px;
	background-color:#1C1C1C;
}
.project a img{
	border:1px solid #1C1C1C;
	padding:2px;
}
.project a img:hover{
	border:1px solid #59B900;
}
.project h3{
	padding:5px 4px;
	margin:0;
	text-align:center;
	font-size:0.9em;
}

.highslide-overlay {
	display: none;
}
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../js/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/highslide/graphics/close.png', sizingMethod='scale');
}
.enlargeImages {margin: 5px auto 0px auto; padding: 0; width: 145px;height:18px;}

.enlargeImages p {line-height:10px;background: url(../img/layout/zoomIcon.gif) no-repeat left 1px; color: #a6a6a6; font-size: 10px; font-weight: normal; padding: 0 0 2px 18px;}
.enlargeImages p a{
	line-height:10px; color: #a6a6a6; font-size: 10px; text-decoration:none;
}
/* Page Numbers */
.pages {
    margin: 20px 0 20px 0;
    clear: left;
    font-size: 1.0em;
	padding: 0 5px 0 20px;
    height: 1em;
    border: none;
    background: url(../img/layout/underline.png) 0 8px repeat-x;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #EBEBEB;
    background: #000;
	
}

.pages span.current {
    border: 1px solid #59B900;
    font-weight: bold;
    background: #F58120;
    color: #59B900;
}

.pages span.stats {
	margin-right:15px;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
}

.pages a:hover {
    border-color: #59B900;
	text-decoration:none;
}

.pages a.nextprev {
    font-weight: normal;
}

.pages span.nextprev {
	border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev {
    float: right;
    margin-left: 10px;
}

.pages .pagenum {
    text-align:center;
    margin-left: 2px;
	border-color: #59B900;
}
.pages .prev, .pages .next {
    float: right;
    margin-left: 10px;
	background: #211D1E;
	text-align:center;
	border: 1px solid #ccc;
	padding: 0.2em 0.5em;
}
#toolBox{
	float:right;
	margin: 10px 0px 0px 0px;
	padding:0;
}
#toolBox ul{
	list-style:none;
}
#toolBox li{float: left;}
#home, #map, #contact{
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 0px;
	height:9px;
	width: 11px;
	text-indent:-9000px;
	background-position: 0 0px;
}
#home{
	background-image: url(../img/layout/home.gif);
}		
#map{
	background-image: url(../img/layout/sitemap.gif);
}		
#contact{
	background-image: url(../img/layout/kontakt.gif);
}
#home:hover,#contact:hover,#map:hover{background-position: 0 -9px;}
.separator{
	width:1px;
	height: 10px;
	display: block;
	background: url(../img/layout/sep2.gif) no-repeat;
	margin: 0px 13px 0px 13px;
	padding: 0px;
}		
#contactform, #loginform{
	padding:0px;
}
#contactform h3, #loginform h3{
	color:#fff;
	margin:5px 0 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-size:1em;
}
#contactform input, #contactform textarea, #loginform input, #loginform textarea{
	background-color: #1C1C1C;
	border:1px #1C1C1C solid;
	padding:2px;
	margin:0 0 3px 0px;
	color:#fff;
	border-top:1px #59B900 solid;
}
#contactform input, #loginform input{
	width:192px;
}
#contactform input.chkbox{
	width:20px;
	vertical-align:middle;
	padding:0 0px 0 0;
	margin:0 5px 0 0!important;
}
#contactform textarea, #loginform textarea{
	width:402px;
}
#contactform input:hover, #contactform textarea:hover, #loginform input:hover, #loginform textarea:hover  {
	border:1px #59B900 solid;
}
#contactform input:focus, #contactform textarea:focus, #loginform input:focus, #loginform textarea:focus {
	border:1px #59B900 solid;
}
.submitbtn{
	color:#000!important;
	font-weight:bold;
	padding:5px!important;
	cursor:pointer;
	font-size:14px!important;
	background-color:#59B900!important;
	border:1px #ccc solid;
	padding:2px;
	margin:0 0 5px 12px;
}
.contactsub{
	float:left;
	margin:10px 0 0 0;
	padding:0px 0 0 0px;
	width:210px;
}
.contactsub p{
	padding-top:15px;
}

div.contactsub{
	vertical-align:middle;
}
.validation-advice {
	margin: 0px 0 0 0px;
	padding: 2px 2px 2px 2px;
	color:#F78320;
	font-size:11px;
}
#captcha{
	position:relative;
	top:-30px;
	left:55px;
}
img.thumb{
	float:left;
	padding:2px!important;
	margin:0 5px 5px 0px!important;
	border:1px solid #1C1C1C!important;
}

/* LATEST NEWS */
ul.news{
	list-style:none;
	margin:0!important;
	padding:0!important;
}
.news li{
 padding:10px 45px 0 10px;
 margin:0 0 10px 0;
 height:76px;
}
.news h4{
 margin:0 0 2px 0;
}
.news p{
 color:#999;
 margin:0 0 5px 0;
}

.newsdate {
font-size:10px;
margin-bottom:5px;
}
	
	
div#footer .text {
	width:600px;
	height:40px;
	margin-top:20px;
	padding-top:9px;
	padding-bottom:0px;
	float:left;
	}
h5 {	
	font:normal 10px Arial;
	color:#777676;
	margin:0px;
	padding:0px;
	line-height:14px;
	}
	
h5 a{	
	font:normal 10px Arial;
	text-decoration:none;
	margin:0px;
	padding:0px;
	line-height:14px;
	}
	
h5 a:hover{	
	font:normal 10px Arial;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
#impel {
	width:60px;
	float:right;
	margin:35px 10px 0 0;
}
#impel a {
	display:block;
	width:65px;
	height:20px;
	text-indent:-9999px;
	background:transparent url(../img/layout/impel_logo.gif) top left no-repeat;
}
#impel a:hover {
	background:transparent url(../img/layout/impel_logo.gif) top right no-repeat;
}

div#footer .eservices {
	width:600px;
	height:40px;
	margin-top:5px;
	padding-top:9px;
	padding-bottom:0px;
	padding-left:0px;
	float:left;
	}
#eservices {
	width:172px;
	float:right;
	margin:15px 0px 0 0;
}		

/*---------------------- Products ----------------------------*/
.products{
	text-align:center;
	margin:10px 0;
}
.product{
	float:left;
	width:157px!important;
	border:1px solid #1C1C1C;
	margin:3px 3px 5px 3px;
	padding-top:4px;
	background-color:#1C1C1C;
}
.browseProductImageContainer {
	width: auto;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}
.browseProductImageContainer a {
	display:block;
	height:155px;
	width:155px;
	margin:0 auto;
}

.product .description{
	padding:3px;
	margin:0;
	text-align:center;
	height:40px;
}
.category .description{
	text-align:center;
	height:18px;
}
.product .description h3{
	font-size:1.0em;
	font-weight:normal;
	margin:2px 0 2px 0;
	color:#fff;
}
.product .description p{
	text-align:center;
}
.highslide-caption {
    display: none;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
	background: transparent url(../img/layout/dash-green.gif) repeat-x top left!important;
}
.highslide-caption h4{
	color:#74831E;
	margin:0;
	padding:0 0 0px 0;
	font-weight:normal;
	font-size:1.2em;
}
div.more-info-buy { 
	position: relative;
	background-color: #EBEBEB;
	border-top:1px solid #777676;
	margin:0px 0 0 0;
	padding:0;
}

.more-info-buy span.more-info { 
	float: left;
	background-color: #000;
	color: #fff;
	width: 50px;
	padding:2px 0px 2px 0px;
	text-align:center;
	font-size: 1.0em;
}

.more-info-buy a.buy, .more-info-buy a.more{ 
	float: left;
	width: 88px;
	background: #000 url(../img/layout/arrow_right_white.gif) no-repeat 94px 5px;
	padding:2px 17px 2px 0px;
	margin: 0px;
	
	text-transform: uppercase;
	font-size: 1.0em;
	text-align:right;
	text-decoration:none!important;
	border-left:1px solid #777676;
}
.more-info-buy a.more{ 
	width: 143px;
	background: #000 url(../img/layout/arrow_right_white.gif) no-repeat 148px 6px;
	padding:2px 17px 2px 0px;
	margin: 0px;
	border-left:0px solid #777676;
}

.more-info-buy a:hover.buy, .more-info-buy a:hover.more{ 
	/*background-color: #5fae18;*/
	text-decoration: none;
	
}
#productview {
	width:600px;
	height:100%;	
	margin-bottom:0px;
	color:#fff;
	/*background:#fff url(../img/layout/bg_contentMiddle.gif) repeat-y;*/
	float:left;
}

#productview .preview{
	width:375px;
	float:left;
	margin:0px 0 0px 5px;
}
#productview .preview #previewimg{
	background-color:#1C1C1C;
	text-align:center;
	padding:10px;
}
#productview .preview #previewimg a img{
	border:0;
}
#productview .details{
	width:180px;
	padding:10px 10px 0 10px;
	float:left;
	margin:0px 0 0 20px;
}
#productview .details p{
	color:#fff;
}
#productview .details h3{
	border-bottom:1px solid #EBEBEB;
	font-size:1.1em;
	padding-left:0px;
	margin:1px 0 1px 0;
}
#productview .preview img{
	/*width:350px;
	height:263px;*/
}

#productview input.buy{
	background:#000000 url(../img/layout/shopping_cart.png) center right no-repeat;
	height:40px;
	width:130px;
	margin:0;
	letter-spacing:5px;
	font-family:arial!important;
	font-weight:bold;
	color:#fff!important;
	border:1px solid #FFA600!important;
}
#productview input.buy:hover{
	border:1px solid #FFA600!important;
	color:#FFA600!important;
}
.multiplePrices {width: 130px; margin: 0; padding: 10px 0 15px 0px; float: left; display: inline;}
.statusicon{
	width:48px;
	float:left;
}
.options{
	margin-bottom:10px;
	float:left;
}
.options h3{
	width:210px;
	float:left;
}
.options select{
	margin:5px 0 5px 0;
	background-color:#1C1C1C;
	border:1px solid #000000;
	color:#fff!important;
	width:210px;
}

.multiplePrices p.cost {color: #F58120; font-size: 16px; font-weight: bold; margin-bottom: 8px; }
.multiplePrices p.cost small{
	font-size:0.6em;
}
.multiplePrices p.was {color: #a9a9a9; padding:0; font-size: 10px; font-weight: normal; margin: 0; }

.multiplePrices p.was span.lineThrough {text-decoration: line-through;}

.multiplePrices p.was span.save {color: #fa9e0d; font-size: 10px; font-weight: bold; margin-left: 10px;}

a.action_next, a.action_previous {
	display:block;
	overflow: hidden;
	margin: 0px 0 0px 0;
	height:20px;
	width:90px;
	float:right;
	font-weight:bold;
	outline: none;
	border:0;
	padding:0px 0 0 0px;
	text-align:center;
	/*background: transparent url(../img/layout/nextarrow.gif) no-repeat 80px 0px;*/
}
a.action_previous {
	float:left;
	padding:0 0 0 10px;
	/*background: transparent url(../img/layout/previousarrow.gif) no-repeat 0 0;*/
}
a.action_next:hover  {background-position: 80px -11px !important}
a.action_previous:hover  {background-position: 0px -11px !important}

.infotable{
	width:100%;
	margin:0;
	padding:0px;
	font-size:0.9em;
}
.infotable td{
	background-color:#1C1C1C;
	padding:4px 7px;
}
.infotable th{
	background-color:#1C1C1C;
	padding:4px 7px;
	text-align:left;
}
.infotable tr.alt td {
	background:#302D30;
}
.infotable td p{
	margin:0 0 4px 0;
	padding:0;
}
.infotable td h5{
	margin:2px 0 4px 0!important;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}
/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
	clear:both;
	border-top:1px solid #1F1F1F;
	height:32px;
	background-color:#2A2A2A;
}

ul.subsection_tabs li.tab {
	float:left;
	border-right:1px solid #1F1F1F;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:26px;
	padding:3px 6px 3px 19px;
	margin:0;
	color:#666;
	font-size:1.2em;
	line-height:24px;
	text-decoration:none;
}

ul.subsection_tabs li.tab a:hover {
	color:#d2d2d2;
	background-color:#1F1F1F;
}

ul.subsection_tabs li.active a {
	background-color:#1F1F1F;
	color:#d2d2d2;
}

#tabs div.tab{
	width:595px;
	height:100%;	
	margin:0px;
	padding:0px;
	color:#9a9a9a;
}
#orders .project{
	margin:8px 8px 8px 8px;
}	
				
img, div { behavior: url(css/iepngfix.htc) } /* png fix */								
