@charset "utf-8";
/* CSS Document */

body 		{margin:2px;padding:0px;font-family:Arial, Helvetica, sans-serif}

.linkbar 		{vertical-align:middle;
				text-align:center;color:white;
				font-family:arial;font-size:13px;}
.tlayout a 			{color:white;text-decoration:none}
.tlayout a:hover 	{text-decoration:underline;}

#topbar {
	text-align:right;width:100%;
	min-width:800px;height:30px;
}
.foot {
	clear: both;
	width:100%;
	min-width:800px;
	height:30px;
}
.foot div#email {
	text-align: center;
}
.foot div#phone {
	float:left;

}
.foot div#copy {
	float:right
}


#topbar div, .foot div {
	color:white;
	font-size:8pt;
	padding-top:7px;
	padding-right:10px;
	padding-left:10px;
}
#topbar div a, .foot div a {color:white}

.rightbar {
	color: white;
	float: right;
	height: 600px;
	width: 150px;
}

.rightbar img {
	float:right;
	padding: 0px;
	margin: 0px;
}

.rightbar span {
	padding: 20px;
	font-size: 18px;
}

.rightbar ul {
	font-size: 14px;
}

.rightbar a 			{color:white;text-decoration:none}
.rightbar a:hover 	{text-decoration:underline;}

#pictoral {height:152px;width:100%;border:0px black solid;}
#imageholder {position:absolute;z-index:2;top:41px;left:50px;}

.tlayout	{margin:0px;padding:0px;}

.content {
	float:left;
	width:75%;
	padding:25px;
	padding-top:10px;
	min-width:600px;
	font-family:arial;
	font-size:11pt;
	color:#565656;
	min-height:300px;
}

.content #header {font-weight:bold;font-size:12pt;}
.content #footer {
	clear: both;	
	font-size:10pt;
	color:#999999
}

.content a {color:black}
.content a:hover {color:#FF6600;}

.address {
	margin-left: 60px;
}

.bio {
  margin-left: 10px;
}

.name {
	margin-top: 10px;
	font-size: medium;
}

.faq ul li {
	margin: 2px;
}

.question {
	font-size: large;
	font-weight: bold;
	margin-top: 40px;
}

.answer {
	margin: 10px;
}

.question a img {
	border: 0;
	margin-left: 5px;
}

/* testimonials */
.client {
	margin-top: 25px;
	font-size: large;
	font-weight: bold;
}
.instruction {
	font-weight:bold;
}
.advantages {
	font-weight:bold;
	margin-top:30px;
}

.subvantage {
	margin-left:15px
}

.osinews ul li {
	margin: 5px;
}

/* knowledge base */
.kb_menu {
	float:		left;
	list-style-type: none;
	position:	relative;
	left:		-40px;
	color:		white;
}

.kb_item, .kb_item_sel, .kb_sub_item, .kb_sub_item_sel {
	padding: 1px;
}

.kb_sub_item, .kb_sub_item_sel {
	position:	relative;
	left:		-20px;
}

.kb_menu a, .kb_menu a:visited {
	display:	block;
	position:	relative;
	left:		12px;
	width:		100px;
	border:		1px solid black;
	text-decoration: none;
	background:	#565656;
	padding:	3px;
	color:		white;
}

.kb_menu a:hover {
	background:	#767676;
}

.kb_item_sel a, .kb_item_sel a:visited {
	background:	#2c3991;
}

.kb_item_sel a:hover {
	background:	#4c59b1;
}

.kb {
	margin:		20px;
	float:		left;
	color:		red;
}