/* --- LAYOUT --- */

body {
	background: #e5e5e5 url(images/slices/main_tile.jpg) repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-image: url(images/slices/bg_tile.gif);
	position:absolute;
	width:775px;
	left:50%;
	margin:0 0 0 -380px;
}
#subContainer {
	width:746px;
	margin-left:15px;
}
/* --- LOGO, NAME, AND TAGLINE --- */
h1 {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 123px;
	background-image: url(images/slices/header_logo.jpg);
	background-repeat: no-repeat;
}

h1 span { display: none; }

/* --- NAVIGATION --- */

#nav {
	background: #000 url(images/slices/bg_nav.jpg) no-repeat;
	width: 775px;
	margin: 0;
	padding: 0;
	height: 30px;
	background-color: #231F20;
	list-style-type: none;
	float:left;
}

#nav li {
	display: inline;
	padding: 0 12px 0 12px;
	float: right;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
	display:block;
	margin: 10px 10px 0 0;

}

#nav a:visited { color: #E5E5E5; }
#nav a:hover { color: #FFF; }

/* Changeing cursor for JAVA dropdown menu to pointer */
/* to simulate traditional web links */
#menuContainer {
	cursor:pointer;
}

/* --- CONTENT --- */

#content_index {
	clear: both;
	background: url(images/graphics/123steps.jpg) 15px 0px no-repeat;

	padding: 25px 20px 20px 305px;
	
	font-size: 12px;
	color: #231F20;
	height: 600px;
	line-height: 18px;
	text-align: justify;
}
#content_index a {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
#content_index a:visited {
	color:#333333;
	text-decoration:underline;
}
#content_index a:hover {
	color:#942323;
	text-decoration:underline;
}
#content_index a:active {
	color:#942323;
	text-decoration:underline;
}
#content a {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
#content a:visited {
	color:#333333;
	text-decoration:underline;
}
#content a:hover {
	color:#942323;
	text-decoration:underline;
}
#content a:active {
	color:#942323;
	text-decoration:underline;
}

#content {
	clear: both;
	padding: 25px 20px 20px 20px;
	font-size: 12px;
	color: #231F20;
	line-height: 18px;
	text-align: justify;
}

#hr {
	width: 15px;
	background-image: url(images/slices/hr_tile.gif);
	background-repeat: repeat-x;
}

#supplements {
	font-size: 10px;
}

#spec_packaged {	
	border: 1px solid #CCC;
	text-align: center;
	font-size: 11px;
}

#spec_packaged th {
	background-color: #CC1414;
	color: #FFF;
}

#applications {
	margin: 0 0 20px 20px;
	text-align: center;
}

#applications td {
	padding: 5px;
}

#applications img {
	padding: 2px;
	border: 1px solid #CCC;
}

#roof_table td {
	padding: 5px;
}

#roof_table img {
	padding: 2px;
	border: 1px solid #CCC;
}

#contact_info {
	background-color: #F6F6F6;
	padding: 10px;
	border: 1px solid #999;
	font-size: 11px;
	color: #333333;
}

#contact_info p {
	padding: 0 0 20px 0;
	margin: 0;
}

#contact_info strong, b {
	color: #CC1414;
}

.red {
	font-size: 11px;
	font-style: italic;
	padding: 5px 0 0 25px;
	color: #CC1414;
}

.notes {
	line-height: 14px;
	font-size: 10px;
	color: #666;
}


strong, b {
	color: #444444;
}

ul {
	margin: 5px 0 5px 0;
	list-style-image: url(images/slices/bullet.jpg);
}


li {
	margin-left: 10px;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	letter-spacing: 2px;
	color: #CC1414;
	text-align: center;
}

label {
	font-weight: bold;
	color: #CC1414;
}

/* --- CONTACT FORM --- */

#contact_form {
	padding: 0 10px 0 0;
}

#contact_form p {
	margin: 0;
	padding: 0 0 15px 0;
}

#contact_form input, select, textarea {
	margin-top: 3px;
	border: 1px solid #BBB;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 11px;
	color: #333;
	padding: 3px;
}

#contact_form .btn {
	color: #000000;
	background-color: #DDD;
	border: 1px solid #999;
}

/* --- HEADERS --- */

h2 {
	margin: 15px 0 10px 0px;
	padding: 0;
	background-repeat: no-repeat;
	height: 25px;
}

#welcome { background-image: url(images/headers/welcome.jpg);width: 250px; }
#codes { background-image: url(images/headers/codes.gif); width: 250px; }
#performance { background-image: url(images/headers/performancedata.gif); width: 250px; }
#concrete { background-image: url(images/headers/concrete.gif); width: 450px; }
#specs { background-image: url(images/headers/specs.gif); width: 250px; }
#shop { background-image: url(images/headers/shopforprod.jpg); width: 218px; }
#anchors { background-image: url(images/headers/anchors.jpg); width: 225px; }
#bits { background-image: url(images/headers/bits.jpg); width: 250px; }
#plates { background-image: url(images/headers/plates.jpg); width: 250px; }
#app { background-image: url(images/headers/applications.gif); width: 250px; }
#roofs { background-image: url(images/headers/roofs.gif); width: 400px; }
#protection { background-image: url(images/headers/protection.gif); widows: 400px; }
#contact { background-image: url(images/headers/contact.gif); width: 250px; }

h2 span { display: none; }

/* --- FOOTER --- */

#footer {
	padding: 25px 0 50px 0;
	background-image: url(images/slices/footer.gif);
	background-repeat: no-repeat;
	text-align: center; 
	font-size: 11px;
	width: 746px;
	color: #808080;
}

#footer a {
	margin: 1px 5px 0 5px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited { color: #808080; }
#footer a:hover { 
	color: #CC1414;
	border-top: 1px dotted #CC1414;
}
