﻿* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: underline;
}
.ltr {
	text-align: left;
	direction: ltr;
}
.center {
	text-align: center;
	direction: rtl;
}
.important {
	text-decoration: underline;
}
ul.list {
	list-style-position: inside;
	list-style-type: disc;
}
a:hover,
a:focus {
	color: #333;
}
a:active {
	color: #000;
}
.cls{
	zoom: 1;
}
.cls:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
body {
	font: 11px tahoma;
	background: url(images/body.gif) repeat 0px 0px;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-shadow: #fff 0px 1px 0px;
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	-webkit-text-size-adjust: none;
}
.top {
	 background: url(images/body-top.gif) repeat-x 0 0;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 84px;
}
#wrapper {
	width: 490px;
	margin: 0px auto;
	position: relative;
}
#header { 
	background: url(images/header.png) no-repeat 50% bottom;
	height: 85px;
	padding: 35px 35px 0;
	position: relative;
}
#header h1 {
	font: 24px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	padding-top: 18px;
	padding-left: 10px;
}
#header .desc {
	color: #888;
	padding-left: 10px;
	line-height: 20px;
	font-size: 11px;
	text-shadow: #eee 0 1px 0;
}
#menu {
	height: 30px;
	padding: 5px 35px;
	background: url(images/navigation.png) no-repeat 50% 0;
	line-height: 28px;
	font-weight: bold;
}
#menu li {
	float: right;
}
#menu li a:hover,
#menu li a:focus {
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
}
#menu li a {
	text-decoration: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px; 
	background: url(images/navigation-li-a.png) no-repeat right 30px;
}
#menu li a span {
	float: left;
	padding: 1px 0 1px 10px;
	background: url(images/navigation-li.png) no-repeat 0 30px;
}
#menu li a:hover,
#menu li a:focus {
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
}

#menu li a:hover span,
#menu li a:focus span {
	background-position: 0 0;
}

#menu li a:active {
	background-position: right -30px;
	text-shadow: #eee 0 1px 0;
}

#menu li a:active span {
	background-position: 0 -30px;
	padding: 2px 0 0 10px;
}
#menu li.link a {
	background-position: right -60px;
	color: #fff;
	text-shadow: #666 0 1px 2px;
	cursor: default;
}
#menu li.link a span {
	background-position: 0 -60px;
}
#content {
	padding: 0 20px; 
	background: url(images/content.png) repeat-y 50% 0;
	overflow: hidden;
	line-height: 1.6em;
	text-align: center;
}
#footer {
	padding: 0 20px 20px;
	text-align: center;
	line-height: 30px;
	background: url(images/footer.png) no-repeat 50% 0;
	color: #888;
	text-shadow: #ddd 0 1px 0; 
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
#vcard {
	position: absolute;
	top: 59px;
	right: 45px;
	width: 40px;
	height: 41px;
	text-align: center;
}
#vcard a {
	display: block;
	width: 40px;
	height: 41px; 
	background: url(images/vcard.png) no-repeat 0 0;
	text-decoration: none;
	text-shadow: #036 0 1px 0;
	line-height: 42px;
	color: #fff;
	font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
}
#vcard a:active {
	margin-top: 1px;
}
#vcard a span {
	position: absolute;
	top: -45px;
	left: -49px;
	width: 138px;
	background: url(images/vcard-label.png) no-repeat 50% 50%;
	padding-bottom: 12px;
	display: none;
	opacity: 0;	
}
.title {
	height: 60px;
	background: url(images/title.png) repeat-x 0 0;
	text-align: center;
}
.title p {
	font-weight: bold;
	padding-top: 20px;
}
img.screen {
	width: 320px;
	padding: 24px 5px 5px;
	height: 217px;
	background: url(images/bg_portfolio-browser.png) no-repeat;
}
#nextBtn {
	width: 50px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	top: 45%;
	right: 0px;
}
#nextBtn a {
	width: 48px;
	height: 48px;
	background: url(images/next.png) no-repeat center center;
	display: block;
	float: left;
}
#prevBtn a {
	width: 48px;
	height: 48px;
	float: right;
	background: url(images/prev.png) no-repeat center center;
	display: block;
}
#prevBtn {
	width: 50px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	top: 45%;
	left: 0px;
}
#slider {
	width: 330px;
	height: 246px;
	margin: 5px auto 10px auto;
}
#slider ul li {
	position: relative;
}
ul li .fade {
	width: 100%;
	height: 100%;
	background: url(images/fade.png) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
ul li .fade2 {
	width: 330px;
}
.project-info {
	line-height: 1.9em;
	text-align: right;
	padding: 10px;
	text-shadow: none;
	color: #FFF;
	direction: rtl;
	margin: 0px auto;
}
.project-info span {
	color: #CFFF9F;
}
.inf {
	color: gray;
	line-height: 1.9em;
	margin: 0px auto;
	direction: rtl;
	padding: 10px;
	text-align: right;
}
.inf span {
	color: black;
}
.project-info a,.project-info:visited {
	text-decoration: none;
	color: #FFDBA4;
}
div.lt {
	float: left;
	direction: ltr;
}
.project-info a:hover {
	color: #0FF;
}
#pr {
	position: relative;
}
.text {
	direction: rtl;
	text-align: justify;
	padding: 8px;
}
#contact {
	text-align: left;
	direction: ltr;
}
#contact ul li {
	padding: 5px 0 0 15px;
	color: #666;
}
#contact ul li a {
	display: block;
	padding-left: 23px;
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-image: url(images/phone.png);
}
div.seprate {
	clear: both;
	padding: 12px 0 11px;
	text-align: center;
	background: url(images/about-h3.png) repeat-x 0 -59px;
	margin-top: 8px;
}
form {
	padding: 10px;
}
table {
	font: 11px tahoma;
	direction: rtl;
}
.input {
	font: 11px tahoma;
	padding: 2px 4px;
	background-color: #FFF;
	border: 1px #CECECE solid;
	line-height: 1.6em;
}
form {
	margin: 0px;
}
button {
	font: 11px tahoma;
	padding: 2px 5px;
}
.loading {
	height: 60px;
	background: url(images/loading.gif) no-repeat center center;
}
