/*Main CSS File*/
* {
		font-family: Tahoma , Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		font-size:11px;
}

body {
	width:100%;
	background:#eee;
}

#wrapper {
	margin:0 auto;
	width:960px;
	background:url(../images/bg.png) repeat-y;
	padding:0 20px;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	position:relative;
	overflow:hidden;
}

img {
	border:none;
	display:inline;  /*ie bug*/
}

a {
	text-decoration:none;
}

#header #h_box1 {
	height:52px;
	width:100%;
	background:#fff;
}

#header #h_box1 ul {
	list-style-type:none;
	float:right;
	padding-top:30px;
	font-size:12px;
}

#header #h_box1 ul li {
	display:inline;
	float:left;
	color:#c00;
	width:auto;
	line-height:20px;
}

#header #h_box1 ul li a {
	color:#c00;
	display:block;
	text-align:center;
	width:90px;
	font-weight:bold;
}

#header #h_box1 ul li a:hover {
	text-decoration:underline;
}

#header #h_box2 {
	height:204px;
	background:#992A00;
}


#menu {
	/*padding:2px 1px;*/
	background:#fff;
	border-top:1px solid #B12B00;
}

.contactus {
	margin:10px 0 0 0;
	font-size:12px;
	width:200px;
	color:#444;
	padding:5px;
	float:right;
	border-left:1px solid #eee;
}

.contactus h1 {
	color:#c00;
	font-weight:bold;
	font-size:15px;
}
.contactus p {
	margin:5px;
}

.contactus a {
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

#preamble {
	padding:0px;
	margin:10px 0 0 0;
	border:1px solid #0099FF;
}

.preamble {
	padding: 0;
	margin:1px 166px 1px 1px;
	background:#ffffff;
	height:350px;
/*	width:598px;			/*how to do without this :>*/
	border-right: 1px solid #CAE0ED;
}

.preamble p { 
	font-size: 11px;
	margin: 10px 10px 10px 10px;
	color: #0160BE;
	text-align:justify;
	line-height:18px;
}
.preamble h3 {
	color:#ffffff;
	font-size:13px;
	margin:0px;
	background:#EBF8FE;
	padding:0 0 0 5px;
	line-height:20px;
	color:#1574D6;
	border-bottom:1px solid #CAE0ED;
}

.preamble a {
	font-weight:bold;
	color: #0160BE;
/*	border-bottom:#3399fe 1px dashed;*/
	text-decoration:none;
	font-size: 11px;
	margin:0;
}

.preamble a:hover {
	border-bottom:#0160BE 1px solid;
}

table.host {
	font-size: 11px;
	margin: 10px;
	color: #0160BE;
	text-align:justify;
	border:1px solid #eee;
	width:97%;
}

table.host td{
	background:#f5f5f5;
}

table.portfolio {
	font-size: 11px;
	margin: 10px;
	color: #0160BE;
	text-align:justify;
	border:1px solid #eee;
	width:98%;
}

table.portfolio td{
	background:#f5f5f5;
	color:#333;
}

table.portfolio td p
{
	color:#666;
	margin:0px;
	padding:0px;
}

table.portfolio td img {
	border:2px solid #ccc;
}

.portfolio p img
{
/*	border:5px solid #ddd;*/
}

table.webd {
	font-size: 11px;
	margin: 10px 10px 0 10px;
	color: #0160BE;
	text-align:justify;
	border:1px solid #999999;
	width:95%;
}

table.webd td{
	background:#fafafa;
	text-align:center;
	width:33%;
}


#breadcrumb {
	margin:10px 222px 0 15px;
	font-size:12px;
}

#breadcrumb a
{
	color:#3176FF;
}

#breadcrumb a:hover
{
	text-decoration:underline;
}

#omikrosys {
	padding:0 0 10px 0;
	margin:10px 222px 10px 10px;
	/*border:1px solid #000;*/
	font-size:12px;
	
	min-height:200px;
	height:auto !important;
	height:200px;
	/*
		Now some CSS 3.0 goodies
	*/
/*	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#omikrosys a , #omikrosys a b {
	color: #A52B00;
	text-decoration:none;
	font-family:Georgia;
	font-size:12px;
}

#omikrosys a:hover {
	text-decoration: underline;
}

#omikrosys p {

	margin:10px 5px 0 5px;
	text-align:justify;
	line-height:1.6;
	color:#4E4B44;
	font-size:12px;
	font-family:Georgia;
}

#omikrosys p strong , #omikrosys p b
{
	text-align:justify;
	line-height:1.6;
	color:#4E4B44;
	font-size:12px;
	font-family:Georgia;
}

#omikrosys h3 {
	color:#c00;
	font-size:13px;
	padding:0;
	margin:0 5px;
	line-height:30px;
	width:auto;
	/*height:100%;	/*otherwise border wont appear since width auto */
	border-bottom:1px solid #d00;
	
	text-shadow: 1px 1px 1px #ccc;
}

#omikrosys ul  {
	list-style-type:square;
	padding:3px 6px 3px 18px;
	margin:10px 5px 0 5px;
	background : #f5f5f5;
	border: 1px solid #999;
	box-shadow:1px 1px 1px #ccc;
	-moz-box-shadow:1px 1px 1px #ccc;
}

#omikrosys ul li 
{
	text-align:justify;
	line-height:1.6;
	color:#0489B7;
	font-size:12px;
	font-family:Georgia;
	margin:3px 0;
}

#omikrosys div.search_result {

	margin:10px 5px 0 5px;
	text-align:justify;
	line-height:1.6;
	color:#4E4B44;
	font-size:12px;
	font-family:Georgia;
}

#omikrosys div.search_result span.link {
	color:#3176FF;
	display:block;
}

#sections
{
	border-top:1px solid #ccc;
}

#sections ul li
{
	background:#F6F6F6;
	width:45%;
	height:100px;
	margin:10px;
	display:inline;
	float:left;
	padding:10px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#sections ul li:hover
{	
/*	background:#FFF5F5;*/
/*	border:2px dotted #ccc;*/
}

#sections ul li h1
{
	font-size:13px;
	margin:0 0 10px 0;
	text-decoration:underline;
	color:#5E0000;
}

#sections p
{
	font-size:12px;
	font-family:arial;
	color:#1E3C00;
}
#sections p img
{	
	float:left;
	margin:0 10px 0 0;
}

#header {
	/*background:#B9121B;*/
}

#header a {
	color:#fff;
}

#footer {
	border-top:1px solid #ccc;
	padding:10px 0;
	margin:0;
	width:auto;
	font-size:11px;
	margin:0 10px;
	height:50px;
	color:#0B488B;
}

#footer .left
{
	float:left;
}

#footer .right
{
	float:right;
}

#footer .right a {
	color:#8A1D00;
}

#footer .right a:hover {
	text-decoration:underline;
}

#navbar {
	margin:1px 0 0 -167px;
	padding:21px 0 0 0;
	width:166px;
	height:296px;
	background:url("images/omibg.png") repeat-x #ffffff;
	float:right;
	display:inline;

}

#linkList {
	padding: 0;
	margin:0;
	width:100%;
}

#linkList ul {
	padding: 0;
	margin: 0;
	width:100%;
}

#linkList ul li {
/*	display: inline;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	border-bottom: 1px solid #CCCCFF;*/
/*	list-style: none;*/
}

#linkList ul li a.normal
{
	color:#0160BE;/*#4E7DC2;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 0 0 10px;
	display:block;
	height:100%;
	line-height:40px;
	width:auto;
	border-bottom: 1px solid #EBF5FA;
	border-top: 1px solid #EBF5FA;
	cursor:pointer;
	
}

#linkList ul li a.current {
	background:#ffffff;/*url(invheader.jpg);*/
	color:#cc0000;
	/*border:none;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 0 0 10px;
	height:100%;
	line-height:40px;
	width:auto;
	display:block;	/*otherwise it taketh the propert of normal class*/
	border-bottom: 1px solid #5760BE;
	border-top: 1px solid #5760BE;
}

#navbar .tabfill
{
	height:40px;
/*	border-top:1px solid #CAE0ED;*/
	border-bottom:1px solid #cc0000;/*#EBF5FA;*/
	width:167px;
	float:left;
	background: #EBF5FA url(header.jpg);;
}

/*#linkList ul li a:hover {
	background-color:#F47814;
	color:#ffffff;
}*/

#linkList h3 p {
	font-style: normal;
	color: #FF0000;
	margin-left: 70px;
	margin-top: 7px;
}

.accesskey {
	text-decoration: underline;
}

#summary p {
	background-color: #3399FE;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	line-height: 20px;
	font-style: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.search
{
	border:#3399fe 1px solid;
	background:#D2EBFF;
	color:#00f;
}

table.h_table {
	width:100%;
}

table.h_table a {
/*	display:block;*/
}

table.h_table a:hover {
	text-decoration:underline;
	background:#005500;
}


table.h_table td {
	/*width:20%;*/
	font-size:11px;
	font-weight:bold;
}
#domain_logo {
	margin:0;
	float:right;
	width:300px;
	height:90%;
}

#domain_logo table {
	width:100%;
	height:100%;
}

#domain_logo table td {
	text-align:center;
	/*width:11%;*/
}

#domain_logo a , #domain_logo a:hover {
	border:none;
}

#bottom {
	margin:0 auto;
	text-align:center;
	border-top:1px solid #999900;
	background:#EDEEDC;
}
#bottom a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#3366FF;
}

#bottom a:hover {
	text-decoration:underline;
	color:#000000;
}

#quoteform {
	font-size:12px;
	color:#800;
	width:auto;
	background: #fafafa;
	padding:10px;
	height:100%;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #dddddd;
	padding: 2px;
	background: #eeeeee;
	visibility: hidden;
	z-index: 100;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}

#quote_float {
	float:right;
	display:inline;
	height:100%;
	width:240px;
	background:#fafafa;
	margin:0 0 0 -240px;
}
#quote_float p{
	margin:10px;
	font-weight:bold;
	font-size:11px;
	color:#0160BE;
}

.projectdesc {
	width:99%;
	height:122px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.highlight {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	margin:0 10px 10px 10px;
}

.imp {
	font-weight:bold;
	font-size:12px;
	color:#cc0000;
	display:inline;
}

a.no {
	text-decoration:none;
	border:none;
	margin:0;
}
a.no:hover {
 	border:none;
}

#message {
	position:absolute;
	right:10px;
	top:200px;
	width:300px;
	background:#FCEFBC;
	font-size:11px;
	padding:10px;
	display:none;
	z-index:3;
	border:1px solid #BE973A;
/*	-moz-opacity:0.95;
	opacity:0.95;
	filter:alpha(opacity=95);*/
}

#s_message {
	background:#eeeeee;
	border:1px solid #555555;
	position:absolute;
	left:300px;
	top:300px;
	width:200px;
	font-size:11px;

	padding:10px;
	display:none;
}

#sidebar {
	float:right;
	width:200px;
	margin:0 2px 0 -222px;
	font-size:11px;
	padding:10px;
	display:inline;  /*ie6.0 double margin bug*/
}

#sidebar { background:#ffffff; }

.sidebar h1 {
/*	background:#EBF3FB;*/
	width:auto;
	font-size:11px;

	color:#07519A;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #cccccc;
	cursor:pointer;
}

.sidebar h3 a
{
	color:#007700;
	font-weight:normal;
}

.sidebar ul {
	list-style-type: none;
	margin:5px;
	padding:0;
	width:188px;	/*-really essential to block inners from growing out in IE 6.0*/
}
.sidebar ul li {
	line-height:20px;
	font-size:11px;

	padding:0;
	margin:0;
	/*width:100%;*/
}
.sidebar ul li a {
	display:block;
	color:#007700;
	margin:0;
	padding:0 0 0 5px;
	/*height:auto;/*or else ie6.0 will put margins above and below >:) either give height or width*/
	/*width:100%; */
	width:auto
	border:1px solid #ffffff;
}

.sidebar ul li a.active {
	font-weight:bold;
	background:#EBFFE6;
	border:1px solid #AFE298;
}

.sidebar ul li a:hover {
	text-decoration:underline;
	color:#007700;
}

.sidebar ul li b {
	padding:0px;
	margin:0;
	font-size:11px;
	font-weight:normal;
	border:1px solid #99defd;
	display:block;
	background:url(images/stripes.gif);
	width:100%;
}

#search
{
	height:50px;
	width:auto;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	color:#3176FF;
	padding:5px 0 0 0;
	
}

#search input
{
	/*border:2px solid #A72B00;*/
	width:143px;
	font-size:13px;
	font-family:Arial;
	border:none;
	margin:11px 10px 10px 15px;
	background:none;
	
}

#search #searchform
{
	background:url('../images/search.png') no-repeat ;
	height:41px;
	width:215px;
}


.clear_float {
	clear:both;
	width:800px;
}

.message {
	background:#eeeeee;
	width:194px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	height:100%;
}

.row {
	background:#316AC5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

.row1 {
	background:#EBF3FB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#316AC5;
	font-weight:bold;
}

.row0 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#316AC5;
	font-weight:bold;
}

.maintenance {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.maintenance h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#235BD9;
}

.maintenance ul {
/*	margin:0;*/
}

.maintenance li {
	padding:3px;
	line-height:18px;
}

.maintenance .includes li {
/*	padding:3px;*/
	list-style-image:url(images/+.gif);
}

.myinputs
{
	border:2px solid #ccc;
	font-size:12px;
	font-weight:normal;
}

.quote td
{
	padding:5px;
	background:#fff;
}

/*  News */
ul#portfolioTicker {
	list-style-type: none;
}
ul#portfolioTicker li {
	/*float:left;
	display:inline;*/
	/*width:350px;*/
	border-bottom:1px solid #cccccc;
	/*margin:0 10px;*/
	text-align:center;
	height: 200px;
	font-size: 12px;
	background:#ffffff;
}
div#portfolio {
	width: 100%;
	margin:10px 0 0 10px;
}

div#quote_info
{
	border:1px solid #CCCCCC;
	color:#4B3F3F;
	font-family:tahoma;
	margin:5px;
	padding:10px;
	
	-moz-opacity:0.0;
	opacity:0.0;
	filter:alpha(opacity=0);
}