/**************************************

	--  Argos Multilingual  --
	-- All rights reserved  --

	Description: Layout, colors, fonts 

	File: screen.css
	Version: 1.0

	Author: Zbigniew Szymczyk

**************************************/


/* ==============================
   --- LAYOUT -------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html {
     overflow: -moz-scrollbars-vertical;
	  overflow-y:scroll;
}
	
	
body {
	background: #fff url('images/bg.png') left 70px repeat-x;
	text-align: center;
	font-size: 62.5%; /* Reset 1em jako 10px */
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	color:#474747;
	}

div#container {
	width: 950px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto 0 auto;
	font-size: 1.1em;
	position: relative;
	}

div#light { /* Light under the picture and menu*/
	width: 960px;
	height: 500px;
	margin-left: -480px;
	background: transparent url('images/bg_light.jpg') left top no-repeat;
	position: absolute;
	top: 70px;
	left: 50%;
	}	

div#header {
	height: 70px;
	}
	
div#content {
	min-height: 400px;
	margin: 20px 20px 0 20px;
	}
	
div#phone {
	height: 56px;
	width: 250px;
	float: right;
	background-image: url('images/phone_icon.gif');
	background-position:  42px 0px;
	background-repeat:  no-repeat;
	}
	
	address.phone {
		font-size: 0.9em;
		padding: 0px 0 2px 83px;
		}
	
		address.phone span {
			font-size: 1.4em;
			font-weight: bold;
			}
		
	address.mail {
		font-size: 1.06em;
		font-weight: bold;
		padding: 0 0 0 50px;
		}				

div#left, div#center, div#right {
	width: 276px;
	margin: 70px 20px 30px 20px; 
	}
	
div#left {
	float: left;	
	}	

div#center {
	float: left;	
	}	

div#right {
	float: right;	
	}	

div.select {
	font-size: 1.2em;
	padding: 20px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #818181;
	margin-bottom: 20px;
	}
	
div#footer {
	border-top: 1px solid #ccc;
	clear: both;
	height: 80px;
	margin: 50px 20px 20px 20px;
	padding: 20px 20px 0px 20px;
	}
	
	div#legal {
		float: right;
		}
		
	div#copyright {
		float: left;
		width: 330px;
		}	
	
/* --- END LAYOUT ---------------
   ==============================*/			

/* ==============================
   --- LOGO ---------------------*/


div#logo a{
	display: inline;
	float: left;	
	width: 139px;
	height: 48px;
	text-indent: -9999px;	
	}

div#logo{
	padding: 9px 0 0 20px;
}	

div#logo a {	
	background: transparent url("images/logo.gif") 0 0 no-repeat;
	}

div#logo a:hover { 
	background: transparent url('images/logo.gif') 0 -48px no-repeat;
	}
		
/* --- END LOGO -----------------
   ==============================*/

/* ******************************
   --- TEXT ---------------------*/	
	
p {
	font-size: 1.0em;
	margin-bottom: 10px;
	}

h1 {
	color: #14336F;
	font-size: 1.6em;
	}	
	
h2 {
	font-weight: bold;
	font-size: 1.0em;
	}
	
ul {
	list-style-type:none;
	margin:0pt 0pt 15px 15px;
	}
	
ul li {
	background:transparent url(images/li.gif) no-repeat scroll 0pt 2px;
	margin:0pt;
	padding:0pt 0pt 4px 15px !important;
	}

address {
	font-style: normal;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
#phone a {
	color: #474747;
	}
	
#phone a:hover {
	color: #1c4396;
	}

.select a {
	color: #293C5F;
	}	

.select a:hover {
	color: #c30505;
	}

p a, h2 a, ul li a {
	color: #37466F;
	}
	
p a:hover, h2 a:hover, ul li a:hover {
	color: #474747;
	border-bottom: 1px #d00 solid;
	}	
	
div.text1 {
	width: 320px;

	float: left;
	}
	
div.text2 {
	margin-left: 35px;
	width: 288px;
	height: 116px;
	float: left;
	}	
	
div.text3 {
	margin-top: 10px;
	width: 100%;
	float: left;
	}	
	
div.text4 {
	width: 643px;
	height: 116px;
	float: left;
	}		
	
/* --- END TEXT -----------------
   *******************************/
	
/* ==============================
   --- FLAGS --------------------*/	
	
div#flags {
	margin-top: 45px;
	margin-bottom: 35px;
	height: 80px;
	width: 100%;
	text-align: center;
}	

div#flags div {
	display: inline-block;;
	width: 62px;
	height: 56px;
	margin: 0 20px;
	background: url("images/flag_bg.png") 0 0 no-repeat;
	}

div#flags div a {
	display: block;
	width: 56px;
	height: 30px;
	margin: 3px;
	text-indent: -9999px;	
	background-position: 0 0;
	}
	
div#flags div a.selected {
	background-position: 0 -30px;
	}	

div#flags div a:hover { 
	background-position: 0 -30px;
	}	

/* --- END FLAGS ----------------
   ==============================*/	
	
div.invite {
	width: 243px;
	height: 116px;
	float: left;
	margin: 5px 20px 15px 0;
	background: url("images/button_bg.png") 0 0 no-repeat;
	}
	
/* ==============================
   --- BUTTON -------------------*/		
	
div.invite a {
	display: block;
	width: 229px;
	height: 102px;
	margin: 6px;
	text-indent: -9999px;	
	background-position: 0 0;
	}	
	
div.invite a:hover { 
	background-position: 0 -102px;
	}
	
/* --- END BUTTON ---------------
   ==============================*/	