/***** Main Feature Section *****/

a {
  color: #CC0000;
}

#featureleft {
	width: 466px; 
	height: 204px;
	float: left;
	background: url(../images/contact/main_left.jpg);
}

#featureright_privacy {
	width: 438px; 
	height: 204px;
	float: right;
	background: url(../images/legal/main_right_privacy.gif);
}

#featureright_terms {
	width: 438px; 
	height: 204px;
	float: right;
	background: url(../images/legal/main_right_terms.gif);
}

#featureright_acceptable {
	width: 438px; 
	height: 204px;
	float: right;
	background: url(../images/legal/main_right_acceptable.gif);
}

#featureright_text {
	position: relative;
	top: 70px;
	left: 34px;
	width: 351px;
}

#featureright_text p {
	display: inline;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
}

/***** Main Content *****/

#main {
	background-color: #DCDCDC; 
	width: 904px;
}

#maincontainer {
	width: 674px;
	/*background-color: yellow;*/
	float: left;
	background-image: url(../images/contact/main_left_bg.jpg);
	background-repeat: no-repeat;
}

#formheader {
	width: 654px;
	height: 35px;
	background-image: url(../images/boxheader.gif); 
	background-repeat: repeat;
	margin: 0 0 0 20px;
}

p.blockheader {
	margin: 0;
	padding: 10px 0 0 25px;
	font-size: 14px;
	color: #999;
}

p.blockheader strong {
	color: #333;
	font-weight: bold;
}

#mainblock {
	width: 654px;
	margin: 0 0 0 20px;
	background-color: white;
	background-image: url(../images/about/rack.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
}

/* IE Bug Fix */
/* Fixes a bug where IE adds extra pixels if a closing */
/* </div> tag is not connected to an image within it */
.rowcontainer img {
	display: block;
}

.textcontainer {
	position: relative; 
	margin: 0 0 0 26px; 
	width: 596px; 
	
}

.textcontainer p {
	margin: 0;
	padding: 15px 0 0 0;
	width: 440px;
	font-size: 14px;
	color: #999;
	line-height: 1.7;
}

.textcontainer p strong {
	color: #000;
}

.listcontainer {
	width: 440px;
}

.textcontainer li {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
}

ol {
	margin-right: 40px;
}

ol li {
	font: 12px Tahoma;
	line-height: 1.5;
	padding-bottom: 20px;
}

ol li ul {
	margin-top: 20px;
}

ol li ul li {
	line-height: 1.5;
	padding: 0;
}