@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(../img/bgPlan.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center 540px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1{
	font-size: 16px;
	text-transform: uppercase;
	color:#CC0000;	
	margin:0px;
}
.container {
	background-color: #000000;
	padding: 10px;
	height: 430px;
	width: 780px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.leftMenu {
	float: left;
	height: 430px;
	width: 200px;
	background-color: #FFFFFF;
}
.rightContent {
	background-color: #FFFFFF;
	height: 430px;
	margin-left: 210px;
}
#contentLeft{
	float:left;
	width:170px;
	height:430px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;
}

#contentRight{
	float:left;
	padding:15px;

}
#contentRight p{
	margin:2px;
}
#contentRightContact{
	float:left;
	padding:15px;
	width:360px;
	
}

.menuItem {
	height: 20px;
	width: 185px;
	margin-bottom: 1px;
	margin-top: px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 3px;
	padding-top: 4px;
	padding-left: 15px;
	font-size: 14px;
}
.menuItem:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}
.menuItemSelect {
	height: 20px;
	width: 185px;
	margin-bottom: 1px;
	margin-top: px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0000;
	letter-spacing: 3px;
	padding-top: 4px;
	padding-left: 15px;
	font-size: 14px;
}
#panel {
	position:fixed;
	right: 0px;	
	top:0px;
	width:32px;
	height:100%;
	background-image: url(../img/bgPanel.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#bc2323;
	display: block;
}
#panel:hover {
	width:140px;
}

#panel div{
	margin-top:100px;
	height:450px;
	background-image: url(../img/qualityBuildingDesigners.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left:43px;
	padding-right:5px;
	color:#FFFFFF;
}
#panel img{
	margin-left:2px;
	margin-bottom:20px;
}
#panel span {
	margin-bottom:20px;
}
#panel ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#panel li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#gallery img{
	width:90px;
	height:65px;
	float:left;
	margin-left:2px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:2px;
	border:0px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.9;
}
#gallery img:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;

}


.clear{
	clear:both;
}

#admarketing{
	position:fixed;
	bottom:0px;
	text-align:center;
	width:199px;
	height:5px;
	background-image: url(../img/bgAdmarketingDark.png);
	background-position: center top;
	overflow:hidden;
}
#admarketing:hover{
	height:25px;
}
#admarketing img{
	margin-top:7px;
	border:0px;
}
