/*
	Wall Tech Construction Projects Inc.
*/

BODY{
	color:black;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:rgb(140,15,5);
}#bg{
	z-index:1;
	position:fixed; 
	top:100px; 
	width:100%; 
	height:78%;	
	left:0px;
	background-repeat:repeat; 
	background-image: url(http://walltechconstruction.ca/graphics/blacklines.gif);
	}
#wrapper{
	width:1024px;
	height:800px;
	margin:0 auto;
	position:relative; 
	top:0px;
	left:0px;
	z-index:2;
}

/* header */
#header{
	margin:0 auto;
	height:150px;
	width:1024px;
	background-repeat:repeat; 
	background-image: url(http://walltechconstruction.ca/graphics/brick.gif);
	padding-bottom:10px;
}
#header table{
	width:900px;
	margin:0 auto;
}

/* nav */
#nav{
	height:25px;
	width:1024px;
	margin:0 auto;
	background-color:rgb(140,15,5);
/*
	font-family:Verdana;
*/
}
#nav table{
	font-size:19px;
	font-weight:bold;
	text-align:right;
	width:100%;
	margin:0 auto;
}
	#nav table a:link{
		text-decoration: none;
		color:white;
	}#nav table a:hover{
		/*text-decoration: underline;*/
		color:black;
	}#nav table a:visited{
		color:white;
	}

/* content */
#content{
	border:thin solid black;
	height:515px;
	font-family:Trebuchet MS;
	font-size:16px;
	background-repeat:repeat; 
	background-image: url(http://walltechconstruction.ca/graphics/vertbrick.gif);
	}#content a:link{
		color:black;
	}#content a:hover{
		color:black;
	}#content a:visited{
		color:black;
	}#content a:active{
		color:black;
	}
#lContent{
	display:block;
	float:left;
	width:80%; 
	height:550px;
	margin:0 auto;
}#subContent{
	padding:0px 10px 0px 10px;
}

#rContent{
	display:block;
	float:right;
	width:19%;
	height:100%;
	margin:0 auto;
	background-repeat:repeat; 
	background-image: url(http://walltechconstruction.ca/graphics/brick.gif);
}

/* footer */
#footer{
	height:85px;
	width:1020px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background-repeat:repeat; 
	background-image: url(http://walltechconstruction.ca/graphics/brick.gif);
}
#footerCInfo{
	line-height:20px;
	display:block;
	font-size:14px;
	color:black;
	text-align:center;
	float:left;
	width:420px;
	height:100%;
	margin:0 auto;
	padding-left:20px; 
}
#footerLinks{
	font-size:13px;
	color:black;
	text-align:center;
	float:right;
	width:520px;
	height:100%;
	margin:0 auto;
}
#footerLinks a:link{
	color:black;
}
#footerLinks a:hover{
	color:black;
}
#footerLinks a:visited{
	color:black;
}

/* defaults */
table {
  border-collapse: collapse;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.upper{
	text-transform:uppercase;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.border{
	border:thin solid black;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	/*text-indent: -1em;*/
}	
.arrow{
   text-align:left;
   list-style-position: inside;
   list-style-image:url(http://walltechconstruction.ca/graphics/arrow.png);
}
.circle{
   text-align:left;
   list-style-position: inside;
   list-style-image:url(http://walltechconstruction.ca/graphics/circle.png);
}
.err{
	color:red;	
}
.suc{
	color:green;
}
hr{
	color:black;
	background-color:black;
	border:thin solid black;
	margin:0px 15px 0px 15px;
}

a:link {color:black;}      /* unvisited link */
a:visited {color:black;}  /* visited link */
a:hover {color:black;}  /* mouse over link */
a:active {color:black;} /* selected link */