/****************************************************
		Designed by Tassadduq Hussain
		PHP Application Developer
		Faisalabad Pakistan
****************************************************/
/****************************************************
				Default Page Styles
****************************************************/
html{
	height:100%;
}
html.use_scroll_wrapper{
	overflow:hidden;
}
html.auto_resize_iframe{
	height:auto;
}
body{
	height:100%;
}
body{
	/*background:#fff;*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:left;
	direction:ltr;
	unicode-bidi:embed;
}
h1, h2, h3, h4, h5{
	font-size:13px;
	color:#333;
	margin:0px;
	padding:0px;
}
h1{
	font-size:14px;
}
h4, h5{
	font-size:11px;
}
p{
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	text-align:left;
}
a{
	cursor:pointer;
	color:#3b5998;
	-moz-outline-style:none;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
}
img{
	border:0px;
}
select{
	border:1px solid #BDC7D8;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}


.clearfix{
	display:inline-block;
} html[xmlns] .clearfix{display:block;} * html
.clearfix{
	height:1%;
}
/****************************************************
					Page Layout
****************************************************/
.header{
	width:900px;
	height:174px;
	margin:auto;
}
.safeer{
	width:400px;
	height:330px;
	margin:auto;
}
.safeer .sname{
	width:230px;
	height:30px;
	margin:auto;
}
.rowset{
	width:900px;
	height:200px;
	margin:auto;
}
.rowset .img{
	width:auto;;
	height:195px;
	padding:5px;
	float:left;
}