/*
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:12px verdana;
	margin:0px 0;
	color:#000000;
	background:#FFFFFF;
}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}
a{
	color:#FC7215;
}

/* MAIN PAGE: head, body and global container */
#container{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
}
#head{width:700px;height:129px;margin:0 auto 20px;background:url('../files/img/logo.gif') no-repeat;border-bottom:0px solid #ccc;}
#body{
	width:700px;
	margin:0 auto;
	padding:0;
}
#body .content{
	float:left;
	width:500px;
	margin-left:20px;
}
#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* FOOTER */
#foot{
	width:700px;
	height:18px;
	margin:20px auto 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#foot .powered{float:right;text-align:center;}
#foot .powered a{font:10px tahoma;color:#C0C0C0;}

/* MENU LEFT */
#menu2{
	float:left;
	width:165px;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu2 li{
	text-align:left;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
	height: 20px;
}
#menu2 a{
	font-size:13px;
	font-weight:normal;
	display:block;
	color:#000000;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu2 a:hover{
	text-decoration:none;
	color: #FC7215;
}
#menu2 a.selected{background:;}

/* MENU TOP */
#menu1{
	float:right;
	padding-top: 110px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu1 a{
	display:block;
	float:left;
	border:0;
	margin-left:10px;
	font-weight:normal;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FC7215;
}
#menu1 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#menu1 a.selected{
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

/* PAGE DETAILS - name, description */
#pageShow{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#pageShow h2{
	font-size:18px;
	color:#FC7215;
	text-transform:uppercase;
}
#pageShow h3{
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#FC7215;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
}
#pageShow h3 a{
	color:#FC7215;
	text-transform:uppercase;
}
#pageShow .txt{font-size:10px;}

/* 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{padding:3px 0 7px;border-top:1px solid #dfdfdf;}
#pageSubList .l h2{font-size:10px;}
#pageSubList .l h2 a{
	color:#FC7215;
	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:#FC7215;
}
a:visited{color#729D18;}
a:active{
	color:#FC7215;
} 
a:hover{
	color:#FC7215;
	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;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 10px 0;text-align:right;}
#back a{
	color:#999;
}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}