/*
(c) JHk Software, 2009
Stylesheet and web layout is based on "Bright Pixel" theme
created by Viktor Persson (http://www.arcsin.se).
*/
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; 
	font-size: 11px;
    font-family: helvetica, sans-serif;
    line-height: 18px;
}
.gfx a {
	background: #F5F5F5 url(img/header.png) no-repeat; 
	display: block; 
	height: 240px;
	color: #AAA;
	padding-top: 2px;
	padding-left: 6px;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 119px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #444;
}
.menu a#this-page 
{
    color: #333;
    font-weight: bold;
}
.menu a#last
{
    width: 120px;
	border-right: none;
}
.menu a#this-page-last
{
    width: 120px;
	border-right: none;
    color: #333;
    font-weight: bold;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font-size: 14px;
    line-height: 25px;
	color: #444;
}
.content p {
	margin: 3px 0 6px; 
	color: #555;
	text-align: justify;
}
.content li {
	margin-bottom:5px;
	list-style-type: inherit;
	color: #444;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.subitem-floatright {
	float: right;
    margin: 5px 0px 3px 14px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}
img.floatleft
{
    float: left;
    margin: 5px 14px 3px 0px;
}
img.floatright
{
    float: right;
    margin: 5px 0px 3px 14px;
}
img.size76x74
{
    position: relative;
    top: 0px;
    background: url('img/bkg_76x74.gif') no-repeat;
    width: 76px;
    height: 74px;
    padding: 8px;
    border: 0px;
}
img.size146x75
{
    position: relative;
    top: 0px;
    background: url('img/bkg_146x75.gif') no-repeat;
    width: 146px;
    height: 75px;
    padding: 7px;
    border: 0px;
}
img.size146x146
{
    position: relative;
    top: 0px;
    background: url('img/bkg_146x146.gif') no-repeat;
    width: 146px;
    height: 146px;
    padding: 7px;
    border: 0px;
}
.google-map
{
    position: relative;
    top: 0px;
    background: url('img/bkg_300x250.gif') no-repeat;
    width: 300px;
    height: 253px;
    padding: 7px;
    float: right;
    margin: 5px 0px 3px 14px;
}