body{
	background-image:url(../images/layout/primus_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#757575;
	margin:0px;
}

#container
{
	width:740px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	text-align: left;
}

h1{
	font-size:12px;
	color:#006888;
	font-weight:bold;
}

h2
{
	margin-top:5px;
	margin-bottom:10px;
	font-size:10px;
	color:#0382a9;
	font-weight:bold;
}

h3{
	font-size:10px;
	color:#757575;
	font-weight:bold;
}
img{
	border-style: none;
}

a:link { 
	color:#0382a9;
	text-decoration:none; 
}
a:visited { 
	color:#0382a9;
	text-decoration:none;
}
a:active { 
	color:#00607e;
	text-decoration:none;
}
a:hover { 
	color:#00607e;
	text-decoration:none;
}

#header{
	width:740px;
	height:90px;
	min-width:740px;
	max-height:90px;
}

#logo{
	position:relative;
	width:215px;
	height:90px;
	float:left;
}

#navigation{
	position:relative;
	width:520px;
	height:90px;
	float:right;
}
#nav_left{
	position:absolute;
	background-image:url(../images/layout/primus_nav_left.jpg);
	background-repeat:no-repeat;
	width:35px;
	height:90px;
}

#nav_center{
	position:absolute;
	background-image:url(../images/layout/primus_nav_center.jpg);
	background-repeat:repeat-x;
	width:451px;
	height:90px;
	left:35px;
}
#nav_right{
	position:absolute;
	background-image:url(../images/layout/primus_nav_right.jpg);
	background-repeat:repeat-x;
	width:40px;
	height:90px;
	left:481px;
}

#nav_text
{
	position:absolute;
	padding-top:50px;
	left:25px;
}
#nav_text_lang
{
	position:absolute;
	left:-64px;
	top:0px;
}
.nav_seperator{
	background-image:url(../images/layout/primus_nav_seperator.gif);
	background-repeat:no-repeat;
	width:31px;
	height:12px;
}

#banner{
	position:relative;
	width:740px;
	min-width:740px;
	max-height:210px;
	height:210px;
	z-index:2;
}
#banner_left{
	position:relative;
	background-image:url(../images/layout/primus_banner_left.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:210px;
	float:left;
	z-index:3;
}
#banner_center{
	position:relative;
	background-image:url(../images/layout/primus_banner_center.jpg);
	background-repeat:repeat-x;
	width:655px;
	height:210px;
	float:left;
	z-index:4;
}
#banner_right{
	position:relative;
	background-image:url(../images/layout/primus_banner_right.jpg);
	background-repeat:no-repeat;
	width:45px;
	height:210px;
	float:left;
	z-index:5;
}
#banner_content{
	position:absolute;
	width:694px;
	height:180px;
	left:23px;
	top:17px;
	z-index:6;
}

.my_content_bg{
	background-image:url(../images/layout/primus_content_bg.jpg);
	background-repeat:repeat-y;
	background-color:#f5f5f5;
	min-height:200px;
	min-width:740px;
}
.my_content_top{
	background-image:url(../images/layout/primus_content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:200px;
	width:740px;
}
.my_content_bg_no_banner{
	background-image:url(../images/layout/primus_content_bg.jpg);
	background-repeat:repeat-y;
	background-color:#f5f5f5;
	margin-top:9px;
	min-height:280px;
	min-width:740px;
}
.my_content_top_no_banner{
	background-image:url(../images/layout/primus_content_top_no_banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:280px;
	width:740px;
}
.my_content_text{
	padding-top:20px;
	padding-left:35px;
	padding-right:35px;
}
.my_content_bottom{
	background-image:url(../images/layout/primus_content_bottom.jpg);
	background-repeat:repeat-x;
	margin-left:15px;
	min-height:19px;
	width:712px;
}

#footer{
text-align:center;
color:#9e9e9e;
}

.mainbutton_nomouse
{
	background-image:url(../images/layout/primus_controls_button_bg.jpg);
	background-repeat:repeat-x;
	border-color: White;
	border-style:solid;
	border-width:1px;
	font-family: Verdana;
	font-size: 10px;
	color: #5E5E5E;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:2px;
	cursor:pointer;
}
.mainbutton_mouse
{
	background-image:url(../images/layout/primus_controls_button_bg_hover.jpg);
	background-repeat:repeat-x;
	border-color: White;
	border-style:solid;
	border-width:1px;
	font-family: Verdana;
	font-size: 10px;
	color:#006888;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:2px;
	cursor:pointer;
}
.languageControlWUC
{
	position:relative;
}
.selectLanguage
{
	text-align:right;
	color:#E0E0E0;
	font-size:9px;
}
.currentLanguage
{
	text-align:center;
	padding-top:20px;
	color:#FFFFFF;
	font-size:9px;
}
#newsContainer
{
	float:left;
	width:400px;
	padding-left:3px;
	background-color:#ededed;
}
#tradeshowContainer
{
	float:right;
	width:260px;
	background-color:#ededed;
	padding-left:2px;
}
#product_finder_WUC
{
	clear:both;
}
