body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

body div {
	border: 0px black solid;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

A {
	border-bottom: 1px dotted blue;
	text-decoration: none;
}

A:hover {
	color: red;
	border-bottom: 1px dotted red;
}

A:visited {
	color: blue;
}

A:visited:hover {
	color: red;
	border-bottom: 1px dotted red;
}

p {
	text-align: justify;
}

#more {
	font-size: smaller;
	margin-left: 20px;
}

#container {
	width: 930px;
	margin: 0 auto;
	border-left: 1px black dotted;
	border-right: 1px black dotted;
}

#header {
	width: 100%;
	clear: both;
	position: relative;
	background: none repeat scroll 0 0 #ff7700;
	height: 80px;
}

#log_wrap {
	float: left;
	position: relative;
	left: 8px;
}

#logo {
	float: left;
	position: relative;
	top: 5px;
}

#logo img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#temi_name {
	float: left;
	display: table;
	margin: auto;
	height: 80px;
	position: relative;
	top: 7px;
	left: 3px;
}

#temi_name div {
	display: table-cell;
	vertical-align: middle;
}

#middle img {
	padding: 15px;
}

#middle hr {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 60%;

}

#menu_wrap {
	float: right;
}

#menu {
	text-align: right;
	margin-top: 55px;
	padding-right: 10px;
	position: relative;
	left: -150px;
}

#menu a:hover {
	color: white;
	border-bottom: 1px dotted white;}

#menu a:visited:hover {
	color: white;
	border-bottom: 1px dotted white
}
#tilde {
	float: right;	padding: 0px;
	margin: 0px;
	height: 23px;
}

#catch_phrase {
	float: right;
	font-style: italic;
	text-align: right;
	color: white;
	background-color: #4c555a;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
}


#middle {
	width: 95%;
	clear: both;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer {
	width: 100%;
	clear: both;
	height: 120px;
	padding: 0px 0px;
	color: #cccccc;
	font-size: smaller;
	background: url("i/footer_bg.gif") repeat-x scroll center top #4c555a;
}

#footer_box h4 {
	color: #FFCC55;
}

#footer_box ul {
	list-style: none outside none;
}

#footer_box a {
	color: white;
	border-bottom: 1px dotted white;
}

#footer_box a:hover {
	color: red;
	border-bottom: 1px dotted white;
}

#footer_box a:visited {
	color: white;
	border-bottom: 1px dotted white;
}

#footer_box {
	width: 140px;
	float: left;
	margin-left: 40px;
}

#footer_box li {
	position: relative;
	left: -35px;
	top: -10px;
}

#copyright {
	clear: both;
	width: 900px;
	margin-left: 15px;
	font-size: smaller;
}

#oferta_col {
	width: 45%;
	height: 100%;
	border: 0px black solid;
	float: left;
}

#oferta_middle {
	width: 10%;
	height: 100%;
	border: 0px black solid;
	float: left;
}

#oferta_box {	
	width: 100%;
	float: left;
}

.pn {
	font-family: Arial Black, monospaced;
	color: #006600;
}

#prod_list li {
	margin-bottom: 5px;
	position: relative;
	left: -15px;
	font-size: smaller;
}

.prod_list_header {
	font-weight: bolder;
	border-bottom: 4px solid #eeeeee;
	font-size: larger;
}

#prod_title {
	font-weight: bold;
	clear: both;
	font-size: larger;
}

#pros {
	clear: right;
	float: right;
	font-family: sans-serif;
	font-size: smaller;
	background-color: beige;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin: 8px;
	width: 200px;
	border: 1px gray dotted;
}

#pros li {
	position: relative;
	top: -5px;
	left: -15px;
}

#pros_header {
	font-family: sans-serif;
	font-weight: bold;
}

#avail {
	font-style: italic;
}

#prod_desc table {
	width: 98%;
}

