@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #343434;
	background: #E0FFFF;
	width: 30000px;
	height: 1300px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align:left;
}

#header {
	width: 2800px;
	height: 160px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image:url(../images/header.jpg)
	/*margin-left:200px;*/
	text-align:left;
	position:fixed;
	z-index:1000;
}

#flagCroatia{
	width:36px;
	height:24px;
	z-index:1002;
	position: relative;
	margin-top:-130px;
	margin-left:770px;
	z-index:1002;
}

#flagBritain{
	width:36px;
	height:24px;
	z-index:1002;
	position: relative;
	margin-top:-25px;
	margin-left:810px;
	z-index:1002;
}

#flagGermany{
	width:36px;
	height:24px;
	z-index:1002;
	position: relative;
	margin-top:-25px;
	margin-left:850px;
	z-index:1002;
}

#image_back{
	z-index:1001;
	position: relative;
}

#wrapper {
	padding:0 0 0 0;
	Margin:0 0 0 0;
	width:17100px;
	height:100%;
	background: #E0FFFF;
}

.panel { 
	width:835px; 
	height:auto;
	float:left; 
	padding-left:25px;
	padding-top:150px;
	padding-right:1040px;
}

/* Navigation bar styling */

/* nav bar containier styling */
#navBar {
	width: 2800px;
	height: 32px;
	background: #6495ed;
	margin-top:108px;
	padding:0;
	position:relative;
	z-index:1001;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

#navBar ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relativ;
	z-index:1000;
}

#navBar ul li{
	margin:0;
	padding:0;
	float:left;
	width:125px;
	height:30px;
	line-height:31px;
	text-align:center;
	background: #6495ED;		/* button background non-hover */
	list-style:none;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	position:relative;
	z-index:1000;
}

#navBar ul li:hover{
	margin:0;
	padding:0;
	float:left;
	width:125px;
	height:30px;
	line-height:31px;
	text-align:center;
	background:#00aaff;			/* button hover color */
	list-style:none;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	z-index:1000;
}

#navBar ul li a{
	margin:0;
	padding:0;
	display:block; 				/*to make the whole button a link*/
	text-decoration:none;
	color:#ffffff;				/* button text color non-hover */
	position:relative;
	z-index:1000;
}

#navBar ul li a:hover{
	margin:0;
	padding:0;
	display:block; 				/*to make the whole button a link*/
	text-decoration:none;
	color:#000000;				/* button text hover color */
	position:relative;
	z-index:1000;
}

#navBar ul li li{
	margin:0;
	padding:0;
	background:#6495ED;			/* dropdown button background color non-hover */
	display:none;
	position:relative;
	z-index:1000;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

#navBar ul li li:hover{
	margin:0;
	padding:0;
	background:#00aaff;			/* dropdown button background hover color */
	position:relative;
	z-index:1000;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

#navBar ul li li a{
	margin:0;
	padding:0;
	display:block; 				/* to make the whole button a link*/
	text-decoration:none;
	color:#ffffff;				/* dropdown button text color non-hover */
	position:relative;
	z-index:1000;	
}

#navBar ul li li a:hover{
	margin:0;
	padding:0;
	display:block; 				/* to make the whole button a link*/
	text-decoration:none;
	color:#000000;				/* dropdown button text hover color */
	position:relative;
	z-index:1000;	
}

/* END of Navigation bar styling */
h1 {
	/*text-transform: uppercase;*/
	/*text-align: center;*/
	/*color:#00aaff;*/
	/*margin: 0;*/
	color:#ff2d00;
	margin: 40px 0 0 0;
	font-family:Helvetica, Arial, Sans-serif;
	/*padding: 0.3em 0;*/
	/*text-indent:-99999px;*/
}

h2 {
	margin: 40px 0 0 0;
	color:#00aaff;
	font-family:Helvetica, Arial, Sans-serif;
}

h3 {
	margin: 10px 0 0 0;
	color:#00aaff;
	font-family:Helvetica, Arial, Sans-serif;
}

h4 {
	margin: 0 0 0 0;
	color:#000000;
	font-family:Helvetica, Arial, Sans-serif;
}

p {
	margin: 0;
	padding: 0.4em 0;
	color: #000000;
	line-height: 1.4em;
	font-size: 13px;
	text-align:justify;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

/* Table styling */
#tableFramed {
	border-collapse:collapse;
}

#tableFramed td{
	width:25%;
	color:#000000;					/* table text left side */	
	border-width:2px;
	padding:2px 2px 2px 2px;
	border-style:solid;
	border-color:#00aaff;
}

#tableFramed td:nth-child(even){
	width:75%;
	color:#000000;					/* table text right side */
	border-width:2px;
	padding:2px 2px 2px 2px;
	border-style:solid;
	border-color:#00aaff;
}

/* Price table */
#tablePrice {
	border-collapse:collapse;
}

#tablePrice td{
	text-align: center;
	width:180px;
	color:#000000;				/* text color table */
	border-width:2px;
	padding:2px 2px 2px 2px;
	border-style:solid;
	border-color:#00aaff;
}

.tableSimple {
	color:#999;
}

.ulSimple {
	color:#000;
}

/* END of Table styling */

#footer {
	height:1000px;
	width:30000px;
	padding:20px 0 0 0 ;
	color:#00aaff;
	margin:35px 0 0 0;
	border-top:2px solid #343434;
}
