/* CSS Document */

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	text-align: left;
	font-family: Arial, Helvetica, Tahoma, Times New Roman;
	font-size: 13px;
	color: #333333;
	background-color: #170877;
	} 
	
#container {	
	width: 800px;	
	padding-right: 1px;
	padding-left: 1px;
	background-color:#cccccc;
}	


#top {
	width: 800px;
	float: left;
	height: 184px;
	background-image:url(images/sabur-technology-logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#toolbar {
	width: 600px;	
	float: right;
	height: 40px;
	padding-top: 13px;
	text-align: right;
	color: #250cb8;
	font-weight: bold;
	}


#body-content {
	width: 800px;
	float: left;
	height: 400px;
	background-color: #ffffff;
	padding-top: 10px;
}


#service-offering {
	width: 400px;
	background-color:#EFEBEB;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 14px;
}


#bottom-bar {	
	width: 800px;	
	float: left;
	height: 22px;
	background-color: #f2a123;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	}
		
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #283890;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}

