﻿*
{
	margin: 0;
	padding: 0;
}

html, body, form
{
	height: 100%;
}

#banner
{
	width:900px;
	height:40px;
}

body
{
	background-color: #C7CAD1;
	color: #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#distance
{
	width: 1px;
	height: 50%;
	background-color: #fc6;
	margin-bottom: -13.75em; /* half of container's height */
	float: left;
}

#navigation 
{
	text-align: center; /* horizontal centering for IE Win quirks */	
	color:Black;
	font-size:0.70em;
	height:40px;
	text-transform:uppercase;
}

a
{
	color:Black;
}

a:hover
{
	color:Blue;
}

#navigation .selected 
{
	color:Black;
	text-decoration:none;
}


#container
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 500px;
	width: 900px;
	clear: left;
	background-image:url(../images/mainbg.jpg);
}

#content
{
	width:900px;
	height:390px;
}

#pageTitle
{
	width:900px;
	margin-bottom:10px;
	text-align:center;	
	font-size:0.70em;
	color:Black;
	font-weight:bold;	
}

#homepageContent
{
	margin-left:80px;
	width:390px;
	font-size:0.70em;
	color:Black;
}

#homepageImage
{
	position:relative;
	right:45px;
	width:350px;
	float:right;
	padding:10px;
}

#generalContent
{
	position:relative;
	left:80px;
	width:750px;
	height:335px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:Black;
}

#generalContentShowGalleryEditor
{
	position:absolute;
	left:80px;
	width:100%;
	height:400px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:Black;
}

#generalContentShowGalleryEditor
{
	position:static;
	width:100%;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:Black;
}

.picture
{
	float:left;
	text-align:center;
	width:200px;
	padding:0px 20px 0px 0px;
}

#footer
{
	position:relative;
	width:900px;
	font-size:0.70em;
	color:Black;
	text-align:center;
}

.productsTitle
{
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.productsDescription
{
	font-size:1em;
	text-align:center;
}

.clientTitle
{
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	color:Black;
	margin-bottom:20px;
}

.clientDescription
{
	list-style-position:inside;
	color:Black;
	clear:right;
}

.clientImages
{
	padding-right:10px;
	float:left;
	text-align:center;
}

.client
{
	clear:both;
	margin-bottom:40px;	
}

#smallMapsLeft
{
	width:450px;
	float:left;
}

#smallMapsRight
{
	width:250px;
	float:right;
}

ul
{
	margin-left:20px;
}

.addNewClient
{
	margin-bottom:50px;
}