/*
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 georgia, verdana;margin:5px 0;background:#ffffff;color:#000000;}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}

/* MAIN PAGE: head, body and global container */
#container{padding:10px 30px;margin:0 auto;background:#fff;}
#head{width:750px;align:center;height:155px;margin:0 auto 30px;background:#FFFFFF url('../files/img/logo.gif') no-repeat;border-bottom:1px solid #ccc;}
#head2{width:750px;align:center;height:155px;margin:0 auto 30px;background:#FFFFFF url('../images/header2.gif') no-repeat;background-position:center center;border-bottom:1px solid #ccc;}
#head3{width:750px;align:center;height:155px;margin:0 auto 30px;background:#FFFFFF url('../images/header3.gif') no-repeat;border-bottom:1px solid #ccc;}
#body{width:750px;margin:0 auto;padding:0;background:url('img/dot.gif') repeat-y 210px;}
#body .content{float:left;width:475px;margin-left:30px;}
#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}


/* FOOTER */
#foot{width:750px;height:50px;margin:0px auto 0;border-top:1px solid #ccc;}
#foot .powered{float:right;text-align:center;}
#foot .powered a{font:10px tahoma;color:#9c0;}

/* MENU LEFT */
#menu2{float:left;width:205px;margin:0 0 0 0px;padding:0;list-style:none;border-top:0px solid #dfdfdf;}
#menu2 ul{padding:0;list-style:none;border-top:1px solid #dfdfdf;}
#menu2 li{text-align:right;border-bottom:1px solid #dfdfdf;}
#menu2 a{
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #444;
	padding: 9px 4px 9px 0px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
#menu2 a:hover{
	background: #fcffe1;
	text-decoration: none;
}
#menu2 a.selected{
	background: #fcffe1;
}
#menu2 h2{font-size:15px;font-weight:bold;display:block;color:#ff9000;text-transform:uppercase;}
#menu2 h3{font-size:13px;font-weight:bold;display:block;color:#ff9000;text-transform:uppercase;}

/* SUBMENU LEFT */
#submenu2{width:160px;margin:0 0 0 0px;padding:0;list-style:none;border-top:0px solid #dfdfdf;}
#submenu2 ul{padding:0;list-style:none;border-top:1px solid #dfdfdf;}
#submenu2 li{text-align:right;border-bottom:1px solid #dfdfdf;}
#submenu2 a{
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #444;
	padding: 9px 4px 9px 0px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
#submenu2 a:hover{
	background: #fcffe1;
	text-decoration: none;
}
#submenu2 a.selected{
	background: #fcffe1;
}
#submenu2 h2{font-size:15px;font-weight:bold;display:block;color:#ff9000;text-transform:uppercase;}
#submenu2 h3{font-size:13px;font-weight:bold;display:block;color:#ff9000;text-transform:uppercase;}


/* MENU TOP */
#menu1{float:right;padding:10px 15px 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;}
#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 0px;}
#pageShow h2{font-size:17px;color:#909090;text-transform:uppercase;}
#pageShow h2.red{font-size:17px;color:#bb0000;text-transform:none;}
#pageShow h3{margin-bottom:0px;font-weight:normal;font-size:12px;color:#ff9000;margin:0px 0 0px 0px;}
#pageShow h3 a{color:#ff9000;text-transform:uppercase;}
#pageShow h4{margin-bottom:10px;font-weight:normal;font-size:11px;color:#99cc00;margin:0 0 0px 0px;}
#pageShow h4 a{font:11px;color:#9c0;}
#pageShow .txt{font-size:14px;}

/* 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:5px 0 10px;border-top:0px solid #dfdfdf;}
#pageSubList .l h2{font-size:11px;}
#pageSubList .l h2 a{color:#ff9000;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:link{color:blue;}
a:visited{color:blue;}
a:active{color:blue;} 
a:hover{color:#6666FF;}

.normallink a:link{text-decoration:underline;color:blue;}
.normallink a:visited{text-decoration:underline;color:blue;}

/* 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:#b6b6b6;}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}

.eform{width:185px;height:20px;margin-left:0;padding:2px;font:12px georgia, verdana;background:#fcffe1;color:#333333;border:1px solid #cecece;}
.eformLg{width:185px;height:120px;margin-left:0;padding:2px;font:12px georgia, verdana;background:#fcffe1;color:#333333;border:1px solid #cecece;}ece;}

/* global img style */
.portfolioimg {
border:1px solid #e5e5e5;
margin:2px;
padding:2px;
}

/* projects img style */
.projectsimg {
border:1px solid #e5e5e5;
margin:2px;
padding:2px;
}

.footdiv{
  float:left;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px;
}

input.checkbox { background :White; color:#000000; border:0 } 
input.radio { background :White; color:#000000; border:0 } 
td.logi_global {font-family:Arial;font-size:12px;color:black;}
td.logi_1{font-family:arial;font-size:12px;color:000000;} 
.descript1{font-family:arial;font-size:12px;color:000000;}

