@charset "utf-8";
/* CSS Document */

html, body 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #3F4554;
	text-align: center;
	line-height: 1.8em;
}

#wrapper 
{
	width: 800px;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
}

#header 
{
	width: 100%;
	height: 77px;
	padding-top: 15px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#Consulting {
	float: left;
	width: 245px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-left: 5px;
}
#Teching {
	float: left;
	width: 245px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-left: 5px;
}
#contact {
	float: left;
	width: 245px;
	padding-left: 5px;
}


#header h1
{
	font-size: x-large;
	padding-left: 15px;
	color: #FFFFFF;
}

#header p
{
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}

#container 
{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#left 
{
	width: 160px;
	height: auto;
	float: left;
	padding: 20px;
	margin: 0px;
}

#right 
{
	width: 760px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#right p 
{
	margin: 0px;
}

.clearer 
{
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

#nav 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#nav li 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active 
{
	color:#3F4554;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#nav li a:hover 
{
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}


#footer 
{
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #dadada;
	text-align: center;
	background-image: url(../images/footer.gif);
}

#footer p 
{
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
} 

.TabbedPanels 
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup 
{
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab 
{
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-image: url(../images/nav_bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
}

.TabbedPanelsTabHover 
{
	text-decoration: underline;
}

.TabbedPanelsTabSelected 
{
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.TabbedPanelsContentGroup 
{
	clear: both;
}

.TabbedPanelsContent 
{
	padding: 4px;
}

.TabbedPanelsContentVisible 
{
	
}

.VTabbedPanels .TabbedPanelsTabGroup 
{
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab 
{
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected 
{
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup 
{
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.textsize1
{
	font-size: x-small;
}

.textsize2
{
	font-size: small;
}

.textsize3
{
	font-size: medium;
}

a 
{
	color: #3F4554;
}
.box 
{
	height: 70px;
}
#headerimage {
	height: 136px;
	width: 800px;
	float: left;
}
