/* 
	Document	: Global Style Sheed
	Author		: Zeeshan Hasan
	Date		: July 02 2007
	URL			: http://www.zeeshanhasan.com
	
 */

@import url("reset.css"); /* Reset Styles for Global Use */
@import url("typo.css"); /* Reset Styles for Global Use */
/* DEFAULT STYLE*/
body{
	background-color:#956240;
	background-image:url(../siteImages/bg/bg_top.png);
	background-repeat:repeat-x;
}
.left{float:left;}
.right{float:right;}
.clr{clear:both;}


#top-header{
	position:relative;
	margin-top:6px;
	height:160px;
	background:#F9F3E8 url(../siteImages/bg/bg_top_header.png) no-repeat center;
}

/*** Structure **/
#header, #content, #footer{
	position:relative;
	margin:0 auto;
	width:780px;
}

/** Header **/
#header{ padding-top:20px;}
	#header .left{padding-left:30px;}
/** **/
#nav{
	position:relative;
	margin:0 auto;
	width:680px;

}


/******* Banner ********/
#banner{
	background-image:url(../siteImages/bg/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;

}

#content{
	background-color:#FBF7F0;
	width:773px;
}
	#content .left{
		margin-left:6px;
		width:500px;
		padding:10px;
		background-color:#F8F0E0;
		background-image:url(../siteImages/bg/bg-content-main.png);
		background-repeat:no-repeat;
		background-position:bottom;
		overflow: hidden;
	}
	
	#content .sidebar{
		position:relative;
		float:left;
		width:240px;
		margin-top:10px;
	}
	#sidebar-top{
	background:#E8D7BD url(../siteImages/bg/bg_sidebar.png) no-repeat top right;
	padding:10px;
	}
	#sidebar-middle{
	background:#f4e6dd;
	border-top:#956240 dotted 1px;
	border-bottom:#956240 dotted 1px;
	padding:10px;
	}
	#sidebar-bottom{	
	background:#EEE2D0 url(../siteImages/bg/bg_sidebar_bottom.png) no-repeat bottom right;
	padding:10px;
	
	}
/****/
#footer{
	background-color:#FBF7F0;
	background-image:url(../siteImages/bg/bg_footer.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	
	margin-bottom:10px;
	width:753px;
	padding:10px;padding-bottom:25px;
}	
	#footer-Inside{
		border-top:#956240 dotted 1px;
		padding-top:10px;
		padding-left:20px;
		padding-right:20px;
	}