/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: small;
	color: #666666;
	background: #ffffff;
	text-align: center;
	}

html, 
body {
	margin: 0;
	padding: 0;
	}

h1 {
	color: #326C3D;
	font-size: large;
	}
	
h2 {
	color: #898989;
	font-size: large;
	}

a {
	color: #326C3D;
	text-decoration: none;
	}
	
b, strong {
	color: #326C3D;
}

p {
	text-align: justify;
}


a:hover, a b:hover {
	color: blue;
	text-decoration: underline;
	}

#page-container {
	margin: 15px;
	width: 770px;
	text-align: left;
	}

#header {
	margin-top: 10px;
	background-image: url(office-space/top-office-buildings.jpg);
	background-repeat: no-repeat;
	height: 111px;
}

#content {
	margin-top: 20px;
	}

.leftpic {
	margin: 0 30px 0 0;
	float: left;
	}

.rightpic {
	margin: 0 0 0 30px;
	float: right;
	}

#menu-industrial {
	padding: 2px;
	clear: both;
	height: 17px;
	background: url(office-space/menu-industrial-space.jpg) no-repeat #6f6236;
	text-align: center;
	color: white;
}

#menu-industrial li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	}
	
#menu-industrial ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu-industrial a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#menu-industrial a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

#footer {
	clear: both;
	font-size: x-small;
	color: #898989;
	border-top: 1px solid #efefef;
	padding: 3px;
	line-height: 18px;
	margin-top: 20px;
	}
	
#footer li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	}

#footer a {
	color: #898989;
	text-decoration: none;
	}

#footer a:hover {
	color: #326C3D;
	}

#footer #botnav {
	float: right;
	text-align: right;
	}

#footer #copyright {
	text-align: left;
	}

#workshop-map {
	clear:both;
	}
	
#commercial-left {
	}
	
#commercial-right {
	margin-left: 20px;
	float:right;
	text-align: right;
	}
	
#commercial-right-fixed {
	width:230px;
	margin-left: 20px;
	float:right;
	text-align: right;
	}

#commercial-right img {
	margin: 10px 0 10px 0;
	}

.price {
	font-weight: bold;
	color: #326C3D;
	}
	
.let {
	color: red;
	}

.imgborder {
	border: 1px solid #326C3D;
	}

#more-details {
	}
	
a img {
	border: none;
}