﻿/*
	Ramunas Geciauskas Design
	Web Template
	http://geciauskas.com
*/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.fix {
	clear: both;
}

#topline {
	background-color: #034769;
	min-width: 1000px;
}

#topline #topmenu {
	width: 1000px;
	height: 24px;
	margin: 0px auto 0px auto;
	font-size: 11px;
	color: #F0F0F0;
	padding: 8px 0px 0px 8px;
}

#topline #topmenu a {
	color: #99CCFF;
}

#topml {
	float: left;
}

#topmr {
	float: right;
}

#logoline {
	background-color: #FFFFFF;
}

#thelogo {
	width: 1000px;
	height: 80px;
	margin: 0px auto 0px auto;
}

#logoimg {
	float: left;
	width: 900px;
	padding: 20px 0px 5px 0px;
	height: 80px;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #034769;
}

#logoimg span {
	background-color: #034769;
	color: #99CCFF;
}

#logoarrow {
	background-image: url('../gfx/arrow.png');
	background-repeat: no-repeat;
	float: right;
	width: 100px;
	height: 80px;
}


#main {
	background-image:url('../gfx/bg.gif');
	min-width: 1000px;
}

#menuline {
	margin: 0px auto 0px auto;
	width: 1000px;
}

#main a.menuitem {
	display: block;
	width: 120px;
	height: 16px;
	background-color: #086FA1;
	margin: 15px;
	float: left;
	padding: 7px;
	text-align: center;
	color: #F0F0F0;
	text-transform: uppercase;
	text-decoration: none;
}

#main a.menuitem:hover {
	background-color: #034769;
}


#txt {
	margin: 0px auto 0px auto;
	width: 1000px;
	padding-top: 30px;
}

#txt .cell {
	float: left;
	width: 230px;
	margin: 20px 0px 20px 0px;
	padding: 5px;
	border: 0px #086FA1 solid;
}

#txt .cell div.intxt {
	padding: 10px;
	line-height: 1.6em;
	background-color: #FAFAFF;
}

#txt .cell img {
	border: 1px #63ADD0 dashed;
}

#txt .cell span {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#txt .cell:hover {
	border-width: 5px;
	padding: 0px;
}


#notes {
	background-color: #FAFAFF;
	min-width: 1000px;
}

#noteslist {
	margin: 0px auto 0px auto;
	width: 1000px;
}

#notes div.noteitem {
	float: left;
	width: 200px;
	padding: 30px 20px 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
}

#notes ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#notes li {
	border-bottom: 1px #DDDDDD solid;

}

#notes li a {
	font-size: 14px;
	text-decoration: none;
}

#notes li a:hover {
	color: #99CCFF;
}

#notes input {
	border: 1px #DDDDDD solid;
}

#footl {
	text-transform: uppercase;
	float: left;
	width: 700px;
	color: #999999;
	font-size: 11px;
	padding: 20px 0px 50px 20px;;
}

#footr {
	color: #AAAAAA;
	width: 200px;
	float: right;
	text-align: right;
}

#footr a {
	color: #AAAAAA;
}
