@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	color: #999;
}
img{
	border: 0px none #000;
	margin: 0px;
	padding: 0px;
}
ins{ display:none;}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a:hover {
	color: #0099FF;
	background-color: #FFFF00;
	font-weight: bold;

}
.clear {
	clear: both;
}
.rightcol {
	float: right;
	width: 200px;
	height: 400px;
	margin: 20px 20px 0 0;
	
}
.copyright {
	background-color: #F6F6F6;
	line-height: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#wrapper{
	min-height:500px;
	width: 1000px;
}
.rightcol .lang {
	clear: both;
	height: 20px;
	text-align: right;
	font-size: 12px;
}

.content {
	width: 260px;
	float: right;
	margin-right: 30px;
	border-right: 1px solid #A3A3A3;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
}
#showcase {
	width: 681px;
	background-color: #000000;
	padding: 34px;
}

.content ul.contact {
	margin-bottom: 10px;

}
.content ul.contact li {
	line-height: 21px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4E4;
	padding-right: 5px;
}


.content h3 {
	font-size: 22px;
	line-height: 40px;
	font-family: "Trebuchet MS";
	color: #666666;
	font-weight: bold;
}
.content h4 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	line-height: 30px;
	color: #CCCCCC;
	font-weight: bold;
}
.content h5 {
	font-size: 48px;
	line-height: 60px;
	font-family: Impact;
	font-weight: normal;
	text-transform: uppercase;
	color: #eee;
}
.content .cotacttitle {
	line-height: 40px;
	margin-bottom: 15px;
}


.content p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
	text-align: right;
	font-family: "Trebuchet MS";
	color: #999999;
}
.content strong {
	font-size: 12px;
	color: #666666;
}


.logo {
	float: right;
}
.logo a {
	background: url(bg/0606logo.gif) no-repeat;
	height: 115px;
	width: 168px;
	display: block;
	padding: 0px;
}
ul.nav {
	margin-left: 20px;
	font-weight: normal;
	width: 168px;
	float: right;
	text-align: right;
	font-family: Impact;
	right: 0px;
	top: 140px;
	margin-top: 10px;
	height: 350px;
}
.nav a {
	color: #CCCCCC;
	padding: 0px;
	background-color: #FFFFFF;
}
.nav a:hover {
	color: #999999;
	font-weight: normal;
	background-color: #FFFFFF;
}

ul.nav li{
	margin: 4px 0;
	line-height: 18px;
	font-size: 22px;
	font-weight: normal;
}
.nav a.choose {
	font-size: 32px;
	line-height: 36px;
	color: #FF3333;
}

#home {
	height: auto;
	background-attachment: fixed;
	background-image: url(bg/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.content li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 21px;
}
.content ol {
	margin-bottom: 10px;
}
