/*#############################################################
Name: Blue Sky
Date: 2006-07-12
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #39F;
}
a:hover {
	color: #06F;
}

body {
	background: #84C8F1 url(img/bg.gif) repeat-y center top;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	margin: 0;
}

cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p { font-size: 1.2em; padding-top: 0.5em; }

h1 {
	font: bold 1.8em Verdana,sans-serif;

}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #246;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #37C;
	padding-top: 3px;
}

/* andris ievietoja - start */
.logo { text-decoration: none; }
.news-box { padding-bottom: 1.6em; }
.news-date { font-weight: normal; font-size: 1em; }
.offer-header { margin: 0 0 10px 50px; }
#offer-box { width: 450px; overflow: hidden; padding: 0 0 20px 0; margin: 0 0 0 80px; }
.offer-cell { float: left; width: 200px; overflow: hidden; text-align: left; margin: 5px 5px 10px 5px; font: bold 12px verdana, arial, sans-serif; padding-left: 10px; background: url(img/li.gif) 0 0 no-repeat; color: #37C; }
.offer-desc { text-align: left; margin: 2px 0; font: normal 11px verdana, arial, sans-serif; color: #466; }
/* andris ievietoja - end */

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 630px;
}

/* title */
.title {
	width: 270px;
	text-align: center;
	float: left;
	margin: 12px 0 0 25px;
}
.title h1 {
	font: bold 4em Tahoma,sans-serif;
}
.title h2 {
	font: bold 1.5em Arial,sans-serif;
}
.title h3 {
	font: normal 3em Verdana,sans-serif;
}
/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFF;
	color: #999;
	float: right;
	font: bold 1.2em  arial, sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
  padding: 0 32px;
}
.holder_top,.holder_bottom {
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}
.holder_top,.holder_bottom {
	height: 40px;
}
.holder_bottom {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
