/* reset all styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

* {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* here we go ;) */

html, body, div#wrap {
	height: 100%; /* cos of footer */
	width: 100%;
}

html, body{
	color: #FFF;
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

body > div#wrap {
	height: auto; /* cos of footer */
	min-height: 100%; /* cos of footer */
}

div#main {
	overflow:auto; /* cos of footer */
	padding-bottom: 176px; /* cos of footer */ /* must be same height as the footer */
}

div.centerPage{
	width: 915px;
	margin: 0px auto;
}

div#head {
	height: 100px;
	width: 915px;
	margin: 0px auto;
}

div#head img#logo{
	float: left;
	margin: 15px 0px;
}

div#head a#counter{
	display: block;
	float: right;
	margin: 15px 0px;
	color: #434343;
}

div#head a#counter:hover{
	color: #03AFEF;
}

div#menu {
	height: 28px;
	width: 100%;
	line-height: 26px;
	border-top: solid 1px #F89500;
	border-bottom: solid 1px #F89500;
}

div#menu p#lang{
	color: #F89500;
	float: left;
}

div#menu a.langOn{
	color: #F89500;
}

div#menu a.langOff{
	color: #434343;	
}

div#menu a:hover{
	color: #03AFEF;	
}

div#menu ul {
	margin: 0pt;
	padding: 0pt;
	text-align: right;
	float: right;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#menu ul li {
	display:inline;
}

div#menu ul li a {
	margin-left: 30px;
	color: #FFF;
	line-height: 28px;
}

div#menu ul li a.active{
	color: #F89500;	
}

div#content{
	width: 915px;
	margin: 0px auto;
	text-align: center;
}

div#content p#trackingLine{
	margin-top: 20px;
	color: #434343;
}

div#content h1{
	color: #F89500;
	font-size: 18px;
	font-weight: bold;
	margin: 16px 20px 0px 20px;
	line-height: 150%;
}

div#content h2{
	color: #03AFEF;
	margin-top: 20px;
}

div#content div#firstPageImgDiv {
	position: relative;
	margin: 20px 0px;
}

div#content div#firstPageImgDiv div.firstPageIMG{
	padding: 4px;
	border: solid 1px #808080;
	position: absolute;
}

div#content div#firstPageImgDiv div.firstPageIMG:hover{
	border-color: #F89500;
}

div#content div#firstPageImgDiv div.firstPageIMG div.firstPageTXT{
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	background-color: #000;
	margin-left: 10px;
	opacity: .8;  
	/* For IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}

div#content div#firstPageImgDiv div.firstPageIMG div.firstPageTXT span{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 150%;
}


div#content div.galleryAllIcons{
	margin: 20px 0px;
}

div#content div.galleryAllIcons img{
	padding: 4px;
	border: solid 1px #808080;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

div#content div.galleryAllIcons img:hover{
	border-color: #f89500;
}

div#content div.galleryAllIcons img.icoRight{
	margin-right: 0px;
	clear: right;
}

div#content div#imgDiv {
	position: relative;
	margin: 20px 0px;
}

div#content div#imgDiv img{
	padding: 4px;
	border: solid 1px #808080;
	position: absolute;
}

div#content div#imgDiv img:hover{
	border-color: #F89500;
}

div#content p.txt{
	width: 915px;
	margin: 0px auto;
	color: #808080;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 20px;
}

div#main p.txt b{
	color: #f89500;	
}

div#content p.txt a{
	color: #FFF;	
}

div#content p.txt a:hover{
	color: #F89500;
}

div#content p.galleryTxtAbove, div#content p.galleryTxtUnder {
	width: 915px;
	margin: 0px auto;
	color: #808080;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 20px;
}

div#content p.galleryTxtAbove{
	margin-top: 20px;
}

div#main p.galleryTxtAbove b, div#main p.galleryTxtUnder b{
	color: #f89500;	
}

div#content p.galleryTxtAbove a, div#content p.galleryTxtUnder a{
	color: #FFF;	
}

div#content p.galleryTxtAbove a:hover, div#content p.galleryTxtUnder a:hover{
	color: #F89500;
}

div#content div.videoObject{
	padding: 4px;
	margin: 20px auto 20px auto;
	border: solid 1px #808080;
}

div#content div.videoObject:hover{
	border: solid 1px #f89500;
}

div#content p.videoTxtAbove, div#content p.videoTxtUnder{
	width: 640px;
	margin: 0px auto;
	color: #808080;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 20px;
}

div#content p.videoTxtAbove{
	margin-top: 20px;
}

div#main p.videoTxtAbove b, div#main p.videoTxtUnder b{
	color: #f89500;	
}

div#content p.videoTxtAbove a, div#content p.videoTxtUnder a{
	color: #FFF;	
}

div#content p.videoTxtAbove a:hover, div#content p.videoTxtUnder a:hover{
	color: #F89500;
}

div#content ul.storitve{
	text-align: left;
	margin-top: 20px;
	color: #808080;
}

div#content ul.storitve li{
	line-height: 200%;
	list-style-image: url("../img/ul-li.gif");
}

div#content div#bottomButtons p{
	display: block;
	float: left;
	border: solid 1px #808080;
	margin-bottom: 20px;
	padding: 4px;
}

div#content div#bottomButtons p a{
	display: block;
	float: left;
	line-height: 41px;
	background: #F89500;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

div#content div#bottomButtons p a:hover{
	background: #03AFEF;
}

div#content div#bottomButtons p#buttonLeft{
	width: 157px;
	margin-right: 20px;
}

div#content div#bottomButtons p#buttonCenter{
	width: 531px;
	margin-right: 20px;
}

div#content div#bottomButtons p#buttonRight{
	width: 157px;	
}

div#footer {
	color: #808080;
	background: #262626;
	text-align: center;
	border-top: solid 1px #03AFEF;
	position: relative; /* cos of footer */
	margin-top: -176px; /* cos of footer */ /* negative value of footer height */
	height: 175px; /* cos of footer */
	clear: both; /* cos of footer */
}

div#footer a{
	color: #808080;
	line-height: 30px;
}

div#footer a:hover{
	color: #FFF;
}

div#footer p{
	line-height: 30px;	
	clear: both;
}

div#footer div#galleryRandomThumbs{
	width: 915px;
	margin: 0px auto;
}

div#footer div#galleryRandomThumbs img{
	padding: 4px;
	border: solid 1px #808080;
	margin-right: 20px;
	margin-bottom: 0px;
	float: left;
}

div#footer div#galleryRandomThumbs img:hover{
	border-color: #f89500;
}

div#footer div#galleryRandomThumbs img.icoRight{
	margin-right: 0px;
	clear: right;
}

/*Opera Fix*/ /* cos of footer */
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}