BODY
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11px;
}
table{
 empty-cells: show;
 border-collapse: collapse;
}
.bgV 
{
	background-position: center !important;
    background-repeat: repeat-y !important;	
}

.bgH 
{
	background-position: 0 114 !important;
    background-repeat: repeat-x !important;
}

#wrap
{	
	width:866px;
	height:500px;
	position:relative;	
}

#content_left
{
	float:left;
	width:200px;
	height:500px;
	border:1px solid #333333;
	border-top:0px;
	border-bottom:0px;
}
#logo
{
	float:left;
	position:relative;
	background-color:White;
	width:100%;
	height:90px;
	margin-top:6px;
	padding-top: 10px;
		
}
#navigation
{
	float:left;
	position:relative;
	width:200px;
	height:400px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:13px;
}
#navigation a 
{

	text-decoration:none;
		
}

.nav_default
{
	background-color:#d9dadb;
	color:Black;
	float:left;
	position:relative;
	width:200px;
	height:25px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	font-size:13px;
	
	
}
.nav_default a {color:#000000;}

.nav_home
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#CC0033;		
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;

}
.nav_home a {color:#FFFFFF;}
.nav_influxenpr
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#d07005;	
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;	
	font-weight:bold;
	
}
.nav_influxenpr a {color:#FFFFFF;}
.nav_coworkers
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#000099;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_coworkers a {color:#FFFFFF;}
.nav_services
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#979300;	
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_services a {color:#FFFFFF;}
.nav_international
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#63b5d0;	
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_international a {color:#FFFFFF;}
.nav_press
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#c50078;	
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_press a {color:#FFFFFF;}
.nav_press2
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#0092d0;	
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_press2 a {color:#FFFFFF;}
.nav_contact
{
	float:left;
	position:relative;
	width:100%;
	height:25px;
	background-color:#8671ac;	
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.nav_contact a {color:#FFFFFF;}

#content_right 
{
	float:left;
	position:relative;
	width:664px;
	background-repeat:no-repeat;
	background-position:inherit;
	
	
}


#header 
{
	float:left;
	position:relative;
	width:80%;
	height:100px;
	margin-top:50px;
	background-color:#cccccc;	
}
#content
{
	text-align:left;
	float:left;
	position:relative;
	width:509px;
	background-color:White;
	overflow:hidden;

	margin-top:115px;
}
#content a 
{
	color:#000000;
}
#content a:hover 
{
	color:#999999;	
}
#content_text 
{
	float:left;
	position:relative;
	padding:20px;	
	font-size:13px;
	width:90%;	
}
#content_text_home
{
	float:left;
	position:relative;
	font-size:13px;
	width:90%;
	height:100%;
}

#content_text td
{
	font-size:13px;
}
#content_text td p 
{
	padding-top:10px;
}

/*orange*/
#orange #content_right 
{

	background-image:url(images/bg1.jpg);	
}

#orange .bgV 
{
	background: url(images/vlines.gif);
}

#orange .bgH 
{
	background: url(images/hlines.gif); 	
}

#orange #logo
{
	border-top:8px solid #FF6600;
	border-bottom:1px solid #FF6600;
	padding-top:10px;
}

/*purple*/
#purple #content_right 
{

	background-image:url(images/bg2.jpg);	
}
#purple .bgV 
{
	background: url(images/vlines_purple.gif);
}

#purple .bgH 
{
	background: url(images/hlines_purple.gif); 	
}
#purple #logo
{
	border-top:8px solid #989ac5;
	border-bottom:1px solid #989ac5;
}

/*green*/
#green #content_right 
{

	background-image:url(images/bg3.jpg);	
}
#green .bgV 
{
	background: url(images/vlines_green.gif);
}

#green .bgH 
{
	background: url(images/hlines_green.gif); 	
}
#green #logo
{
	border-top:8px solid #979300;
	border-bottom:1px solid #979300;
}

/*lightblue*/
#lightblue #content_right 
{

	background-image:url(images/bg4.jpg);	
}
#lightblue .bgV 
{
	background: url(images/vlines_lightblue.gif);
}

#lightblue .bgH 
{
	background: url(images/hlines_lightblue.gif); 	
}
#lightblue #logo
{
	border-top:8px solid #63b5d0;
	border-bottom:1px solid #63b5d0;
}

/*pink*/
#pink #content_right 
{
	
	background-image:url(images/bg5.jpg);	
}
#pink .bgV 
{
	background: url(images/vlines_pink.gif);
}

#pink .bgH 
{
	background: url(images/hlines_pink.gif); 	
}
#pink #logo
{
	border-top:8px solid #c50078;
	border-bottom:1px solid #c50078;
}

/*blue*/
#blue #content_right 
{

	background-image:url(images/bg6.jpg);	
}
#blue .bgV 
{
	background: url(images/vlines_blue.gif);
}

#blue .bgH 
{
	background: url(images/hlines_blue.gif); 	
}
#blue #logo
{
	border-top:8px solid #8671ac;
	border-bottom:1px solid #8671ac;
}
/*homepage*/
#homepage #content_right 
{	
	background-image:url(images/bg0.jpg);	
}
#homepage .bgV 
{
	background: url(images/vlines_red.gif);
}

#homepage .bgH 
{
	background: url(images/hlines_red.gif); 	
}
#homepage #logo
{
	border-top:8px solid #cd101f;
	border-bottom:1px solid #cd101f;
}
#navigation a, #navigation a:link, #navigation a:visited{
	height:20px;
	width:190px;
	position:relative;
	float:left;
	padding-left:10px;
	padding-top:5px;
}
