/* CSS Document */

/* HTNL TAGS */

body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	scrollbar-face-color: #fafafa;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #f0f0f0;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #333333;
}

ul {
	list-style-type: square;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

/* LAYERS */

#mainDiv {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

#contentDiv {
	width: 955px;
	margin: 10px auto;
}

#headerDiv {
	width: 955px;
	height: 150px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#menuSep {
	float: left;
	width: 102px;
	height: 20px;
}

#menuLang {
	float: left;
	width: 102px;
	height: 20px;
	text-align: center;
	vertical-align: top;
	line-height: 18px;
}

#menuDiv {
	float: left;
	width: 955px;
	height: 20px;
	text-align: center;
	background-image: url("../images/menu_background.png");
	background-repeat: no-repeat;
}

#middleDiv {
	float: left;
	background-image: url("../images/border_left.gif");
	background-position: left 50%;
	background-repeat: repeat-y;
}

#middleDiv2 {
	float: left;
	background-image: url("../images/border_right.gif");
	background-position: right 50%;
	background-repeat: repeat-y;
}

#middleDiv #middleDiv2 #leftPart {
	width: 10px;
	height: auto;
	min-height: 20px;
	float: left;
/*
	background-image: url("../images/border_left_gradient.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	
	*/
}

#middleDiv #middleDiv2 #centerPart {
	width: 935px;
	float: left;
	background-color: #fff;
}

#middleDiv #middleDiv2 #centerPart #pathDiv {
	width: 935px;
	height: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	/*
	background-image: url("../images/middlePath.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	*/
}

#middleDiv #middleDiv2 #centerPart #textDiv {
	width: 935px;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#middleDiv #middleDiv2 #rightPart {
	width: 10px;
	height: auto;
	min-height: 20px;
	float: right;
	/*
	background-image: url("../images/border_right_gradient.jpg");
	background-position: left top;
	background-repeat: no-repeat;
*/
}

#footerDiv {
	width: 955px;
	height: 20px;
	background-image: url("../images/border_bottom.gif");
}

#copyright {
	height: 20px;
	font-size: 10px;
	color: #333333;
	padding-top: 6px;
	padding-right: 20px;
	text-align: right;
}

#copyright a {
	color: #333333;
	text-decoration: none;
}

#copyright a:hover {
	color: #000000;
}

#textDiv p {
	padding: 0px;
	text-align: justify;
}

#mapSmall {
	float: right;
}

#map {
	width: 640px;
	height: 535 px;
	background-color: #fff;
}

#map #cont {
	border: #003366 solid 1px;
	padding: 0px;
	margin: 0px;
}

#map #close {
	text-align: center;
	border: #003366 solid 1px;
	padding: 0px;
	margin: 0px;
}

#phone {
	font-weight: normal;
}

table.forms {
	border: #990000 solid 1px;
}

th.forms {
	background-color: #990000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
}

td.forms {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

input.text {
	border-left: #333333 solid 1px;
	border-top: #333333 solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

input.button{
	border-left: #cccccc solid 1px;
	border-top: #cccccc solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

textarea.text {
	border-left: #333333 solid 1px;
	border-top: #333333 solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

/* PRODUCTS */

.products {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.products {
	border: #990000 solid 1px;
}

th.products {
	border: #990000 solid 1px;
	background-color: #990000;
	padding: 2px;
	color: #fff;
}

td.products {
	border: #990000 solid 1px;
	color: #333333;
	padding: 2px;
	vertical-align: top;
}

a.products {
	color: #990000;
	text-decoration: none;
}

a.products:hover {
	color: #ff0000;
}

/* EXAMPLES */

.examples {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.examples {
	border: #990000 solid 1px;
}

th.examples {
	border: #990000 solid 1px;
	background-color: #990000;
	padding: 2px;
	color: #fff;
}

td.examples {
	border: #990000 solid 1px;
	color: #333333;
	padding: 2px;
	vertical-align: top;
}

a.examples {
	color: #990000;
	text-decoration: none;
}

a.examples:hover {
	color: #ff0000;
}


/* REFERENCIES */

.referencies {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.referencies {
	border: #990000 solid 1px;
}

th.referencies {
	border: #990000 solid 1px;
	background-color: #990000;
	padding: 2px;
	color: #fff;
}

td.referencies {
	border: #990000 solid 1px;
	color: #333333;
	padding: 2px;
	vertical-align: top;
}

a.referencies {
	color: #990000;
	text-decoration: none;
}

a.referencies:hover {
	color: #ff0000;
}


/* CONTACT */

.contact {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.contact {
	padding: 0px;
	margin: 0px;
}

th.contact {
	color: #990000;
}

td.contact {
	color: #333333;
}

a.contact {
	color: #990000;
	text-decoration: none;
}

a.contact:hover {
	color: #ff0000;
}


/* ERROR */

.error {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.error {
	border: #333333 solid 1px;
}

th.error {
	background-color: #660000;
	text-align: center;
	color: #fff;
}

td.error {
	
}
