@font-face {
	font-family: 'HelveticaNeue 1Pooya';
	src: url('../fonts/HelveticaMedCd.ttf');
	font-weight: bold;
}
*{
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
a:active{
	border: none;
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}
BODY{
	background: #192731 url('../images/cloud.jpg') no-repeat fixed top left;
	color: #eff3f5;
	font-family: 'HelveticaNeue 1Pooya' , 'Arial';
}
h1{
	font-size: 49pt;
	margin-bottom: 38px;
	letter-spacing: -1px;
}
h2{
	font-size: 44pt;
	line-height: 1.0em;
	letter-spacing: -1px;
}
div#section_1{
	padding: 220px 0 0 126px;
}
div#about_me{
	margin: 20px 0 0;
	padding: 5px 0 80px 7px;
	font-size: 11pt;
	background-color: #192731;
	width: 766px;
	overflow: auto;
}
div#about_me div.p{
	padding: 5px 10px;
}
img#me{
	margin-left: 35px;
}
div#section_2{
	margin-left: 126px;
}
div#web_design_development{
	height: 221px;
	width: 783px;
	background: #192731 url('../images/btns.jpg') no-repeat top center;
}
div#portfolio{
	position: relative;
	width: 701px;
	height: 391px;
	padding: 2px 43px;
	background: #f0c600;
}
span#nextBtn, span#prevBtn{
	display: block;
	position: absolute;
	width: 36px;
	height: 391px;
	cursor: pointer;
	top: 0;
}
span#nextBtn a, span#prevBtn a{
	display: block;
	width: 36px;
	height: 391px;
	text-indent: -999px;
}
span#nextBtn{
	background: transparent url('../images/next_btn.jpg') no-repeat center left;
	right: 0;
}
span#prevBtn{
	background: transparent url('../images/prev_btn.jpg') no-repeat center left;
	left: 0;
}
div#down_of_tv{
	background: #192731 url('../images/down_of_tv.jpg') no-repeat center right;
	width: 804px;
	height: 168px;
}
div#section_3{
	background: transparent url('../images/section_3_bg.jpg');
	padding-left: 167px;
	height: 750px;
}
div#section_3_top{
	background: transparent url('../images/section_3_top.jpg');
	height: 45px;
	width: 696px;
	margin-bottom: 20px;
}
div#form{
	padding: 30px 125px;
	width: 432px;
	height: 435px;
}
div#result{
	display: none;
}
/* CLASSES */
.yellow{
	color: #f0c600;
}
.textShadow1{
	text-shadow:1px 1px #000000;
}
.textShadow2{
	text-shadow:2px 2px #000000;
}
.p{
	line-height: 22px;
}
.fr{
	float: right;
	display: block;
}
.fl{
	float: left;
	display: block;
}
.block{
	display: block;
}
.noClear{
	clear: none;
}
.formItem{
	overflow: auto;
	margin-bottom: 22px;
}
.formItem label{
	padding: 1px 0;
	font-size: 20pt;
	display: block;
	float: left;
	width: 140px;
}
.font20{
	font-size: 20pt;
}
.formItem .textInput{
	display: block;
	width: 275px;
	padding: 5px;
	font-size: 16pt;
	border: solid 1px #192731;
	font-family: 'HelveticaNeue 1Pooya';
	color: #6F6F6F;
	float: left;
	border-left-width: 5px;
}
.formItem textarea.textInput{
	height: 180px;
}
.formItem .textInput:focus{
	border-color: #F0C600;
	color: #111;
}
input.error, textarea.error{
	border: solid 1px #993333!important;
	background: #F0C600;
	border-left-width: 5px!important;
}
a.button:link, a.button:visited{
	width: 193px;
	height: 37px;
	background: url('../images/button_bg.jpg') no-repeat top left;
	font-size: 19pt;
	color: #eff3f5;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
a.button:hover{
	background: transparent url('../images/button_bg.jpg') no-repeat left -41px;
}
/* --- SLIDE --- */
#slide ul, #slide li{
	margin:0;
	padding:0;
	list-style:none;
}
#slide, #slide li{ 
	width: 701px;
	height: 391px;
	overflow:hidden; 
}
/* -- TOOLTIP -- */
.qtip-content{
	background: #EFE2A4!important;
	font-weight: bold;
	text-shadow:1px 1px #FFF;
	letter-spacing: 1px;
	color: #192731!important;
	font-family: 'HelveticaNeue 1Pooya';
}
/* ------------- */