/* Souvent.name CSS [Mozilla,Safari,Chrome etc.] */

body {
  background-color: #0c0b0b;
  background-image: url(../concept-art/back.png);
  background-position: center top;
  background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}

a:focus{
	outline: none;
}


.mini{float: right; width: 500px; text-align: justify}
/* Menu */
			#menu_wrapper.black ul {
				margin: 0;
				padding: 0;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: url(../concept-art/menu.png);}
			#menu_wrapper.black {background: url(../concept-art/back1.png)}
			#menu_wrapper.black div {background: url(images/black.png) no-repeat left;}

			
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 50px 0;
				padding: 0;
				list-style-type: none;
				font-size: 13px;
				height: 40px;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				color: #999;
				text-shadow: #000 0 1px 1px;
			}
			

/* Footer preferences */			
#footer-wrap{
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 110%;
  margin-left: -15%;
  background: #1b1b1b url(../concept-art/logo.png) no-repeat 100px 5px;
  border-top: 2px solid #bb1c1c;
  z-index: 99;
}

#footer{
	position: fixed;
	right: 10%;
	margin-top: 9px;
}

#footer-menu li {
				float: left;
				margin: 0;
				list-style-type: none;				
			}
			#footer-menu li a {
				text-decoration: none;
				display: block;
				padding-left: 5px;
				padding-right: 5px;
				color: #555;
			}
			#footer-menu li a:hover, #footer-menu li.active a {
				color: #fff;
				text-shadow: #000 0 1px 1px;
			}
			
#content-wrap{
	background-image: url(../concept-art/back1.png);
	padding-top: 40px;
	text-align: justify;
	margin-bottom: 1px;

}

#content-end{
	background-image: url(../concept-art/back1.png);
	padding-top: 10px;
	padding-bottom: 10px;
	color: #848484;
   text-shadow: #000 0 1px 1px;
	text-align: center;
	margin-bottom: 80px;

}

.img-container{
	width: 300px;
	height: 70px;
	background-image: url(../concept-art/back1.png);
	float: left;
	border-top: 1px solid #313131;	
	
}

.details-container{
	width: 730px; 
	height: 70px;
	background-image: url(../concept-art/menu.png);
	margin-left: 300px;
	padding: 0 10px 0 10px;
	border-top: 1px solid #313131;	
	color: #585858;
}

.details-container:hover {
	width: 730px; 
	height: 70px;
	margin-left: 300px;
	text-shadow: #000 0 1px 1px;
	color: #e8e8e8;	
	background-color: black;
}

.details{
	margin-top: 10px;
}

/*Contact Form*/
.text{
	background-repeat: repeat-x;
	background-color: #636363;
	height: 180px;
	width: 420px;
	border: 1px solid black;
	margin-top: 5px; 
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.text:focus{
	background-repeat: repeat-x;
	background-color: #404040;
	height: 180px;
	width: 420px;
	border: 1px solid black;
	margin-top: 5px; 
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.formular{
	background-image: url(../concept-art/back2.png);
	background-repeat: repeat-x;
	background-color: #636363;
	height: 20px;
	width: 320px;
	border: 1px solid black;
	margin-bottom: 8px;
	margin-top: 5px; 
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.formular:focus{
	background-image: url(../concept-art/back3.png);
	background-repeat: repeat-x;
	background-color: #636363;
	height: 20px;
	width: 320px;
	border: 1px solid black;
	margin-bottom: 8px;
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

#button{
	background-image: url(../concept-art/button.png);
	height: 35px;
	width: 160px;
	border: none;
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	border: 1px solid black;
   font-weight: bold;
	text-shadow: #000 0 1px 1px;
	color: white;
}

#button:hover{
	background-image: url(../concept-art/button2.png);
	height: 35px;
	width: 160px;
	border: none;
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
	border: 1px solid black;
   font-weight: bold;
	text-shadow: #000 0 1px 1px;
	color: white;
}

.form-required{
	color: red;
	font-size: 15px;
   font-weight: bold;
	text-shadow: #000 0 1px 1px;
}

.form-text{
	color: #adadad;
	font-size: 13px;
   font-weight: bold;
	text-shadow: #000 0 1px 1px;
	text-align: justify;
}


.nadpis{
	width: 500px;
	height: 61px;
	margin-left: -10px;
	background-image: url(../concept-art/nadpis.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 80px;
}

.nadpis2{
	width: 500px;
	height: 40px;
}

h1{
	color: white;
	font-size: 26px;
   font-weight: bold;
	text-shadow: #636363 0 1px 1px;
	font-family: Tahoma;
}

h2{
	color: #aba3a3;
	font-size: 16px;
   font-weight: bold;
	font-family: Tahoma;
}

.actual{
	background-image: url(../concept-art/prave.png);
	color: white;
	width: 175px;
	height: 20px;
	float: right;
	text-shadow: #636363 0 1px 1px;
   border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
   -webkit-border-radius-topleft: 10px;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	margin-top: -7px;
}


