/** 
  * site:    www.sgehitustooted.ee
  * author:  www.we.ee
  */
/*****Basic Elements*****/
body {
	background: white url(../images/base/bg.jpg) repeat-x;
	color: #000;
	font: 12px/16px Arial,Helvetica,sans-serif;
	text-align: center;
	width: 100%;
}
button, input { font-family: Verdana, Arial, sans-serif; }
a { color: #000; text-decoration: none; }
h1 {
	border-bottom: 3px solid #959595;
	color: #333333;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	color: #666666;
	display: block;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
/*****Generic Classes*****/  
.clear { clear: both; }
.error { color: red; }
.no_underline { text-decoration: none !important; }
.hidden { display: none; }
/*Def*/
#header {
	background: #FFFFFF url(../images/base/bg_header.gif) no-repeat scroll left top;
	height: 90px;
	margin: 0 auto;
	width: 868px;
}
#nav {
	background: transparent url(../images/base/bg_linkbar.gif) no-repeat scroll 0 0;
	height: 32px;
	margin: 0 auto;
	position: relative;
	width: 868px;
}
#nav UL {
	left: 65px;
	position: absolute;
	text-align: left;
	width: 750px;
}
#nav LI { display: inline; }
#nav A {
	background: transparent url(../images/trans.gif) repeat scroll 0 0; /* ie7 fix */
	border: 1px solid #959595;
	color: #FFFFFF;
	display: -moz-inline-stack;
	display: inline-block;
	font-family: Arial,Helvetica,Sans serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 14px;
	padding: 3px 10px 4px;
	text-decoration: none !important;
}
#nav A:hover,
#nav A.active { background-color: white; color: #000000; }
#nav A.active { font-weight: bold; }
#content {
	background: transparent url(../images/base/bg_center.gif) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 25px 85px 20px 85px;
	text-align: left;
	width: 698px;
}
#footer {
	background: transparent url(../images/base/bg_footer.gif) no-repeat scroll 0 0;
	display: block;
	height: 120px;
	margin: 0 auto;
	text-align: center !important;
	width: 868px;
}
#footer DIV.footText { color: #666666; font-size: 11px; padding-top: 40px; }
#footer DIV.poweredby {
	padding-top: 20px;
	border-right: 70px solid white;
}
#footer DIV.poweredby * { display: block; }
#footer DIV.poweredby A { width: 109px; height: 22px; float: right; }
.def { }
.def em { font-style: italic; }
.def strong,
.def b { font-weight: bold; }
.def em strong,
.def em b,
.def strong em,
.def strong b { font-style: italic; font-weight: bold; }
.def i { font-style: italic; }
.def p { line-height: 16px; margin-bottom: 16px; }
.def a {
	color: #21695A;
	font-weight: bold;
	text-decoration: none;
}
.def a:hover { text-decoration: underline; }
.def ul, .def ol { margin-bottom: 20px; margin-left: 20px; }
.def ul { list-style-type: disc; }
.def ol { list-style-type: decimal; }
.def ul ol, .def ol ol, .def ul ul, .def ol ul { margin-bottom: 0px; }
.def ul li, .def ol li { line-height: 18px; }
.def SPAN.img { }
.def SPAN.img IMG { float: none; }
.def SPAN.img_left { float: left; margin-right: 15px; }
.def SPAN.img_right { float: right; margin-left: 15px; }
.def UL.sitemap { list-style-type: none !important; margin-left: 5px; }
.def UL.sitemap A {
	color: #003669;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.def UL.sitemap LI.sel {
	background: transparent url(../images/base/arrow01.gif) no-repeat scroll 0 6px;
	padding-left: 15px;
}
.def UL.sitemap LI.sel A { font-size: 14px; }
.def UL.sitemap UL A {
	color: #4C4C4C;
	font-size: 11px !important;
	font-weight: normal;
	text-decoration: none;
}
.def UL.sitemap A:hover { text-decoration: underline; }
.def UL.sitemap UL { list-style-type: none; margin-bottom: 18px; }
.def UL.sitemap UL UL { margin-bottom: 0px; }
.def UL.sitemap LI {
	background: transparent url(../images/base/arrow02.gif) no-repeat scroll 0 6px;
	padding-left: 15px;
}
.def UL.sitemap UL LI { background: none; }
/*Other*/
.hidden { display: none; }
.hidden2 { position: absolute; top: -2000px; }
.left { float: left; }
.right { float: right; }
.aleft { text-align: left; }
.aright { text-align: right; }
