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

   Basic css Jen Folks
   Yiftach Belsky 11.8.08
   
----------------------------------------------*/

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

              reset
   
----------------------------------------------*/

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: "" "";
}

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

              html tags
   
----------------------------------------------*/

body {
	font:normal 62.5%  "lucida sans", verdana, Arial, Helvetica;
	background-color:#202632;
	text-align:center;
	color:  #fff;	
}

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

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

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

a:hover, a.active{
	text-decoration:none;
	color: #31bbe7;
}

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:#7d7d7d;
	margin:10px 0 10px 10px;
}

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

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

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

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

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

.clearfix {
    display: inline-block;
}

strong{
	font-weight:bold;
}

.clear{
    clear:both;
}

.center{
	text-align:center;
}

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

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

div#header{
    width: 87em;
	height:30px;
	padding:0;
	margin:100px 0 15px 0;
	background:url("../images/dots.gif") left bottom repeat-x;
}

#header_home{
	width: 74em;
	height:20px;
	padding:0;
	margin:200px 0 20px 0;
}

.skip {
	display:none;
}

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

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

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

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

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

#container {
	width:87em;
	margin: 0 auto;
	text-align:left;
	min-height: 100%;
	height: 100%;
	height: auto;
}

home_content{
	width: 74em; 
	position:relative;
	padding:0;
	text-align:center;
}

#content{
    width: 87em; 
	position:relative;
	padding:0px 0 0 10px;
	min-height: 30em;
	height: 30em;
	height: auto;
}

#pagetitle{
	width: 130px;
	float:left;
	position:relative;
	margin:10px 0 0 0;
	padding:0px 20px 0px 0px;
}
/*
#pagetitle img{
	border-right:1px dotted #494d4f;
	border-left:1px dotted #494d4f;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}*/

#pagetitle span{
	border-right:1px dotted #494d4f;
	border-left:1px dotted #494d4f;
	width: 130px;
	padding:10px;
	display:block;
	margin-bottom:10px;
	text-align:center;
}

#pagetitle span.state{
	text-align:left;
	line-height:1.8em;
	border:0;
}

#info{
	width: 650px;
	padding:0 0 0 50px;
	float: left;
	position:relative;
	min-height: 30em;
	height: 30em;
	height: auto;
}

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

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

#slideshowContainer{
	width: 650px;
	padding:0 0 0 50px;
	float: left;
	position:relative;
	min-height: 30em;
	height: 30em;
	height: auto;
}
	
#imagecontainer{
	height:420px;
	line-height:420px;
	text-align: center;
	margin:10px 0 10px 0;
}

#imagecontainer img{
	vertical-align:middle;
}

#backforthbuttons{
	position:relative;
	float: right;
	margin:20px 10px 0 0;	
} 

#backforthbuttons a#back{
	background: url("../images/back.gif")  no-repeat;
	height: 15px;
	width: 15px;
	display:block;
	float:left;
    margin:0px 30px 0 0px;
}

#backforthbuttons a#back:hover {
	background-position: 0% -15px;
}

#backforthbuttons a#forth{
	background: url("../images/forth.gif")  no-repeat;
	height: 15px;
	width: 15px;
	display:block;
	float:left;
    margin:0px 0px 0 30px;
}

#backforthbuttons a#forth:hover {
	background-position: 0% -15px;
}

#caption{
   float:left;
   width:200px;
   text-align:center;
}

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

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

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

dt{
	font-weight:bold;
	padding:8px 0 2px 10px;
}

dd{
	line-height:1.8em;
	padding:0 0 4px 10px;
	font-size:95%;
}

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

     			Footer
   
----------------------------------------------*/

#footer_home{
	width:740px;
	height:150px;
	padding:0;
	margin:0 0 20px 226px;
	font-size:1.1em;
	line-height:1.1em;
}

/*Normal footer*/

#footer{
	width:870px;
	height:150px;
	margin:15px 0 20px 0;
	font-size:1.1em;
	position:relative;
	float:left;
	background:url("../images/dots.gif") left top repeat-x;
}

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

#nav li.headlink a { 
    display: block; 
	padding:0px 30px 0px 30px; 
	border-right:1px #fff solid; 
}

#nav li.headlink a#last { 
	border-right:1px #202632 solid; 
}

#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: 0px 0px 0px 10px;
	margin:8px 0 5px 20px;
	border:0;  
}


 
 

