@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p {line-height: 1.5em; margin: 0 0 1em 0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 150%;
}




.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 120px;
} 
a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 20px;
	overflow: visible;
} 
.image {
	height: 60px;
	width: 80px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	margin: 10px;
	float: left;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 100px;
}

.topmenulast {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	margin: 10px;
	float: left;
	width: 100px;
	height: 100px;
}



div.topmenu:last-child {
	border-right:none;
}

img {
	border: 0px;
}
.he {
	font-family : Ezra Sil, Ezra Sil SR, CODE2000, Times New Roman, times, serif;
	direction : rtl;
	unicode-bidi: embed;
}


ul#homegrid {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding: 0; 
	width: 850px;
	margin: 0 0 0 20px;
	} 
	
	ul#homegrid li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding: 0 10px 10px 0;
	display:inline-block;
	float:left;
	width: 200px;
	height:150px;
	}
	
	ul#homegrid li a {
		display:inline-block;
	}
	ul#homegrid li .rocaption{
		display:none;
	}
	
	ul#homegrid li a.roimage img {
	transition: opacity .25s ease-in-out;
	opacity: 0;
	}
	ul#homegrid li a.roimage img:hover {
	display:inline;
	opacity: 1;
	}
	ul#homegrid li a img {
	display:inline;
	opacity: 0;
	}



ul#commercialgrid {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding: 0; 
	width: 850px;
	margin: 0 0 0 20px;
	} 
	
	ul#commercialgrid li {
	list-style:none;
	list-style-type:none;
	margin: 0 10px 10px 0;
	display:inline-block;
	float:left;
	width: 200px;
	height:280px;
	border-top: solid 1px #000;
    padding: 10px 0;
    }
	
	ul#commercialgrid li a {
		display:inline-block;
	}

	
	ul#commercialgrid li a img {
	transition: opacity .25s ease-in-out;
	opacity: 1;
    margin: 0 0 10px 0;
	}

	ul#commercialgrid:hover li a img {
	display:inline;
	opacity: 0.8;
	}

	ul#commercialgrid li a:hover img {
	display:inline;
	opacity: 1;
	}


#homeslide .cycle-slideshow {width:940px; height: 530px;  margin: 0 0 0 20px; overflow:hidden;}
#gallery {width:720px; margin: 0 0 0 20px; overflow:hidden; position:relative;}
#gallery .cycle-slideshow {width:720px; height: 530px; overflow:hidden;}

.cycle-slideshow img {max-width:100%; max-height:100%; width:auto; height: auto;}

#gallery .cycle-slideshow .next { position: absolute; top: 0; left:0; width:100%; height: 100%; display:block; z-index: 999;}


.next, .prev { cursor: pointer;}

#controls {float:right; width: 120px; text-align:right;}

#controls .prev, #controls .next {width: 50px; height: 50px; margin: 10px 0; display:inline-block; background-image:url(../images/arrows.png)} 
#controls .prev {background-position: 0 0;}
#controls .prev:hover {background-position: 0 50px;}
#controls .next {background-position: 50px 0; margin-right: -10px;}
#controls .next:hover {background-position: 50px 50px;}

#controls .prev span, #controls .next span {display:none;} 
#controls #slide-count {}
.next:hover, .prev:hover {color: #0066CC;}
.stButton .facebook{ background: none !important;}	
.stButton .twitter{ background: none !important;}	
.stButton .chicklets {font-family: Georgia, Times, serif !important; padding: 0 4px !important; }

#readmore {color:#999; cursor:pointer;}
#readmore:hover {color: #0066CC;}

.tabbed {width: 80px; display: inline-block;}	
.heading {line-height: 2.1em;}
.cv p {margin-bottom: 20px; line-height:1.6em;}	
.social {text-align:right; margin: 10px 0;}
.media {margin : -10px 0 10px 0; font-size: 10px;}
#slide-title {font-weight:bold;}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0.5em;
}

textarea {
	padding: 0.5em;
	width: 100%;
}



.formfield {
font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.contact-table {
width: 50%;
  background: rgba(209, 184, 147, 0.22);
}

.contact-form .submit {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 0;
	cursor: pointer;
}

.contact-form .submit:hover {
		background-color: #000;
	border: 2px solid #000;
	color: #fff;
	
}

.contact-form table td {padding-bottom: 10px;}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
    vertical-align: top;
}
