﻿/* main styles */
body { 
	margin: 0;
	border: 0;
	background: #007399 url(img/background.jpg) repeat-x;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
}
h1 {
	margin: 0;
	padding: 10px 0 0;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	margin: 0 0 5px;
	border-bottom: 1px solid #007399;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
#content h2 {
	margin: 0;
	border: 0;
	padding: 0;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
hr {
	clear: both;
	margin: 10px 0;
	border: 0;
	padding: 0;
	color: #007399;
	background-color: #007399;
	height: 1px;
}

#logolink {
	clear: right;
	display: block;
	float: right;
	position: relative;
	top: 32px;
	right: 1px;
	height: 60px;
	width: 220px;
	background-image: none;
	text-decoration: none;
}

/* breadcrumbs information */
#whereami {
	float: left;
	height: 16px;
	padding-top: 16px;
	padding-left: 5px;
	text-align: left;
	font-size: 8pt;
}
#whereami a {
	border: 0;
	color: #007399;
	text-decoration: underline;
}

/* header elements */
#header {
	width: 960px;
	margin: 0 auto;
	background: url(img/topbg.png) no-repeat left 31px;
	padding: 0;
	text-align: left;
}
#header object {
	clear: left;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}
/* language selection */
#header #languages {
	float: right;
	height: 18px;
	padding: 16px 5px 0 0;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
#header #languages a {
	color: #ffffff;
}

/* main menu */
#header ul {
	clear: left;
	height: 23px;
	margin: 0;
	border: 0;
	background: url(img/tabbg.gif) repeat-x left bottom;
	padding: 0;
	font: bold 10pt Verdana, Arial, Sans-serif;
}
/* inactive tabs */
#header li {
	float: left;
	margin: 0;
	border-top: 1px solid white;
	border-right: 1px solid white;
	background-color: #0099cc;
	padding: 2px 0 3px;
	list-style: none;
}
#header li a {
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* active tab */
li#current {
	float: left;
	margin: 0;
	border-top: 1px solid #007399;
	border-right: 1px solid #007399;
	background: url(img/acttab.png) no-repeat left top;
	padding: 2px 0 4px;
	list-style: none;
}
li#current a {
	padding: 3px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* inactive tab after active tab */
li#current + li	{
	border-left: 1px solid #007399;
}
li#current + li a {
	padding-left: 9px;
}

/* main site area */
#site { 
	clear: both;
	width: 958px;
	margin: 0 auto 20px auto;
	border: 1px solid #007399;
	border-top: 0;
	background: #ffffff;
	text-align: left;
}

/* sidebar submenu */
#sidebar {
	float: right;
	width: 233px;
	overflow: hidden;
	display: inline;
	margin: 15px 0 0;
	padding: 0;
	font-size: 8pt;
}
#sidebar h2 {
	margin: 0 0 0 1px;
	border: 1px solid #007399;
	background-color: #0099cc;
	padding: 2px 2px 2px 11px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
#menu {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-family: Helvetica, Arial, Sans-serif;
}
/* inactive */
#menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
	display: block;
	width: 215px;
	margin: 0;
	margin-left: 1px;
	border: 0;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #e5d6b8;
	border-right: 1px solid #e5d6b8;
	background: #fffbf2 url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#menu a.open {
	background-image: url(img/menulinkopenarrow.gif);
}
/* hovered */
#menu li#ccat a:hover,
#menu li a:hover {
	margin-left: 0;
	background: #ffffff url(img/select.gif) no-repeat 0 50%;
	padding-left: 12px;
	border: 1px solid #007399;
	border-left: 0;
	color: #000000;
}
/* active */
#menu li.a b {
	width: 215px;
	display: block;
	margin-left: 0;
	border: 1px solid #007399;
	border-left: none;
	background-color: #ffffff;
	padding: 2px 5px 2px 12px;
	text-decoration: none;
}
/* second level submenu */
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li a {
	width: 205px;
	background: #fffbf2 url(img/menulinkarrow.gif) 10px 50% no-repeat;
	padding-left: 20px;
}
#menu ul li a:hover,
#menu ul li.a b {
	width: 205px;
	padding-left: 22px;
}
/* third level submenu */
#menu ul ul li a {
	width: 195px;
	background: #fffbf2 url(img/menulinkarrow.gif) 20px 50% no-repeat;
	padding-left: 30px;
}
#menu ul ul li a:hover,
#menu ul ul li.a b {
	width: 195px;
	padding-left: 32px;
}

/* other sidebar content */
#sidebar div {
	margin: 0 0 5px 16px;
	border: 1px solid #007399;
	background-color: #ffffcc;
	padding: 5px;
}

/* other sidebar content */
#sidebar div.order {
	position: absolute;
	top: 477px;
	width: 200px;
	margin: 0 0 16px 16px;
	border: 1px solid #0099cc;
	background-color: #fffbf2;
	padding: 0;
}

#sidebar div.order a {
	display: block;
	margin: 0;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	background: #fffbf2 url(img/itemlinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
}

/* homepage content */
#home {
	height: 310px;
	margin: 0;
	background: url(img/homebg.jpg) no-repeat center top;
	padding: 15px;
	color: #ffffff;
	font-size: 24pt;
	font-weight: bold;

}
#news {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
}
* html #news {
	content: "&nbsp;";
}
.newreleases,
.homenews {
	float: left;
	min-height: 200px;
	width: 225px;
	margin: 0;
}
* html .homenews,
* html .newreleases {
	width: 220px;
	height: 200px;
}
.homenews {
	margin: 0 0 0 10px;
}
#news h2,
#sidebar div.order h2 {
	margin: 0;
	border: 1px solid #0099cc;
	background-color: #0099cc;
	padding: 2px 5px 2px 10px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
#news ul {
	margin: 0;
	background-color: #0099cc;
	padding: 1px 1px 1px 1px;
	font-family: Helvetica, Arial, Sans-serif;
}
#news li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#news li a {
	height: 1%;
	display: block;
	margin: 0;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	background: #fffbf2 url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#news li a:hover {
	background-color: #ffffff;
	padding-left: 10px;
	border: 1px solid #007399;
}

/* main content */
#content {
	margin-right: 232px;
	border-right: 1px solid #007399;
	background-color: #ffffff;
	padding: 15px 15px 0 15px;
	color: #2a2a2a;
	font-size: 10pt;
}

#content .intro {
	margin: 10px 0 20px 0;
}


#content .usp {
	display: block;
	margin-left: 220px;
	padding-left: 0;
	height: 1%;
}
.usp a {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #e5d6b8;
	border-right: 1px solid #e5d6b8;
	background: #fffbf2 url(img/menulinkarrow.gif) left center no-repeat;
	padding: 0 5px 0 10px;
	color: #000000;
	text-decoration: none;
}
.usp a:hover {
	border-color: #007399;
	background-color: #ffffff;
}
#content .usp ul {
	list-style: square;
	margin-left: 0;
	padding-left: 15px;
}
#content img {
	margin: 0 10px 10px 0;
	border: 0;
}

#content ul.items {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
}
#content ul.items li {
	float: left;
	width: 225px;
	margin: 0 0 10px 10px;
	list-style: none;
	text-align: center;
}
* html #content ul.items li {
	width: 220px;
}
#content ul.items a {
	min-height: 190px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #e5d6b8;
	border-right: 1px solid #e5d6b8;
	background: #fffbf2 url(img/itemlinkarrow.gif) left 60px no-repeat;
	padding: 5px; display: block;
	color: #000000;
	text-decoration: none;
}
#content ul.items a.sm {
	min-height: 40px;
	background: #fffbf2 url(img/itemlinkarrow.gif) left center no-repeat;
	vertical-align: center;
}
#content ul.items a:hover {
	border: 1px solid #007399;
	background-color: #ffffff;
}
#content ul.items a img,
#sidebar div.order a img {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
}
#content ul.items li.col1 {
	clear: left;
	margin-left: 0;
}
#content ul.cats {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
}
#content ul.cats li a b {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #e5d6b8;
}
#content ul.cats li a em {
	font-weight: bold;
}
#content ul.cats li {
	clear: left;
	margin: 0 20px 10px 0;
	padding: 0;
	list-style: none;
}
* html #content ul.cats li {
	margin: 0 10px 10px 0;
}
#content ul.cats a {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	border: 1px solid #e5d6b8;
	background: #fffbf2 url(img/itemlinkarrow.gif) left top no-repeat;
	padding: 5px;
	color: #000000;
	text-decoration: none;
}
#content ul.cats a:hover {
	border-color: #007399;
	background-color: #ffffff;
}
#content ul.cats a img {
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
}

/* result navigation */
#content .nav {
	margin: 5px 0 10px;
	padding: 0;
	text-align: center;
	font-size: 8pt;
}
#content .nav a {
	margin: 0 1px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #e5d6b8;
	border-right: 1px solid #e5d6b8;
	background: #fffbf2 url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#content .nav a:hover {
	margin: 0 1px;
	border: 1px solid #007399;
	background: #ffffff url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#content .nav b {
	margin: 0 1px;
	border: 1px solid #007399;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content .navleft {
	margin: 5px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 8pt;
}
#content .navleft a {
	margin: 0 1px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #e5d6b8;
	border-right: 1px solid #e5d6b8;
	background: #fffbf2 url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#content .navleft a:hover {
	margin: 0 1px;
	border: 1px solid #007399;
	background: #ffffff url(img/menulinkarrow.gif) left 50% no-repeat;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#content .navleft b {
	margin: 0 1px;
	border: 1px solid #007399;
	padding: 2px 5px 2px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* site footer */
#footer {
	clear: both;
	border-top: 1px solid #007399;
	background: #0099cc;
	padding: 5px;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
}
#footer * {
	color: #ffffff;
}

/* Hides from IE-mac \*/
* html ul.items,
* html div.iesucks,
* html #sidebar {
	height: 1%;
}
* html div.iesucks {
	width: 680px;
}
* html body {
	text-align: center;
}
/* End hide from IE-mac */

.details {
	margin: 10px 0 0;
}

.details img {
	padding: 0 5px;
}

.details img[align=right] {
	padding: 0 0 0 5px;
}

.details img[align=left] {
	padding: 0 5px 0 0;
}


#cend { clear: both; margin-top: 15px; padding-top: 5px; }

/* tables */
/*
table {
	width: 100%;
	border: 1px solid #e5d6b8;
	border-right: 0;
	border-bottom: 0;
	background-color: #fffbf2;
	border-spacing: 0;
}
tr {
	margin: 0;
	padding: 0;
}
td {
	border-bottom: 1px solid #e5d6b8;
	margin: 0;
	padding: 2px 0 0 5px;
	vertical-align: top;
}
#content td img {
	margin: 0;
	border: 0;
	padding: 0;
}
td + td {
	width: 33%;
	border-right: 1px solid #e5d6b8;
	padding: 2px 5px;
}
thead th {
	background-color: #000000;
	padding: 2px 5px;
	color: #ffffff;
}
*/
input, textarea, select {
	border: 1px solid #e5d6b8;
	background-color: #fffbf2;
}

input.error, textarea.error, select.error {
	border-color: #ff8888;
	background-color: #fffbf2;
}

input:focus, textarea:focus, select:focus {
	border-color: #007399;
}

button, input[type=submit] {
	border: 1px solid white;
	border-right: 1px solid #e5d6b8;
	border-bottom: 1px solid #e5d6b8;
	background-color: #0099cc;
	font-weight: bold;
	color: #ffffff;
}