@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img
{  border-style: none;
}

.main #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header {
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 0 0 0;
}

.main #navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:30px;
	width:100%;
	background-image:url(i/navbackground.gif);
	background-repeat:repeat-x;
	text-align:right;
}

.main #navigation ul {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding-top:8px;
}

.main #navigation ul li { 
display: inline;
margin:0;
}

.main #navigation ul li span { 
padding-right:10px;
padding-left:10px;
color:#000;
}

.main #navigation ul li a{
	font-size:10px;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.main #navigation ul li a:hover{
	color:#000000;
	text-decoration:none;
}

.main #mainContenttop {
	margin-top: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.main #mainContentlocationleft {
	padding: 30px 0 0 40px;	
}

.main #mainContentlocationright {
	margin-top: -380px;
	padding: 0 0 0 500px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:300px;
	background: #FFFFFF;
}

.main #mainContentlocation p{
	padding-top:10px;
}

.main #mainContentlocation a{
	font-size:10px;
}

.main #mainContentaboutleft {
	margin-top: 0;
	padding:0;
	width:280px;
	min-height:100px;
}

.main #mainContentaboutright {
	margin: -280px 0 0 308px;	
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.main #mainContentaboutright ul {
	padding-left:20px;
}

.main #mainContentaboutright p{
	margin-left:-15px;
}
.main #mainContentaboutright li{
	font-size:10px;
	padding-bottom:9px;
}

.main #mainContentleft {
	margin-top: 0 0 0 0;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image:url(i/promoblock.jpg);*/
	height:213px;
	width:308px;
	float:left;
}

.main #mainContentright {
	margin: 0 0 0 308px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(i/impeccablefinishes.gif);
	background-repeat:no-repeat;
	height:213px;
	width:645px;
}

.main #mainContentleftteam {
	margin-top: 0 0 0 0;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(i/coleteam.jpg);
	background-repeat:no-repeat;
	height:260px;
	width:308px;
	float:left;
}

.main #mainContentrightteam {
	margin: 0 0 0 308px;
	padding: 75px 0 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(i/meetthecoleteam.gif);
	background-repeat:no-repeat;
	height:460px;
	width:479px;

}

.main #mainContentrightcontact {
	margin: 0 0 0 308px;
	padding: 75px 0 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(i/contactcoleteam.gif);
	background-repeat:no-repeat;
	height:600px;
	width:570px;

}

.main #mainContentrightteam p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.main #mainContentrightcontact p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


.main #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(i/footerbackground.gif);
	background-repeat:repeat-x;
	height:30px;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

.main #flashPlayer {
	margin-top: -30px;
	float:right;
}
