body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

* :focus { outline: 0; }

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


h1, h2 {
font-family: Arial, sans-serif;
	text-align:right;
	direction: rtl;
	unicode-bidi: embed;
	font-weight:normal;
}

h1{
font-size:14px;
color:#666;
letter-spacing:2px;
border-bottom:1px solid #999;
padding:3px 0;
margin-bottom:10px;
}

h2 {color:#000;font-size:14px;font-weight:700;margin:10px 20px;}
		
a:link, a:visited { color: #126074; text-decoration: none; font-weight: normal; font-size: 13px;} 
a:active, a:hover { color: #D45000; text-decoration: none; font-size: 13px;}

p { 
font-family: Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0px; 
padding: 0px; 
line-height: 190%;
text-align:right;
direction: rtl;
unicode-bidi: embed;
}

ul {
direction:rtl;
font-family: arial, sans-serif;
}
ul.portfolio li {margin-bottom:10px; font-size:15px}
ul.portfolio a, ul.portfolio a:hover {
	color: #111;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
	font-style: italic;
}
ul.portfolio a:hover {
	color: #CE8900;
    text-decoration: underline;
}

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }


.fl_image {
	float: left;
	margin-right: 20px;
}

.fr_image {
	float: right;
	margin-left: 20px;
}



#toTop {
width:80px;
	height: 60px;
        background: transparent url(images/totop.png) no-repeat center top;
        position:fixed; /* this is the magic */
        bottom:15px; /* together with this to put the div at the bottom*/
        right:1%;
        cursor:pointer;
        display:none;
		font-size:12px;
		font-family:arial;
		text-align:center;
		padding-top:30px;
		color:#888;
}

#ssv_wrapper {
position: relative;
	clear: both;
	width: 860px;
	margin: 20px auto;	
	background: transparent;
	z-index: 1;
}


/* header */

#ssv_header {
	width: 860px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
	/*background: #fff url(images/headerbg.jpg) no-repeat center top;*/
	border:0;
}

/* end of header */


/* content */

#ssv_content_wrapper {
	clear: both;
	float:left;
	width: 100%;
	margin: 0 auto;	
	padding:0;
	background: transparent;
}

.section-right {
float:right;
width:48%;
}

.section-left {
float:left;
width:48%;
}

.main-section {
float:right;
width:50%;
margin-right:29%;
}

.section-right ul li , .section-left ul li, .main-section ul li{
height:20px;
line-height:25px;
list-style-image:url("images/square1.png");
list-style-position:outside;
padding:0;
margin:0 -20px 0 0;
border:0;
cursor:pointer;
color: #000;
font-family: arial, sans serif;
font-size:14px;
} 

.main-section ul {margin-top:0;}
.main-section ul li  {font-size:17px;}

.right-box {
float:right;
width:32%;
min-height:200px;
border:1px solid #999;
padding:10px 10px 2px 20px;
box-sizing: border-box
} 

.right-box ul li{
list-style-image:url("images/blacksquare.png");
list-style-position:outside;
padding-bottom:10px;
margin:0 -5px 0 0;
border:0;
cursor:pointer;
color: #000;
font-family: arial, sans serif;
font-size:16px;
} 

.left-box {
float:left;
width:64%;
min-height:200px;
border:1px solid #dedede;
background:#dedede;
padding-top:10px;
} 

.left-box p {
padding:0 10px;
margin:10px 20px;
background:#fff;
} 

.right-bio {
float:right;
width:48%;
}

.right-bio p {
font-style:italic;
line-height:130%;
}

.left-bio {
float:left;
width:48%;
}

.left-bio p, .left-bio a{
font-size:24px;
letter-spacing:2px;
line-height:140%;
color: #000;
}

.left-bio a:hover {color: #CE8900;}

/* footer */

#ssv_footer {
	float:left;
	width: 860px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: #fff;
}

#ssv_footer  p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 8px 10px;
	font-weight: normal;
	direction:rtl;
	unicode-bidi:embed;
}
#ssv_footer  a {
	font-size:11px;
	color: #CE8900;
	font-weight: normal;
	display:inline;
}
#ssv_footer  a:hover {color:#000;}

/* end of footer */


