/* Salt - Ice Control Page Specific formatting & layout */



* { font-family: verdana;
}



/* sizing mods to content layout */

#content_head_wrapper {
	width: 600px;
}

#main_content_wrapper {
	width: 600px;
	top: 220px;
}



#lcol { position: absolute;
top: 30px;
}


#rcol { position: absolute;
float: left;
top: 30px;
left: 380px;
border-left: dotted 1px #6BB264;
padding-left: 20px;
height: 750px;

}

/* content formatting */

#main_content_wrapper p {
	font: 8pt verdana;
}

#mc_hdr { position: absolute;
width: 600px;
text-align: center;
font: 14pt verdana;
color: #336633;
}

.desc {
width: 350px;
text-align: justify;
}

#rcol p {
border-bottom: dotted 1px #6BB264;
margin-bottom: 50px;
padding-bottom: 50px;
clear: left;
}



.plist {
font: 8pt verdana;
width: 350px;
text-indent: none;
list-style-type: none;
margin: 10px 0px;
}

.plist_hdr { 
color: #EF8400;
text-decoration: underline;
font: 14pt verdana;
margin-top: 10px;}

.plist li { display:block;
line-height: 3em;
background-image: url('/images/commsvc/ListLinkBullet.gif');
background-repeat: no-repeat;
background-position: 0 1em;
padding-left: 15px;

}

.cen
{ text-align: center;
font-size: 14pt;
}




 
/* for Allied Products Listing Page */

.allied ul
{ position: relative;

width: 250px;
}

.allied ul li {
width: 200px;
}

.allied h3 { width: 250px;
}

.allied #note { position: absolute;
top: 30px;
width: 600px;

}

.allied #note p { width: 600px;
text-align: center;
}


.allied #rcol { 
left: 300px;
margin-top: 100px;

}
.allied #lcol { 

margin-top: 100px;

}

.allied a { color: #336633;
text-decoration: none;
}

.allied a:hover { text-decoration: underline;
}






