/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(/assets/images/body_bg.jpg) repeat-x; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; }
a:hover { color: #2d6173;}
img {border: 0; vertical-align: middle;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 775px;
	background: #fff url(images/dot_line.gif) repeat-y 25%;
	border: 0;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(/assets/images/header_bg.jpg) no-repeat top left;
	width: 775px;
	height: 221px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
#header_content {
	background: url(/assets/images/header_content.jpg) no-repeat top left;
	width: 775px;
	height: 104px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}		
#lang {
	width: 156px;
	height: 24px;
	position: relative;
	background: url("/assets/images/lang_bg.jpg") no-repeat;
	float: right;
	right: 20px;
	top: 7px;
	text-indent: 4px;
	line-height: 24px;
}
#lang a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#lang a.on{
	color: #2d6173;	
}
#lang a:hover {
	color: #2d6173;
}
#lang span {
	padding: 0 6px;
}
#breadcrumb{
	display: block;
	font-size: 0.8em;
	color: #999;
	padding-bottom: 10px;
}
#breadcrumb a{
	color: #999;
}
#breadcrumb a:hover {
	color:#2d6173;
	font-weight: bold;
}
/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_left {
	width: 45px;
	height: 26px;
	background: url("/assets/images/nav_left.jpg") no-repeat;
	display: inline-block;
	list-style-type: none;
}
.menu a.on, .menu a:hover { background: url("/assets/images/nav_on.jpg") repeat-x; color:white;}
.menu {
	position: relative;
	font-size:1em; 
	z-index:1000; 
	background: url("/assets/images/nav_bg.jpg") right no-repeat; 
	margin: 0 30px 20px 30px; 
	padding: 0;
	height: 26px;
	display: inline-block;
	width: 715px;
	color: #fff;
	z-index: 9999;}
/* hack to correct IE5.5 faulty box model */
* html .menu {z-index: 9999;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;border:0;list-style-type:none;list-style-position:inside;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {position:relative;list-style-type: none;
	display: inline;
	line-height: 20px;
	float: left;}
/* style the links for the top level */
.menu ul li a, .menu ul li a:visited {
	text-decoration: none; 
	border-bottom: 0;
	padding: 3px 10px;
	font-size: 1em;
	float: left;
	font-weight: bold; 
	margin: 0; 
	line-height:20px;
	position: relative; 
	color: #fff;}/*

*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#106e32 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat; z-index:2000;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#3A565F url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#106e32 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:100px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:26px; z-index:9998;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eee; color:#000; height:auto; line-height:0.8em; font-weight: normal; padding:7px 3px 7px 5px; width:220px;border-width:0px;}
.menu ul ul a:hover {color: #fff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:220px;w\idth:220px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background: url("/assets/images/nav_on.jpg") repeat-x; }
.menu :hover > a, .menu ul ul :hover > a {background: url("/assets/images/nav_on.jpg") repeat-x; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; z-index: 1000;}


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	display: inline;
	float: left;
	width: 195px;
	position: relative;
	line-height: 20px; 
	margin: 0 30px 0 20px;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }
#sidebar_products {
	display: inline;
	float: left;
	width: 195px;
	position: relative;
	background: #ddd;
	margin: 0 30px 0 20px;
	min-height: 500px;
	_width: 185px;
	}	
div.header 
{
	clear:both;
}
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
h1 {
	color: #2d4456;
	font-size: 1.6em;
	line-height: 30px;
	margin: 0 0 10px 0;
}

div#feature, div#news_sidebar {
	font-size: 1.2em;
	color: #2d4456;
	font-weight: bold;
	padding: 6px 8px 6px 10px;
	margin: 0 0 10px 0;
	display: inline-block;
	background: #ddd;
	z-index: 1;
}
div#feature
{
	width:475px;
}

div#news_sidebar 
{
	width:175px;
}
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#go {
	position: absolute;
	right: 10px;
	top: 8px;
}
#sidebar .date_header{
	padding: 0px 0px 10px 0px;
}
#sidebar div.date {
	color: #5999ce;
	font-weight: bold;
	line-height: 20px;
	width: 150px;
	float: left;
}
#sidebar div.folder {
	float: left;
	height: 20px;
	width: 25px;
	background: url(/assets/images/folder.jpg) no-repeat left;
}
#sidebar div.content {
	color: #555;
	clear: left;
}
#sidebar .dotted {
	height: 1px;
	background: url(/assets/images/dots.jpg) left repeat-x;
	margin: 10px 0px 10px 0px;
}
#sidebar_products div{
	margin: 0;
	padding: 0;
	width: 195px;
	_width: 185px;
}
div.sidebar_product_group, #sidebar_products span.heading {
	position:relative;
	list-style-type: none;
	display: inline-block;;
	line-height: 20px;
	width: 195px;
	_width: 185px;
	border-bottom: 2px solid #fff;
	float: left;}
#sidebar_products span.heading {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 10px;
}
#sidebar_products div a, #sidebar_products div a:visited {
	text-decoration: none; 
	border-bottom: 0;
	float: left;
	font-size: 12px;
	font-weight: bold; 
	margin: 0; 
	line-height:20px;
	position: relative; 
	color: #999;
	
	width: 155px;
	padding: 3px 10px 3px 20px;
}
#sidebar_products div div.header a, #sidebar_products div span.header a:visited {
	width: 165px;
	padding: 3px 10px;
	font-size: 12px;
}

#sidebar_products div a:hover, #sidebar_products div a.on {
	background: #fff;
	color: #5999ce;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	display: inline;
	float: left;
	width: 500px;
	position: relative;
	margin-left: 30px;
	line-height: 20px; 
	text-align: justify; 
	z-index:1;
	overflow-x:hidden;
	}	
#technology {
	width: 354px;
	height: 241px;
	display: inline-block;
	float: left;
}
#icons {
	width: 138px;
	float: left;
}
#icons img {
	width: 138px;
	height: 47px;
}	
/*------------------------------------------------------------*
**  News
**------------------------------------------------------------*/
#content div.date {
	position: relative;
	display: block;
	color: #5999ce;
	font-weight: bold;
	width: 120px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#content div.content {
	position: relative;
	float: left;
	display: block;
	color: #555;
	width: 370px;
}
#content div.content a {
	font-weight: bold;
	color: #777;
}
#content div.content a:hover {
	font-weight: bold;
	color:  #2d6173;
}
#content .news_item {
	background: url(/assets/images/dots.jpg) left bottom repeat-x;
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
	float: left;
}
#content .news_detail div.title{
	font-weight: bold;
	font-size: 18px;
	color:  #2d6173;
}
#content .news_detail div.small_date{
	display: block;
	color: #5999ce;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
}
#content div.content {
	position: relative;
	float: left;
	display: block;
	color: #555;
	width: 500px;
}
/*------------------------------------------------------------*
**  Product
**------------------------------------------------------------*/
#product
{
	padding-bottom:40px;
}
#product a{
	display: block;
	clear: right;
	margin: 5px 0px;
	color: #666;
}

#product a.inline
{
	display:inline;
	text-decoration:underline;
}
#product a:hover{
	color: #2d6173;
}
#product a:hover img{
	color: #2d6173;
	right: 1px;
	bottom: 2px;
}
#product a img{
	position: relative;
	margin-right: 10px;
	width: 75px;
}
#product ul{
	margin: 0;
	margin-left: 15px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product h2{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color:  #2d4456;
	padding-top: 10px;
}
#product h3{
	font-size: 13px;
	font-weight:600;
	margin: 0;
	padding: 0;
	color:  #2d4456;
	padding-top: 10px;
}
/*
#product table{
	border-collapse:collapse;
	background: #dae1e4;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product table tr th{
	border-bottom: 2px solid #fff;
	background: #eee;
	padding: 3px;
	color: #000;
}
#product table tr td{
	border-bottom: 2px solid #fff;
	padding: 3px;
}
*/
#product a.links{
	display: block;
	height: 13px;
	line-height: 13px;
	padding-left: 20px;
	color: #5999ce;
	background: #fff url("/assets/images/arrow.jpg") no-repeat left;
}
#product a.links:hover{
	color: #2d6173;
}
/*------------------------------------------------------------*
**  Links
**------------------------------------------------------------*/
#links div.item {
	padding: 3px 3px;
	display: block;
}
#links div.item a {
	padding-left: 20px;
	color: #5999ce;
	background: #fff url("/assets/images/arrow.jpg") no-repeat left;
}
#links div.item a:hover {
	color: #2d6173;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff url(/assets/images/footer.jpg) top right no-repeat;
	color: #a2afbf;
	font-size: 8pt;
	font-weight:normal;
	padding: 10px;
	line-height: 15px;
	clear: both;
	width: 775px;
	height: 37px;
	margin-left: -20px;
	}
#footer ul {
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
#footer li {
	float: left;
	list-style: none;
	display: inline-block;
	margin: 2px 5px;
	padding-right: 10px;
	border-right: 1px solid #A2AFBF;
}
#footer li .on{
	font-weight: bold;
}
#footer span{
	display: inline-block;
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 2px;
	_margin-top: -18px;
}
#footer a { text-decoration: none; color: #A2AFBF; }
#footer a:hover { color: #33739d; }
p.sub_title
{
	margin:0 0 2em 2em;
}
.paginator span
{
	display:block;
	float:left;
	width:15px;
	background-color:#30749D;
	text-align:center;
	border:solid thin #30749D;
}

.paginator span.current_page
{
	background-color:white;

}
.paginator span.current_page a, .paginator span.current_page a:visited
{
	color:#30749D;
}

.paginator span a, .paginator span a:visited
{
	color:white;
}
#technology_intro 
{
	padding-bottom: 20px;
}
#technology_intro #tech_banner {
	float:left;
	width:50%;
}
#technology_intro #tech_text {
	float:right;
	width:50%;
}
div.separator
{
	clear:both;
}
#tech_cat_table
{
	border-spacing:3px;
	border-collapse:separate !important;
	border:none  !important;
	width:100%;
}
#tech_cat_table tr th
{
	background-color:#30749D !important;
	color:white;
	padding:5px;
	text-align:left;
	min-width:80px;
}
#tech_cat_table tr th a,#tech_cat_table tr th a:visited
{
	display:inline;
	background:transparent;
	color:white !important;
}
#tech_cat_table tr th a:hover
{
	text-decoration:underline;
}
#tech_cat_table td
{
	text-align:left;
	vertical-align:top;
}
#top_bar
{
	width:370px;
	float:left;
}
#top_logo
{
	float:right;
}

.product_matrix
{
	border:solid thin gray;
	border-collapse:collapse;
	font-size:0.75em;
	padding:2em 0;
}
.product_matrix th
{
	background-color:#477299;
	border: solid thin white;
	color:white;
	vertical-align:top;
	text-align:left;
	padding:3px;
}
.product_matrix td
{
	border:solid thin gray;
}

/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/
form#contact_us label {
	float: left;
	width: 100px;
	margin-bottom: 3px;
	font-size: 12px;
}
form#contact_us input, form#contact_us textarea {
	float: left;
	width: 300px;
	margin-bottom: 3px;
}
form#contact_us input {
	width: 300px;
}
form#contact_us input.button {
	width: auto;
	margin-right: 5px;
}
div.button {
	clear: left;
	margin-left: 100px;
	padding-top: 8px;
}
