@charset "UTF-8";
/* CSS Document */

#content .col1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 182px;
}
#content .col2 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 660px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#sideCTAcontainer {
	width: 182px;
	height: 359px;
	margin: 0px;
	padding: 0px;
}
ul#sideCTA {
	width: 182px;
	height: 359px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#sideCTA li{
	display: inline;
}
ul#sideCTA li a {
	float: left;
	text-indent: -9999px;
	width: 182px;
}
ul#sideCTA li#youtube a {
	background: url(../images/interiorCTA.jpg) no-repeat 0px 0px;
	margin: 0px 0px 9px;
	height: 102px;
}
ul#sideCTA li#youtube a:hover {
	background: url(../images/interiorCTA.jpg) no-repeat -190px 0px;
	margin: 0px 0px 9px;
	height: 102px;
}
ul#sideCTA li#contact a {
	background: url(../images/interiorCTA.jpg) no-repeat 0px -111px;
	height: 102px;
}
ul#sideCTA li#contact a:hover {
	background: url(../images/interiorCTA.jpg) no-repeat -190px -111px;
	height: 102px;
}
ul#sideCTA li#rfq a {
	background: url(../images/interiorCTA.jpg) no-repeat -190px -221px;
	height: 133px;
	margin: 0px 0px 9px;
}
ul#sideCTA li#rfq a:hover {
	background: url(../images/interiorCTA.jpg) no-repeat 0px -221px;
	height: 133px;
	margin: 0px 0px 9px;
}

#content .col2 p.title {
	border-bottom: 1px dotted #999;
	margin: 0px 0px 20px;
	padding: 0px;
}

/* alpha list styles */
.alphaList {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #666;
	text-align: center;
	display: block;
	width: auto;
}
.alphaList a:link, .alphaList a:visited, .alphaList a:hover, .alphaList span {
	padding: 4px 6px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 2px;
}
.alphaList a:link, .alphaList a:visited {
	color: #FFF;
	background: #C00;
}
.alphaList a:hover {
	color: #FFF;
	background: #000;
}
.alphaList span {
	color: #333;
	background: #999;
}
