*{
	margin:0;
	padding:0;
}
body{
	background:#fff url(images/home-bg.gif) repeat-x top;
	font:11px/20px Tahoma,Helvetica,sans-serif;
	color:#222;
}
#inner-bg{
	background:#fff url(images/bg-inner.gif) repeat-x top;
}

/* Layout Styles Starts */

#wrapper{
	width:900px;
	margin:0 auto;
}
	#header{
		height:105px;
		background:url(images/header-bg.jpg) no-repeat;
	}
		#logo{
			width:250px;
			
		}
			#logo h1{
				background:url(images/logo.png) no-repeat;
			}
				#logo h1 a{
					display:block;
					height:59px;
					
					
					
				}
					#logo h1 a span{
						display:none;
					}
	#menu{
		height:34px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				margin:0 1px 0 0;
			}
			#menu li, #menu li a, #menu li a.current{
				float:left;
				display:block;
				height:34px;
				line-height:34px;
				min-width:100px;
				width:auto !important;
				width:100px;
				text-align:center;				
			}
				#menu li a{
					background:url(images/menu-bg.jpg) repeat-x;
					color:#fff;
					text-decoration:none;
					text-transform:uppercase;
				}
					#menu li a:hover{
						background:url(images/menu-h-bg.jpg) repeat-x;
						text-decoration:none;
					}
				#menu li a.current{
					background:url(images/menu-h-bg.jpg) repeat-x;
					color:#fff;
					text-align:center;
					text-decoration:none;
					text-transform:uppercase;
				}
	#banner{
		height:198px;
		
		position:relative;
	}
		#banner h2{
			padding:30px 0 0 0;
		}
		#banner h2, #banner p{
			width:485px;
			padding-left:10px;
			color:#fff;
			
		}
	
		.banner-img{
			position:absolute;
			right:0;
			bottom:0;
		}
		#banner p{
			padding-bottom:15px !important;
			padding-bottom:9px;
		}
	#container, #container1{
		background:#fff url(images/container-bg.jpg) no-repeat top;
		min-height:436px;
		height:auto !important;
		height:436px;
		padding:0 20px;
	}
	#container1{
		margin:35px 0 0 0;
		background:#fff url(images/container1-bg.jpg) no-repeat top;
	}
		#container .clearfix{
			background:url(images/divider.jpg) no-repeat 188px 20px;
		}
		#container1 .clearfix{
			background:url(images/divider1.jpg) no-repeat 600px 20px;
			
			
		}
		#mainarea{
			width:652px;
			padding:20px 0 0 0;
		}
		#mainareax{
			width:600px;
			padding:20px 0 0 0;
		}
		#mainareax img.floatleft, #mainareax p img.floatleft{
	margin:0px 10px 0px 0px;
}
		
		
			
		#sidearea{
			width:167px;
			padding:20px 0 0 0;
		}
		#sideareax{
			width:235px;
			margin-top:10px;
		}
	
		.block1 {
			display:block;
			float:left;
			margin:0 10px 10px 0;
			width:286px;
		}
			.block1 p {
				text-align:center;
			}
	#footer{
		background:url(images/footer-bg.jpg) no-repeat;
		overflow:hidden;
		padding:50px 15px 10px 15px;
		font-size:10px;
	}
		#footer a{
			color:#222;
			text-decoration:none;
			font-weight:normal;
		}
			#footer a:hover{
				color:#14619b;
				text-decoration:underline;
			}
	
/* Layout Styles Ends */



/* Links Styles Starts */


a.readmore{
	float:right;
}
a.readmore span{
	display:none;
}
#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}

/* Links Styles Ends */

/* Form Styles */


#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background:#303030;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p, #container1 p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft, #sidearea img.floatleft, #sidearea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright, #sidearea img.floatright, #sidearea p img.floatright{
	margin:10px;
}

#container ol, #container1 ol{
	margin:0 0 0 30px;	
}
ul#portfolio{margin:0;list-style:none;}
#container dt, #container1 dt{
	font-weight:bold;
	margin:20px 0 10px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	
}
.clearfix2  {
	display: inline-block;
	border-bottom: 1px solid grey;
	line-height: 20pt;
	font-size:20px;
	margin: 4px;

	
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#14619b;}
h1{font-size:32px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;font-family:"Trebuchet MS";font-weight:normal;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.floatright img{
	border:2px solid black}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}


#sli {
	position:absolute;
			right:-1px;
			bottom:0;
	}
	
	#slider {
    width: 490px; /* important to be same as image width */
    height: 225px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border: 4px solid black;
}
#sliderContent {
    width: 490px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 490px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

	
	.xp {
		line-height: 15pt;
		font-size:14px;
		}
		
    .xm {
		font-size:19px;
		color:#FFF;
		margin-top:50px;
		
		
		}
#bannerl
{
	margin-top:150px;
	
	
	}
	


#servici{
	float:right;
	width: 652px;
	
	}
	#servici .servici1 {
background:#EEEEEE url(images/servici.jpg) no-repeat scroll 0 100%;
border:1px solid white;
float:left;
margin:0 20px 20px 0;
padding:10px 10px 30px;
width:630px;
}
#servici .servici1 img {
border:2px solid black;
margin:0 10px 0 10px;
width:238px;
float:right;
}
#fot1 {
	text-align: center;
	
	}
/* Genric Styles Ends */

	

	
	
#headerx {
	float:right;
	margin-right: 300px;
	margin-top: -55px;
	
	
	}
	
#headerx h2 {
	color:#FFF;
	
	
	
	}
	#headerx a{
		margin-left: 120px;
		
		
		
		
		}
#ads {
	margin-left: 70px;
	margin-bottom: 20px;
	
	}