@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-image:url(../images/bg.jpg);
	margin:0;
}

h1 {
	font-size:30px;
	margin:0 0 0 25px;
	padding:2px 0 0 0;
}

h1 a {
	color:#ffffff;
	text-decoration:none;
}

h2 {
	font-size:18px;
	margin:10px 0 0 0;
	padding:0;
}

h3 {
	font-size:12px;
	margin:0 0 2px 0;
	padding:0;
}

#wrapper {
	width:960px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 5px;
	border:#999 5px solid;
	border-top:0;
	border-bottom:0;
	display:table;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:260px;
}

#languages {
	margin:12px 55px 0 0;
	padding:0;
	list-style:none;
	float:right;
}

#languages li {
	float:left;
	margin-right:15px;
}

#languages li a {
	color:#ffffff;
	text-decoration:none;
}

#languages li a:hover {
	text-decoration:underline;
}

#navigation {
	background-image:url(../images/footer.jpg);
	color:#cccccc;
	padding:20px;
	margin:10px 0;
	overflow:auto;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

#navigation li {
	margin-right:20px;
	float:left;
}

#navigation li a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#navigation li a:hover {
	text-decoration:underline;
}

#contents {
	margin:25px 10px;
	overflow:auto;
}

#contents div {
	float:left;
}

#contents #left {
	width:600px;
	padding:0 10px 10px 10px;
}

#contents #right {
	width:300px;
	background-color:#dddddd;
	background-image:url(../images/rightTop.gif);
	background-repeat:no-repeat;
	padding:10px 10px 0 10px;
}

#contents #right ul {
	/*background-image:url(../images/services.jpg);*/
	background-position:bottom right;
	background-repeat:no-repeat;
}

#contents #left #half {
	width:270px;
	margin-right:30px;
}

#contents #left #full {
	width:570px;
	margin-right:30px;
}

#contents form {
	width:300px;
	float:right;
}

#contents form label {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

#contents form label input {
	width:100%;
	background-color:#eeeeee;
	border:#666666 1px solid;
	font-size:12px;
	padding:1px;
}

#contents form label textarea {
	width:100%;
	height:50px;
	background-color:#eeeeee;
	border:#666666 1px solid;
	font-size:12px;
	padding:1px;
}

#contents form button {
	color:#ffffff;
	background-color:#333333;
	border:0;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding:1px 20px 3px 20px;
}

#contents #map {
	width:100%;
	height:350px;
	border:#999999 5px solid;
	margin-top:20px;
}

#contents #right #projects li img {
	border:#999999 3px solid;
	margin-right:5px;
	padding:1px;
	float:left;
}

#contents #full #projects li {
	clear:both;
	overflow:auto;
}

#contents #full #projects li img {
	border:#999999 3px solid;
	margin-left:10px;
	padding:1px;
	float:right;
}

#contents ul {
	margin:0;
	padding:0;
	list-style:none;
}

#contents ul li {
	font-size:11px;
	margin:10px 0;
}

#contents ul li p {
	font-size:11px;
	margin:0;
}

#contents ul li a {
	color:#333333;
	font-weight:bold;
}

#contents ul li a:hover {
	color:#ff0000;
}

#footer {
	background-image:url(../images/footer.jpg);
	color:#cccccc;
	padding:20px;
	margin-bottom:25px;
}

#footer a {
	color:#cccccc;
	font-size:10px;
	font-weight:bold;
	margin:0 5px;
}

#footer a:hover {
	color:#ffffff;
}

#footer span {
	float:right;
}


#productPhoto {
	width:120px;
	height:120px;
	border:#999999 5px solid;
	float:left;
	margin:10px 10px 0 0;
}
#productPhoto img {
	border:0;
}