/* DashDesign website css
   by Larry */

/***************** default basic and general setting *************/

*{
	margin: 0px;
	padding: 0px;
}

body {	
	
	width: 800px; /*need to set the width of body for Opera and Firefox */
	margin: auto; 
	
	text-align:center;
    background-color: #999999;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #000000;
	line-height: normal;
	
}

input,
textarea {
	background-color: #E3E6E8;
	border: 1px solid #FFFFFF;
}

 
/*********** block tags *************/
td,
p,
{
}

/*********** links ***************/
a,
a:link,
a:visited
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:hover
{
	text-decoration: underline;
}


/*------------------------------------------------------------------------------*/



/*--------------------------- site template settings ---------------------------*/
#container_div {

	float: left;
	width: 800px;
	text-align: left; 
	background-color: #CBD0D3;
	margin-top: 20px;
	margin-bottom: 20px;
	/*width:800px;
	margin: auto; 
	text-align:left;
	
	border:1px dashed #333;
	background-color:#eee; */
	
}

#site_header_div
{
	float: left;
	clear: both;
	width: 100%;
	background-color: #999999;
}

#header_link_div {
	float: right;
	clear: right;
	width: 100%;
	height: 24px;
	background-color: #F0F0F0;
}

#header_r_link_div {
	float: right;
	clear: right;
	width: 100%;
	height: 24px;
	background-color: #F0F0F0;
}

#header_content_div {
	float: right;
	clear: both;
	width: 100%;
	height: 122px;
	background-color:#00CCFF;
	/*background-image: url(../images/header_content_bg.jpg);*/
}

#header_nav_div {
	float: right;
	clear:both;
	width: 100%;
	height: 20px;
	background-color: #CBD0D3;
}

#site_content_div {
	float: left;
	clear: both;
	width: 100%;
}

#site_footer_div {
	float: left;
	clear: both;
	width: 100%;
	height: 70px;
	background-color: #CBD0D3;
	text-align: left; /*opera and firefox have prob with text-align center for ul tags */
	background-image:url(../images/site_footer_bg.jpg);
	background-position: top left;
}

#homepage_footer_div
{
	height: 70px;
	background-color: #999999;
	text-align: left; /*opera and firefox have prob with text-align center for ul tags */
}




.page_section_separator
{
	float: left;
	clear: both;
	width: 100%;
	height: 12px;
	line-height: 3px;
	font-size:0px;
	background-color: #F0F0F0;
	background-image:url(../images/section_separator_bg.jpg);
	background-repeat: repeat-x;
}

ul .site_nav_bar
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}

.site_nav_bar li
{
	list-style: none;
	float: right;
}


/*--------------------------------- end of site template ---------------------------------*/

/*----------------------- site header --------------------*/

#header_link_li,
#header_link_li a,
#header_link_li a:link
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
}


#header_text_h1 {
	float: right;
	width: 700px;
	padding-top: 33px;
	font-family: Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:700;
	color: #FFFFFF;
	text-align: center;
}

#header_nav_bar_ul
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#9D9D9D;
	font-size: 10px;
	padding-right: 4px;
}

#header_nav_bar_ul li
{
	padding: 2px 5px 3px 0px;
}

#header_nav_bar_ul li a,
#header_nav_bar_ul li a:link,
#header_nav_bar_ul li a:visited,
#header_nav_bar_ul li a:hover
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:700;
	text-decoration:none;
}

#header_nav_bar_ul li a:hover {
	text-decoration: underline;
}

/*
#header_nav_bar_ul li:first-letter {
	font-weight: 900;
	color: #000000;
}*/

/*--------------------------site content --------------------------*/



#site_content_inner_div {
	float: left;
	clear: both;
	width: 736px;
	padding: 30px;
	font-family: Trebuchet MS, Verdana, Arial;
}

#site_content_inner_div h2 {
	width: 100%;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	color: #09467A;
}

#site_content_inner_div div#header_separator {
	display:block;
	width: 100%;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#site_content_inner_div div.header_separator {
	display:block;
	width: 100%;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}


#site_content_inner_div h3 {
	width: 100%;
	font-size: 14px;
	color:#000000;
	padding-bottom: 10px;
}

#site_content_inner_div div.content_text_div {
	width: 100%;
	font-size: 13px;
	padding-bottom: 10px;
	clear: both;
}

#site_content_inner_div div.texture_img_container {
	float: left;
	width: 150px;
	padding-right: 45px;
	padding-bottom: 3px;
	text-align: center;
}

#site_content_inner_div div.texture_img_container_last {
	float: left;
	width: 150px;
	text-align: center;
}

#site_content_inner_div div.texture_img_container span,
#site_content_inner_div div.texture_img_container_last span {
	display: block;
}

#site_content_inner_div #left_corner_link a{
	padding-top: 10px;
	float: right;
	color: #09467A;
	font-size: 14px;
}

#site_content_inner_div a,
#site_content_inner_div a:link,
#site_content_inner_div a:visited
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: 0px;
}

#site_content_inner_div a:hover
{
	text-decoration: underline;
}

/*--------------------------site footer --------------------------*/

#site_footer_ul_1
{
	margin-top: 15px;
	width: 95%;
	height: 20px;
}

#site_footer_ul_2
{
	width: 65%;
	height: 20px;
}


#site_footer_div ul li
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	padding: 0px 4px 2px 0px;
}

#site_footer_div a {
	color:#FFFFFF;
	text-decoration:none;
}
/*--------------------------- profile page ----------------------------*/
#profile_history_div {
	width: 49%;
	float: left;
}

#profile_image_div {
	width: 50%;
	float: right;
	text-align: center;
}

/*--------------------------- contact us page ----------------------------*/

#contact_details
{
	width: 100%;
}

#site_content_inner_div h6
{
	font-size:  12px;
	color:	 #09467A;
	padding-top: 15px;
}



#contact_form_div {
	float: left;
	width: 73%;
	
}

#contact_form_div p.label_field{

	float: left;
	clear: left;
	font-size: 14px;
	color: #09467A;
	padding-bottom: 5px;
}

#contact_form_div p.input_field{

	float: right;
	clear: both;
	padding-bottom: 7px;
}


/*--------------------------- links page ----------------------------*/

#site_content_inner_div .link_image_dash_design {
	float: left;
	clear:left;
	width: 130px;
	height: 114px;
	
}

#site_content_inner_div .link_dash_design_text {
	float: left;
	clear: right;
	padding-top: 45px;
	height: 68px;
	color:#00FF99;
	background-color:#0033CC;
	
}


.content_text_div div.link_image {
	float: left;
	width: 100px;
}

/*--------------------------- display page ----------------------------*/

#display_content_tb
{
	width: 100%;
	
}

/*--------------------------- listing page ----------------------------*/
#image_section_div
{
	float: left;
	width: 32%;
	background-color:#00CCFF;
}

img#img_1,
img#img_2
{
	display: block;
	margin-top: 10px;
}


#text_section_div
{
	float: left;
	width: 60%;
	background-color:#FFFFFF;
	height: 400px;
	text-align: left;
	padding-left: 20px;
}

#productName
{
	font-size: 20px;
	color:#09467A
}

#productNameSm
{
	font-size: 18px;
	color:#09467A
}

h3 #productNameSm {
	font-size:18;
	padding:0;
	margin:0;
}
#head_1
{
	font-size: 16px;
	color:#333333;
	font-weight: 700; 
}

table.materi_detail_tb td
{
	padding: 7px 0px;
	/*border: 1px solid black;*/
}

/*--------------------------- utility class setting --------------------*/
#sys_message_box
{
	margin-left: 20%;
	padding: 10px;
	width: 60%;
	border: 1px solid #FFFFFF;
	background-color:#E3E6E8;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left; 
	font-weight: 700;
}

.required_field
{
	color:#FF0000;
}

.number_box {
    padding: 2px 4px;
	border: 1px solid #FFFFFF;
	background-color:#E3E6E8;
}

.radio_box {
	border: 1px solid #FFFFFF;
	background-color:#E3E6E8;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	vertical-align: bottom;
}

pre {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}









