﻿/* style sheet for page stgructure 
	basic structure is globalnav layout and footer
	content is then formatted in the layout section
*/
body {
	background-image:url('../images/background-page.gif');
	background-position: top center;
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}

#header {
	float:left;
	background-image: url('../images/HeaderOPM3 copy.png');
	background-color:transparent;
	background-repeat:no-repeat;
	/*min-height:100px;*/
	margin:10px 0px 0px 10px;
}

#aweberHeader{
	float:right;
	color:white;
	width:300px;
	text-align:center;
	margin:5px;
	
}
/* -------------------------*/
/*  category page structure */
/* -------------------------*/

#layout {
	width: 902px;
	margin: 37px auto 100px;
	clear: both;
/*\*/
	top: 38px; 
/**/
	position: relative;
	background: none;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
div.categoryPage{
	background-color:white;
}

div.columns-2-AB-A,
div.columns-2-AB-B {
	width: 437px;
	float: left;
}

div.columns-2-AB-B {
	float: right;
}
/*--- nested columns ---*/
div.columns-2-AB-A div.columns-2-AB-A,
div.columns-2-AB-A div.columns-2-AB-B,
div.columns-2-AB-B div.columns-2-AB-A,
div.columns-2-AB-B div.columns-2-AB-B {
width: 205px;
}
/* ------------------------*/
/*  article page structure */
/* ------------------------*/
#layout.with-dogear {
	top: 38px; 
	background: transparent url('../images/article-dogear.gif')	top left no-repeat;
}
#dogear-link {
width: 50px;
margin-bottom: -50px;
}
* html #dogear-link {
position: relative;
top: -10px;
}
#pageLayout{
background-color: #fff;
position: relative;
 	top: 51px;
 	padding: 14px 231px 40px 45px;
margin: 0 0 40px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
min-height:400px;
height: auto !important;
height: 400px;
}
/*--- right side content (pullout rights) ---*/
.rightContent  {
	position: relative;
	float: right;
	clear: right;
	width: 392px;
	margin: -7px -185px 0px 30px;
	padding: 7px 0 8px;
}
/* For IE6 \*/
* html .rightContent {
	margin-top: -5px;
	margin-right: -92px;
	width: 391px;
}
/**/
/*--- images or swfs larger than 625px ---*/

.fullwidth {
	clear: both;
	margin-top: 30px;
	margin-bottom: 46px;
	position: relative;
	min-width: 815px;
}

/* all content within "fullwidth" are centered (except in Mac IE) \*/
.fullwidth * {
	text-align: center;
	margin: 0 auto;
}
/**/

* html .fullwidth {
	margin-right: -190px !important;
}
/* Text formatting */
.productCaption{
	color:white;
}
/* ------------------------*/
/*  footer for site        */
/* ------------------------*/
#footer{
	clear:both;
	text-align:center;
	margin-top:20px;
}
	
}
#footer ul {
	list-style:none;
	color:white;
	text-align:center;
	white-space:nowrap;
}
#footer li{
	display:inline;
	margin:2px
}

#footer li a{
	color:white;
}
/* other stuff */
br.clear-both, 
div.clear-both,
br.clear-left, 
div.clear-left {
font: 1px/1px monospace;
display: block;
}
.clear-both {
clear: both;
}
.clear-left {
clear: left;
}


