/*
	TECHNETCAL Website system v2.5
	Designed by Design Team of TECHNETCAL
*/

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background:url("grey/body_background.png") repeat-x #f3f4f4;
	}
img {
	border:0px;
	}
a {
	color:#0F5494;
	text-decoration:none;
	}
a:hover {
	color:#0F5494;
	text-decoration:underline;
	}
.clear {
	clear:both;
	}
h3.heading3 {
	margin-top:0px;
	}
p.spacing {
	letter-spacing:1px;
	line-height:18px;
	}

/* Header */
#header {
	width:100%;
	height:219px;
	background:url("grey/background.png") no-repeat center;
	}
#header-bar {
	margin:auto;
	width:950px;
	height:69px;
	}
#header-bar h1 {
	margin:0px;
	padding:0px;
	background:url("grey/header_logo_gray.png") no-repeat;
	width:262px;
	height:69px;
	float:left;
	}
#header-bar h1 a {
	text-indent:-100000px;
	display: block;
	width:100%;
	height:100%;
	}
#header-menu {
	float:left;
	width:auto;
	height:100%;
	}
#header-menu ul.menu {
	margin:0px;
	padding:0px;
	}
#header-menu ul.menu li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	display: block;
	width:119px;
	height:69px;
	}
#header-menu ul.menu li a {
	color:#a29494;
	display: block;
	width:100%;
	height:66%;
	padding-top:17%;
	text-align:center;
	background:url("grey/menu_item_bg.png");
	}
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.selected {
	display: block;
	text-decoration:none;
	background:url("grey/menu_item_bg_hover.png");
	}
#menu-search {
	float:left;
	width:151px;
	height:69px;
	padding:18px 0px 0px 25px;
	background:url("grey/menu_background.png") repeat-x;
	}
#menu-search form {
	margin:0px;
	padding:0px;
	}
#menu-search input {
	width:100px;
	height:17px;
	border:1px solid #e6e0e0;
	color:#a29494;
	font-size:90%;
	padding:2px 5px;
	}
#menu-search input:focus {
	border:1px solid #b4a7a7;
	color:#786767;
	font-size:100%;
	}
#header-right {
	float:left;
	background:url("grey/menu_rightbg.png") no-repeat right;
	width:36px;
	height:69px;
	}

/* Page */
.page {
	width:100%;
	}

/* Footer */
.ads {
	margin:20px auto 0px auto;
	width:100%;
	text-align:center;
	}
.footer_bottom {
	margin-top:10px;
	width:100%;
	height:8px;
	background:url("grey/footer_bg.png") repeat #939a9a;
	}
#footer-link-list {
	margin:0px 0px 0px 8px;
	padding:0px;
	float:left;
	}
#footer-link-list2 {
	margin:0px 8px 0px 0px;
	padding:0px;
	float:right;
	}
#footer-link-list li,#footer-link-list2 li {
	list-style-type:none;
	float:left;
	margin:0px 10px 3px 0px;
	padding:0px 10px 0px 0px;
	border-right:1px solid #DDDDDD;
	}
#footer-link-list li:last-child, #footer-link-list2 li:last-child {
	border:none;
	}
#footer-link-list2 li:last-child {
	margin-right:3px;
	padding:0px;
	}
#footer-link-list li a,#footer-link-list2 li a {
	font-size:85%;
	color:#615d5d;
	}
#footer-cr {
	width:950px;
	font-size:75%;
	color:#777777;
	margin:8px auto 0px auto;
	}
#footer-link {
	border-bottom:1px solid #DDDDDD;
	width:950px;
	margin:10px auto 0px auto;
	}
#footer-cr .left {
	float:left;
	margin-left:8px;
	}
#footer-cr .right {
	float:right;
	margin-right:8px;
	}
#footer-cr .right a {
	color:#615d5d;
	}

/* Main */
.main {
	width:950px;
	margin:20px auto;
	}
.breadcrumb {
	display:none;
	}
.breadcrumb a {
	color:#615d5d;
	}
.wrap {
	margin-top:10px;
	width:950px;
	}
.wrap_top {
	width:100%;
	height:24px;
	background:url("grey/wrap_layout_top.png") #f3f4f4;
	}
.wrap_bottom {
	width:100%;
	height:27px;
	background:url("grey/wrap_layout_bottom.png") #f3f4f4;
	}
.wrap_main {
	width:100%;
	background:url("grey/wrap_layout_bg.png") #FFFFFF;
	}
.wrap_main_left {
	width:220px;
	float:left;
	}
.wrap_main_right {
	width:690px;
	float:right;
	padding:0px 20px;
	overflow:hidden;
	}
.wrap_main_left ul {
	margin:0px;
	padding:0px;
	}
.wrap_main_left ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:220px;
	height:27px;
	}
.wrap_main_left ul li a {
	display: block;
	width:100%;
	height:100%;
	line-height:27px;
	background:url("grey/sidebar_bg.png") no-repeat;
	padding:0px 0px 0px 30px;
	color:#777a7c;
	}
.wrap_main_left ul li a:hover {
	background:url("grey/sidebar_hoverbg.png") no-repeat;
	color:#3f4244;
	text-decoration:none;
	}
.wrap_main_left ul li.selected a {
	background:url("grey/sidebar_selectedbg.png") no-repeat;
	color:#4e5153;
	text-decoration:none;
	}
.wrap_main_left ul li h3 {
	margin:0px;
	padding:0px;
	font-size:110%;
	}

.wrap_main_left .liveimg {
	border-top:1px solid #F3F3F3;
	margin:5px 5px 5px 20px;
	padding:8px 0px 0px 25px;
	}

/* No sidebar */
.wrap_top_nosb {
	width:100%;
	height:24px;
	background:url("grey/wrap_layout_top_noside.png") #f3f4f4;
	}
.wrap_bottom_nosb {
	width:100%;
	height:27px;
	background:url("grey/wrap_layout_bottom_noside.png") #f3f4f4;
	}
.wrap_main_nosb {
	width:100%;
	background:url("grey/wrap_layout_bg_noside.png") #FFFFFF;
	}
.wrap_main_nosb_in {
	width:890px;
	padding:0px 30px;
	overflow:hidden;
	}

/* Box */
.wrap_main_nosb_in .box {
	width:400px;
	}
.wrap_main_nosb_in .boxwide {
	width:100%;
	}
.wrap_main_right .box {
	width:330px;
	}
.wrap_main_right .boxwide {
	width:660px;
	}
.box {
	border: 1px solid #e7eaea;
	float:left;
	margin-right:8px;
	}
.boxwide {
	float:none;
	margin-right:0px;
	}
.box .header {
	background:url("grey/box_header.png") repeat-x;
	margin:0px;
	padding:0px;
	height:21px;
	font-size:110%;
	border-bottom: 1px solid #e7eaea;
	padding:4px 0px 0px 7px;
	color:#504949;
	}
.box .content {
	padding:8px;
	font-size:95%;
	background:url("grey/box_content_bg.png") repeat-x bottom;
	}
.box .content .news {
	width:99%;
	float:left;
	margin-bottom:8px;
	}
.box .content .news h4 {
	margin:0px;
	padding:0px;
	font-size:115%;
	}
.box .content .news span.date {
	font-size:90%;
	color:#5b5656;
	}
.box .content .more {
	font-weight:bold;
	text-decoration:underline;
	text-align:right;
	margin-bottom:2px;
	}
.roundbox {
	width:670px;
	height:125px;
	background:url("grey/box_round_bg.png") no-repeat;
	margin:0px 0px 15px 2px;
	}
.news-list {
	margin:0px;
	padding:0px;
	}
.news-list li {
	list-style-type:none;
	background:url('grey/list_icon.png') no-repeat;
	background-position:0px 4px;
	border-bottom:1px solid #d2cece;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
	font-size:100%;
	font-weight:bold;
	}
.news-list li .date {
	font-size:75%;
	font-weight:normal;
	margin-left:10px;
	color:#7C7E81;
	}

/* History */
dl.history {
	margin:0px;
	padding:0px;
	}
dl.history dt {
	float:left;
	font-weight:bold;
	color:#504D4D;
	}
dl.history dd {
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:1px solid #F0EAEA;
	}

/* Partners */
.partners {
	width:49%;
	float:left;
	text-align:center;
	margin:auto;
	}

/* Services */
.servicescat_list {
	width:99%;
	}
.servicescat_list img {
	float:left;
	}
.servicescat_list .right {
	float:right;
	width:83%;
	}
.servicescat_list .right h4 {
	margin:0px;
	}
.servicescat_list .more {
	float:right;
	}
.bottomline {
	border-bottom:1px dotted #787878;
	margin-bottom:5px;
	padding-bottom:5px;
	}

/* Contact */
.contact-list {
	margin:0px;
	padding:0px;
	}
.contact-list li {
	list-style-type:none;
	background:url('grey/list_icon.png') no-repeat;
	background-position:0px 3px;
	border-bottom:1px solid #d2cece;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
	}
.contact-heading {
	margin:20px 0px 10px 0px;
	font-size:120%;
	}

/* TOS */
div.tos ul, div.tos ol {
	margin:0px;
	}
div.tos ul li, div.tos ol li {
	margin:3px 0px;
	}
div.tos h1, div.tos h2, div.tos h3, div.tos h4, div.tos h5, div.tos h6 {
	margin:10px 0px 8px 0px;
	}

/* Compare Table */
table.comparetable {
	width:100%;
	border-top:1px solid #e1dddd;
	border-right:1px solid #e1dddd;
	background:#FFFFFF;
	border-collapse:collapse;
	}
table.comparetable caption {
	display:none;
	}
table.comparetable thead {
	text-align:center;
	font-size:115%;
	color:#3e3d3d;
	background:url("grey/table/thead_bg.png") repeat-x;
	}
table.comparetable th, table.comparetable td {
	padding:5px;
	border-left:1px solid #e1dddd;
	border-bottom:1px solid #e1dddd;
	}
table.comparetable tbody tr.row1 th, table.comparetable tbody tr.row2 th {
	text-align:left;
	width:16%;
	background:#FBFBFB;
	color:#3a3838;
	}
table.comparetable tbody tr.row1 td, table.comparetable tbody tr.row2 td {
	text-align:center;
	}
table.comparetable tbody th.group_head {
	background:url("grey/table/group_head_bg.png") repeat-x;
	color:#3e3d3d;
	}

/* Multibox */
.multibox {
	width:670px;
	background:url("grey/multibox/box_bottom.png") no-repeat bottom;
	padding-bottom:20px;
	}
.multibox .element {
	clear:both;
	background:url("grey/multibox/box_middle.png") repeat-y;
	padding:8px 15px;
	}
.multibox .element h3 {
	display:none;
	}
.multibox .element .more {
	text-align:right;
	}
.multibox .menu {
	width:100%;
	height:36px;
	background:url("grey/multibox/box_top.png") no-repeat;
	}
.multibox .menu ul {
	margin:0px;
	padding:10px 0px 0px 25px;
	}
.multibox .menu li {
	margin:0px 5px 0px 0px;
	padding:5px 5px 2px 5px;
	list-style-type:none;
	float:left;
	color:#717171;
	}
.multibox .menu li.selected {
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	-webkit-border-radius-topleft:10px;
	background:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	color:#3c3c3c;
	border:solid #d7d5d5;
	border-width:1px 1px 0px 1px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
.multibox .menu li {padding-bottom: 3px;}
}

/* Contact */
.half_left {
	width:49%;
	float:left;
	}
.half_right {
	width:49%;
	float:right;
	}
