
/* **********************************  *** 
File: Print CSS For Projects
Author: Andrew Brookes
Company: Objective Internet
Date: 09/11/05
Version: 1.0
*************************************  **/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ main structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:x-small;
	color:#000000;
	background-color:#FFFFFF;
}

#header{
	width:760px;
	height:100px;
	background-color:#000000;
	background-image:url("../furniture/header.jpg");
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	clear:both;
	display:none;
}

.page_wrapper_760{
 	width:760px;
	background-color:#FFFFFF;
}

.content_wrapper_760{
 	clear:both;
 	width:760px;
	background-color:#FFFFFF;
}

.footer_wrapper_760{
	float:left;
	width:760px;
	height:20px;
	background-color:#FFFFFF;
	clear:both;
	border-top: 1px solid #000000;
	display:none;
}

.footer_left_control{
	float:left;
	text-align:left;
	padding-left:5px;
}

.footer_right_control{
	float:right;
	text-align:right;
	padding-right:5px;
}

.v_spacer_505x15{
	width:505px;
	padding:0px 0px 0px 0px;
	border: 0px none;
	margin:0px;
	height:15px;
	float:left;
}

.v_spacer_364x10{
	width:364px;
	padding:0px 0px 0px 0px;
	border: 0px none;
	margin:0px;
	height:10px;
	float:left;
}

.v_spacer_175x10{
	width:175px;
	padding:0px 0px 0px 0px;
	border: 0px none;
	margin:0px;
	height:10px;
	float:left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ left menu structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* hold the nav table */
#nav_contain{
	width:140px;
	text-align:left;
	display:none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ content structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* table work around split the #content into 3 cols */
#col1{
	width:150px;
	float: left;
	margin-top: 20px;
	padding-left:0px;
	padding-top:0px;
	border-top: 1px solid #C9CED2;
	display:none;
}

#col2{
	width:608px;
	float: left;
	margin: 0px;
	border-left: 1px solid #C9CED2;
}

/* wraps copy and lower image area */
#content_contain{
	width:398px;
	float:left;
	text-align:left;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:20px;
	border-right: 1px solid #C9CED2;
}

/* hold promo */
#promo_contain{
	width:170px;
	float:left;
	padding-top:21px;
	padding-bottom:20px;
	margin-left:-1px;
	border-left: 1px solid #C9CED2;
	text-align:center;
	display:none;
}
			
/* hold promo */
#faq_contain{
	width:160px;
	float:left;
	padding-left:10px;
	padding-top:21px;
	padding-bottom:20px;
	margin-left:-1px;
	text-align:left;
	border-left: 1px solid #C9CED2;
}

#shim_contain{
	width:20px;
	float:left;
}

.promo_1{
	width:170px;
	padding-bottom:15px;
	text-align:center;
}

.promo_2{
	width:170px;
	padding-bottom:15px;
	text-align:center;
}

/* Holds Story Image on right */
.image_main{
float:right;
padding: 0px 3px 6px 8px;
}

/* Holds Story Image on left */
.image_left{
float:left;
padding:0px 8px 6px 3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ carry over
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*  Hack Targets IE Win only \*/
* html .clearfix_now {height: 1%;}
.clearfix_now {display: block;}
/* End  Hack */