@import 'reset.css';

body {
	background:#444;
	font:14px Arial,Tahoma,Verdana,Serif;
	color:#484848;
	text-align:center;
}

.inner {float:left;}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
	zoom:1;
}
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
}
.hide {
	display:none !important;
}

.fl {float:left;}
.fr {float:right;}

.wrapper {
	width:640px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

a {
	color:#f36d26;
}
a:hover {
	color:#fa0;
}
a:visited {
	color:#0c92d9;
}

/* SOME MAGIC */

.header, .footer, .lang li {
	background:url(../images/sprite.png) 0 0 no-repeat;
}

/* HEADER */

.header {
	height:148px;
	background-position:50% 0;
	background-repeat:repeat-x;
	background-color:#eee;
}

.header .aitems-logo {
	width:386px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:-110px;
	top:16px;
}

.header em {
	position:absolute;
	left:0;
	top:110px;
}

.lang {
	position:absolute;
	right:0;
	top:110px;
}
.lang li {
	display:inline;
	width:18px;
	height:13px;
	float:left;
	margin:0 0 0 2px;
	background-position:50% -148px;
}
.lang li.en {
	background-position:50% -161px;
}
.lang li.ee {
	background-position:50% -174px;
}
.lang li a {
	width:18px;
	height:13px;
}


/* MENU */



/* CONTENT */

.content {
	background:#fff;
	padding:60px 0 100px 0;
}

h1, h2 {
	color:#f36d26;
	font-size:30px;
	font-style:italic;
	margin-bottom:20px;
	border-right:10px solid #f36d26;
	line-height:22px;
}
h2 {
	font-size:18px;
	color:#0c92d9;
	border-color:#0c92d9;
	border-width:5px;
	margin-top:20px;
}
.content p {
	line-height:26px;
	font-style:italic;
	padding:20px 30px 20px 0;
}

hr {
	border-top:1px dotted #e5e5e5;
	margin:10px 30px;
	height:1px;
	color:#fff;
	background:#fff;
}

.star {
	color:#f36d26;
	font-size:36px;
	position:relative;
	vertical-align:baseline;
	bottom:-.45em;
	margin-right:.2em;
	line-height:.4em;
}

.phone {
	background:#fa0;
	width:200px;
	color:#fff;
	font-size:30px;

	text-align:center;
	font-weight:bold;
	font-style:italic;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	text-shadow: 1px 1px 0 #d80;
	
	margin:30px auto;
	
}

/* TABLES */

table {
	width:100%;
	font-style:italic;
	margin-bottom:20px;
}
caption {
	color:#f36d26;
	line-height:1.6em;
	padding:0 8px;
	font-weight:bold;
}
td, th {
	padding:4px 8px;
}
thead tr {
	border-right:5px solid #fbd3bd;
}
thead th {
	background:#fef8f4;
	color:#f9b692;
}
td {
	padding:8px;
	border-bottom:1px solid #f8f8f8;
}

/* FOOTER */
.footer {
	background-position:50% -187px;
	background-repeat:repeat-x;
}
.footer p {
	font-size:10px;
	color:#fff;
	padding:30px 30px 20px 0;
	line-height:16px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#fa0;
}
.footer .aitems {
	padding-right:60px;
}
