* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	height: 100%;
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: #172a5b;
	background: #fff url('../images/bg.gif') top left repeat-x;
}

#background {
	height: 100%;
	background: url('../images/bg-glow.png') top center no-repeat;
}

#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

a {
	color: #172a5b;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}


/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 815px;
	height: 92px;
	z-index: 1001;
}
#header h1 {
	float: left;
	margin-top: 22px;
	margin-left: 20px;
}
#header h1 img {
	border: 0;
}

#menu {
	float: right;
	margin-top: 45px;
	margin-right: 10px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	border-right: 1px solid #666;
}
#menu li.last {
	border-right: 0;
}
#menu a {
	padding: 5px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #00255c;
}


/* BANNER */

#banner {
	position: relative;
	margin-bottom: 24px;
}

#banner #lang {
	position: absolute;
	top: 0;
	right:0;
	width: 130px;
	margin-top: 45px;
	margin-right: 20px;
	text-align: center;
}
#banner #lang a {
	margin-right: 5px;
}

.home #banner {
	position: relative;
	z-index: 1000;
	height: 351px;
	background: url('../images/banner-home.png') top left no-repeat;
}
.home #banner #picture {
	float: left;
	height: 341px;
	overflow-y: hidden;
}
.home #banner #text {
	float: left;
	width: 400px;
	margin: 130px 30px 20px 0;
	color: #fff;
}
.home #banner #text h2 {
	font-size: 30pt;
	font-weight: normal;
	line-height: 30pt;
	color: #fff;
}
.home #banner #text #buttons {
	margin-top: 20px;
}
.home #banner #text #buttons a {
	margin-right: 5px;
}

.page #banner {
	position: relative;
	z-index: 1000;
	height: 165px;
	background: url('../images/banner-page.png') top left no-repeat;
}


/* CONTENT HOLDER */

#content-holder {
	/*margin: 24px 0;*/
}
.page #content-holder {
	background: url('../images/dots-vertical.gif') 156px 0 repeat-y;
}


/* PRODUCT MENU */

#sub-menu {
	float: left;
	width: 150px;
	padding-left: 6px;
}
#sub-menu ul {
	margin-left:15px;
	list-style-type: disc;
}
#sub-menu ul li {
	margin-bottom: 6px;
	font-size: 9pt;
	font-weight: bold;
}
#sub-menu ul li a {
	text-decoration: none;
}
#sub-menu ul li a:hover {
	text-decoration: underline;
}
#sub-menu ul li ul {
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	list-style-type: square;
}
#sub-menu ul li ul li {
	font-size: 8pt;
	font-weight: normal;
}

/* CONTENT */

#content {
	float: left;
	width: 834px;
}
.page #content {
	float: left;
	padding-left: 18px;
	width: 816px;
}

#content .panel {
	margin-bottom: 18px;
	background: #99b1ca url('../images/panel-bg.gif') repeat-x;
}
#content .panel .dividers {
	background: url('../images/panel-dividers.png') no-repeat;
}
#content .panel .item {
	float: left;
	width: 241px;
	padding: 18px 18px;
}
#content .panel .item-title {
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}
#content .panel .item-title a {
	text-decoration: none;
	color: #3f679a;
}
#content .panel .item-pic {
	width: 241px;
	height: 181px;
	border: 1px solid #b8cbd6;
	overflow-y: hidden;
}
#content .panel .item-pic img {
	width: 241px;
}
#content .panel .divider {
	background: url('../images/panel-bg.gif') top left repeat-x;
}

#content .partners {
	font-size: 10pt;
	font-weight: bold;
}
#content .partners span {
	vertical-align: middle;
	margin-right: 5px;
}
#content .partners img {
	vertical-align: middle;
}


/* PAGE CONTENT */

h3.title {
	padding-bottom: 18px;
}

.page .item {
	width: 392px;
	margin-right: 16px;
	margin-bottom: 18px;
	padding: 3px;
	background-color: #d0dce7;
}
.page .item td.pic img {
	max-width: 200px;
	margin-right: 3px;
	border: 1px solid #8e969c;
}
.page .item td.text {
	width: 100%;
	padding: 5px;
}
.page .item .title {
	font-weight: bold;
	padding-bottom: 2px;
}
.page .item .title a {
	text-decoration: none;
}
.page .item .title a:hover {
	text-decoration: underline;
}
.page .item .number {
	padding-bottom: 8px;
	font-size: 7pt;
}
.page .item .specs {
	padding: 10px 5px 5px 5px;
	height: 10px;
}
.page .item .specs img {
	padding-bottom: 2px;
	vertical-align: middle;
}

.page .cat-desc {
	padding-bottom: 20px;
	font-weight: bold;
}


/* PRODUCT CONTENT */

.page .details .number {
	padding-bottom: 10px;
}
.page .details td.pic img {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 1px solid #8e969c;
}
.page .details .enlarge {
	text-align: center;
}
.page .details .enlarge a {
	font-size: 7pt;
	text-decoration: none;
}
.page .details .enlarge a:hover {
	text-decoration: underline;
}
.page .details .specs {
	padding: 10px 0;
}
.page .details .back {
	/*border-top: 1px solid #ccc;*/
	padding-top: 10px;
}


/* FOOTER */

#footer {
	margin-top: 24px;
	padding: 10px 10px 25px 10px;
	border-top: 1px solid #ccc;
	color: #858585;
	font-size: 8pt;
}
#footer #copyright {
	float: left;
}
#footer #poweredby {
	float: right;
}
#footer a {
	color: #858585;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* MISC */

/* Clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}