@charset "UTF-8";
/* CSS Document */

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a.noline:link, a.noline:visited, a.noline:active {
	text-decoration: none;
}

a#menu_designs {
	background-image: url('images/menu_designs.png');
}

a:hover#menu_designs, a#menu_designs.selected {
	background-image: url('images/menuo_designs.png');
}

a#menu_materials {
	background-image: url('images/menu_materials.png');
}

a:hover#menu_materials, a#menu_materials.selected {
	background-image: url('images/menuo_materials.png');
}

a#menu_contact {
	background-image: url('images/menu_contact.png');
}

a:hover#menu_contact, a#menu_contact.selected {
	background-image: url('images/menuo_contact.png');
}

a#menu_links {
	background-image: url('images/menu_links.png');
}

a:hover#menu_links, a#menu_links.selected {
	background-image: url('images/menuo_links.png');
}

a#menu_es {
	background-image: url('images/menu_es.png');
}

a:hover#menu_es, a#menu_es.selected {
	background-image: url('images/menuo_es.png');
}

body {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #111111;
}

div.above {
	position: relative;
	top: -45px;
	left: 0px;
	width: 535px;
}

div.center {
	text-align: center;
}

div.clearer {
	clear: both;
}

div#container {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
	background-image: url('images/bg_container.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
	text-align: left;
}

div#content {
	position: absolute;
	left: 180px;
	top: 190px;
	width: 535px;
}

div#edustries {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url('images/bg_edustries.png');
	background-repeat: no-repeat;
	height: 12px;
	width: 52px;
}

div#edustries a {
	display: block;
	width: 100%;
	height: 100%;
}

div#edustries a span {
	display: none;
}

div#esther {
	position: absolute;
	bottom: 21px;
	right: 16px;
	height: 28px;
	width: 25px;
	background-image: url('images/bg_logo.jpg');
	background-repeat: no-repeat;
}

div#esther a {
	display: block;
	width: 100%;
	height: 100%;
}

div#esther a span {
	display: none;
}

div#home {
	position: absolute;
	left: 373px;
	top: 180px;
}

div.left {
	float: left;
}

div#menu {
	position: absolute;
	top: 190px;
	left: 760px;
	width: 68px;
}

div#menu a {
	width: 68px;
	height: 17px;
	display: block;
	background-repeat: no-repeat;
}

div#menu a span {
	display: none;
}

div#noborder img {
	border: 0px;
}

div#photo {
	position: absolute;
	top:0px;
	left: -20px;
	width: 0px;
	width: 316px;
	text-align: center;
}

div.thumbnail {
	width: 102px;
	height: 102px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.thumbnail div {
	width: 102px;
	height: 102px;
	padding: 0px;
}

div.thumbnail div img {
	/*visibility: hidden;*/
	width: 100px;
	height: 100px;
}

div#thumbs {
	position: absolute;
	top: 0px;
	left: 321px;
	width: 214px;
	height: 214px;
}

h1 {
	display: none;
}

img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

img.noborder {
	border-width: 0px;
}

input.field {
	font-size: 12px;
	color: #ffffff;
	background-color: #111111;
	border: 1px #ffffff solid;
	width: 120px;
}

textarea.field {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #111111;
	height: 70px;
	width: 258px;
	border: 1px #ffffff solid;
}