/*
Combine Web Solutions http://combine.cc
*/



/*_____________________________________*/
  /*___________ site elements________*/
/*_____________________________________*/




body {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana";
	font-size: 11px;
	text-align: justify; 
	background: #FFF0F0;
}


div.top {
	width:930px;
	height:7px; 
	background: url("images/top.gif") no-repeat;
	margin: 20px 0px 0px 0px;
}

div.title{
	width:928px;
	height:98px; 
	background: url("images/titleSep.gif") no-repeat;
	margin: 0px 0px 0px 0px;
}


div.middle{
	width: 930px;
	background: url("images/center.gif");
	margin: -6px 0px 0px 0px;
}


div.bottom{
	background: url("images/bottom.gif") no-repeat;
	width: 930px;
	height: 11px;
	margin-bottom: 30px;
}

p{
	font-family: "Verdana";
	font-size: 11px;
}


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

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


img { 
	border: none; 

} 

img.inline{
	padding: 0px 12px 6px 6px;
	border: none; 
}

span.moto{
	font-size: 18px;
	color: #8e22e0;
}


/*_____________________________________*/
  /*_______________ nav _____________*/
/*_____________________________________*/




div.contact{
	margin-left: 824px;
	margin-top: -44px;
	padding-bottom: 20px;
}


div.nav{
	background: url("images/navBg.gif") no-repeat;
	width: 129px;
	height: 564px;
	float: left;
	margin: 0px 0px 0px 0px;
	
}


p.nav{
	text-align: left;
	padding-left: 4px;
}

a.current{
	font-size: 10px;
	font-weight: bold;
	color:  #8e22e0;
}

a.nav{
	font-size: 10px;
	color:  #FFFFFF;
}


a.nav:hover{
	font-size: 10px;
	color: #8e22e0;
	text-decoration: none;
}




/*_____________________________________*/
  /*__________ page contents ________*/
/*_____________________________________*/




/* section */


div.content{
	padding-top: 10px;
	padding-left: 150px;
	padding-right: 20px;
}

p.content{
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

p.item{
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background: #FFF1F1;
	margin-bottom: 15px;
	padding: 8px 8px 8px 8px;
}

span.title{
	font-size: 12px;
	color: #8e22e0;
	font-weight: bold;
}

span.italics{
	font-size: 11px;
	color: #b39529;
	font-style: italic;
}

/* footer */

p.footer{
	font-size: 10px;
}

a.combine{
	color: #19C4CE;
	text-decoration: none;
	font-weight: bold; 
}

span.najma{
	color: #8e22e0;
	text-decoration: none;
	font-weight: bold; 
}