/*
Quick.Cms.Lite default stylesheet
Copyright by OpenSolution.org 2006
*/

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th{margin:0;padding:0;border:0}

/* below you can change background and font for all site */
body{
	font:12pt verdana, helvetica;
	margin:0;
	background: #00d0fd url(img/bggrad.jpg) repeat-x;
}

.clear{
	clear:both;
}

/* MAIN PAGE: head, body and global container */
#container{
	padding:0px;
	margin:0 auto;
}

#head{
	position: relative;
	padding-left: 5px;
	padding-top: 12px;
	width:920px;
	height:120px;
	margin:0 auto;
	background:url(img/header.jpg) no-repeat;
}
.cmhead {
	position: relative;
	left: 0px;
	bottom: 0px;
}
#callme {
	display: block;
	width: 140px;
	overflow: hidden;
	position: absolute;
	text-align:center;
	right: 230px;
	top: 15px;
}

#callme h1 {
	font-size:14px;
	text-align: inherit;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 5px;
}
#callme p {
	text-align:inherit;
	font-size: 12px;
	font-weight: bold;
}

#callme a {
	color: #93268F;
	text-decoration: underline;
	padding-top: 5px;
}

#callme a:hover {
	color: #000000;
	text-decoration: underline;	
}

.logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 2px;
	top: -15px;
}
.logo2 {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 25px;
	right: 150px;
}
.logo3 {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 20px;
	right: 25px;
	position: absolute;
}

#body{
	width:920px;
	margin:0 auto;
	padding:0;
	background-image: url(img/bodybg_03.jpg);
	background-repeat:repeat-y;
	background-position: right;
}

#body .content{
	float:left;
	width:720px;
	margin:0 0 0 0;
	background-image:url(img/bodybg_01.jpg);
	background-repeat: no-repeat;
}
#body:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* FOOTER */
#foot{
	width:1000px;
	height:50px;
	margin:20px auto 0;

}

#foot .powered{
	float:right;
	text-align:center;
}

#foot .powered a{
	font:10px tahoma;
	color:#fff;
}

/* MENU LEFT */
#menu2{
	float:left;
	width:194px;
	padding: 0;
	padding-top: 10px;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}
#menu2 li{
	text-align:right;
}

#menu2 a{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#444;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	height: 28px;
	background-image: url(img/menuplain.jpg);
}

#menu2 a:hover{
	text-decoration:none;
	background-image: url(img/menumsover.jpg);
	padding-top: 12px;
	padding-bottom: 8px;
}

#menu2 a.selected{
	background-image: url(img/menuselected.jpg);
	padding-top: 12px;
	padding-bottom: 8px;

}

/* MENU TOP */
#menu1{
	float:right;
	padding:10px 15px 0 0;
	display: none;
}
#menu1 a{
	display:block;
	float:left;
	border:0;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu1 a:hover{
	border-bottom:2px solid #666;
}
#menu1 a.selected{
	border-bottom:2px solid #666;
}

/* PAGE DETAILS - name, description */
#pageShow{
	padding:5px 20px 5px 20px;
}
#pageShow h2{
	font-size:18px;
	text-transform:uppercase;
	padding-top: 10px;
	color: #000;
	padding-bottom: 10px;
}
#pageShow h3{
	margin-bottom:10px;
	font-weight:normal;
	font-size:14px;
	color:#00687f;
	margin:10px 0 10px 0px;
	font-weight:bold;
}
#pageShow h3 a{
	color:#39AFC4;
	text-transform:uppercase;
}
#pageShow .txt{
	font-size:12px;
}
#pageShow li{
	margin-left: 20px;
}

/* PAGE DETAILS - photo */
#pagePho{
	float:right;
	padding-top: 40px;
}
#pagePho img{
	border:1px solid #e7e7e7;
	margin:2px;
}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{
	margin:10px 0 0;
}
#pageSubList .l{
	padding:5px 0 10px;
	border-top:1px solid #dfdfdf;
}
#pageSubList .l h2{
	font-size:11px;
}
#pageSubList .l h2 a{
	color:#39AFC4;
	font-weight:normal;
}
#pageSubList .l p{
	font-size:10px;
	margin:2px 0 0 10px;
}
#pageSubList .l img{
	float:left;
	margin:0 5px 3px 0;
}

/* PAGE DETAILS - files list */
#pageFil{
	margin:10px 0;
}
#pageFil td{
	font-size:10px;
	padding:5px 0 4px 5px;
}
#pageFil p{
	font-size:10px;
	color:#b6b6b6;
}

/* global link styles */
a{
	text-decoration:none;
}
a:link{
	color:#505050;
}
a:visited{
	color:#505050;
}
a:active{
	color:#505050;
} 
a:hover{
	color:#505050;
	text-decoration:underline;
}

/* MESSAGE - error and confirm messages styles */
#message{
	text-align:center;
}
#error, #ok{
	font-size:14px;
	font-weight:bold;
	line-height:2em;
	padding:100px 0;
}
#error a, #ok a{
	font-size:11px;
	font-weight:normal;
	color:#000;
}
#error{
	color:red;
}
#ok{
	color:green;
}

/* OTHER - styles from html editor */
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}


/* BACK link style */
#back{
	display: block;
	width: 720px;
	float: right;
	font-size:10px;
	padding: 0px;
	padding-bottom: 10px;
	text-align:right;
	background-image: url(img/bodybg_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#back a{
	color:#b6b6b6;
	float: right;
	padding-right: 15px;
}

/* global form styles */
.input, select, textarea{
	border:1px solid;
	border-color:#b6b6b6;
	font:11px verdana;
}

.emphbox {
	display:block;
	width: 150px;
	margin-right: 5px;
	text-align: center;
	background-image:url(img/emphbox_02.jpg);
	background-position:bottom;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Geneva, Arial, sans-serif, Helvetica;
	font-size: 14px;
}

.emphbox h4 {
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-image:url(img/emphbox_01.jpg);
	background-repeat:no-repeat;
}
.emphbox p {
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.copyrt {
	text-align: right;
	font-size: 10px;
	padding-right: 16px;
}

.red {
	color:#E41913;
}

.blue {
	color:#00D0FD;
}

.purple {
	color:#93268F;
}

.dkblue {
	color:#00687f;
}