@charset "utf-8";
/* 
http://www.f1soft.com/
Developed by: f1Soft
*/

body, html{
	margin: 0;
	padding: 0;
	font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
	color: #626262;
	background: #F2F2F2;
}

div, form, p, span, h1, h2, h3, h4, h5, ul, ol, li, table{
	margin: 0;
	padding: 0;
}

a, img{
	border: none;
	outline: none;
}

#wrapper{
	width: 984px;
	margin: 0 auto;
	position: relative;
}

#wrapper .home, 
#wrapper .portfolio, 
#wrapper .services, 
#wrapper .clients, 
#wrapper .profile,
#wrapper .verisign{
	position: absolute;
	top: 0;
	left: 69px;
}

#wrapper .home_hdn, 
#wrapper .portfolio_hdn, 
#wrapper .services_hdn, 
#wrapper .clients_hdn, 
#wrapper .profile_hdn{
	position: absolute;
	top: 0;
	left: 69px;
	display: none;
}

#wrapper .portfolio{
	left: 293px;	
}

#wrapper .services{
	left: 526px;	
}

#wrapper .clients{
	left: 660px;	
}

#wrapper .profile{
	left: 784px;	
}

#wrapper .portfolio_hdn{
	left: 293px;	
}

#wrapper .services_hdn{
	left: 526px;	
}

#wrapper .clients_hdn{
	left: 660px;	
}

#wrapper .profile_hdn{
	left: 784px;	
}

#wrapper .verisign{
	left: 800px;
	top: 190px;
}

#topsd{
	display: block;
	height: 60px;
	background: url(../images/top_sd.gif) bottom center no-repeat;
}

#page{
	display: block;
	height: 509px;
	background: url(../images/body_bg.gif) repeat-y;
	padding: 32px 32px 0 32px;
}

#page .content{
	display: block;
	height: 443px;
	background: #ECECEC url(../images/f1_dm.gif) bottom right no-repeat;
	height: 180px;
	padding: 263px 35px 0 40px;
}

div.footer{
	display: block;
	padding: 8px 0 0 0;
	font-size: 10px;
	color: #979797;
	position: relative;
}

div.footer .copyright{
	float: left;
	width: 400px;
}

div.footer .privacy{
	float: right;
	width: 350px;
	text-align: right;
}

div.footer .protect{
	position: absolute;
	right: 272px;
	top: 8px;
}

div.footer .protect span{
	float: left;
}


div.leftcol{
	float: left;
	width: 200px;
}


div.rightcol{
	float: right;
	width: 545px;
	height: 170px;
	overflow: hidden;
}

div.rightcol .mainContent{
	padding:0;
}

div.leftcol a{
	display: block;
	height: 15px;
	padding: 0 0 0 10px;
	background: url(../images/bul.gif) left no-repeat;
}

div.rightcol .mainContent p{
	padding: 10px 0 0 160px;
	width:385px;
	float:left;
	height: 120px;
}

div.rightcol .mainContent p span{
	display: block;
	padding: 0 0 2px 0;
}

div.rightcol .mainContent p span.head{
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}

/*div.rightcol .mainContent p{
	padding: 10px 0 0 160px;
	width: 385px;
	float: left;
	background: url(../images/paymeny_gateway.gif) left no-repeat;
}
*/

h1{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 5px 0 18px 160px;
	display:block;
	color: #000;
	width: 380px;
}

#btmsd{
	display: block;
	height: 60px;
	background: url(../images/btm_sd.gif) top center no-repeat;
}

/*extra*/
p.qcontact{
	padding: 110px 0 0 0;
}

span.soft{
	color: #AEAEAE;
}

/* Psuedo classes */

a{
	color: #626262;
	text-decoration: none;
}	

a:hover{
	color: #000;
	text-decoration: none;
}	

/* possible hacks */

.clear{
	clear: both;
}

/*form styles*/

div.rightcol .mainContent form.contactform{
	padding: 0 0 0 160px;
	width: 385px;
	float: left;
}

div.rightcol .mainContent form.contactform p{
	float: left;
	padding: 0 0 5px 0;
	height: auto;
	width: 192px;
}

div.rightcol .mainContent form.contactform p img{
	border: 1px solid #CCC;
	margin: 0 0 4px 0;
	width: 124px;
	float: left;
	height: 20px;
}

div.rightcol .mainContent form.contactform p.title{
	float: left;
	padding: 0 0 5px 0;
	height: auto;
	width: 385px;
}

div.rightcol .mainContent form.contactform p.verify{
	padding: 0 0 5px 0;
	height: auto;
	width: 192px;
}

div.rightcol .mainContent form.contactform p.comment, div.rightcol .mainContent form.contactform p.btn{
	float: right;
	padding: 0 0 5px 0;
	height: auto;
	width: 192px;
}

label{
	float: left;
	width: 60px;
}

input, textarea{
	float: left;
	width: 120px;
	font-size: 10px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	font-family: Tahoma; 
}

textarea{
	height: 52px;
}

