/************************
COMMON CONTAINER STYLES
************************/

#container {
	position: relative;
}

#container .top {
	position: relative;
	background: url('../images/top_bg.jpg') no-repeat 0 -23px;
	height: 20px;
}

#container .left {
	position: relative;
	background: url('../images/left_bg.jpg') repeat-y 0 0;
}

#container .right {
	position: relative;
	background: url('../images/right_bg.jpg') repeat-y 0 0;
}

#container .bottom {
	position: relative;
	background: url('../images/bottom_bg.jpg') no-repeat 0 0;
}

/************************
COMMON HEADER STYLES
************************/

#top_links {
	position: relative;
	float: right;
	margin: 5px 15px 0px 0;
	display: inline;
	width: 240px;
	height: 30px;
	font: 10px/20px tahoma;
	color: #999999;
}

#top_links a.home {
	font: 12px/20px tahoma;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#top_links a.home:hover {
	text-decoration: underline;
}

#top_links .search {
	font: 12px/20px tahoma;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#top_links .searchbox {
	width: 110px;
	height: 18px;
	color: #666666;
	font: 11px/20px verdana;
	margin: 0 0 0 5px;
}

#top_links .go {
	position: relative;
	top: 5px;
	left: 5px;
}

a.header_logo {
	position: absolute;
	top: 11px;
	left: 39px;
	width: 260px;
	height: 90px;
}

/************************
COMMON NAV STYLES
************************/

#nav {
	position: relative;
	float: left;
	width: 955px;
	height: 42px;
	*height: 43px;
	margin: 1px 0 0 0;
	background: url('../images/nav_bg.jpg') repeat-x 0 0;
	border-bottom: 1px solid #ffffff;
	z-index: 9999;
}

a#nav_aboutdynaxys {
	position: relative;
	float: left;
	width: 198px;
	height: 42px;
	margin: 0 0 0 165px;
	background: url('../images/nav_aboutdynaxys.jpg') 0 0;
}

a#nav_customers {
	position: relative;
	float: left;
	width: 171px;
	height: 42px;
	margin: 0 0 0 0;
	background: url('../images/nav_customers.jpg') 0 0;
}


a#nav_partners {
	position: relative;
	float: left;
	width: 168px;
	height: 42px;
	margin: 0 0 0 0;
	background: url('../images/nav_partners.jpg') 0 0;
	z-index: 10;
}


#nav a:hover {
	background-position: 0 -42px;
}

/*** OVERLAYS ***/

#overlay_aboutdynaxys {
	position: absolute;
	left: 165px;
	width: 197px;
	display: none;	
}

#overlay_aboutdynaxys a.mainlink {
	float: left;
	position: relative;
	width: 198px;
	height: 42px;
	background: url('../images/nav_aboutdynaxys.jpg') no-repeat 0 -42px;
}

#overlay_aboutdynaxys a.sublink {
	font: 10px/16px verdana;
	font-weight: bold;
	padding: 3px 0 0 0;
	color: #ffffff;
	float: left;
	position: relative;
	width: 197px;
	*width: 199px;
	height: 24px;
	background: #516976;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-decoration: none;
}

#overlay_aboutdynaxys a.sublink:hover {
	background: #09202B;
}

#overlay_customers {
	position: absolute;
	left: 363px;
	width: 170px;
	display: none;	
}

#overlay_customers a.mainlink {
	float: left;
	position: relative;
	width: 171px;
	height: 42px;
	background: url('../images/nav_customers.jpg') no-repeat 0 -42px;
}

#overlay_customers a.sublink {
	font: 10px/16px verdana;
	font-weight: bold;
	padding: 3px 0 0 0;
	color: #ffffff;
	float: left;
	position: relative;
	width: 170px;
	*width: 172px;
	height: 24px;
	background: #516976;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-decoration: none;
}

#overlay_customers a.sublink:hover {
	background: #09202B;
}



#overlay_partners {
	position: absolute;
	left: 534px;
	width: 167px;
	display: none;
	z-index: 999;
	*z-index: -1;
}

#overlay_partners a.mainlink {
	float: left;
	position: relative;
	width: 168px;
	height: 42px;
	background: url('../images/nav_partners.jpg') no-repeat 0 -42px;
	z-index: 999;
	*z-index: -1;
}

#overlay_partners a.sublink {
	font: 10px/16px verdana;
	font-weight: bold;
	padding: 3px 0 0 0;
	color: #ffffff;
	float: left;
	position: relative;
	width: 167px;
	*width: 169px;
	height: 24px;
	background: #516976;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-decoration: none;
	z-index: 999;
	*z-index: -1;
}

#overlay_partners a.sublink:hover {
	background: #09202B;
}


/************************
COMMON LEFTBAR STYLES
************************/

#leftbar {
	position: relative;
	float: left;
	width: 165px;
	margin: 0px 0 0 0px;
	display: inline;
	z-index: 0;
}

#leftbar .search {
	position: relative;
	width: 150px;
	float: left;
	margin: 12px 0 0 10px;
	font: 11px/18px tahoma;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#leftbar .searchbox {
	width: 110px;
	height: 18px;
	float: left;
	margin: 0 0 0 10px;
	color: #666666;
	font: 11px/20px verdana;
}

#leftbar .go {
	position: relative;
	top: -1px;
	left: 5px;
}

/************************
COMMON CONTENT STYLES
************************/

#content h2 {
	margin: 5px 0 5px 0;	
	*margin: 5px 0 5px 0;
	padding: 0;
	font: 18px/30px tahoma, geneva;
	font-weight: bold;
	color: #244858;
}

#content h3 {
	margin: 5px 0 5px 0;	
	*margin: 5px 0 5px 0;
	padding: 0;
	font: 13px/28px tahoma, geneva;
	font-weight: bold;
	color: #244858;
}



/************************
COMMON FOOTER STYLES
************************/

#footer a {
	color: #848484;
	font: 10px/14px verdana;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.link {
	color: #848484;
	font: 10px/14px verdana;
}
