/* 
    Document   : default
    Created on : 2008-10-27, 16:01:10
    Author     : Jerzy Nowicki
    Description:
        Purpose of the stylesheet follows.
*/

* {
    font-family: "Lucida Sans Unicode","Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
    margin: 0;
    font-size: 9.5pt;
    color: #000000;

}
root { 
    display: block;
}

body {
    border: 0;
    padding: 0;
}

.outer {
        text-align: center;
}

.logo {
	height: 250px;
	background: #FEFEFE top left url(../gfx/anacoma-logo2.jpg) no-repeat;
    width: 770px;
    margin: 0 auto;
}

.outer-left {
    text-align: left;
    width: 770px;
    margin: 0 auto;
}

div.menubar {
	background: #991717 url(../gfx/menu3.png) repeat-x;
	height: 40px;
	padding: 0;
}

.mainContainer {
	background: #ffffff;
	padding: 5px 0px 0 0px;
}


.leftBar {
	background: yellow url(../gfx/main.png) repeat-x top;
    border-right: 1px dotted #0f7620;
    float: left;
    width: 200px;
}

.textContainer {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    background: #000000;
    color: #ffffff;
    clear:both;
	height: 80px;
	padding-top: 20px;
	text-align: center;
}

.groundbar {
    height: 10px;
    width: 770px;
    margin: 0 auto;
}

.counter {
    float: left;
    width: 20px;
}

.design {
    text-align: right;
    color: #a3a3a3;
    font-size: 8pt;
}

ul.menu {
	padding: 0;
	display: block;
	list-style: none;
	float: left;
}

li.menu {
	float: left;
	padding: 0;
	display: inline;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #e77f33;
}

a:hover {
	text-decoration: underline;
}

a.menuitem {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 9pt;
	display: block;
	padding: 13px;
	color: #2a48b8;
	border-left: 1px dotted #ffffff;
	float: left;
	font-weight: normal;
}

a.menuitem:hover {
	background: url(../gfx/menuBlue.png);
	color: #ffffff;
	border-left: 1px dotted #0f7620;
	text-decoration: none;
}

a.lastmenuitem {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 9pt;
	display: block;
	padding: 13px;
	color: #2a48b8;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	float: left;
	font-weight: normal;
}

a.lastmenuitem:hover {
	background: url(../gfx/menuBlue.png);
	color: #ffffff;
	border-left: 1px dotted #0f7620;
	border-right: 1px dotted #0f7620;
	text-decoration: none;
}

img.solo { 
    border: 1px solid #787878;
    padding: 15px;
    padding-bottom: 22px;
    background: #f3f3f3;
    display: block;
}

h1 {
    font-family: Georgia, Garamount, "Times New Roman";
    font-size: 14pt;
    color: #2a48b8;
    padding-top: 30px;
}

h2 {
    font-family: Georgia, Garamount, "Times New Roman";
    font-size: 20pt;
    color: #8e8e8e;
    padding-top: 25px;
    font-style: italic;
}

p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote {
    background: #e4e4e4;
    color: #818181;
    font-style: italic;
    padding: 25px;
}

.dots {
    padding: 3px ;
    border : 1px dotted black ;
    margin: 3px;
}

.header { 
    background : #a4a4a4;
    font-weight: bold;
}

.header-left { 
    padding: 5px ;
    border : 0;
    margin: 5px;
}

.odd { 
    background : #f0f0f0;
}

.even {
    background : #e3e3e3 ;
}

.data {
    padding: 5px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}



