/*     Link styles     */

a:link 
	{ 
        color: #066998;
	  
	}

a:hover	{ text-decoration:none }

a:visited	{ color:#222222; }
a:active	{ color:#d67f12; }




body  {
	padding: 0px; 
	margin: 0px; 
	background-color: #fff;
	background-image:url(images/bg_page2.gif);
	background-repeat: repeat-x;
}

img, table	{ border:0px; }

div, tr, td {
	font-family:arial,helvetica;
	font-weight:normal;
}

td
	{
		text-align:left;
	}

.container
	{ 
		width:964px;
		margin-bottom:30px;
	}


.copy
	{ 
		color:#333;
		font-size:13px;
		line-height:16px;
		margin:0px 40px 14px 0px;
	}




.head
	{ 
		color:#df8e29;
		font-family:lucinda console,lucinda sans,lucinda,trebuchet ms;
		font-size:22px;
		margin:30px 0px 20px 0px;
	}


.subhead
	{ 
		color:#006494;
		font-family:lucinda console,lucinda sans,lucinda,trebuchet ms;
		font-size:18px;
		margin:20px 0px 20px 0px;
	}


.caption
		{	
			padding:10px 0px 0px 0px;	
			text-align:left;
			font-family:arial,helvetica;
			font-size:11px;
			line-height:13px;
			vertical-align:top;
			color:#006494;
		}


.foot	
	{ 
		clear: both; 
		background: url(images/bg_footer.gif); 
		background-repeat: repeat-x; 
		float: left; 
		width: 100%; 
		height: 100px; 
		padding-bottom: 20px; 
		background-color: #e2e1d9; 
		font-size:11px;
		line-height:13px;
	}


.button{
	height:28px;
	width:90px;
	background:url(images/contact_form_bg3.gif) top left no-repeat;
	border:none;
	color:#FDF9E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


.pipelinks { font-family: arial, helvetica; font-size: 13px; font-weight: bold; line-height: 22px; margin-bottom: 15px; padding: 0px 10px 10px 10px }


.product {
    display: block;
    font-weight: bold;
    margin-bottom: .3em;
}

.description {
    display: block;
    margin-bottom: 1em;
}

h2 { font-family:lucinda console,lucinda sans,lucinda,trebuchet ms;font-size: 1.3em; color: #df8e29; }
h3 { font-family:lucinda console,lucinda sans,lucinda,trebuchet ms;font-size: 1.2em; color: #FDF9E3; }
h4 { font-family:lucinda console,lucinda sans,lucinda,trebuchet ms;font-size: 1.0em; color: #df8e29; }

