body {
	background-color: #f2f2f3;
}

div#bg_gradient {
	width: 100%;
	background: #fff url("../images/bg_gradient.gif") bottom repeat-x;
}

div#bg_shadow {
	background: transparent url('../images/bg_shadow.png') no-repeat;
	width: 976px;
	margin: 0px auto;
	padding: 0px 11px;
}

div#main {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-top: 0px;
	width: 922px;
	padding: 0px 27px 20px 27px;
}

/**********************
		TOP
**********************/

div#top {
	width: 922px;
	overflow: hidden;
	margin-bottom: 6px;
}

div#top .left {
	width: 141px;
}

img#logo {
	margin-top: 12px;
	margin-left: 15px;
}

div#top .right {
	width: 210px;
}

div#search {
	/*background-color: #CC3365;*/
	background-color: #008AB0;
	width: 160px;
	overflow: hidden;
	padding: 6px 7px;
	
	float: right;
}

div#search input#txt_search {
	width: 130px;
	height: 16px;
	border: 0px;
	font-size: 11px;
	color: #808080;
	padding: 2px 4px 0px 4px;
	float: left;
}

div#search input#btn_search {
	width: 20px;
	height: 18px;
	padding-left: 2px;
	float: left;
}

div#top .right p {
	/*color: #CC3365;*/
	color: #008AB0;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: right;
	float: right;
}


/**********************
		MIDDLE
**********************/

div#middle {
	width: 922px;
	overflow: hidden;
}

div#nav_wrap{
	width: 170px;
}

/****** nav ******/
ul#nav {
	background-color: #CCCCCC;
	width: 170px;
	height: 251px;
	list-style: none;
	margin: 0px 0px 5px 0px;
}

ul#nav.inside {
	height: auto;
}

ul#nav li {
	font-size: 13px;
	padding-left: 16px;
}

ul#nav li.current {
	background: url("/images/nav_li_current.gif") left top no-repeat;
}

ul#nav li a {
	width: 138px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	padding: 6px 0px;
}

ul#nav li a:hover {
	/*color: #CC3365;*/
	color: #008AB0;
}

ul#nav li a.current {
	font-weight: bold;
	border-bottom: 0px;
}

ul#nav li a.border_bottom {
	border-bottom: 1px solid #e1e1e1;
}

ul#nav li a.last {
	border-bottom: 0px;
}

ul#nav li ul {
	width: 138px;
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

ul#nav li ul li {
	font-size: 11px;
	padding-left: 10px;
}

ul#nav li ul li a {
	width: 128px;
	color: #666666;
	border: 0px;
	padding: 2px 0px;
}

ul#nav li ul li a.current {
	width: 121px;
	background: url("../images/nav_dot.gif") center left no-repeat;
	/*color: #CC3365;*/
	color: #008AB0;
	padding-left: 7px;
}

ul#nav li ul li a.last {
	margin-bottom: 5px;
}

/****** latest updates ******/
div#latest_updates_wrap {
	/*background-color: #CC3365;*/
	background-color: #008AB0;
	width: 170px;
	height: 150px;
	margin-bottom: 5px;
}

div#latest_updates_wrap p.tab {
	background: url("../images/tab_pink.gif") repeat-x;
	height: 23px;
	color: #fff;
	font-size: 13px;
	margin: 0px;
	padding: 6px 0px 0px 20px;
}

div#latest_updates_wrap p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 0px;
	padding: 4px 8px;
	line-height: 14px;
}

/****** our products ******/
div#our_products_wrap {
	background: url("../images/bg_corner.gif") bottom right no-repeat;
	width: 168px;
	height: 143px;
	border: 1px solid #eaeaea;
	margin-top:140px;
	position: relative;
}

p.grey_tab {
	background: url("../images/tab_grey.gif") repeat-x;
	height: 20px;
	color: #fff;
	font-size: 13px;
	margin: 0px 0px 10px 0px !important;
	padding: 4px 0px 0px 5px;
}

div#sliding_bar_wrap {
	width: 142px;
	overflow: hidden;
	padding: 0px 13px;
}

div#sliding_bar_wrap a.prev {
	background: url('../images/arrow_prev.gif') center center no-repeat;
	width: 6px;
	height: 100px;
	display: block;
	float: left;
	cursor: pointer !important;
}

div#sliding_bar_wrap a.next {
	background: url('../images/arrow_next.gif') center center no-repeat;
	width: 6px;
	height: 100px;
	display: block;
	float: right;
	cursor: pointer !important;
}

div#sliding_bar {
	width: 118px;
	float: left;
	margin: 0px 6px;
	display: inline;
}

div#sliding_bar ul {
	width: 118px;
	overflow: hidden;
	list-style: none;
	margin: 0px;
}

div#sliding_bar ul li {
	width: 118px;
	height: 100px;
	float: left;
}

div#sliding_bar ul li a {
	width: 118px;
	height: 100px;
	display: block;
	color: #777;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

div#sliding_bar ul li img {
	margin-bottom: 2px;
}

a#arrow_go {
	color: #fff !important;
	text-decoration: none !important;
	width: 9px;
	height: 15px;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/**********************
		FOOTER
**********************/

div#footer {
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

div#footer a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}


/**********************
		HOME
**********************/

div#home {
	width: 748px;
}

div#about_dl_wrap {
	width: 748px;
	overflow: hidden;
	margin-top: 5px;
}

div#about_dl_wrap p {
	margin: 0px 8px 8px 8px;
}

div#about_dl_wrap a {
	color: #666666;
}

/****** about_wrap ******/
div#about_wrap {
	background: url("../images/bg_corner.gif") bottom right no-repeat;
	width: 371px;
	height: 143px;
	border: 1px solid #eaeaea;
	
	position: relative;
}

/****** dl_paper_wrap ******/
div#dl_paper_wrap {
	width: 371px;
	height: 143px;
	border: 1px solid #eaeaea;
	
	position: relative;
}

img#photo_woman {
	position: absolute;
	top: -12px;
	right: 0px;
	z-index: 1;
}

a#btn_dl_now {
	background: url("../images/bg_download_now.gif") repeat-x;
	width: 109px;
	height: 20px;
	display: block;
	padding-top: 4px;
	
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	
	position: absolute;
	top: 111px;
	right: 10px;
	z-index: 1;
}


/**********************
		CONTENT
**********************/

div#content_wrap {
	width: 740px;
}

div#content {
	width: 725px;
	margin-top: 15px;
	margin-left: 15px;
}


/**********************
		BREADCRUMB
**********************/

div#breadcrumb {
	width: 725px;
	overflow: hidden;
	
	color: #4D4D4D;
	font-size: 11px;
	border-bottom: 1px dashed #ddd;
	text-align: center;
	
	margin-top: 5px;
	margin-left: 15px;
}

div#breadcrumb .right {
	padding-top: 8px;
}

div#breadcrumb h1 span {
	color: #333333;
}

div#breadcrumb a {
	/*color: #CC3365;*/
	color: #008AB0;
}


/**********************
		CONTACT
**********************/

div#contact {
	width: 600px;
	padding-right: 125px;
}

div#contact a {
	/*color: #CC3365;*/
	color: #008AB0;
}

div#btn_request_info {
	width: 600px;
	overflow: hidden;
	margin-bottom: 20px;
}

div#btn_request_info a {
	background: url("../images/bg_download_now.gif") repeat-x;
	width: 136px;
	height: 20px;
	display: block;
	padding-top: 4px;
	float: right;
	
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}


/**********************
	REQUEST FORM
**********************/

form.request_form {
	width: 725px;
	overflow: hidden;
	padding-top: 15px;
	
	position: relative;
}

/*** left ***/
form.request_form div#left {
	width: 270px;
	margin-right: 50px;
}

form.request_form div#left div {
	width: 270px;
	overflow: hidden;
	margin-bottom: 10px;
}

form.request_form div#left div.status {
	padding-left: 70px;
	margin-bottom: 0px;
	display: none;
}

form.request_form div#left label {
	width: 70px;
	display: block;
	float: left;
}

form.request_form div#left input {
	width: 195px;
	border: 1px solid #B2B2B2;
}

form.request_form div#left select {
	width: 195px;
	border: 1px solid #B2B2B2;
}

form.request_form div#left select.short {
	width: 80px;
}

form.request_form div#left div#company_wrap label {
	width: 125px;
}

form.request_form div#left div#company_wrap input {
	width: 140px;
}

/*** right ***/
form.request_form div#right {
	width: 255px;
}

form.request_form div#right div {
	width: 255px;
	margin-bottom: 18px;
}

form.request_form div#right div.status {
	margin-bottom: 0px;
	display: none;
}

form.request_form div#right label {
	width: 255px;
	display: block;
	margin-bottom: 2px;
}

form.request_form div#right select {
	width: 255px;
	border: 1px solid #B2B2B2;
}

form.request_form div#right textarea {
	width: 255px;
	height: 90px;
	border: 1px solid #B2B2B2;
}

form.request_form div#right div.checkbox {
	overflow: hidden;
}

form.request_form div#right div.checkbox label {
	width: 45px;
	>width: 40px;
	display: block;
	float: left;
	>margin-top: 2px;
}

form.request_form div#right div.checkbox label.normal {
	width: 255px;
}

form.request_form div#right div.checkbox input {
	margin-right: 3px;
	>margin-right: 0px;
	float: left;
}

form.request_form div#right div#captcha_wrap table td {
	padding-bottom: 5px;
}

form.request_form div#right div#captcha_wrap div.status {
	width: 125px;
	margin: 0px;
	display: none;
}

form.request_form div#right div#captcha_wrap a {
	/*color: #CC3365;*/
	color: #008AB0;
	font-size: 11px;
	text-decoration: none;
}

form.request_form div#right div#captcha_wrap input#code {
	width: 117px;
}

form.request_form div#right div#btn_submit {
	overflow: hidden;
}

form.request_form div#right div#btn_submit input {
	background: url('../images/bg_download_now.gif') repeat-x;
	width: 114px;
	height: 24px;
	display: block;
	color: #fff;
	border: 0px;
	float: right;
	cursor: pointer;
}

/*** question ***/
form.request_form div.question{
	background-color: #fff;
	/*border: 1px solid #CC3365;*/
	border: 1px solid #008AB0;
	width: 170px;
	overflow: hidden;
	padding: 10px;
	
	/*color: #CC3365;*/
	color: #008AB0;
	font-size: 11px;
	
	position: absolute;
	top: 170px;
	right: 0px;
	>top: 200px;
	
	display: none;
}


/**********************
	PRODUCT LIST
**********************/

div.product_brief {
	width: 725px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}

div.product_brief .left {
	width: 170px;
}

div.product_brief .right {
	width: 545px;
}

p.p_name {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

p.p_name a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.lnk_view {
	/*color: #CC3365;*/
	color: #008AB0;
	float: right;
}


/**********************
	PRODUCT DETAIL
**********************/

div#product {
	width: 725px;
	overflow: hidden;
	padding-top: 10px;
}

div#product .left {
	width: 170px;
}

div#product .right {
	width: 545px;
}

div#btn_request_prod_info {
	width: 545px;
	overflow: hidden;
	margin-top: 20px;
}

div#btn_request_prod_info a {
	background: url("../images/bg_download_now.gif") repeat-x;
	width: 100px;
	height: 20px;
	display: block;
	padding-top: 4px;
	float: right;
	
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}

/*** related_doc_prod ***/
div#related_doc_prod {
	width: 545px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 15px;
}

div#related_doc_prod h3 {
	margin-bottom: 12px;
}

div#related_doc {
	width: 235px;
	float: left;
	padding-top: 8px;
}

div#related_doc a {
	background: url('../images/icon_pdf.gif') no-repeat;
	display: block;
	text-decoration: none;
	padding-left: 22px;
	margin-bottom: 7px;
}

div#related_prod {
	width: 250px;
	overflow: hidden;
	float: right;
	/*border: 1px solid #d7d7d7;*/
	padding: 8px 15px;
}

div#related_prod div {
	/*width: 80px;
	float: left;
	text-align: center;
	margin-right: 5px;*/
	
	width: 250px;
	overflow: hidden;
	margin-bottom: 2px;
}

div#related_prod div .left {
	width: 60px;
}

div#related_prod div .right {
	width: 180px;
	padding-top: 20px;
}


/**********************
	SEARCH RESULT
**********************/

div#search_result {
	padding: 15px 0px;
}

div#search_result h3 {
	margin-bottom: 15px;
}

div#search_result div.result {
	padding: 5px 8px 1px 8px;
	margin-bottom: 10px;
}

div#search_result div.even {
	background-color: #E6E6E6;
}

div#search_result div.result p.title {
	color: #333333;
}

div#search_result div.result a {
	/*color: #CC3365;*/
	color: #008AB0;
	text-decoration: none;
}

/** pagination **/
div#pagination {
	width: 709px;
	overflow: hidden;
	padding: 0px 8px;
	margin-top: 25px;
}

div#pagination span {
	padding: 1px 5px 5px 5px;
}

div#pagination a {
	/*color: #CC3365;*/
	color: #008AB0;
	padding: 1px 5px 5px 5px;
}

div#pageno_wrap {
	width: 613px;
	text-align: center;
}


/***************************
	CBOX - REQUEST FORM
***************************/

div#request_prod_info {
	background: url('../images/cbox/bg_cbox.png') no-repeat;
	width: 693px;
	height: 487px;
}

div#request_prod_info div#top {
	width: 693px;
	height: 37px;
	overflow: hidden;
}

a#btn_close_cbox {
	background: url('../images/cbox/btn_close.png') no-repeat;
	width: 37px;
	height: 37px;
	display: block;
	float: right;
}

div#request_prod_info_wrap {
	width: 573px;
	height: 437px;
	padding: 0px 60px 50px 60px;
}

/*** request product info form ***/
form#request_product_form {
	width: 573px;
	overflow: hidden;
	padding-top: 15px;
	
	position: relative;
	
	border: 0px solid red;
}

form#request_product_form div#left {
	width: 270px;
	margin-right: 45px;
}

form#request_product_form div.question{
	position: absolute;
	top: 115px;
	right: 50px;
	>top: 130px;
}


