@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;

	}
	
#container {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

#cont_header {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/header-bg.gif) top left repeat-x;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:140px;
	background:url(../images/top-banner-shehzadonline.gif) left top no-repeat;
}

#cont_data {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#data {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:100%;
}
#data_left {
	position:relative;
	left:0px;
	top:0px;
	width:500px;
	height:100%;
	float:left;
	clear:left;
}

#data_left_product {
	left:0px;
	top:0px;
	position:relative;
	width:494px;
	height:374px;
	background:url(../images/product.gif) left top no-repeat;

}


#data_right {
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:100%;
	float:right;
	clear:right;
}
#cont_footer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../images/footerbg.gif) repeat-x top left;
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:73px;

}
