/* CSS Document */

/* Common */
/* ====================================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	height: 100%;
	background: url(../img/frontend/bg.gif) repeat;
	font-size: 16px;
}

body#download_area  {
	background: none;
}

#layout {
	margin: 0 auto;
	padding: 0 13px;
	width: 880px;
	min-height: 100%;
	text-align: left;
	background: url(../img/frontend/content_bg.gif) repeat-y;
}

#download_layout {
	margin: 0 auto;
	padding: 0 10px;
	width: 730px;
	text-align: left;
}

img {
	border: none;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.bold  {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#000000; font-weight:bold; text-decoration: none; text-transform:uppercase}

/* Header */
/* ====================================================================== */

#header {
	position: relative;
	height: 93px;
	font-size: 84%;
}

#download_layout #header {
	height: 50px;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 3px;
	width: 110px;
	height: 35px;
	text-indent: -3000px;
	background: url(../img/frontend/logo.gif) no-repeat;
}

#header h1 a {
	display: block;
	width: 110px;
	height: 35px;
	background: url(../img/frontend/logo.gif) no-repeat;
}

#login {
	position: absolute;
	top: 10px;
	right: 0;
}

#authMessage{
	text-align: center;
	padding: 5px 0;
	color: #FF0000;
}

#serch_block {
	position: absolute;
	top: 30px;
	right: 0;
	width: 203px;
}

#download_layout #serch_block {
	top: 15px;
}

#serch_input {
	float: left;
	display: inline;
	width: 145px;
	margin: 0 3px 0 0;
}

#serch_input input {
	width: 140px;
	padding: 2px;
	border: 1px solid #DCDBDB;
	background: #EFEFEF;
}

#serch_btn {
	float: left;
	display: inline;
	width: 52px;
}

.form_btn02 {
	padding: 10px 0 0 250px;
}

/* Global Menu */
/* ====================================================================== */

ul#jsddm {
	position: absolute;
	top: 63px;
	left: 0;
	width: 880px;
	height: 30px;
	background: url(../img/frontend/menu_bg.gif) repeat-x;
}

ul#jsddm li {
	position: relative;
	list-style: none;
}

ul#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px;
	left: 0;
	text-indent: 0;
	list-style: circle;
	visibility: hidden;
}

#jsddm li ul li {
	display: inline;
}

#jsddm li ul.sub01 li a {
	white-space: nowrap;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding: 5px 10px;
	width: 120px;
	height: 13px;
	background: #C60000;
}

#jsddm li ul.sub02 li a {
	white-space: nowrap;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding: 5px 10px;
	width: 230px;
	height: 13px;
	background: #C60000;
}

#jsddm li ul li a:hover {
	background: #7F1616;
}


#menu_home {
	float: left;
	width: 97px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_home.gif) no-repeat;
}

#menu_home a {
	display: block;
	width: 97px;
	height: 30px;
	background: url(../img/frontend/menu_home.gif) no-repeat;
}

#menu_home.selected a {
	background: url(../img/frontend/menu_home_h.gif) no-repeat;
}

#menu_home a:hover {
	background: url(../img/frontend/menu_home_h.gif) no-repeat;
}

#menu_profile {
	float: left;
	width: 108px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_profile.gif) no-repeat;
}

#menu_profile a {
	display: block;
	width: 108px;
	height: 30px;
	background: url(../img/frontend/menu_profile.gif) no-repeat;
}

#menu_profile.selected a {
	background: url(../img/frontend/menu_profile_h.gif) no-repeat;
}

#menu_profile a:hover {
	background: url(../img/frontend/menu_profile_h.gif) no-repeat;
}

#menu_products {
	float: left;
	width: 122px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_products.gif) no-repeat;
}

#menu_products a {
	display: block;
	width: 122px;
	height: 30px;
	background: url(../img/frontend/menu_products.gif) no-repeat;
}

#menu_products.selected a {
	background: url(../img/frontend/menu_products_h.gif) no-repeat;
}

#menu_products a:hover {
	background: url(../img/frontend/menu_products_h.gif) no-repeat;
}

#menu_support {
	float: left;
	width: 114px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_support.gif) no-repeat;
}

#menu_support a {
	display: block;
	width: 114px;
	height: 30px;
	background: url(../img/frontend/menu_support.gif) no-repeat;
}

#menu_support.selected a {
	background: url(../img/frontend/menu_support_h.gif) no-repeat;
}

#menu_support a:hover {
	background: url(../img/frontend/menu_support_h.gif) no-repeat;
}

#menu_services {
	float: left;
	width: 117px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_services.gif) no-repeat;
}

#menu_services a {
	display: block;
	width: 117px;
	height: 30px;
	background: url(../img/frontend/menu_services.gif) no-repeat;
}

#menu_services.selected a {
	background: url(../img/frontend/menu_services_h.gif) no-repeat;
}

#menu_services a:hover {
	background: url(../img/frontend/menu_services_h.gif) no-repeat;
}

#menu_contact {
	float: left;
	width: 112px;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/menu_contact.gif) no-repeat;
}

#menu_contact a {
	display: block;
	width: 112px;
	height: 30px;
	background: url(../img/frontend/menu_contact.gif) no-repeat;
}

#menu_contact.selected a {
	background: url(../img/frontend/menu_contact_h.gif) no-repeat;
}

#menu_contact a:hover {
	background: url(../img/frontend/menu_contact_h.gif) no-repeat;
}

#top_img {
	width: 880px;
	height: 255px;
	text-indent: -3000px;
	background: url(../img/frontend/top_img.jpg) no-repeat;
}

/* Side Bar */
/* ====================================================================== */

#content_wrap {
	border-top: 6px solid #C60000;
}

#content_side {
	float: left;
	display: inline;
	width: 180px;
	font-size: 78%;
}

#content_side ul {
	border-top: 8px solid #C60000;
	list-style: none;
}

#content_side li a {
	display: block;
	padding: 4px 5px;
	color: #FFF;
	text-decoration: none;
	background: #D03C3C;
	border-top: 1px solid #F37878;
	border-bottom: 1px solid #A60000;
}

#content_side li a:hover {
	background: #DC5252;
	border-top: 1px solid #A60000;
	border-bottom: 1px solid #F37878;
}

#content_side li ul.sub_menu {
	border: none;
	background: #E1E1E1;
	font-size: 90%;
	padding: 3px 0;
}

#content_side li ul.sub_menu li a {
	display: block;
	padding: 3px 5px 3px 12px;
	color: #333;
	text-decoration: none;
	background: 5px 9px url(../img/frontend/list.gif) no-repeat #E1E1E1;
	border: none;
}

#content_side li ul.sub_menu li a:hover {
	text-decoration: underline;
	background: 5px 9px url(../img/frontend/list.gif) no-repeat #E1E1E1;
	border: none;
}

#content_side li ul.country_list {
	border: none;
	background: #E1E1E1;
	margin: 0 5px 5px 5px;
}

#content_side li ul.country_list li a {
	display: block;
	padding: 2px 5px 2px 12px;
	color: #333;
	text-decoration: none;
	background: 5px 8px url(../img/frontend/list.gif) no-repeat #E1E1E1;
	border: none;
}

#content_side li ul.country_list li a:hover {
	text-decoration: underline;
	background: 5px 8px url(../img/frontend/list.gif) no-repeat #E1E1E1;
	border: none;
}


/* Content */
/* ====================================================================== */

#content {
	float: left;
	padding: 25px 25px 25px 0;
	width: 560px;
	font-size: 84%;
}

#download_content {
	float: left;
	padding: 15px 20px;
	width: 510px;
	font-size: 84%;
}

.bread_crumb {
	padding: 5px;
}

#download_content ul {
	margin: 10px 30px;
}

#download_content ul li {
	padding: 0 0 5px 0;
}

#brief_summary {
	margin: 0 0 12px 0;
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/brief_summary.gif) no-repeat;
	border-bottom: 1px solid #CECECE;
}

.summary_block {
	float: left;
	width: 280px;
	height: 280px;
}

.summary_block p {
	padding: 10px 15px 10px 5px;
}

#profile_head {
	width: 880px;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/frontend/profile.jpg) no-repeat;
}

#main_content {
	padding: 15px;
	font-size: 84%;
}

#main_content h4 {
	padding: 10px 0 0 0;
}

#main_content p {
	padding: 10px;
}

#main_content ul, ol {
	margin: 10px 30px;
}

#main_column {
	float: left;
	display: inline;
	font-size: 84%;
	width: 698px;
	padding: 2px 0 0 2px;
}

#product_head {
	width: 698px;
	height: 147px;
	text-indent: -3000px;
	background: url(../img/frontend/product_head.jpg) no-repeat;
}

#support_head {
	width: 698px;
	height: 147px;
	text-indent: -3000px;
	background: url(../img/frontend/support_head.jpg) no-repeat;
}

#contact_head {
	width: 698px;
	height: 147px;
	text-indent: -3000px;
	background: url(../img/frontend/contact_head.jpg) no-repeat;
}

#content_column {
	padding: 20px;
}

#content_column h3 {
	padding: 0 0 10px 0;
}

#content_column h4 {
	padding: 0 10px 5px 10px;
}

#content_column p {
	padding: 5px 10px;
}

#content_column ul, ol {
	margin: 10px 30px;
}

.search_block {
	width: 350px;
	padding: 10px;
}

.overview_block {
	height: 27px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #4673A5;
}

.overview {
	float: left;
	margin: 0 3px 0 0;
}

.overview a {
	display: block;
	width: 75px;
	text-align: center;
	height: 17px;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	background: #4673A5;
}

.overview a:hover {
	background: #628BB9;
}

#content_column h4.contact_country {
	font-size: 110%;
	padding: 10px 0 0 0;
}

.contact_list {
	padding: 10px;
}

.contact_company {
	font-size: 100%;
	color: #006699;
}

#services_head {
	width: 880px;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/frontend/services_head.jpg) no-repeat;
}

#services_head02 {
	width: 698px;
	height: 147px;
	text-indent: -3000px;
	background: url(../img/frontend/services_head02.jpg) no-repeat;
}

#login_block {
	width: 250px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#login_block table {
	text-align: left;
}

.attention {
	color: #990000;
}

.inventory {
	margin: 10px 0;
	width: 100%;
}

.inventory thead th {
	padding: 3px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #990000;
}

.inventory tbody td {
	padding: 3px;
}

#terms_head {
	width: 880px;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/frontend/terms_head.jpg) no-repeat;
}

#privacy_head {
	width: 880px;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/frontend/privacy_head.jpg) no-repeat;
}

#product_head02 {
	width: 880px;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/frontend/product_head02.jpg) no-repeat;
}

/* Side */
/* ====================================================================== */

#side {
	float: left;
	padding: 25px 20px;
	width: 255px;
	font-size: 84%;
	background: url(../img/frontend/side.gif) repeat-y;
}

#latest_news {
	height: 30px;
	text-indent: -3000px;
	background: url(../img/frontend/latest_news.gif) no-repeat;
	border-bottom: 1px solid #CECECE;
}

#side h4 {
	padding: 10px 5px 5px 5px;
	font-size: 100%;
	color: #990000;
}

#side p {
	padding: 0 10px 10px 10px;
}

/* Footer */
/* ====================================================================== */

#footer {
	clear: both;
	padding: 20px 0;
	font-size: 64%;
	text-align: center;
	line-height: 2.0;
}