/*
Quick.Cms.Lite default stylesheet
Copyright by OpenSolution.org 2006
*/



/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,th{margin:0;padding:0;border:0}

/* below you can change background and font for all site */
body{
	font: 12px georgia, verdana;
	margin: 2px 0;
	background: #9DB0B4 url('../files/tlo.jpg') no-repeat fixed;
	color: White;
}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}

/* MAIN PAGE: head, body and global container */
#container{padding:20px;margin:0 auto;background:#white;}
#head{
	width: 700px;
	height: 190px;
	margin: 0 auto 30px;
	background: url('../files/baner1.jpg') no-repeat;
	border-bottom: 1px solid White;
	background-position : right;
}
#body{width:700px;margin:0 auto;padding:0;background:url('img/dot.gif') repeat-y 220px;}
#body .podm{float:left;width:200px;margin-left:20px;}
#body .content{float:left;width:475px;margin-left:20px;}
#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* FOOTER */
#foot{
	width: 700px;
	height: 50px;
	margin: 20px auto 0;
	border-top: 1px solid White;
}
#foot .powered{float:right;text-align:center;}
#foot .powered a{
	font: 10px tahoma;
	color: Green;
}

/* MENU LEFT */
#menu2{
	float: left;
	width: 200px;
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	border-top: 1px solid White;
}
#menu2 li{
	text-align: right;
	border-bottom: 1px solid White;
}
#menu2 a{
	font-size:13px;
	font-weight:bold;
	display:block;
	color: #F5F5DC;
	padding:9px 40px 11px 0;
	text-transform:uppercase;
	text-decoration:none;
}
#menu2 a:hover{background:#F5F5DC;text-decoration:none;color:black;}
#menu2 a.selected{background:#F5F5DC;color:black;}

#menu2 .info{padding-top:30px;text-align:center;border:0;font-size:11px;}
#menu2 .info a{display:inline;border:0;padding:0;margin:0;text-transform:none;font-size:11px;font-weight:normal;}
#menu2 .info a:hover{text-decoration:underline;}

/* MENU TOP */
#menu1{float:right;padding:0px 0px 0 0;}
#menu1 a{
	display:block;
	float:left;
	border:0;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	color: Navy;
}
#menu1 a:hover{
	border-bottom: 2px solid White;
}
#menu1 a.selected{
	border-bottom: 2px solid White;
}

/* PAGE DETAILS - name, description */
#pageShow{padding:5px 20px 5px 20px;}
#pageShow h2{
	font-size: 18px;
	color: Navy;
	text-transform: uppercase;
}
#pageShow h3{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	color: Navy;
	margin: 10px 0 10px 5px;
}
#pageShow h3 a{
	color: Green;
	text-transform: uppercase;
}
#pageShow .txt{
	font-size: 12px;
	line-height: 18px;
}

/* PAGE DETAILS - photo */
#pagePho{float:right;}
#pagePho img{border:1px solid #e7e7e7;margin:2px;}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{margin:10px 0 0;}
#pageSubList .l{font-size:12px;padding:5px 0 10px;border-top:1px solid #dfdfdf;}
#pageSubList .l h2{font-size:12px;}
#pageSubList .l h2 a{
	color: Navy;
	font-weight: normal;
}
#pageSubList .l p{font-size:12px;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;text-decoration:underline;}
a:link{
	color: #F0F0F0;

}
a:visited{
	color: #F0F0F0;

}
a:active{
	color: #F0F0F0;

} 
a:hover{
	color: #F0F0F0;
	text-decoration: none;
}

/* 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;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 10px 0;text-align:right;}
#back a{
	color: White;
}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}