html, body, *{
	margin: 0;
	padding: 0;
}
a, a:hover, a:visited {
	text-decoration: none;
}
#background{
	background-color: #969696;
}
#header{
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	height: 63px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-left: 86px;
	margin-bottom: 47px;
}
#header-tsp{
	background: url("../images/des.png") no-repeat scroll top left;
	height: 111px;
	width: 286px;
	float: right;
	margin-right: 86px;
}

#left-menu{
	float: left;
	width: 238px;
}
#logo-container{
	background-color: #FFF;
	position: relative;
	z-index: 12;
}
#logo{
	background: url("../images/des.png") no-repeat scroll bottom left;
	height: 133px;
	width: 155px;
	float: right;
}
.corner{
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;	
}
#pre-left-menu{
	background-color: #FFF;
	position: relative;	
	height: 19px;
	z-index: 11;
}
.left-menu1{
	background-color: #DDDDDD;
	z-index: 10;
}
.left-menu2{
	background-color: #C8C8C8;
	z-index: 9;
}
.left-menu3{
	background-color: #BEBEBE;
	z-index: 8;
}
.left-menu4{
	background-color: #B4B4B4;
	z-index: 7;
}
.left-menu5{
	background-color: #AAAAAA;
	z-index: 6;
}
.left-menu6{
	background-color: #AAAAAA;
	z-index: 5;
}
.left-menu-item{
	position: relative;
	height: 60px;
	margin-top: -16px;
}
.left-menu-item:hover{
	background-color: #FFF;
}
.left-menu-item a{
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
	height: 30px;
	display: block;
	padding: 30px 0 0 80px;
	overflow: hidden;
}

#content{
	background-color: #FFF;
	margin-left: 238px;
	position: relative;
	z-index: 12;
}
#content-top{
	height: 98px;
}
#top-menu{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-left: 20px;
	background: #69a4b7;
	background: -moz-linear-gradient(-45deg,  #69a4b7 0%, #69a4b7 85%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#69a4b7), color-stop(85%,#69a4b7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(-45deg,  #69a4b7 0%,#69a4b7 85%,#ffffff 100%);
	background: -o-linear-gradient(-45deg,  #69a4b7 0%,#69a4b7 85%,#ffffff 100%);
	background: -ms-linear-gradient(-45deg,  #69a4b7 0%,#69a4b7 85%,#ffffff 100%);
	background: linear-gradient(135deg,  #69a4b7 0%,#69a4b7 85%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a4b7', endColorstr='#ffffff',GradientType=1 );
}
.top-menu-item{
	display: inline-block;
	width: 94px;
	vertical-align: top;
	text-align: center;
}
.top-menu-item a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;	
}
.top-menu-item a:hover{
	font-size: 15px;
	font-style: italic;
}
.split.first{
	width: 26px;
	height: 61px;
	margin-top: -15px;
	margin-left: -16px;
}
.split{
	display:inline-block;
	background-color: #FFF;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 7px;
	height: 55px;
	margin-top: -8px;
}
.top-menu-item-before{
	background-color: #FFF;
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 35px solid rgba(255, 255, 255, 0);
	border-right: 20px solid #69A4B7;
	margin-left: -10px;
}
.top-menu-item-after{
	background-color: #FFF;
	display: inline-block;
	width: 0px;
	height: 0px;
	border-bottom: 35px solid rgba(255, 255, 255, 0);
	border-left: 20px solid #69A4B7;
}

#page{
	color: #999999;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	width: 510px;
	margin-left: 59px;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer{
	color: #CCC;
	font-weight: bold;
	text-align: center;
	height: 20px;
}

.clear{
	clear: both;
}
.shadow {
	-moz-box-shadow: -2px 2px 4px #555;
	-webkit-box-shadow: -2px 2px 4px #555;
	box-shadow: -2px 2px 4px #555;
}
.red{
	color: #FF0000;
}
.black{
	color: #000000;
}
.cyan{
	color: #69a4b7;;
}
.center{
	text-align: center;
}
.underline{
	text-decoration: underline;
}
.valign{
	vertical-align: middle;	
}
span.valign{
	height: 100%;
}

h1, h3, h4{
	color: #69a4b7;
}
ul{
	list-style-position: inside;
}
li{
	text-indent: -1em;
	padding-left: 1em;
}
table{
	border-collapse: collapse;
}
table, tr{
	border: none;
}
table td{
	border: 1px solid #999;
}
table td{
	padding: 5px;
}
#page a:link, #page a:active, #page a:visited{
	color: #00F;
}
#page a:hover{
	color: #0077FF;
}

.ultralb img{
	cursor: pointer;
	margin: 10px;
	width: 226px;
}
.price{
	width: 40px;
	text-align: right;
}

#contactform .section form p {margin: 0 0 0 0;}
#contactform .section label {display:block;color:#69A4B7;background:#FFF;}
#contactform .section input.text, #contactform .section textarea.text {
	font-size:13px;
	font-family:arial;
	border:1px solid #999;
	padding:4px;
	background:#fff;
	width:350px;
	margin:0 0 7px 0;
}
#contactform .section input.text:focus, #contactform .section textarea.text:focus {background:#ffffcc}
#contactform .section textarea.text {height:100px}
#contactform .section input.submit {padding:5px 10px;font-weight:bold;background:#69A4B7;border:1px solid #000;color:#eee;}
#contactform .section input.submit:focus, #contactform .section input.submit:hover {color:#69A4B7;background:#FFF;}

#google_translate_element{
	padding: 50px 20px 0 0;
}

.mobile-only{
	display: none;
}

@media screen and (max-device-width: 640px), screen and (max-device-height: 640px) {
	.mobile-hidden{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	h1{
		font-size: 26px;
	}

	#background{
		background-color: transparent;
	}

	#page div, #page div img, #page div object{
		max-width: 100%;
	}
	#page div img, #page div object{
		width: auto !important;
		height: auto !important;
	}
	#left-menu{
		float: none;
		width: auto;
	}
	.left-menu-item{
		margin-top:-12px;
	}
	#content{
		margin: 0;
		position: static; 
		z-index: auto;
	}
	#page{
		margin: 0 0 0 0;
		padding: 10px;
		width: auto;
	}
	.corner{
		-webkit-border-bottom-right-radius: 25px;
		-moz-border-radius-bottomright: 25px;
		border-bottom-right-radius: 25px;
		border-right: 1px solid #999;
	}

	#page tr.mobile-only{
		display: table-row;
	}

	#page .empty td{
		border: none;
	}

	#contactform .section input.text, #contactform .section textarea.text {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;	
		width: 100%;
	}

}