/*--------------------------------------------
   Bacis css Rushka Bergman
   Yiftach Belsky 13.2.09
----------------------------------------------*/

/*******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%   "lucida sans", Geneva,  Arial, Helvetica, verdana;
	background-color:#fff;
	text-align:center;
	color:  #666666;	
}

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

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

a:visited {
    text-decoration:none;
	color:#949598;
}

a:hover, a.active{
	text-decoration: none;
	color:#221e1f;
}

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

h2{
    font:1.4em "lucida sans", verdana, Arial, Helvetica;
	color:#c04949;
	margin:10px 0 10px 20px;
}

h3{
    font:1.2em "lucida sans", verdana, Arial, Helvetica;
	color:#c04949; 
    padding: 10px 20px 10px 25px; 
}

p{
    font-size:1.2em;
	line-height:1.6em;
    padding: 7px 20px 7px 0px;
}

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

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

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

.clearfix {
    display: inline-block;
}

strong{
	font-weight:bold;
}

.hidden{
	visibility:hidden;
}

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

     Header
   
----------------------------------------------*/

div#header {
	height:11px;
	width:162px;
	padding:0;
	margin:-7px 0 0px 0;
	position:relative;
}

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

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

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

#container {
	width:860px;
	margin: 0 auto;
	margin-top:40px;
	padding-top:10px;
	text-align:left;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#content{
    width: 838px;
	height:561px;
	position:relative;
	border-top:1px #bfc0c2 solid;
	border-right:1px #bfc0c2 solid; 
	padding:0;
}

#flash{
	padding:50px 0 0 0;
}
/*--------------------------------------------

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

#contact{
	width:250px;
	margin:0 auto;
	padding:200px 0 0 40px;
}

#contact p{
	text-align:left;
}

#object{
	text-align:center;
	margin:130px 0 0 0;
}


#bio{
	text-align:left;
	width: 830px;
	padding:30px 0 10px 0;
}

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

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

#slideshowContainer{
	width: 740px;
	margin:0px 0 0 100px;	
	text-align: center;
	height:550px;
}
	
#imagecontainer{
	line-height:550px;
	height:550px;	
}

img#imgPlace{
	vertical-align:middle;
}

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

     Footer & Menu
   
----------------------------------------------*/

#footer{
	width:860px;
	height:170px;
	margin:0;
	font-size:1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position:relative;
	float:left;
	text-align:right;
}

#nav{
	float:right;
}

#nav li.headlink { 
    margin-top:20px;
	float: left; 
	margin-left: -1px; 
	text-align: center;	
}

#nav li.headlink a { 
    display: block; 
	padding:0px 28px 0px 4px; 
}


#nav li.headlink ul { 
	display: none; 
	text-align: left;
	margin-top:12px;
}

#nav li.headlink:hover ul { 
	display: block; 
}

#nav li.headlink ul li a { 
	padding: 0 0 0 4px;
	margin:8px 0 5px 0px; 
}
 
#backforthbuttons{
	float:right;
	padding:0;
	margin:20px 0px 10px 0px;
}

#backforthbuttons a{
	padding:0 5px 0 5px;
	color:#000;
	text-decoration:none;
} 



