/* CSS Document */

body {
	margin:30px 0px auto auto;
	background-color:#f9faf2;
	font-family:Helvetica;
	font-size:10px;
	text-align:center;
	background-image:url(../imgs/bg_texture.jpg);
	background-position:center;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}

ul {
	margin-top:8px;
	margin-left:16px;
	margin-bottom:10px;
}
li {
	list-style:square;
	text-align:justify;
	list-style-image:url(../imgs/list.gif);
}

#product_list {
	font-weight:bold;
	text-align:left;
}
#product_list a:link,a:visited {
	color:#000000;
	text-decoration:none;
}

#product_list a:hover {
	text-decoration:none;
}
#footer {
	width:842px;
	text-align:right;
	margin-top:5px;
	color:#f1f1f1;
}

#main_table {
	width:731px;
	height:480px;
}
#main_table_2 {
	width:750px;
	height:569px;
}
#text_content {
	padding-top:7px;
	text-align:justify;
}
#table_contacts td {
	color:#0092d2;
	font-weight:bold;
	font-style:oblique;
	font-size:12px;
}
.title {
	height:15px;
	color:#0090d2;
	font-family:"Helvetica";
	font-style:italic;
	font-weight:bold;
	font-size:15px;
}

#loghi_tab td {
	border:#999999 solid 1px;
	background-color:#ededee;
}

input {
	font-family:Helvetica;
	font-size:10px;
	height:20px;
	border:#cccccc solid 0px;
	width:264px;
	background-color:transparent;
	background-image:url(../imgs/bg_input.png);
	background-repeat:no-repeat;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
}

textarea {
font-family:Helvetica;
	font-size:10px;
	border:#cccccc solid 1px;
	width:264px;
}

.btn_action {
	padding-top:3px;
	text-align:center;
	width:69px;
	height:21px;
	color:#FFFFFF;
	background-image:url(../imgs/bg_button.png);
	background-repeat:no-repeat;
}

.btn_action a:link,a:hover,a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.btn_action a:hover {
	text-decoration:underline;
}

a:link {
	color:#0090d2;
}
a:visited {
	color:#000000;
}