@charset "UTF-8";
/*---------------------------------------------------------------------------------- 
Style Sheet for Ostec IT website
copyright 2010

style	:	layout css for Ostec IT limited
version	:	1.0
author	:	emmanuel tetteh kuadzi
email	:	tkemma@gmail.com / tkemma@tkemma.com
website	:	http://www.tkemma.com
-------------------------------------------------------------------------------------*/

/* reset styles 
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* master styles
--------------------------------------------- */

body {	
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #222;
	background: #fff;
	line-height: 1.3;
	}
	
a:link,a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #222;
	border-bottom: none;
	-webkit-transition: color .2 ease;
	-moz-transition: color .2 ease;
	-o-transition: color .2 ease;
	transition: color .2 ease;
	}
a:link, a:visited {
	color: rgba(0,0,0,.7);
	}
a:hover {
	color: rgba(0,0,0,.9);
	}
a.img	{
		border: none;
	}
h3 {	
	margin: 0 0 8px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #1c385d;
	}

#wrap {
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	}
#headerLEFT	{
	float: left; 
	width: 230px; 
	padding-top: 10px;
	}
#headerRIGHT	{
	float: right; 
	top: 0;
	width: 410px;
	margin-left: 290px;
	background: #efefef;
	}
#headerRIGHT	.right	{
		background: url(../images/topNav_right.png) top left no-repeat; 
		width: 10px; 
		height: 30px; 
		float: right;
	}
#headerRIGHT	.left	{
		background: #efefef url(../images/topNav_left.png) top left no-repeat; 
		padding: 5px 5px 5px 10px;
		float: left;
		height: 20px;
	}
#headerRIGHT	.nav	{
		padding: 0 5px; 
		float:left; 
		background: #efefef; 
		color: #5e6671; 
	}
#headerRIGHT	.nav ul li {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
		font-size: 11px;
	}
#headerRIGHT	.nav li a	{
		float: left; 
		padding: 0 5px; 
		color: #5e6671;
		font-size: 11px; 
	}
#headerRIGHT	.nav li a:hover {
		color: #91a2c0;
		text-decoration: none;
		font-size: 11px;
	}
#header	.navRight	{
		background: #efefef url(../images/topNav_right.png) right top no-repeat; 
		height: 30px; 
		width: 10px; 
		float: right;
	}
#who_we_are	{
		margin: 10px 0; 
		background: url(../images/who_we_are_bg.png) top left repeat-x; 
		color: #fff;
	}
#who_we_are		.left	{
		float: left; 
		width: 630px; 
		padding: 7px 10px; 
		font-size: 14px; 
		font-family: 'Lucida Grande', Verdana, sans-serif;
	}
#who_we_are		.bold	{
		color: #064396; 
		font-weight: bold;
	}
#who_we_are		.right	{
			float: right;
		}
.CLR	{
			clear: both;
			margin: 0 auto;
		}
#who_we_are	{
			
		}

#home_news	{
			float: left; 
			width: 620px;
		}
#home_news	.title	{
			background: #255faa url(../images/title_bg.png) top left no-repeat; 
			padding: 10px; 
			width: 150px; 
			color: #fff; 
			font-size: 12px; 
		}
#home_news	.content	{
			background: url(../images/news_bg.png) bottom left repeat-x; 
			padding: 10px 10px 0; 
			border-left: 1px solid #aac7ee; 
			border-right: 1px solid #aac7ee; 
			border-top: 1px solid #aac7ee;
		}
#home_news	.bg	{
			background: url(../images/news_btn.png) top center no-repeat; 
			height: 10px;
		}
#tech	{
			float: right; 
			width: 300px;
		}
#tech	.title	{
			background: #255faa url(../images/title_bg.png) top left no-repeat; 
			padding: 10px; 
			width: 150px; 
			color: #fff; 
			font-size: 12px; 
		}
#tech 	.content	{
			background: url(../images/tech_support.png) bottom left no-repeat; height: 140px;
			padding: 10px 10px 0; 
			border-left: 1px solid #aac7ee; 
			border-right: 1px solid #aac7ee; 
			border-top: 1px solid #aac7ee;
		}
#tech	.bg	{
			background: url(../images/tech_btn.png) top center no-repeat; 
			height: 10px;
		}
#footer	{
			margin: 20px 0 10px 0; 
			padding: 10px; 
			width: 920px; 
			border-top: 1px solid #efefef; 
			font: 12px 'Lucida Grande', Verdana, sans-serif; 
			text-align: center;
		}
		
#nav	{
			padding: 20px 10px 10px;
		}
#nav	a:link,a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #222;
	border-bottom: none;
	padding-right: 30px;
	}
#nav	a:link, a:visited {
	color: rgba(0,0,0,.7);
	}
#nav	a:hover {
	color: rgba(0,0,0,.9);
	}
		
#navNews ul li {	
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: none;
	border: none;
	color: #2861ac;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: url(../images/arrow.png) 0 8px no-repeat;
	}

#subPage_top	{
		background: url(../images/sub_nav_bg.png) top left repeat-x; 
		height: 1.0em; 
		margin-bottom: 10px;
	}
#sub_nav	{
		float: left; 
		width: 220px;
		padding: 10px 0;
		background: #efefef; 
		height: 600px;
	}
#sub_nav	ul	{
		margin: 0;
		padding: 0;
	}
#sub_nav	li a	{
		padding: 5px 10px;
		color: #797879;
		display: block;
		background: #c4c4c3;
		margin-bottom: 2px;
		border-bottom: none;
	}
#sub_nav	li a:hover	{
		background: #ccc;
		color: #2a4466;
		}
#subTitle	{
		color: #363793; 
		font-size: 18px; 
		border-bottom: 1px solid #363793; 
		padding: 20px 0 5px;
	}
#subContent	{
		padding: 20px 0;
		text-align: justify;
	}
#subRight	{
		float: right; 
		width: 700px;
	}
	
.news	dd	{
			margin: 0;
			padding: 0;
		}
.news	dt a {
			background: url(../images/arrow.png) 0 15% no-repeat;
			padding-left: 20px;
			display: block;
			color: #0066CC;
			margin-bottom: 5px;
		}
.news	dt a:hover {
			color: #999;
			text-decoration: none;
		}

.news1	dl	{
			margin: 0;
			padding: 0;
		}
.news1	dd {
			background: url(../images/arrow.png) 0 5px no-repeat;
			display: block;
			margin: 0 0 5px 0;
			padding: 0 0 0 20px;
		}
		

/* Form details */
fieldset	{
		margin: 1em 0;
		padding: 1em;
		border: 1px solid #666;
		background: #eee;
	}
legend	{
		font-weight: bold;
	}
form p	{
		position: relative;
	}
* html .feedback	{
		width: 10em;
	}
.feedback	{
		position: absolute;
		margin-left: 11em;
		font-weight: bold;
		padding-left: 18px;
		color: #760000;
	}
input:focus, textarea:focus	{
		background: #ffc;
	}
.submit	{
		width: 100px;
		padding: 5px 10px;
		background: #333;
		border: 1px solid #666;
		color: #999;
	}
.input, .textarea, .select	{
		width: 50%;
		border: 1px solid #666;
	}
label	{
		display: block;
	}
		
td, tr	{

	color:#221a6e;

	}
.pad	{
			padding: 10px 10px 0 10px;
		}
.pad10	{
			padding: 10px;
		}
	
