﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

/************** top menu ***************/
.topMenuCSS
{
	position: relative;
	padding: 0 10px;
	margin: 0;
	width: 260px;
	list-style: none;
}
.topMenuCSS li
{
	padding: 0;
	list-style: none;
	list-style-image: none;
}
.topMenuCSS li a 
{
	font-family: Trebuchet MS, Times New Roman;
	font-size: 13px;
	text-transform: uppercase;
	color: #505050;
	display: block;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	cursor: pointer;
	border-bottom: solid 1px #e1e1e1;
}
.topMenuCSS li a:hover, .topMenuCSS li.current a
{
	color: #000;
	background: url(Images/arrow-2.png) no-repeat center right;
}
.topMenuCSS li.current a 
{
	font-weight: bold;
}
/************** Buttons *****************/
.buttonContact 
{
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	display: block;
	width: 108px;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
a.buttonContact
{
	background: url(Images/button-contact.png) top left;
	text-decoration: none;
	color: #fff;
}
a.buttonContact:hover
{
	background: url(Images/button-contact.png) top right;
	text-decoration: none;
	color: #fff;
}
.buttonOk 
{
	float: left;
	margin-top: 8px;
	padding-left: 19px;
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-transform: uppercase;
}
a.buttonOk
{
	background: url(Images/button-ok.png) top left;
	text-decoration: none;
	color: #fff;
}
a.buttonOk:hover
{
	background: url(Images/button-ok.png) top right;
	text-decoration: none;
	color: #fff;
}
/************** Others *******************/
.clearFloat 
{
	clear: both;
}
.textBig 
{
	font-size: 16px;
}
.text3 
{
	font-size: 10px;
}
a.btnLangZH:visited
{
	font-size: 88px;
}
