/*------------------------------------------------------------------
[Master Stylesheet]

Project:	www.web3.lt
Version:	1.0
Last change:	09-11-28  17:20
-------------------------------------------------------------------*/

@import "font-face.css";

* {
	margin: 0;
	padding: 0;
	outline: none;
} 

body{
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	min-width: 320px;
	/*background: url(images/bg.jpg) center 0 no-repeat;*/
}

img {border: none;}
  
#holder {
	max-width: 600px; 
	margin: 0 auto;
	height: 100%;
	padding: 0 10px
}

#holder2 {
	position: relative;
}

.header {
	margin: 55px 0 55px 0;
}


.header .contacts {

}


.header .contacts .email{
	text-align: center;
}

.header .contacts .email  h1{
	margin: 0px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	color: #566b95;
	line-height: 30px;
	font-family: "TrajanProBold", tahoma, arial, verdana, sans-serif;	
}

.header .contacts .email  a{
	color: #566b95;
	text-decoration: underline;
}

.header .contacts .email   a:hover{text-decoration: none;}


.footer {
	text-align:center;
	margin: 0px 0 55px 0;	
}

.footer  p{
	font-size: 11px;
	color: #565656;
}

.footer  p a{color: #566b95;}

.footer  p a:hover{text-decoration: none;}



.clear{
	display: inline;
	float: left;
	width: 100%;
}