/* -----------------------------------------------------
Cold Jet Home Page CSS for Print - US English
Version:      1.1
Released:     July 23, 2007
Last edited:  n/a
Author:       Ned Portune <nportune@coldjet.com>
Copyright:   (c) 2007 Cold Jet LLC. All rights reserved.
-------------------------------------------------------*/


/* Global styles 
-------------------------*/

#container-1 ul
{
	display: none;
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav,
	#feature-vid {
        display: none;
    }
}

#print_footer
{
	page-break-before : always;
}



/* Page Container 
-------------------------*/

#pagecontainer
{
	width: 746px;
	margin: 0 auto;  /* this provides the center float */
}

#navcontainer
{
	display: none;
}

#bodycontainer
{
	width: 744px;
	display: block;
}

#footercontainer
{
	width: 744px;
}

/* Header
-------------------------*/

#corporate_header
{
	display: none;
}

#banner_container
{
	width: 746px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

#banner-right
{
	display: none;
}



/* Main Content 
-------------------------*/

.print-only {
	display: inline;}
	
#container-1 .text
{
	margin-right: 320px;
	margin-top: 2px;
}

* html #container-1 .text /* for IE  */
{
	margin-top: 20px;
	margin-right: 320px;
}

#container-1
{
	/* border: 1px solid #ababab; */
	border: 0;
}

#feature-1,
#feature-2,
#feature-3 {
	border-bottom: 1px solid Black;
	padding-bottom: 10px;
	background-image: none;}
	
.aditem {
	display: none;}

.twocolleft
{
	width: 518px;
}

.twocolleft h1
{
	padding-top: 20px;
}

.onecol
{
	width: 718px;
}

.homeitemrt, .homeitemlft
{
	width: 518px;
}

.homeitemrt h1
{
	padding-right: 140px;
}

.homeitemlft h1
{
	padding-left: 114px;
}

#featurewrapper 
{
	width: 742px;
}

#feature-1, #feature-2, #feature-3, #feature-4
{
	width: 724px;
}

#container-1 .text
{
	margin-right: 240px;
}

#bottom-ad1, #bottom-ad2
{
	display: none;
}


/* Footer Miscellaneous  
-------------------------*/
#print_footer
{
	clear: both;
	display: block;
	page-break-before : always;
}

#copyright
{
	margin-top: 20px;
	font-size: 10pt;
}

#footerlinks
{
	display: none;
}

#page_summary
{
	clear: both;
	display: block;
	padding-top: 10px;
}

#page_summary h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #ababab;
}

#page_summary p
{
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 5px;
}

#footer_address
{
	/* display: none; */
	font-size: 11pt;
	font-weight: normal;
	color: #ababab;
	margin-bottom: 5px;
}

#footer_address ul
{
	margin-top: 30px;
	text-align: right;
}

#footer_address li
{
	display: block;
	list-style-type : none;
	padding-top: 2px;
}

/* END  
-------------------------*/


