/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
"LEFT PANEL" - left panel styles.
"CONTENT" - content styles.
"FOOTER" - footer styles.
*/



/* GENERAL */
BODY {
	padding: 0;
	margin: 0;
	text-align: center;
}

HTML, BODY, H1, H2, H3, H4, H5, H6, FORM, P, IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY, INPUT, SELECT, TEXTAREA, TABLE, TD, TH {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #b7e9fc url(http://www.lastekas.ee/gfx/lastekas2007/body.gif) 0 0 repeat-x;
}

UL, OL, LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



/* PAGE */
#holder {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}



/* HEADER */
#header {
	border: #000000;
	border-bottom-color: #6cb1cc;
	border-bottom-width: 5px;
	position: relative;
}
#header DIV.header_holder {
	margin: 0 auto;
	width: 990px;
	height: 108px;
}

#header H1, #header H1 A {
	display: block;
	width: 203px;
	height: 108px;
	background: url(http://www.lastekas.ee/gfx/lastekas2007/lastekas.gif) 0 5px no-repeat;
}
#header H1 {
	float: left;
}
#header .right {
	float: right;
	width: 777px;
	padding: 14px 0 0 0;
}
#header .banner {
	width: 728px;
	margin: 0 0 0 35px;
}

/* HEADER - HEADER MENU */

#header_menu {
	background: url(http://www.lastekas.ee/gfx/lastekas2007/header-menu-bg.png) repeat-x;
	height: 36px;
	border: red 1px;
	padding-top: 13px;
}

#header_menu ul
{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}

#header_menu ul li {
	display: inline;
}

#header_menu ul li a
{
	text-decoration: none;
	padding: 8px 13px 8px 32px;
	color: #333d41;
	line-height: 28px;
}

#header_menu ul li a:hover
{
	color: #1B1F21;
	text-decoration: underline;
}


/* CONTENT */
#content {
	margin: 0;
}

/* CONTENT - default */
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
#content H1 {
}
#content H2 {
}
#content H3 {
}
#content H4 {
}
#content H5 {
}
#content H6 {
}

#content A {
	color: #FF0000;
	text-decoration: none;
}

#content A:hover {
	color: #00FF00;
	text-decoration: underline;
}

#content OL {
}

#content UL {
}

#content TABLE {
}

#content TD, #content TH {	
	padding: 1px;
}

#content TD {	
}

#content TH {
	font-weight: bold;
}

#content FIELDSET {
	border: #000000 solid 1px;
}

#content LEGEND {
	font-weight: bold;
}

#content INPUT, #content TEXTAREA, #content SELECT {
	padding: 1px;
	border: #000000 solid 1px;
}

#content INPUT[type="checkbox"], #content INPUT[type="radio"] {
	border: 0px;
}

#content SELECT, #content INPUT[type="text"], #content INPUT[type="file"] {
	width: 250px;
}

#content TEXTAREA {
	width: 350px;
	height: 100px;
}

#content .button, #content INPUT[type="submit"] {
	padding: 1px;
	border: 0;
}


/* CONTENT - others */



/* FOOTER */
#footer {
	background-color: #000099;
}
