@import url("reset.css");
@import url("navigation.css");

body {
	background-color: #060642;
	font-family: "Bauhaus 93", Verdana, Arial, monospace;
	font-size: 12pt;
	color: white;
	cursor: default;
}

div#FRAME {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/design/frame.gif') repeat-y;
}

div#TOP {
	
}

	div#BANNER {
		height: 118px;
		background: url('../images/design/banner.jpg') no-repeat;
	}

		div#languages {
			float: right;
			position: relative;
			top: 15px;
		}

			div#languages ul li {
				display: inline;
				margin-right: 15px;
			}

				div#languages ul li  a {
					font-weight: normal;
				}

				div#languages a#active_lang {
					text-decoration: underline;
				}

	div#NAVIGATION {
		height: 47px;
		background: url('../images/design/navigation.gif') no-repeat;
	}

div#CENTER {
	min-height: 400px;
}

	div#LEFT {
		width: 150px;
		float: left;
	}

	div#CONTENT {
		margin-left: 170px;
		margin-right: 25px;
		font-family: "Maiandra GD", Verdana, Arial, monospace;
	}

		div#section {
			border: 1px solid transparent;
		}

			div#section p {
				text-align: justify;
				text-indent: 1em;
				line-height: 1.5em;
			}

			p.noIndent {
				text-indent: -1em;
			}

			div#section h1 {
				font-size: 18pt;
				font-weight: bold;
			}

			div#section h2 {
				font-weight: bold;
			}

			div#section h2.uppercase {
				text-transform: uppercase;
				text-align: right;
			}

			div#section h3 {
				font-size: 10pt;
				font-weight: bold;
			}

			div#section h3.uppercase  {
				text-transform: uppercase;
			}

			div#section h3.warning  {
				font-size: 8pt;
				color: yellow;
				text-indent: 1em;
			}

			div#section ul {
				margin-left: 2em;
				list-style-image: url('../images/other/listArrow.gif');
			}

				div#contactus  {
					
				}

					div#contactus  form#states {
						position: relative;
						left: -225px;
					}

					div#contactus p  {
						margin: 0em;
						margin-left: 1em;
						line-height: 1.2em;
						font-size: 10pt;
						text-indent: 0em;
						text-align: center;
					}

					div#contactus p#contactt {
						margin-left: 3em;
					}

					div#box  {
						width: 300px;
						border: 2px solid #060642;
						padding: 1em;
					}

						div#box h3 {
							font-size: 10pt;
							font-weight: bold;
							color: black;
						}

				div#section_installations {
					
				}

/* CSS directed for every page concerning with product pictures/images */

					div.imagesFloat {
						
					}

						div#thumbs {
							clear: right;
						}

							div.imgDesc {
								/* Each Description Line cannot exceed 17 charachters (including spaces), so each description word cannot exceed 17 characters --> this is for a 104px box width */
								width: 129px;
								height: 119px;
								float: left;
								margin: 8px;
							}

							div.imgDescProducts {
								width: 129px;
								height: 130px;
								float: left;
								margin: 8px;
								background-color: white;
								border: 2px solid #700606;
							}

								div#section_customization div#imagess img {
									border: none;
								}

								div#section_customization div#imagess img#parc {
									position: relative;
									left: 200px;
								}

								div#section_customization div#imagess img#boat {
									position: relative;
									top: 150px;
									left: 150px;
								}

								div#section_customization div#imagess img#plane {
									position: relative;
									top: -25px;
								}

								div#section_automation img.noboorder {
									border: none;
									margin-left: 1em;
								}

								div#section_automation img#auto1 {
									float: right;
									margin-left: 2em;
								}

								div#section_automation img#auto2 {
									float: right;
									clear: right;
									margin-top: 4em;
								}

								div#section_automation img#auto3 {
									float: right;
								}

								div#section_automation img#auto2 {
									float: right;
									clear: right;
									margin-top: 4em;
								}

								div#section_automation div.thumbs_automation {
									float: left;
								}

								div.imagesFloat ul.last {
									margin-bottom: 2em;
								}

								ul#drainAway {
									width: 300px;
									float: left
								}
								
								img#machine {
									border: none;
								}

								div#thumbs a {
									
								}

									div.imagesFloat img {
										border: 2px solid white;
									}

									div.imagesFloat img.resize {
										width: 125px;
										height: 94px;
									}

								div#thumbs h3 {
									margin: 0em;
									color: black;
									text-transform: uppercase;
									font-size: 8pt;
								}

								div.imgDesc h3 {
									text-align: center;
									color: white;
								}

						div#administrator {
							clear: both;
							position: relative;
							top: 1em;
						}

							form.upload {
								border: 2px solid #060642;
								padding: 1em;
								padding-top: 0em;
							}

								form.upload input {
									display: block;
								}

								form.upload input.submit {
									margin-top: 1em;
								}

								form.upload h3 {
									margin-bottom: 0.25em;
								}

							div#administrator h4,
							div#contactus h4 {
								margin-bottom: 0em;
								font-size: 8pt;
								font-weight: bold;
							}

							div#administrator h4.err,
							div#contactus h4.err {
								color: red;
							}

							div#administrator h4.ok {
								color: green;
							}

						div#notes {
							position: relative;
							top: 1em;
						}

/* LOGIN section */

				div#LOGIN  {
					
				}

					div#LOGIN form {
						
					}

						div#LOGIN form span {
							float: left;
						}

						div#LOGIN form span#error {
							
						}

							div#LOGIN form span#error h4 {
								color: red;
								margin-left: 25px;
								margin-top: 110px;
							}

							div#LOGIN form label {
								display: block;
							}

							div#LOGIN form label#passLabel {
								margin-top: 10px;
							}

							div#LOGIN form label#codeLabel {
								margin-top: 68px;
							}

						div#LOGIN form input	{
							display: block;
							margin-left: 25px;
						}

						div#LOGIN form input#password {
							margin-top: 0.25em;
						}

						div#LOGIN form input#loggin {
							margin-top: 1em;
						}

						div#LOGIN form img {
							display: block;
							margin-top: 1em;
							margin-bottom: 0.25em;
							margin-left: 26px;
						}

					div#errorLogin {
						clear: both;
						position: relative;
						top: 1em;
						color: red;
					}

					div#loggedIn {
						
					}

						div#loggedIn div.column {
							font-size: 10pt;
							font-weight: bold;
						}

						div#loggedIn div#filename {
							
						}

							div#loggedIn div#filename h2 {
								margin-left: 25px;
								margin-bottom: 0;
								text-decoration: underline;
							}

							div#loggedIn div#filename ul {
								margin-top: 0.5em;
							}

								div#loggedIn div#filename li {
									
								}

									div#loggedIn div#filename a {
										color: black;
									}

		div#BOTTOM {
			height: 31px;
			clear: both;
			background: url('../images/design/bottom.gif') no-repeat;
		}

em.underline {
	font-style: normal;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: white;
}

	a.mailto:link {
		text-decoration: underline;
		color: #c5e0f9;
	}

	a.outLink:link {
		font-weight: bold;
		text-decoration: none;
		color: #060642;
	}

a:visited {
	text-decoration: none;
	color: white;
}

	a.mailto:visited {
		text-decoration: underline;
		color: #c5e0f9;
	}

	a.outLink:visited {
		font-weight: bold;
		text-decoration: none;
		color: #060642;
	}

a:hover {
	
}

	div.column a:hover {
		font-weight: normal;
	}

a:active {
	
}