html {
	background:#aed5f7 url(../images/bkg.png) repeat-x;
}
body { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	height: 100%;
	width: 940px;
	margin: 0 auto;
}

.left { float:left; }
.right { float:right; }
.DO { display:block; overflow:hidden; }
.clear { clear:both; }

a { color:#333; text-decoration:underline; }
a:focus { border: 0; }

#header {
	height: 110px;
	display: block;
	overflow: hidden;
}
	#header #logo{
		height: 58px;
		width: 361px;
		background:url(../images/uds-logo.png) no-repeat;
		margin: 15px 0 0 0;
		float: left;
	}

/* language */
div.selector {
	margin-top: 50px;
	margin-bottom: 0px;
	float: right;
	width: 100px;
	padding-left: 2px;
}
div.selector select {
	width: 100px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
div.selector span {
	width: 100px;
	color: #0074d9;
	font-size: 0.86em;
}
div.selector option {
	font-size: 0.86em;
}

/* menu */		
#menu {
	width: 920px;
	float: right;
	border-top: 1px solid #0074D9;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
	#menu li {
		font-size:1.2em;
		float: right;
		border-left: 1px solid #646464;
		margin-left: 5px;
		padding-left: 5px;
	}
	#menu li.first {
		border-left: 0;
	}
		#menu a {
			color:#646464;
			text-decoration:none;
		}
		#menu a.active {
			color:#0074D9;
		}

/* content */
#content {
	display: block;
	overflow: hidden;
	margin:40px 0 0 20px;
}
	#content .home-image {
		float: left;
		display: block;
		overflow: hidden;
		width: 410px;
		height: 433px;
		text-align: center;
	}
		#content .home-image a {
			cursor: pointer;
		}
	#content h2 {
		color: #004B8B;
		font-size: 2.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#content h3 {
		color: #004B8B;
		font-size: 1.8em;
		font-weight: normal;
		padding-bottom: 10px;
	}
	
		#content h4 {
		color: #004B8B;
		font-size: 1em;
		font-weight: normal;
		padding-bottom: 10px;
	}
	#content.home h2 {
		width: 480px;
		float: left;
	}
	#content.home h3 {
		width: 460px;
		float: left;
		color: #004B8B;
		font-size: 3.0em;
		padding:0 0 20px 20px;
	}
		#content.home h4 {
		width: 460px;
		float: left;
		color: #004B8B;
		font-size: 2em;
		padding:0 0 40px 20px;
		}
	#content p {
		color: #004B8B;
		font-size: 1.2em;
		padding-bottom: 10px;
	}
	#content.home p {
		float: left;
	}
		#content.home p a {
			color: #004B8B;
			margin-left: 30px;
			font-weight: bold;
		}
	#content ul {
		width: 460px;
		float: left;
		color: #004B8B;
		font-size: 1.4em;
		padding:0 0 40px 20px;
	}
		#content ul .download {
			padding-top:100px;
		}
	
	#stores {
		border-top: 1px solid #0074D9;
		clear: left;
		width: 100%;
		display: block;
		overflow: hidden;
		padding-top: 10px;
	}
		#stores p {
			padding-bottom: 10px;
			float: left;
			width: 140px;
			text-align: center;
		}
		#stores p.first {
			padding-left: 318px;
		}
			#content.home #stores p a {
				margin: 0;
			}

/* gallery */
#gallery {
	float: left;
	height: 350px;
	width: 355px;
	padding: 10px 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
	#gallery ul {
		border-bottom: 1px solid #0074D9;
	}
	#gallery.contact ul {
		border-bottom: 0;
	}
		#gallery li img {
			height: 320px;
		}
	#gallery #btns {
		clear: left;
		width: 100px;
		text-align: center;
		padding-top: 10px;
	}
		#gallery #btns {
			clear: left;
			width: 60px;
			padding-top: 5px;
			margin: 0 auto;
			height: 15px;
			display: block;
			overflow: hidden;
		}
		#gallery #btns span {
			background: url(../images/btn-image.png) no-repeat;
			float: left;
			cursor: pointer;
			height: 15px;
			width: 20px;
		}
		#gallery #btns span.last {
			background: none;
			width: 0;
		}
	
	#gallery-text {
		float: left;
		padding:10px 10px 20px 20px;
		width:530px;
	}
	 	#gallery-text span {
			color: #646464;
		}

/* form */
form {
	padding-top: 50px;
}
label {
	font-size: 1.2em;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	margin-top: 13px;
	color: #004B8B;
}
input.text, textarea {
	font-size: 1.2em;
	float: left;
	width: 200px;
	border: 1px solid #0074d9;
	margin-top: 10px;
	padding: 3px 5px;
}
input.error, textarea.error {
	border: 1px solid #ff0000;
}

input.submit {
	font-size: 1.2em;
	float: left;
	border: 1px solid #0074d9;
	background-color: #0074d9;
	margin: 10px 0 0 210px;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
}
div.error {
	float: left;
	padding-left: 210px;
	clear: left;
	color: #ff0000;
}
.sended {
	float: left;
	color: #004B8B;
	font-size: 2.0em;
	padding:100px 0 0 100px;
}


/* footer */
#footer {
	border-top: 1px solid #0074D9;
	clear: left;
	margin: 10px 0 0 20px;
	padding-top: 5px;
}
	#footer p {
		width: 100%;
		text-align: center;
		font-size: 1em;
	}
		#footer p a {
			text-decoration: none;
			border-left: 1px solid #646464;
			color: #646464;
			padding-left: 3px;
			margin-left: 1px;
		}
		#footer p a.first {
			border-left: 0;
		}
		#footer span {
			color: #646464;
		}

#tooltip {
	position:absolute;
	z-index:300;
	background-color: #004B8B;
	color:#ffffff;
	padding:5px 10px;
	font-size: 1.2em;
}
