/*--------------------------------------------
   Bacis css Max Abeles
   Yiftach Belsky 12.8.08
----------------------------------------------*/

/*******RESET CSS********/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, 
dfn, em, img, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/*border:1px red solid;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*===end of reset===*/

body {
	font:normal 62.5%  verdana, "lucida sans", Arial, Helvetica;
	background-color:/*#f4f4f4*/ #ececec;
	text-align:center;
	color:  #666666;	
}

input, textarea, select, td, th {font-size:1.1em;}

a:link {
    text-decoration:none;
	color: #f39;	
}

a:visited {
    text-decoration: line-through;
	color:#f39;
}

a:hover {
	text-decoration:underline;
	color:#f39;
}

h1{
    font: bold 2.3em  "lucida sans", verdana, Arial, Helvetica;
    color:#7d7c7c; 
	padding: 10px 20px 10px 30px;
}

h2{
    font:1.4em "lucida sans", verdana, Arial, Helvetica;
	color:/*#7d7c7c #535353*/ #30BF30;
	/*background-color:#f39 #30BF30; */
	border-bottom:1px #a0cfa0 solid;
	padding: 5px; 
	margin:3px 0 3px 0;
}

h3{
    font:1.4em "lucida sans", verdana, Arial, Helvetica;
	color:#7d7c7c; 
    padding: 10px 20px 10px 20px; 
}

p{
    font-size:1.1em;
	line-height:1.8em;
    padding: 10px 20px 10px 20px;
}

/*--------------------------------------------

              Definers
   
----------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

strong{
	font-weight:bold;
}

hr{
    border: 0;
    width: 100%;
	margin:20px 0 10px 20px;
    color: #eeecec;
    background-color: #eeecec;
	height: 1px;
}

.clear{
    clear:both;
}

.floatleft {
	float: left;
}

.lighter{
	color:#8d8d8d;
}

.pad{
	margin:40px 0 0 0;
}

.smaller{
    font-size:1em;
}

.bigger{
    font-size:1.5em;
}

.left{
    text-align:left;
	padding:0 0 0 1em;
}

.right{
    text-align:right;
	padding:0 1em 0 0 ;
}

.center{
    text-align:center;  
}

.middle{
    vertical-align:middle;
}

.last{
	padding-bottom:30px;
}

/*--------------------------------------------

     Header
   
----------------------------------------------*/
div#header {
    background-color:#fff;
	border-bottom:1px #dcdcdc solid;
    width: 100%;
	height:120px;
	margin:0 0 30px 0;
}

#middle{
	width:85em;
	margin:0 auto;
	padding:71px 0 0 0;
	text-align:left;
}

div#header .skip {
		display:none;
}

h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
}

h1 a, h1 a:hover {
    background:url("../images/logo.gif") 0 0 no-repeat;
	margin:0px 0 0px 0px;
	display:block;
	height:49px;
	float:left;
	width:243px;
}

ul#nav {
	font-family: Verdana, Arial, sans-serif;
	position: relative;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	float:left;
	width:60%;
	margin: 0 auto;
	padding: 15px 0px 10px 90px;
}
			
ul#nav li {
	display:inline;
}
			
ul#nav li a {
	color: #a3a3a3;
	padding: 15px 15px 21px 15px;
	margin:0;
	text-decoration: none;
}
			
ul#nav li ul{
	position: absolute;
	left: 103px;
	top: 56px;
	display: none;
	text-transform: lowercase;
}

ul#nav li ul li{
	border-right:1px #bfbfbf solid; /*border right only*/
}

ul#nav li ul li.border{   /*border right only*/
	border-right:0;
}
			
ul#nav li ul li a {
	color: #a3a3a3;
	padding: 20px 15px 10px 15px;
	margin-left:-5px;
	display:inline;	
}
			
ul#nav li ul li a:hover {
	color: green;
	background:none;
}
			
ul#nav li:hover ul, 
ul#nav li.over ul  { display: block; }

ul#nav li.active a:link, ul#nav li.active a:visited, ul#nav li a:hover{
	color: #30BF30;
	background: url(../images/line.gif) no-repeat bottom center;
}
/*
ul#nav li:hover ul.off, 
ul#nav li.over ul.off  { display: none; }

/*--------------------------------------------
   Main Box's
----------------------------------------------*/

#container {
	width:100%;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#content{
    width: 85em; 
	position:relative;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
}

#side{
	background: url("../images/side_line1.gif") no-repeat top center;
	width:89px;
	height:255px;
	position:relative;
	float:left;
	padding:0 0 0 4px;
	margin:-30px 0 0 0;
}

#box{
	background-color:#fff;
	width: 66em;
	border:1px #dcdcdc solid;
	position:relative;
	float:left;
	padding:12px;
	margin:0px 0 20px -4px;
	min-height:40em;   /*min-height hack*/
	height:auto !important;
	height:40em;
}

/*--------------------------------------------

     Inside Box
   
----------------------------------------------*/

#news{
	float:left;
	position:relative;
	padding:0px;
	width:200px;
}

#contact{
	float:left;
	position:relative;
	width:50%;
}

#right_image{
	float: right;
	position:relative;
	padding-right:20px;
}

#contact h2{
	padding-bottom:30px;
}

#contact p{
	padding:3px 30px 0 20px;
}
/*
#image{
	float:right;
}*/

/*--------------------------------------------

     List
   
----------------------------------------------*/

dl{
	padding:0 0 10px 20px;
	font-size:1.1em;
}

dt{
	font-weight:bold;
	padding:12px 0 5px 0;
}

dd{
	line-height:1.8em;
	padding-left:15px;
}


/*--------------------------------------------

     Portfolio
   
----------------------------------------------*/

dl#menu { 
    width: 12em; 
	float:left; 
}

dl#menu { 
    margin: 0 0 0 -24px; 
}

dl#menu dt { 
    border-bottom:1px #30BF30 solid; 
	font: normal 1.1em "lucida sans", verdana, Arial, Helvetica; 
	padding: 5px 5px 5px 2px; 
	margin: 2px; 
}

dl#menu dt a { 
	color: #30BF30; 
}

dl#menu dt a:visited {  
	text-decoration:none;
}

dl#menu dd a { 
	color: #f39; 
}

dl#menu ul { 
	list-style: none; 
	padding: 5px 5px 5px 0;
	margin-left:-3px; 
}

#rightcolumn{
	width:50em;
    float:left;
	padding:0px 0px 5px 10px;
	margin:0 0 0 10px;
	border-left:1px #dcdcdc solid;
	text-align: center;	
	min-height:40em;   /*min-height hack*/
	height:auto !important;
	height:40em;
}

#workimage div{
	padding: 0 10px 10px 10px;	
}

#workimage p{
	font-size:1em;
	line-height:1.6em;
    padding: 5px 0px 0px 0px;
	color:#adadad;
	text-align: left;	
}

#workimage .object{
	margin-top:60px;
}

h3#worktitle{
	/*border-bottom: 1px dotted #C0C0C0;*/ 
	padding:10px 0 5px 0;
	font:bold 1.1em verdana, "lucida sans", Arial, Helvetica;
	color:#adadad;
	text-align: left;		
}

#multi img{
	padding:20px 0 15px 0;
}


 
 

