@CHARSET "UTF-8";


html, body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/*
--------------- PAGE --------------*/

a {
	color: #000;
	text-decoration: underline;	
}

#page {
	background-color: #eee;
	margin: 0 auto;
	padding-top: 10px;
	width: 954px;
}

/*
--------------- HEADER ---------------------*/

#header {
	background-color: #fff;
	height: 116px;
	width: 954px;	
}

#languages {
	float: right;
	padding-top: 28px;
	padding-right: 19px;
}

#logo {
	float: left;
	padding: 16px 0 0 1px;	
}


/*
------------- MENU ------------------*/

#menu {
	background-color: #fff;
	border-bottom: 1px solid #7f6f5f;
	height: 36px;
	width: 954px;
}

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

#menu ul li.first {
	float: left;
	padding: 8px 10px 0 0;
}

#menu ul li {
	float: left;
	padding: 8px 10px 0;
}

/*
------------- SUBMENU -------------*/

ul#submenu {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 22px 0 0 0;	
}

ul#submenu li {
	background: url(../img/bullet.gif) left 40% no-repeat;
	display: block;
	padding: 5px 0 5px 15px;
		
}

/*
---------- CONTAINER -------------*/

#container {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 954px;
}

#container > table {
	width: 954px;	
}

#main {
	padding: 23px 19px 23px 29px;	
}

#main .print {
	float: right;	
}

#main .print a { color: #666666; font-family: Tahoma; font-size: 11px; }

#main > h2 {
	padding-bottom: 22px;	
}

.main-content {
	line-height: 1.5em;
	padding: 0 15px;	
}


.main-content h2 {
	padding: 20px 0 15px;	
}

.main-img {
	padding: 8px 0;	
}

.main-img img {
	/*border: 1px solid #fff;*/	
}

#content {
	line-height: 1.5em;
	width: 671px;
}

#content p, .main-content p {
	padding-bottom: 15px;	
}

#content ul {
	list-style: disc outside;
	margin: 0 0 0 15px;	
	padding: 0;
}

#feedback {
	margin-left: 100px;	
}

/*
------------- FOOTER --------------*/

#footer {
	background-color: #fff;
	border-top: 1px solid #7f6f5f;
	float: left;
	width: 954px;
}

#footer .footer {
	color: #666666;
	float: left;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 28px;
}

#footer .links {
	float: right;
	padding-top: 5px;
	padding-right: 7px;
}

/*
------------ GALLERY ------------*/
	
#gallery-list {
	background-color: #fff;
	border: 1px solid #eee;
	height: 118px;
	margin: 22px 13px 0;
	width: 196px;
}

#gallery-list img.image {
	border: 1px solid #ebebeb;
	float: left;
	height: 80px;
	width: 80px;	
	margin: 13px 0 0 13px;
} 

#pics {
	float: right;
	height: 80px;
	margin: 15px 8px 0 0;
	text-align: left;	
	width: 84px;
}

#pics a {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	height: 21px;
	margin: 0 4px 4px 0;
	width: 22px;	
}

#pics a:hover {
	background-color: #fff;
}

#pics a.visited {
	background-color: #fff;
	border: 1px solid #969696;
}

#gallery-list .navpages {
	clear: right;
	float: right;
	padding-right: 8px;
	padding-top: 5px;	
	width: 90px;
}

#gallery-list .navpages a.left {
	float: left;
	margin-right: 10px;
}

#gallery-list .navpages a.right {
	float: right;
	margin-left: 10px;
}

#gallery-list .navpages div {
	color: #ccc;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	margin-top: -1px;
	text-align: center;
}

#gallery-list .number {
	clear: left;
	color: #666666;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 16px;
	text-align: center;
	width: 78px;	
}

/*
-------------- Sitemap -------------------*/

a.map-1 {
	display:block;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 4px 20px;
	font-size: 12px;
	font-weight:bold;
	color:#000;
}

a.map-2 {
	display:block;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 3% center;
	padding:1px 0 3px 35px;
	font-size:11px;
	color:#000;
}

a.map-3 {
	display:block;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5% center;
	padding:1px 0 6px 58px;
	font-size:11px;
	color: #000;
}

a.map-1:hover,
a.map-2:hover,
a.map-3:hover {
	text-decoration:underline;
}


/*
---------------- Dimension -----------*/

#dimension {

}

#dimension .result, #dimension .result2 {
	float: right;
	padding-right: 30px;
}

#dimension .result > table, #dimension .result2 > table {
	margin-top: 5px;
	margin-right: 30px;
}

#dimension > .table1, #dimension > .table2 {
	margin-bottom: 20px;
}

#dimension > .table1 h1, #dimension > .table2 h1 {
	font-size: 14px;
	font-weight: bold;
}

#dimension > .table1 div, #dimension > .table2 div {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 15px;
}

#dimension > .table1 div.values, #dimension > .table2 div.values2 {
	padding-left: 50px;
	padding-bottom: 10px;	
}

#dimension > .table1 #result, #dimension > .table2 #result2 {
	color: #F70086;
	font-size: 20px;
	font-weight: bold;	
}

#dimension > .table1 input, #dimension > .table2 input {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	height: 19px;
	padding: 5px 2px 0 2px;
	text-align: center;
	width: 35px;
}

#dimension .result-table1 {
	border-collapse:separate;
	border-spacing:0;
	text-align:center;
	width: 100%;
}

#dimension .result-table1 th {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

#dimension .result-table1 tr {
	height: 20px;	
}

#dimension .result-table1 tr.row-white {
	background-color: #f5f5f5;	
}

#dimension .result-table1 td, #dimension .result-table2 td {
	border-bottom: 1px solid #ccc;	
}

#dimension .result-table1 td.td-title, #dimension .result-table2 td.td-title {
	border-left: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

#dimension .result-table1 td.last, #dimension .result-table2 td.last {
	border-right: 1px solid #ccc;	
}

#dimension .result-table2 {
	text-align:center;
}

#dimension .result-table2 th {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

#dimension .result-table2 tr {
	height: 20px;	
}

#dimension .result-table2 tr.row-white {
	background-color: #f5f5f5;	
}

#dimension .result-table2 td.td-title {
	font-weight: bold;
	text-align: center;
}
