html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: none;
}

body {
	background-color:#383838;
	font-family: Tahoma;
	font-size: 0.7em;
	margin: 0 auto;
	color: #000;
}

a {
	color: #0099cf;
}

p {
	font-size: 1.1em;
	padding: 5px 0px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ff6c00;
	padding-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00b0ef;
	padding: 4px 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	padding: 4px 0px;
}
h4 {
	clear:both;
	border-bottom: 2px solid #00b0ef;
	font-size: 1.2em;
	font-weight: bold;
	color: #00b0ef;
	padding: 4px 0px;
}
.image {
	border: 1px solid #666;
}
.image-no-border {
	border: none;
}
input, select, textarea {
	font-size: 1em;
	color:#000;
	border: 1px solid #ccc;
}
textarea {
	font-size: 1.2em;
}
.button {
	padding: 2px 5px;
	background-color: #00b0ef;
	color: #fff;
	border: none;
	font-size: 1.1em;
}
.button:hover {
	border: none;
}

.caption2 {
	clear:both;
	float:left;
	width: 20%;
	text-align: left;
	margin-right: 4px;
	padding-top: 3px;
	font-weight: bold;
}
.field2 {
	float:left;
	width: 59%;
}
.lista {
	list-style-type: circle;
	padding-left: 17px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#wrapper {
	width: 812px;
	margin: 0 auto;	
}
#top {
	background-image:url(images/bg-top.jpg);
	width: 812px;
	height: 151px;
	margin-top: 10px;
}
#middle {
	width: 812px;
	height: 123px;
}
#content {
	background-image:url(images/bg-page.jpg);
	background-repeat: repeat-y;
	width: 812px;
}
#bottom {
	background-image:url(images/bg-bottom.jpg);
	width: 812px;
	height: 38px;
}
.copyright {
	float: left;
	width: 400px;
	margin-top: 6px;
	padding-left: 20px;
	color: #666666;
	font-size: 0.9em;	
}
.web-design {
	float: left;
	width: 360px;
	text-align: right;
	margin-top: 6px;
	color: #666666;
	font-size: 0.9em;	
}

#top-title {
	float: left; 
	width: 480px;
	margin-top: 10px;
	margin-left: 10px;
	color: #666666;
	font-size: 0.8em;
	height: 20px;
}
#top-right-title {
	float: left; 
	width: 280px;
	margin-top: 10px;
	margin-left: 20px;
	color: #00b0ef;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align:center;
	height: 20px;
}

.top-menu {
	padding-top: 101px;
	list-style-type: none;

}
.top-menu li {
	float: left;
}
.top-menu a {
	color: #0099cf;
	text-decoration: none;
	padding: 3px 18px;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.top-menu a:hover {
	color: #ff6c00;
	text-decoration: none;
	letter-spacing: 1px;
}
.link-protect {
	display: block;
	float: left;
	width: 270px;
	height: 123px;
}

#left {
	float: left;
	width: 211px;
	padding-left: 6px;
}
#right {
	float: left;
	width: 589px;
}
.left-categ {
	background-image:url(images/bg-categ.jpg);
	width: 201px;
	height: 25px;
	color: #01a5e0;
	font-size: 1.4em;
	padding: 5px 0px 0px 10px;
}


.left-menu li {
	list-style-type: none;
	padding: 5px 12px;
}
.left-menu a {
	color: #0099cf;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.left-menu a:hover {
	color: #ff6c00;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight:bold;
}

.left-login {
	display: block;
	background-image:url(images/client-login.jpg);
	width: 211px;
	height: 71px;
	text-decoration: none;
}


.left-box {
	background-image:url(images/bg-left-box.jpg);
	width: 201px;
	height: 109px;
	color: #ff6c00;
	font-size: 1.2em;
	padding-left: 10px;
	line-height: 1.45em;
}
.left-contact {
	background-image:url(images/bg-phone.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 79px;
	color: #1b396d;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align:center;
	padding-top: 20px;
	padding-left: 80px;
}

.box-special {
	xborder: 1px solid #B0230F;
	background-color:#FFCCCC;
	padding: 8px;
	margin-bottom: 5px;
	color: #003D63;
	xfont-weight: bold;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

