/*---------------- banner id attributes */

#banner-pre {
	z-index: 81;						/* remove to unstick BANNER */
	position: fixed;					/* remove to unstick BANNER */
	width: 100%;						/* remove to unstick BANNER */
	height: 75px;
	margin-top: -75px;
	background: #222 url(http://www.construction-art.com/images/main/bg_stripes_1.gif) fixed;
}

#banner {
	z-index: 80;						/* remove to unstick BANNER */
	position: fixed;					/* remove to unstick BANNER */
	width: 100%;						/* remove to unstick BANNER */
	background-color: #000;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#banner-buffer {						/* remove if unsticking the BANNER - you must also remove "_margin-top: -75px;" from #allcontent */
	height: 80px;
}


/*---------------- all main content id attributes */

#allcontent {
	width: 80%;
	min-width: 43.7em;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 100%;
	_margin-top: -75px;					/* IE6 hack - remove if unsticking the BANNER - you must also remove #banner-buffer */
}


/*---------------- menu id attributes */

#menu_content {
	position: fixed; 					/* remove to unstick MENU */
	float: left;
	width: 150px;
	padding: 5px 0 5px 5px;
	font-size: 95%;
	background-image: url(http://www.construction-art.com/images/main/bg_menu_1.gif);
	background-position: right;
	margin-top: 15px;
	border: 1px solid #999;
	border-right-color: #656565;
	line-height: 120%;
}

#menu_content a {
	color: #e4e4e4;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-indent: 5px;
	border-bottom: 2px solid transparent;
	padding: 1px 5px 1px 0;
	_border-bottom-color: #656565;		/* IE6 hack */
}

#menu_content a:visited {
	color: #e4e4e4;
	text-decoration: none;
}

#menu_content a:hover {
	background-color: #444;
	color: #ffcc33;
}

#menu_content a:active {
	background-color: #333;
	color: #6699cc;
}

#menu_content span {
	color: #6699cc;
}

#menu2_cont {							/* This seems to only be necessary to display properly in Dreamweaver. */
	float: left;
	width: 157px;
}


/*---------------- main content id attributes */

#main_content {
	background-color: #000;
	padding: 10px;
	margin-left: 156px;
	border: 1px solid #656565;
	min-height: 315px;
	_height: 325px;						/* IE6 hack */
}


/*---------------- footer id attributes */

#foot {
	color: #e4e4e4;
	width: 400px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #656565;
	background-color: #333;
	text-align: center;
	font-size: 95%;
	line-height: 100%;
}

#foot a, a:visited {
	color: #e4e4e4;
	text-decoration: none;
	border: none;
}

#foot a:hover {
	color: #ffcc33;
	border-bottom: 1px solid #ffcc33;
}

#foot a:active {
	color: #6699cc;
	border: none;
}

#footlegal {
	margin-top: 5px;
	color: #999;
	font-size: 85%;
}


/*---------------- thumb id attributes */

#thumb {
	float: left;
	width: 200px;
	height: 210px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	margin: 7px;
	border: 1px solid #656565;
	background-color: #333;
}

#thumb a {
	color: #e4e4e4;
}

#thumb a:hover {
	color: #ffcc33;
}

#thumb a:active {
	color: #6699cc;
}

#thumb img {
	margin: 10px auto auto auto;
}

#thumb a:hover img {
	border: 1px solid #ffcc33;
}

#thumb div {
	font-weight: bold;
}


/*---------------- toplink id attributes */

#toplink {
	text-align: center;
	background-color: #656565;
	border: 1px solid #999;
	padding: 1px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 1.8em;
}

#toplink a {
	display: block;
}

#toplink a, a:visited {
	color: #e4e4e4;
	text-decoration: none;
	border: none;
}

#toplink a:hover {
	color: #ffcc33;
	background-color: #777;
}

#toplink a:active {
	color: #6699cc;
	background-color: #555;
}


/*---------------- general tag attributes */

body {
	margin: 20px 0 0 0;
	background: #222 url(http://www.construction-art.com/images/main/bg_stripes_1.gif) fixed;
	font-family: Geneva, Verdan, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #ccc;
}

p {
	line-height: 1.3em;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #6699cc;
	color: #6699cc;
}

a:visited {
	border-bottom: 1px solid #6699cc;
	color: #6699cc;
}

a:hover {
	text-decoration: none;
	border: none;
	color: #ffcc33;
}
a:active {
	text-decoration: none;
	color: #6699cc;
}

a img {
	border: 1px solid #000;
	display: block;
}

h1 {
	font-size: 150%;
	color: #f2f2f2;
	letter-spacing: .1em;
}


/*---------------- class attributes */

.nobord a img {
	border: none;
}

.gallmenu {
	color: #ffcc33;
	font-weight: bold;
	margin-bottom: 5px;
}

.thumbb a {
	border: none;
}

.thumbb {
	padding: 5px 10px 0 10px;
	background-color: #333;
	font-size: .7em;
	color: #a5a5a5;
}

.formlabel {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6699cc;
	text-align: right;
}

.bluebold {
	font-weight: bold;
	color: #6699cc;
}

.bold {
	font-weight: bold;
}

.inforight {
	float: right;
	margin: 5px 5px 20px 30px;
}