
/* CSS Document */

body {
	padding:0px;
	text-align:center;
	background-color: #9DA49F;
	margin:0px;
	background-image: url(/constructionpro/tech/images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	}
#Content {
	width:761px;
	height:100%;
	text-align:left;
	background-color:#eee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #363333;
	border-left-color: #363333;
	margin:0px;
	margin-right: auto;
	margin-left: auto;
	}
	#logo{
	background-color:#ffffff;
	height: 73px;	
	}
	#logoimg img{
	padding:15px;
	float:right;
	}
	#youarehere{
	background-color:#615C5C;
	height: 20px;
	text-indent: 5px;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	}
	#youarehere a{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
	}
	#youarehere a:hover{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	}
	
	#menu{
	background-image: url(/constructionpro/tech/images/menu-login.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 137px;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #ACA4A4;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	word-spacing: 5px;

	}
	#menu a{
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #C5C2C2;
	text-decoration:none;
	font-weight: bold;
	}
	#menu a:hover{
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #C5C2C2;
		font-weight: bold;
	text-decoration:underline;
	}
	
	#contentmain{
	background-color: #FFFFFF;
	height:100%;
	}
	#innercontent{
	height:100%;
	}
	
	#menuright{
	margin-top:50px;
	margin-left:10px;
	margin-bottom:10px;
	width: 168px;
	float:right;
	background-color: #737171;
	}

	
	#footer{
	background-color:#615C5C;
	height: 20px;
	text-indent: 5px;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #BEBDBD;	
	}
	