/* GENERAL STYLES */
/* Reset of all paddings and margins */
* {
	margin: 0;
	padding: 0;
}

/* 2 column grid */
.col21,.col22 {
	width: 291px !important;
	width: 320px;
}

.col21 {
	clear: left;
	float: left;
}

.col22 {
	float: right;
}

/* 
	can be used to clear floating elements, e.g.
	<hr class="clearer" />
*/
.clearer {
	visibility: hidden;
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

hr {
	margin: 1em 0;
	/*
		Some browser, e.g. IE6, have problems with rendering
		hr that are formatted using, e.g. border-style,
		therefore only fairly simple attributes are used to
		achieve a line of 1px height.
	*/
	border: none;
	color: #C2C2C2;
	height: 1px;
	background-color: #C2C2C2;
}

/* Basic configuration */
body {
	background-color: #eee;
	/* Verdana is related to Futura, which is not web-safe */
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5% !important; /* sets 1em to 10px */
	font-size: 10px; /* IE6 */
	margin: 0;
	text-align: center; /* IE6 */
}

a {
	text-decoration: none;
	color: #f25923;
}

a img {
	border-width: 0;
}

/* headlines and links in headlines */
h1,h2,h3,h4,h5,h6,th,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,th a {
	color: #1f68ab;
	font-weight: normal;
	margin: 0;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: middle;
}

address {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}

#content td,#content th {
	vertical-align: top;
	padding: 1px 3px;
}

#content p {
	margin: 0.6em 0em;
}

#content ul,#content ol {
	margin-left: 2em;
}

/* Layout */ /* Container that wraps the whole site */
#container {
	text-align: left; /* IE6 */
	margin: 11px auto 11px auto;
	width: 1006px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
}

#header {
	height: 98px;
}

#footer {
	clear: both;
	text-align: center;
	color: #c2c2c2;
	padding: 1em 0;
}

#navigation {
	background-image: url("/images/bar.png");
	background-repeat: repeat-x;
	background-position: top;
	z-index: 2;
	position: relative;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation ul {
	height: 31px;
	margin: 0;
	padding: 0 0 0 31px;
	z-index: 3;
	font-size: 1.2em;
	line-height: 20px;
	vertical-align: middle;
	letter-spacing: 0.2em;
	list-style-type: none;
	color: #fff;
	position: relative; /* necessary, because of the z-index */
	background-repeat: no-repeat;
	top: 0px !important;
	top: -1px;
}

#navigation li {
	padding: 0;
	margin: 0px 7px 0px 31px;
	float: left;
	height: 31px;
	float: left;
	display: inline; /* IE6 */
}

#navigation li:last-child {
	text-align: right;
}

/* This needs #content in order to avoid be matched by #content ul */
#content #breadcrumb { 
	list-style-type: none;
	margin: 0 0 7px 0;
	overflow: hidden !important;
	overflow: visible;
	border-bottom: 1px solid #C2C2C2;
	height: 2em;
}

#breadcrumb li {
	padding: 0;
	margin: 0;
	float: left;
}

#content {
	position: relative;
	z-index: 1;
	top: -1px;
	overflow: hidden !important;
	overflow: visible;
	width: 640px !important;
	width: 682px; /* IE6 */
	height: auto !important;
	height: 10em; /* IE6 */
	min-height: 10em;
	margin-left: 31px;
	padding: 13px 38px 13px 13px;
	background-image: url("/images/box.png");
	background-position: top left;
	background-repeat: no-repeat;
	/*
		In future: CSS3's border-radius should be
		used instead of the huge background-image.
	*/
	font-size: 1.1em;
}

#sidebar {
	margin: 0px 30px 10px 0px !important;
	margin: 0px 15px 10px 0px; /* avoid IE6 double margin */
	width: 243px;
	float: right;
	z-index: 3;
	list-style-type: none;
}

#sidebar h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

#sidebar li { /*
		#sidebar itself is an ul (ul#sidebar)
	*/
	padding: 12px 0px 15px 13px;
	margin: 0;
	margin-bottom: 5px;
	background-image: url("/images/box.png");
	background-repeat: none;
	background-repeat: top;
	position: relative;
	top: -1px;
}

#sidebar ul li { /*
		child uls
	*/
	padding: 0;
	margin: 0;
	background: none;
}

#localdistributors p {
	margin-bottom: 1em;
}

#quicklinks ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav_home {
	width: 45px !important;
}

#nav_applications {
	width: 105px !important;
}

#nav_products {
	width: 74px !important;
}

#nav_support {
	width: 67px !important;
}

#nav_aboutus {
	width: 78px !important;
}

#nav_contact {
	width: 66px !important;
}

/*
	BodyIdControl automatically sets the id of the body element to
	body_SELECTEDTAB, e.g.
	<body id="body_home">
	Thus, the currently selected tab can be formatted using CSS
*/
#body_home #nav_home a,#body_applications #nav_applications a,#body_products #nav_products a,#body_support #nav_support a,#body_aboutus #nav_aboutus a,#body_contact #nav_contact a
	{
	color: #1f68ab;
}

#body_home #navigation ul {
	background-image: url('/images/tab_home.gif');
	background-position: 31px 0px;
}

#body_applications #navigation ul {
	background-image: url('/images/tab_applications.gif');
	background-position: 115px 0px;
}

#body_products #navigation ul {
	background-image: url('/images/tab_products.gif');
	background-position: 255px 0px;
}

#body_support #navigation ul {
	background-image: url('/images/tab_support.gif');
	background-position: 370px 0px;
}

#body_aboutus #navigation ul {
	background-image: url('/images/tab_aboutus.gif');
	background-position: 475px 0px;
}

#body_contact #navigation ul {
	background-image: url('/images/tab_contact.gif');
	background-position: 590px 0px;
}

#body_home #content { /*
		Home does not need a rounded corner, hence
		normal borders can be used instead of the image
	*/
	background-image: none;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #c2c2c2;
	/* 1px less than usual, because of the border */
	margin-left: 30px;
	padding-top: 12px;
}

/* Homepage */
table#home_applications {
	width: 640px;
	background-image: url('/images/applications_frog.jpg');
}

#home_applications tr {
	height: 28px;
}

#home_applications td {
	margin: 0;
	padding: 0;
	border: none;
	filter: alpha(opacity =             75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
	background-color: #fff;
	background-image: url("/images/applications_bg.gif");
	background-repeat: repeat-x;
	width: 319px;
	padding-left: 11px;
	text-align: right;
	vertical-align: middle;
}

#home_applications a {
	font-size: 1.1em;
	text-align: left;
	display: block;
}

#home_focusleft h1,#home_focusright h1,#home_news h1,#home_meetus h1,#home_capability h1
	{
	font-size: 1.2em;
}

/* Focus Boxes */
#home_focusleft,#home_focusright {
	width: 291px !important;
	width: 320px; /* IE6 */
	padding: 0 18px 0 11px;
	margin: 24px 0 16px 0;
}

/* Three little boxes */
#home_news,#home_meetus,#home_capability {
	width: 184px !important;
	width: 206px; /* IE6 */
	height: 108px !important;
	height: 118px; /* IE6 */
	padding: 11px 11px 0px 11px;
	background-image: url("/images/box_blue.png");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: visible;
}

#home_news {
	clear: left;
}

#home_news,#home_meetus {
	float: left;
	margin-right: 11px;
}

#home_capability {
	float: right;
}

/* Forms */
fieldset { /* should not make themselves notable */
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/* Tables */
table,td,th {
	font-size: inherit !important; /* IE6 */
	font-size: 1em;
}

table.handbooks td,table.vectors th,table.vectors td,table.product_category td
	{
	width: 49%;
}

#content .vectors {
	width: 50%;
	margin-left: 2em;
	margin-bottom: 2em;
}

/* Lists */
.product_list h1{
	font-size: 1.2em;
	}

#content .product_list {
	margin-left: 0;
	padding-left: 0;
}

.product_list>li>ul {
	margin-bottom: 1em;
}

.product_list,.product_list ul {
	list-style-type: none;
}

.product_list ul {
	padding-left: 2em;
	display: none;
}

.product_list .symbol {
	color: #f25923;
}

/* Other site-specic formatting below */
.product_browser {
	margin: 7px 0px;
}

.distributor,.subsidiary {
	margin: 7px 0px;
}

.distributor h2,.subsidiary h2 {
	margin: 0;
	padding: 0;
	font-size: inherit !important;
	font-size: 1em; /* IE6 */
}

.distributor table td:first-child { /*
		All the left columns of the distributor tables should have
		the same width to make the page look smoother.
	*/
	width: 100px;
}

.features {
	
}

/* EDITOR PROPERTIES */
