﻿/* START CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS reset */

#head {
	padding: 5px;
	line-height: normal;
	font-size: 200%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 5px;
}
h1 {
	margin: 5px;
	font-size: 130%;
	color: #000000;
	padding-top: 5px;
	font-weight:bold;
}
h2 {
	font-size: 110%;
	color: #000000;
	font-weight:bold;
}
p {
	padding: 0.5em;
	font-size: 90%;
}
.list-services {
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 90%;
	line-height: 150%;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content-main {
	color: #000000;
	text-align: left;
	word-spacing: normal;
	padding-left: 5px;
	margin-left: 185px;
	font-size: inherit;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 700px;
	max-width: 950px;
}
.logo {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#information {
	float: left;
	width: 180px;
	background-color: #F1F1F2;
	padding-top: 0px;
	font-size: 80%;
}
#search {
	width: inherit;
	float: inherit;
	clear: both;
	padding-bottom: 1em;
	padding-top: 0.2em;
	font-size: 90%;
	width: 100%;
	background-color: inherit;
}


/* START Navigation Bar */
#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font-size: 110%;
	clear: both;
	margin-bottom: 5px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited #current, #navlist a:hover, #navlist a:active
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover
{ color: #000; }
/* END Navigation Bar */
.image_information {
	padding-top: 2px;
}

/* START table */
.table_price {
	table-layout: auto;
	text-align: center;
	border: 1px solid #000000;
	right: auto;
	left: auto;
	font-size: 90%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

.table_price td {
	border: 1px #000000 solid;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: inherit;
}
/* END table */
/* #search {
	clear: both;
	padding-bottom: 0.5em;
	padding-top: 0.2em;
	font-size: 80%;
	width: 100%;
	background-color: #F1F1F2;
	padding-left: 0.5em;
} */
