/**
 * Simplifyed CSS File
 * Author : Zeeshan Hasan

*/
@import url('elements.css'); /** Style Sheed for Header / Footer / Menu's ***/
@import url('pages.css'); /** Syle Sheed for Pages ***/
/**************************************/
* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff url(../img/body_bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0 auto 0 auto;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}


.left{display:inline; float:left;}
.right{display:inline; float:right;}
.clr{clear:both;}
/****** Wrapers *****/
.wrap{
	position:relative;
	margin:0 auto 0 auto;
	width:795px;
}

h1{
	position:relative;
	margin:10px 0px 10px 0px; 
	padding:0px 0px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:16px;
	color:#666666;
	border-left:#FFB001 solid 5px;
}
	h1.blue{ border-color:#3295D0;}
.sep{
	position:relative;
	margin:10px 0px 10px 0px;
	height:10px;
	background:url(../img/header/bg-sep.png) no-repeat center;
	border-top:#CCCCCC dotted 1px;
}
.sep-profile{
	position:relative;
	display:block;
	width:507px; height:36px;
	margin:10px 0px 10px 0px;
	background:url(../img/bg/bg-sep-profile.jpg) no-repeat center;
}
.bo-sep{
	position:relative;
	margin-bottom:1px;
	height:5px;
	background:#009CDB url(../img/bg/bg-orange-sep.png) no-repeat left center;
	
}
/**** Global Styles ********/
h2.orange{ 
	font-family:Arial, Helvetica, sans-serif;
	padding:0px; margin:0px;
	line-height:18px;
	font-size:18px;
	padding-left:5px;
	margin:5px;
	border-left:#FF9900 solid 5px;
	color:#666666;
}
