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

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
}

#bg_gradient {
	background-image: url(images/bg.png);
	position: absolute;
	margin:0px;
	padding:0px;
	width: 100%;
	height:375px;
	z-index:-1;
}

#wrapper {
	width:800px;
	height:575px;
}

/*HOME*/

#home_left {
	float:left;
}

#home_logo {
	display:block;
}

#home_menu {
	display:block;
	height: 30px;
	width: 385px;
	overflow: hidden;
}

#home_menu img {
	border:none;	
	display: inline;
}

#home_menu a:hover {
	display: inline;
	position: relative;
	top: -25px;
}

/* GLOBAL */

#logo {
	display:inline;
	float:left;
}

#menu {
	display:inline;
	float:right;
	margin-top:70px;
	height: 30px;
	width: 385px;
	overflow: hidden;
}

#menu img {
	border:none;	
	display: inline;
}

#menu a:hover {
	display: inline;
	position: relative;
	top: -25px;
}

#menu .uberlink {
	display: inline;
	position: relative;
	top: -25px;
	cursor: default;
}

#content {
	width:100%;
	height:400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#about {
	line-height: 20px;
	color: #666666;
	padding: 100px 100px 0px 100px;
	;
	text-align: justify;
}

#submenu {
	display:inline;
	float:left;
	height: 30px;
	width: 300px;
	overflow: hidden;
}

#submenu img {
	border:none;	
	display: inline;
}

#submenu a:hover {
	display: inline;
	position: relative;
	top: -25px;
}

.submenu_down {
	display: inline;
	position: relative;
	top: -25px;
	cursor: default;
}

.submenu_up {
	border:none;	
	display: inline;
}

.details_pad {
	height:22px;
}

.details_photo {
	margin-left:22px;
	margin-right:10px;
	float: left;
	border: 1px solid #999999;
}

.details_size {
	margin: 5px 0px 0px 15px;
	font-size:10px;
	color:#666666;
}

#contact {
	line-height: 20px;
	color: #666666;
	padding: 100px 0px 0px 200px;;
}
	

/*FOOTER*/

#contact_line {
	display:inline;
	text-align: right;
	margin-top:5px;
	float: right;
}

#footer {
	font-size: 10px;
	color: #999999;
	padding-left: 12px;
}
