/*GENERAL*/
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #006666;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #33CCCC;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
img, input {
	border: none;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.left_spaced {
	float: left;
	padding: 5px;
}
img.right_spaced {
	float: right;
	padding: 5px;
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
/*LAYOUT*/
#container {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	position: relative;
	background: url("../images/bg_logo.jpg") no-repeat;
	width: 760px;
	height: 191px;
}
#logo {
	position: absolute;
	top: 10px;
	width: 437px;
	height: 144px;
	float: left;
}
/*IMAGES*/
#image_top {
	position: absolute;
	width: 323px;
	height: 191px;
	right: 0px;
		background: url("../images/th_inicio.jpg") no-repeat;
	z-index: 5;
}
#image_top * {
	width: 100%;
	height: 100%;
}
.inicio {
	background: url("../images/th_inicio.jpg") no-repeat;
}
.servicios {
	background: url("../images/th_servicios.jpg") no-repeat;
}
.productos {
	background: url("../images/th_productos.jpg") no-repeat;
}
.clientes {
	background: url("../images/th_clientes.jpg") no-repeat;
}
.contacto {
	background: url("../images/th_contacto.jpg") no-repeat;
}
#wm {
	background: url("../images/servicioswm.jpg") no-repeat;
	border: 1px solid #ccc;
}
/*MENU*/
#menu {
	background: url(../images/menu_bg.jpg) repeat-x;
	position: absolute;
	width: 437px;
	height: 34px;
	top: 144px;
	left: 0px;
}
#menuleft {
	width: 14px;
	height: 34px;
	float: left;
	background: url("../images/menu_left.jpg") no-repeat;
}
#menucorner {
	width: 47px;
	height: 47px;
	float: right;
	background: url("../images/menu_corner.jpg") no-repeat;
}
#items {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 26px;
	float: left;
	margin: 0 0 0 10px;
	padding-left: 5px;
}
.butt {
	display: inline;
}
.butt a {
	top: 0;
	left: 0;
}
.butt a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
#tab {
	position: relative;
	height: auto;
	float: left;
}
/*HEADER*/
#header_box {
	background: url(../images/head_px.jpg) repeat-x;
	position: absolute;
	width: 323px;
	height: 47px;
	top: 144px;
	right: 0px;
}
#header_title {
	background: url(../images/head_title_px.jpg) repeat-x;
	position: absolute;
	width: auto;
	max-width: 300px;
	min-width: 120px;
	height: 29px;
	bottom: 0px;
	right: 0px;
	text-align: center;
}
#header_title img {
	padding: 5px;
}
#headerleft {
	width: 15px;
	height: 29px;
	float: left;
	background: url("../images/head_left.jpg") no-repeat;
}
#headeright {
	width: 24px;
	height: 29px;
	float: right;
	background: url("../images/head_right.jpg") no-repeat;
}
/*CONTENTS*/
#content {
	position: relative;
	height: 90%;
	width: 760px;
	background-color: #FFF;
}
.text_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	height: auto;
	top: inherit;
	margin: 5px;
	padding: 10px;
	z-index: 1;
	text-align: justify;
}
.text_block ul li {
	text-align: left;
}
.text_block a:hover {
	color: #006;
}
div#t1.text_block {
	background-image: url(../images/bg_panel.jpg);
	background-repeat: repeat-x;
}
div#t2.text_block {
	background-image: url(../images/bg_panel2.jpg);
	background-repeat: repeat-x;
}
div#tab .text_block {
	width: 360px;
	min-height: 170px;
}
/*FONTS N COLORS*/
.title_big {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.title_medium {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	font-size: 12px;
}
/*FORMS*/
input {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.deftextfield {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background: #FFF url(../images/bg_field.jpg) no-repeat;
	border: 1px solid #69C;
}
.butt {
	display: inline;
}
.butt a, input {
	top: 0;
	left: 0;
}
.butt a:hover, input:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
.deftextarea {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background: #FFF url(../images/bg_area.jpg) repeat-x;
	border: 1px solid #69C;
}
#footer {
	width: 760px;
	height: auto;
	clear: both;
	margin: 20px 0;
	text-align: center;
}
#shibumi {
	width: 760px;
	height: auto;
	text-align: center;
}

