/**************************/
/* CSS by gonchuki - 2007 */
/**************************/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	color: #eee;
	background: #0c0c0c url(../images/layout/main_back.png) repeat-y center top;
}

h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
}

/**********/
/* titles */
/**********/
h1#logo {
	position: absolute;
	top: 12px;
	left: 182px;
	width: 420px;
	height: 88px;
	overflow: hidden;
}

h1#logo a {
	display: block;
	padding-top: 100px;
	background: none;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	color: #69c;
	margin-bottom: 0.33em;
	padding-bottom: 4px;
	background: url(../images/layout/red_line_left.png) no-repeat -48px bottom;
}

h2.highlighted {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/layout/red_line_center.png) no-repeat -48px bottom;
}

h2.highlighted.no_uppercase {
	text-transform: none;
}

h3 {
	font-size: 1.1em;
	color: #69c;
	padding-bottom: 4px;
	background: url(../images/layout/red_line_left.png) no-repeat -64px bottom;
}

/*********/
/* links */
/*********/
a {
	color: #9c6;
	font-weight: bold;
}

a:hover {
	/*color: #0c3;*/
	color: #f93;
	/*background-color: #252;*/
	text-decoration: none;
}

a.external {
	background: url(../images/icons/ic_new_window.gif) no-repeat right center;
	padding-right: 16px;
}

a.external:hover {
	background: url(../images/icons/ic_new_window_hover.gif) no-repeat right center;
}

/********/
/* text */
/********/
p {
	margin-bottom: 1em;
}

.disclaimer {
	font-size: 0.8em;
	margin: 3.5em 1em 2em;
	color: #ccc;
}

span.disclaimer {
	margin: 0;
}

.notice {
	font-size: 0.85em;
	border: 1px solid #444;
	color: #c0c080;
	padding: 0.2em;
	margin: 1em auto;
	width: 80%;
	text-align: center;
}

/********/
/* misc */
/********/
hr {
	display: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
}

dl.shareit dt {
	font-weight: bold;
}

dl.shareit dt,
dl.shareit dd {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.margin {
	margin: 2em 0;
}

div.generic_container {
	width: 100%;
	overflow: hidden;
}

acronym {
	cursor: help;
}

.error {
	color: #f00;
}

.success {
	color: #3f3;
}
/*************/
/* cont main */
/*************/
div#cont_main {
	width: 750px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div#inner_cont {
	width: 750px;
	overflow: hidden;
	padding-top: 8px;
}

/**********/
/* header */
/**********/
div#header {
	width: 750px;
	height: 100px;
	background: url(../images/layout/header.png) no-repeat left top;
	position: relative;
}

/**********/
/* footer */
/**********/
div#footer {
	margin-top: 0.5em;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.8em;
	text-align: center;
	color: #bbb;
	background: url(../images/layout/red_line_center.png) no-repeat center top;
}

/***********/
/* sidebar */
/***********/
div#sidebar {
	float: left;
	width: 181px;
}

/* menu */
ul#menu_bar,
ul#menu_bar li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

ul#menu_bar li {
	margin: 0 8px 4px 16px;
}

ul#menu_bar li a {
	color: #999;
	border-bottom: 1px dashed #555;
	display: block;
	text-decoration: none;
	padding: 10px 8px;
	overflow: hidden;
	float: left;
	clear: left;
	width: 136px;
}

ul#menu_bar li.current a {
	font-size: 1.2em;
}

ul#menu_bar li a:hover {
	font-size: 1.3em;
	color: #ccc;
	border-color: #666;
	padding: 9px 11px 11px 5px;
}

ul#menu_bar li.current a,
ul#menu_bar li.current a:hover {
	color: #c63;
}

/* banner */
div#sidebar div.banner {
	text-align: center;
	margin: 32px 0 1em;
}

div#sidebar div.banner img {
	padding: 4px;
	border: 1px solid #666;
}

div#sidebar div.banner img:hover {
	border-color: #0c3;
}

/***********/
/* content */
/***********/
div#content {
	padding: 8px;
	margin-left: 181px;
}

div.news_item {
	margin-bottom: 2em;
}

div.narchive {
	font-size: 0.85em;
}

div.product_listing {
	margin-bottom: 3em;
}

div.product_listing div.content {
	width: 99%;
	overflow: hidden;
}

div.logo {
	text-align: center;
}

div.promo_shot,
div.product_listing div.logo {
	float: right;
	margin-left: 12px;
	margin-bottom: 2px;
}

ul.links,
ul.links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.links {
	padding-top: 1px;
	background: url(../images/layout/red_line_left.png) no-repeat -48px top;
}

ul.links li {
	display: inline;
	margin: 0 2px;
	font-size: 0.85em;
}

ul.links li a {
	text-decoration: none;
}

/* tab bar */
ul.tab_bar {
	background: none;
	text-align: right;
	border-bottom: 1px dashed #666;
	width: 410px;
	margin-left: 140px;
	margin-bottom: 1.5em;
	margin-top: 9px;
	padding-bottom: 2px;
}

ul.tab_bar li.current a,
ul.tab_bar li.current a:hover {
	color: #f93;
}

/* awards */
div.award {
	float: left;
	margin: 13px;
}

/***********/
/* contact */
/***********/
div#contact_form {
	width: 414px;
	overflow: hidden;
	/*margin: 0 auto;*/
	padding: 4px 35px;
	/*background: url(../images/layout/contact_back.png) no-repeat left top;*/
	border: 1px solid #383838;
	background-color: #222;
}

* html div#contact_form {
	padding: 20px 35px;
}

div#contact_form.with_throbber {
	text-align: center;
	font-size: 1.5em;
	padding: 12px;
	line-height: 125%;
}

div#contact_form label {
	font-weight: bold;
}

div#contact_form label strong {
	color: #c00;
}

div#contact_form input,
div#contact_form textarea {
	border: 0 none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 2px 0 0.5em;
	background: white url(../images/layout/input_back.png) repeat-x left top;
	padding: 1px 2px;
}

div#contact_form input,
div#contact_form dd {
	width: 200px;
}

div#contact_form textarea,
div#contact_form dd.textarea {
	width: 400px;
}

div#contact_form dd,
div#contact_form dt {
	margin: 0;
	padding: 0;
}

div#contact_form dd {
	padding-left: 1.7ex;
}

div#contact_form input.btn_send {
	width: auto;
	margin-left: 1.7ex;
	padding: 0;
	background: transparent;
}

/***********/
/* adsense */
/***********/
div#content div.adsense {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

div#sidebar div.adsense {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 1em;*/
	margin-bottom: 2em;
}
