.menu {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

.menu a {
	color: white;
	text-decoration: none;
}

.footer_left {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 10px;
}

.footer {
	color: white;
	text-align: center;
	font-size: 10px;
}	

.footer a {
	color: white;
	text-decoration: none;
}

.footer_right {
	color: white;
	padding-right: 15px;
	text-align: right;
	font-size: 10px;
}

.footer_right a {
	color: white;
	text-decoration: none;
}

#main_title {
	color: #486884;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
/*	width: 400px; */
}

#main_image {
	padding: 5px;
	border: 1px black solid;
}

#main_title_contact {
	color: #486884;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	width: 300px;
}

#main_title_product_detail {
	color: #486884;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	width: 600px;
}

#main_title_category_detail {
	color: #486884;
	padding-top: -2px;
	padding-left: 10px;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	width: 500px;
}

.sub_title {
	color: #486884;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	width: 750px;
	text-align: left;
	border: 0px solid black;
}

.news_sub_title {
	color: #486884;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	width: 450px;
	text-align: left;
	border: 0px solid black;
	line-height: 25px;
}

.newsdisplay {
	visibility: hidden; 
	position: absolute; 
	width: 800px; 
	height: 480px;
	overflow: hidden;
	border: 0px solid red;
}

#news_image {
	width: 310px
	padding: 5px 5px 5px 5px;
	border: 0px black solid;
}

.catdisplay {
	visibility: hidden; 
	position: absolute; 
	top: 165px; 
	cursor: hand; 
	background-image: url('../images/background.gif');
}

.catdisplaytable {
	border: 2px dashed black; 
	width: 700px; 
	height: 300px; 
	background-color: white; 
	padding-left: 5px;
}

.std_text {
	padding-right: 5px;
	font-size: 14px;
	font-family: sans-serif, arial;
}

.std_text_bold {
	padding-right: 5px;
	font-size: 12px;
	font-family: sans-serif, arial;
	font-weight: bold;
}

.std_text_i {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: sans-serif, arial;
}

.std_text_small {
	padding-right: 5px;
	font-size: 10px;
	font-family: sans-serif, arial;
}

.std_text_small_bold {
	padding-right: 5px;
	font-size: 10px;
	font-family: sans-serif, arial;
	font-weight: bold;
}

.std_text_error {
	padding-right: 5px;
	font-size: 12px;
	font-family: sans-serif, arial;
	color: red;
}

.more_news{
	padding-right: 5px;
	font-size: 11px;
	font-family: sans-serif, arial;
	color: #486884;
	font-weight: bold;
}

.casestudy_link {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: sans-serif, arial;
	font-weight: bold;
}

.sml_text {
	padding-right: 5px;
	font-size: 12px;
	font-family: sans-serif, arial;
}

#category {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	height: 170px;
	z-index: 15;
}

.category_link {
	color: #486884;
	text-decoration: none;
}

.cat_product {
	border: 1px solid black;
	height: 160px;
	width: 400px;
}

#sub_category {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	height: 300px;
}

.product_title {
	font-size: 14px;
	font-weight: bold;
}

.product_info {
	font-size: 12px;
}

.product_spec {
	font-size: 10px;
	font-weight: bold;
}

.product_spec a{
	text-decoration: none;
}

.product_detail_request {
	font-size: 11px;
	font-weight: bold;
}

.product_detail_request a{
	text-decoration: none;
}

.form_label {
	font-weight: bold;
	font-size: 14px;
}



/* ADMIN MENUS */

.admintable_header {
	font-weight: bold;
	font-size: 14px;
	color: grey;
}

#adminsubmenu {
	font-size: 13px;
	font-family: sans-serif, arial;
	color: white;
	background-color: #486884;
	border: 1px solid black;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

#adminsubmenu a {
	text-decoration: none;
	color: white;
}

.admin_text_small {
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif, arial;
}

.admin_image {
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}