body {
	background-color: #f1f1f1;
	font-family: Arial;
}

/*Contains the Header and the page*/
#superPage {
	margin-right: auto;
	margin-left: auto;
	max-width: 850px;
	min-width: 750px;
	
	width: auto !important; /*IE6 Hack, sets page width to 850px in IE6*/
	width: 850px;
}


/* Header */
#pageHeader {
	background-image: url(/images/background/header_bg.gif);
	background-color: #b50000;

	height: 68px;
	margin-left: 4px;
	margin-right: 4px;
}

#logo {
	margin-left: 60px;
	margin-top: 0px;
	border-style: none;
}

/* Page */
#page { /*The inside of the page + border */
	margin-top: 4px;
	background-color: #ffffff;
	font-size: .9em;
}

#page .leftBorder {
	background: url(/images/background/page_border_left.gif) top left repeat-y;		
}

#page .rightBorder {
	background: url(/images/background/page_border_right.gif) top right repeat-y;		
}

#page .topBorder {
	background: url(/images/background/page_border_top.gif) top left repeat-x;		
}

#page .bottomBorder {
	background: url(/images/background/page_border_bottom.gif) bottom left repeat-x;		
}

#page .topLeftCorner {
	background: url(/images/background/page_corner_top_left.gif) top left no-repeat;
}

#page .topRightCorner {
	background: url(/images/background/page_corner_top_right.gif) top right no-repeat;
}

#page .bottomLeftCorner {
	background: url(/images/background/page_corner_bottom_left.gif) bottom left no-repeat;
}

#page .bottomRightCorner {
	background: url(/images/background/page_corner_bottom_right.gif) bottom right no-repeat;
}

#insidePage {
	padding: 4px 34px 0px 34px; /*Last column sets the navbar over 30px, IE6 required bullshit*/
	min-height: 500px;
	
	height: auto !important; /*IE6 Min-Height Hack*/
	height: 500px;
}


/* Navigation Menu */
.navigationMenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: .95em;
	color: #666;
}

.navigationMenu a {
	color: #666;
	text-decoration: none;
}

.navigationMenu li {
	border-bottom: solid 1px #ccc;
	min-height: 1.8em; /*Height of the top-level navs*/
	line-height: 1.8em;
	cursor: pointer;
	padding: 0;
}

.navigationMenu ul {
	padding-left: 16px;
	border-top: solid 1px #ccc;
	margin: 0;
}

.navigationMenu ul li {
	list-style-image: url("/images/bullet.gif");
	line-height: 1em;
	border-top: solid 1px #ccc;
	border-bottom: none;
	padding: 0.4em 0 0.2em 0;
	font-size: 0.95em;
	margin: 0;
}

.navigationMenu li:hover a {
	color: #222;
}

.navigationMenu li:hover ul a {
	color: #666;
}

.navigationMenu li ul li:hover a {
	color: #222;
}

/* Columns (For tabs and page) */
#leftColumn {
	float: left;
	width: 180px;
}

#rightColumn {
	margin-left: 209px;
	padding: 0 0 0 0;
}

#leftHeaderColumn {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

#rightHeaderColumn {
	margin-left: 240px;	
}

/*Footer */
#footer {
	text-align: center;
	margin: 4px;
	padding: 4px;
	font-size: .7em;
	border-top: solid 1px #eee;
	color: #999;
}

#footer a {
	color: #999;
}


/* Tabs */
#tabs { /*Contains all of the tabs*/
	margin: 0;
	padding: 0 0 0 4px;
	min-width:490px;
	height: 0;
}

.tabContainer { /*Surrounds each tab */
	float: left;
	list-style-type: none;	
	width: 32%; /* For 4 tabs, should be 25%*/

}

.tab {
	display: block;
	
	color: #a00;
	text-align: center;
	position: relative;
	top: 49px;


	margin-left: auto;
	margin-right: auto;
	padding: 0;

	width: 150px; /* For 4 tabs, should be 120px*/
	height: 25px;
	line-height: 25px;
	
	list-style-type: none;
	
	border: solid 1px #bbbbbb;		

	text-decoration: none;

	background: url(/images/background/page_border_top.gif) bottom left repeat-x;
	background-color: #f1f1f1;
	
}

.activeTab, .tab:hover {
	border-bottom: solid 1px #f4f4f4;
	background: #ffffff;
}


/*Product Finder */
#productFinder {
	margin: 0;
	padding: 0;
	display: none;
}

#productFinder select {
	margin: 4px 10px 4px 10px;
	width: 160px;
}

/*Video Page*/
#videoContainer a {
  margin: 10px auto 10px auto;
}