/* -------------------------SHARED Lighting Systems Pages STYLES ------------------------------------------ */
#boxes-main-holder {
	position: relative;	left:0px; top:0px;		padding: 0px; 			margin:0px;	
	width: 960px;		height: auto; _width: 828px;	_height: auto; min-height: 500px; 
	background-image: url(../images/shared/main-boxes-column-bg.png);
	background-position: 2px;		background-repeat: repeat-y;
	/*border: 1px solid black;  */
	display:table;  must put this in for FireFox. /**/
}
@media print {
#boxes-main-holder {
position: relative;	left:0px; top:0px;		padding: 0px; 			margin:0px;	
	width: 828px;		height: auto; _width: 828px;	_height: auto; min-height: 500px; 
   display:block!important;
}
}
#boxes-main-column-footer {
	position: relative;	 left:2px;  top: -10px; 	width: 200px; height:17px; padding:0px; margin: 0px; 	
	background-image: url(../images/shared/main-boxes-column-footer.png);
	background-position: left;		background-repeat: no-repeat;	float: left;
	/* border: 1px solid blue; */
}
#boxes-main-column {
	/*position: absolute; 	top: 0px;	left: 0px;  THIS SECTION WORKS*/
	position: relative; float: left;		top: 0px;			left: 0px;
	width: 200px;		height:100%;		_width: 200px;		_height:100%;
	background-image:url(../images/shared/main-boxes-column.jpg);
	background-position: top left;			background-repeat: no-repeat; margin-left: 2px;
	/*border: solid 1px red; */
}
#boxes-main-column-content {position: relative;		margin:6px 10px 5px;	min-height: 400px;}

#boxes-body {
	/* position: absolute; left: 210px; top:0px; THIS SECTION WORKS */
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	width:730px; /* width:74.5%;  */
	height: auto;
	padding: 0px;
	margin:0px;
	/*border: 1px solid blue;  */
}
#boxes-body #boxes-main-title {	
	position: relative;	width:auto;	top: 5px;	border-bottom: 1px solid #CCC;	
	margin-bottom: 12px;	padding: 0px;
}
#boxes-body #boxes-main-title h1{font-size: 24px;}
#boxes-body #samplephotos table td h2{ color:#606; margin-bottom:2px; text-align: left; /*font-weight: normal;*/ }
#boxes-body #boxes-main-bullets ol {font-size: 13px;}
#boxes-body #boxes-main-bullets ol a{color:#000; text-decoration: none;}
#boxes-body #boxes-main-bullets ol a:hover{color:#606; text-decoration: underline;}
#boxes-body #boxes-main-bullets ol a:visited{color: #606; text-decoration: none;}
#boxes-body #boxes-main-text {font-size: 13px;}
/*****************------------- CSS for other pages -----------***************/
#camerapackages {clear: both; border-bottom: 1px solid #CCC; padding-bottom: 10px; margin-bottom:10px;}
#camera-photo { border-bottom: double 3px #606;  margin-bottom:10px;}
#price img { position:relative; top:5px; margin-left: 15px;}
#tips-content { padding-left: 25px;}
#tips-mklogo img { float:left; margin-top: .3em; }
