﻿/* Online Print It Studio CSS
 02/13/2008 - JS - Revised all the CSS and split it into different CSS files.

Burrell  Red = #b61d22
Burrell Grey = #757679
*/

#OnlinePrintItLogo
{
	width: 100%;
}
/* ===========================*/
/* Here is the Navigation CSS */
/* ===========================*/

#leftnav 
{
  position : absolute;
  left: 0px;
  top : 159px;
  width : 150px;
  height : 200px; 
  /*padding-bottom : 20px;*/
  float: left;
  margin: 0px;
  
}

.NavigationLinks /* This is the style for the link table columns*/
{
    height: 33px; 
    padding-left: 4px;
    background-color: #b61d22;
    margin: 0 0 0 0;
    padding: 0px;
    padding-left: 10px;
}

.NavigationTable /* This is the style for the navigation table*/
{
	/*width: 200px;*/
	width: 200px;
    padding-left: 4px;
    background-color: #b61d22;
	/*position: relative;*/
}

/* The Footer */

#Footer
{
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	color: #757679;
}

/* ===========================*/
/*       The Page Content     */
/* ===========================*/

/* The Content heading*/
.productListHeading 
{
	background:#757679;
	font-family:"HelveticaNeue LT 25 UltLight","Century Gothic",Ariel,sans-serif;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	padding: 0px;
	width:100%;
	left: -10px;
	height: 45px;
	margin:0;
	vertical-align: middle;
	color:white;
}

/* We want to pad the inside, but not the heading, so enclose the content with this div*/
#innerContent
{
  padding-left: 10px;
}

.contentTable
{
	width: 100%;
}
		
#content 
{
  position: absolute;  
  background-color : #ffffff;
  left : 215px;
  top : 114px;
  /*width: 814px;*/
  width: 75%;
  vertical-align: middle;
  padding-left: 0px;
  float: right;
  margin: 0;
}

.LeftAlign
{
	text-align: right;
}
