/*
Author: artix
Author URL: http://www.artix.hr
*/


* {
margin : 0;
padding : 0;
}
html {
width : 100%;
height : 100%;
background : #000;
}
body {
background : #000;
font-size : 14px;
line-height : 18px;
font-family : "Lucida Sans Unicode", Lucida Grande, sans-serif;
margin : 0;
padding : 0;
}
a img {
border : none;
}

a {
color:#FFF;
text-decoration:none;
}

a:hover {
color:#CCC;
}

.clear {
clear:both;	
}

.bold {
font-weight:700;
}

#fscontainer {
display : block;
position : absolute;
overflow : hidden;
top : 0;
left : 0;
width : 100%;
min-width : 1004px;
min-height : 600px;
}

#home_content {
position : relative;
width: 1000px;
margin: 30px auto 0 auto;
min-height:100%;
background: #000;
color:#FFF;
padding-bottom:100px;
}


#home_logo {
width: 200px;
height : 120px;
float:right;
padding-right:20px;
}

#mid_logo {
width: 240px;
height : 170px;
}

#wrap_home {
width: 1000px;
padding-top:200px;
}

.column {
width: 292px;
float:left;
border-right:1px solid #fff;
padding-left:20px;
padding-right:20px;
padding-top:40px;
}

.column.last {
border-right:none;
width:395px;
}

.column.mid {
width: 190px;
}

.title {
font-weight:bold;
font-size:28px;
width:100%;
padding-bottom:20px;
}

.text {
font-size : 14px;
line-height : 18px;
font-family : "Lucida Sans Unicode", Lucida Grande, sans-serif;
text-align:justify;
}

#footer {
position:absolute;
bottom:20px;
}


ul li {
	list-style:none;
	float:left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ccc;
	font-size:14px;
	}

ul li.last {
	border-right: none;
	}	


/* INPUT FORM */

input { 
	padding: 7px;
	border: solid 1px #CCC;
	border-radius:5px;
	font: normal 11px Verdana, Tahoma, sans-serif;
	width: 276px;
	background: #FFF;
	margin-bottom:10px;
	
	}


.form p { 
  padding-top:3px;
	}	

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}
	

.submit input {
	top:50px;
	left:340px;
	width: auto;
	padding: 6px 14px;
	background: #7185c3;
	font-size: 12px;
	color: #FFF;
	cursor:pointer;
	float:right;
	border:none;
	}
	
.submit input:hover {
	background: #666;
	}

#loginMessage { 
	margin-top:30px; 
	color: #ff0000;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none; 
	}