/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/*Standard HTML tag*/
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a 
{
	color: #00a6dd;
	text-decoration: none;
}
h1
{
	margin: 0px 0px 13px 0px;
	color: #00a6dd;
	font-size: 14px;
	line-height: 18px;
}
h2
{
	color: #00a6dd;
	font-size: 11px;
	line-height: 14px;
}
h3
{
	margin: 0px 0px 1px 0px;
	color: #00a6dd;
	text-transform: uppercase;
	font-size: 11px;
}
h4
{
	margin: 0px 0px 13px 0px;
	color: #00a6dd;
	font-size: 14px;
	line-height: 18px;
}
h5
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
}

/**
* MISC. Structure styles
*/
.bodytext,
.file
{
	margin: 0px 0px 14px 0px;
}
.image
{
	margin: 0px 0px 16px 0px;
}
.image_wrap
{
	float: right;
	margin: 0px 0px 16px 16px;
}
.clear
{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 0px;
	max-height: 0px;
	overflow: hidden;
}
.blue
{
	color: #00a6dd;
}

/**
* WEBSITE STRUCTURE
*/
#canvas
{
	position: relative;
	margin: auto;
	width: 970px;
}

/**
* HEADER Styles
*/
#header
{
	position: relative;
	margin: 0px 0px 35px 0px;
	width: 100%;
	height: 135px;
}
#header .logo
{
	position: absolute;
	top: 47px;
	left: 25px;
}
#header .search
{
	position: absolute;
	top: 56px;
	right: 25px;
	width: 205px;
	height: 17px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}
#header .search .input
{
	background-image: url(image/bg.search.input.png);
	background-repeat: no-repeat;
	_background-color: transparent;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/bg.search.input.png", sizingMethod="crop");
	float: left;
	width: 159px;
	overflow: hidden;
}
#header .search .input input
{
	background: none;
	padding: 2px 0px 0px 2px;
	#padding-top: 1px;
	width: 158px;
	height: 18px;
	color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
}
.safari #header .search .input input
{
	padding-top: 1px;
}
#header .search .submit
{
	float: right;
}
#header #menu
{
	position: absolute;
	bottom: 0px;
	background-image: url(image/bg.menu.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 29px;
	border-top: 1px solid #FFFFFF;
}
#header #menu .li
{
	float: left;
	margin: 0;
	margin: 0px -6px 0px 0px;
	padding: 4px 12px 0px 9px;
	#padding-top: 4px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}
#header #menu .li:hover,
#header #menu .li.active
{
	background-color: #FFFFFF;
}
#header #menu .li div.hover
{
	display: none;
}
#header #menu .li:hover div.hover, 
#header #menu .li.active div.hover
{
	display: block;
}
#header #menu .li:hover div.default, 
#header #menu .li.active div.default
{
	display: none;
}
#header #menu .li div
{
	_float: left;
	height: 25px;
	color: #FFFFFF;
	overflow: hidden;
}
#header #menu .li div.normal
{
	position: absolute;
}
#header #menu .main
{
	float: left;
}
#header #menu .service_menu
{
	float: right;
}

/**
* CONTENT Styles
*/
#content
{
	position: relative;
	width: 100%;
}
#content .left
{
	position: relative;
	float: left;
	width: 251px;
	min-height: 1px;
}
#content .middle
{
	position: relative;
	top: -4px;
	float: left;
	width: 440px;
	_height: 350px;
	min-height: 350px;
}
#content .right
{
	position: relative;
	right: 25px;
	float: right;
	width: 206px;
	min-height: 1px;
}

/* Frontpage style and group listing */
#content .the_content
{
	position: relative;
	margin: -5px 0px 0px 21px;
	padding: 0px 0px 13px 0px;
	width: 620px;
	overflow: hidden;
}
#content .the_content h1
{
	margin: 0;
}
#content .the_content .bodytext
{
	width: 100%;
}

#content .group
{
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	width: 306px;
	height: 88px;
	color: #FFFFFF;
	border: 1px solid #00a6dd;
	overflow: hidden;
}
#content .group_left
{
	float: left;
	margin-right: 23px;
}
#content .group_right
{
	float: right;
}
#content .group .products 
{
	
}
#content .group .products .listing
{
	background-image: url(image/bg.overlay.png);
	_background-color: transparent;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/bg.overlay.png", sizingMethod="crop");
	padding: 7px 8px 8px 19px;
	_width: 279px;
	z-index: 200;
}
#content .group .products .listing h3
{
	width: 100%;
}
#content .group a
{
	position: relative;
	color: #FFFFFF;
}
#content .group a:hover
{
	text-decoration: underline;
}

/* Submenu styles */
#content .left dl
{
	margin: -4px 0px 22px 24px;
	padding: 0;
}
#content .left dl dt
{
	background-image: url(image/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 14px;
	_height: 11px;
}
.safari #content .left dl dt
{
	padding-top: 1px;
}
#content .left dl dt.active
{
	background-image: url(image/minus.gif);
	font-weight: bold;
}
#content .left dl dd
{
	margin: 0px 0px 4px 29px;
	padding: 0;
}
#content .left dl dd.active
{
	font-weight: bold;
}
#content .left dl a
{
	color: #000000;
}
#content .left dl a:hover
{
	color: #00a6dd;
}

/* Tab Styles */
#content .middle .tabs
{
	position: relative;
	top: 4px;
	margin: 0px 0px 27px 0px;
	width: 100%;
}
#content .middle .tabs .headers
{
	position: relative;
	width: 100%;
	height: 28px;
	overflow: hidden;
	z-index: 2000;
}
#content .middle .tabs .headers .tab
{
	position: relative;
	float: left;
	background-image: url(image/bg.box.header.png);
	background-repeat: repeat-x;
	margin: 0px 3px 0px 0px;
	padding: 7px 11px 0px 11px;
	height: 19px;
	color: #FFFFFF;
	border: 1px solid #00a6dd;
	cursor: pointer;
	overflow: hidden;
	z-index: 2000;
}
.safari #content .middle .tabs .headers .tab
{
	padding-top: 6px;
	height: 20px;
}
#content .middle .tabs .headers .tab h5.hover
{
	position: absolute;
	top: -50px;
	z-index: 2000;
}
#content .middle .tabs .headers .active_tab h5.hover
{
	position: absolute;
	top: 7px;
	z-index: 2000;
}
#content .middle .tabs .headers .active_tab
{
	background-image: none;
	background-color: #FFFFFF;
	color: #00a6dd;
	border-bottom: 1px solid #FFFFFF;
}
#content .middle .tabs .contents
{
	position: relative;
	top: -1px;
	padding: 14px 15px 20px 15px;
	width: 408px;
	overflow: hidden;
	z-index: 1000;
	border: 1px solid #00a6dd;
}

/* Dictionary Styles */
#content .middle .dictionary
{
	position: relative;
	top: 4px;
	margin: 0px 0px 27px 0px;
	width: 100%;
}
#content .middle .dictionary .headers
{
	position: relative;
	background-color: #3fbce6;
	background-image: url(image/bg.box.header.png);
	background-repeat: repeat-x;
	height: 26px;
	overflow: hidden;
}
#content .middle .dictionary .headers a
{
	color: #FFFFFF;
}
#content .middle .dictionary .headers ul
{
	position: absolute;
	top: 5px;
	left: 9px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.safari #content .middle .dictionary .headers ul
{
	top: 6px;
}
#content .middle .dictionary .headers ul li
{
	float: left;
	margin: 0px 3px 10px 1px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
}
#content .middle .dictionary .headers ul li.dot
{
	background-image: url(image/dot.dictionary.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	width: 3px;
	height: 2px;
}

#content .middle .dictionary .contents
{
	position: relative;
	padding: 15px 16px 15px 16px;
	border-left: 1px solid #00a6dd;
	border-right: 1px solid #00a6dd;
	border-bottom: 1px solid #00a6dd;
}
#content .middle .dictionary .contents .all
{
	margin: 0px 0px 10px 0px;
	cursor: pointer;
}
#content .middle .dictionary .contents .open_text,
#content .middle .dictionary .contents .close_text
{
	display: none;
}
#content .middle .dictionary .contents .letter_container
{
	position: relative;
	margin: 0px 0px 14px 0px;
}
#content .middle .dictionary .contents .letter_container .label
{
	position: relative;
	color: #00a6dd;
	text-transform: uppercase;
	font-weight: bold;
}
#content .middle .dictionary .contents .letter_container .word .name
{
	cursor: pointer;
	font-weight: bold;
}
#content .middle .dictionary .contents .letter_container .word .explanation
{
	display: none;
	margin: 0px 0px 10px 0px;
}

/* Search styles */
#content .middle .result_text
{
	width: 100%;
}
#content .middle .result_text .searching_for
{
	float: left;
	width: 305px;
}
#content .middle .result_text .paging
{
	float: right;
	width: 130px;
	text-align: right;
}
#content .middle .result_text .paging a
{
	color: #000000;
	cursor: pointer;
}
#content .middle .result_text .paging a:hover,
#content .middle .result_text .paging a.active_pager
{
	color: #00a6dd;
}
#content .middle .results
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	#padding: 0px 0px 13px 0px;
	width: 100%;
	border-top: 1px solid #00a6de;
	overflow: hidden;
}
#content .middle .results .item_container
{
	padding: 11px 0px 5px 0px;
	#padding: 11px 0px 12px 0px;
	border-bottom: 1px solid #00a6de;
}
#content .middle .results .item_container .item
{
	margin: 0px 0px 11px 0px;
	_height: 43px;
	max-height: 43px;
	overflow: hidden;
}
#content .middle .results .item_container .item .resume a
{
	color: #000000;
}

/* Box Styles */
#content .right .box
{
	margin: 0px 0px 28px 0px;
	padding: 0px 0px 11px 0px;
	width: 204px;
	border: 1px solid #00a6dd;
}
#content .right .box a
{
	color: #000000;
}
#content .right .box .headline
{
	position: relative;
	background-color: #3fbce6;
	background-image: url(image/bg.box.header.png);
	background-repeat: repeat-x;
	margin: 0px 0px 13px 0px;
	width: 100%;
	height: 26px;
	color: #FFFFFF;
	text-transform: uppercase;
	overflow: hidden;
}
#content .right .box .headline h3
{
	position: absolute;
	top: 4px;
	left: 16px;
	color: #FFFFFF;
}
.safari #content .right .box .headline h3
{
	top: 6px;
}
#content .right .box .download
{
	margin: 0px 0px 9px 0px;
	padding: 0px 2px 0px 15px;
}

/**
* FOOTER Styles
*/
#footer
{
	position: relative;
	top: 14px;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 7px 0px 22px 0px;
	#padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #00a6dd;
	border-bottom: 1px solid #00a6dd;
	text-transform: uppercase;
	font-size: 9px;
}
.safari #footer
{
	padding-top: 9px;
}
#footer a
{
	color: #000000;
}
#footer .copyright
{
	float: left;
}
#footer ul.address
{
	float: right;
	margin: 0;
	padding: 0;
}
#footer ul.address li
{
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0;
	list-style: none;
}
#footer ul.address li.dot
{
	background-image: url(image/dot.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	width: 2px;
	height: 2px;
}
