/* CSS Style Sheet for Passionforpiping.com version 2 - chris */

/* MAIN */
body {
	background-image: url(images/plaid_tile.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:link, a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.style12 {font-size: 16px; }

.style12 input {
	width: 180px;
	font-weight: normal;
	font-size: small;
}

.style12 textarea {
	width: 180px;
	font-weight: normal;
	font-size: small;
}

.style12 select {
	width: 180px;
	font-weight: normal;
	font-size: small;
}

.style13 {font-size: 14px; }
.style16 {color: #CC0000; }

#formerror {
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	margin: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.class1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.class2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.class3 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.class4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.link1 a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link1 a:visited {
	color: #F1E4B5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link1 a:active {
	color: #00CC33;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link1 a:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.link2 a:link {
	color: #cc0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link2  a:visited {
	color: #993300;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link2  a:hover {
	color: #cc0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link2  a:active {
	color: #cc0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link3 a:link {
	color: #cc0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link3  a:visited {
	color: #993300;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link3  a:hover {
	color: #cc0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link3  a:active {
	color: #cc0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.activelink  {
	color: #bfa575; 
}
.activelink a:hover  {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}


/* NAV AREA */
#navcontainer { 
	/*width: 254px;*/
	color: #fff;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#navlist li {
	padding-bottom: 5px;
	text-align: center;
}
#navlist li a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
#navlist li a:hover {
	background-image: url('images/sub_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: #ded0ad;
}
#navlist li #current {
	color: #dae0ad;
	background-image: url('images/sub_arrow_current.gif');
	background-position: left;
	background-repeat: no-repeat;
}


/* SUBNAV AREA */
#subnav {
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a:hover {
	color: #bfa575; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#subnav a:visited {
	color: #bfa575;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav h1 {
	text-align: center;
	font-size: 14px;
	margin: 0;
	color: #fff;
}



/* CONTENT AREA */
#content {
	text-align: left;
}

#content h1 {
	text-align: left;
	font-size: 14px;
	margin: 0;
	color: #CC0000;
}

#content h2 {
	text-align: left;
	font-size: 12px;
	margin: 0;
	color: #CC0000;
}

#content .description {
	font-size: 11px;
	color: #8C8C8C;
	font-weight: normal;
}