@charset "iso-8859-1";

/***************************************************************************
** Copyright 2006 Oasis Media, LLC. All rights reserved.
** Filename:	wobase.css
** Type:		CSS
** Purpose:		Define the behavior for generic site styles
** History:		19 August 2006 -- Created by DLP
****************************************************************************/

body {
    background-color: transparent;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: medium;
    /*line-height: 120%;*/
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../media/background/homepagebkgrnd.jpg);
    vertical-align: top;
    max-width:1024px; margin:0 auto; /* auto center the site and limit the width */
}

#navcontentskyscraperad {
	/*background-color: #00FF7F;*/
}

#siteContainer {
	width: 800px;
}

#siteLogo {
	float: left;
}

/*
** Define generic styles
*/

/*
** Define the properties for the Oasis Media websites division. The "thin green line."
*/

div#omSites {
	background-color: #ccff33;
	border: 1px solid Silver;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid Silver;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.omSitesText {
    font-size: 14px;
    /*line-height: 16px;*/
    font-weight: bold;
    color: Black;
}

/*
** Define Link behavior of Oasis Media site links
*/

.omSitesText a {
	text-decoration: none;
}

.omSitesText a:link {
    color: blue;
    text-decoration: none;
}

.omSitesText a:visited {
    color: blue;
    text-decoration: none;
}

.omSitesText a:focus {
    color: blue;
    text-decoration: none;
}

.omSitesText a:hover {
    color: red;
    text-decoration: none;
}

.omSitesText a:active {
    color: red;
    text-decoration: none;
}

/*
** Define the generic classes
*/

.boxBorder {
	border: 1px solid Silver;
	padding: 4px 4px 4px 4px;
}

.boxBorder10m4p {
	border: 1px solid Silver;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left:4px;
}

.overview {
	float: left;
	border: 1px solid Silver;
	padding: 8px 8px 8px 8px;
	/*border: 2px solid #C8CDD2;*/
	margin-right:10px;
	margin-bottom: 10px;
}

.photoLeft {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.photoRight {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.synopsis {
	float: left;
	width: 340px;
	padding: 10px 0;
	/*border: 2px solid #C8CDD2;*/
	margin-bottom: 10px;
}

.synopsis dl {
	clear: both;
	float: left;
	width: 320px;
	margin: 10px 10px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

.synopsis dt {
	float: right;
	width: 180px;
	margin: 0;
	margin-bottom:6px;
	padding: 0;
	font-size: 100%;
	font-weight:bold;
	letter-spacing: 1px;
	color:#333333;
	text-align: left;
}

.synopsis dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	/*line-height: 1.0em;*/
	color: black;
	padding-right: 5px;
	text-align:left;
}

.synopsis dd.imgThumbnail img {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFFFFF;
}

.synopsis dd.productDescription {
}

.synopsis dd.productPrice {
	white-space:nowrap;
	float:right;
}

.synopsis dd.productColor {
	white-space: nowrap;
	float: right;
	clear:right;
}

/*
** Define Nested Lists style
*/
/* 
ul li {
	list-style-type : upper-roman;
	font-size : 13px;
	white-space : nowrap;
	list-style : square;
}

ul ul li {
	list-style-type : upper-roman;
	font-size : 10px;
	white-space : nowrap;
	list-style : disc;
}

ul ul ul li {
	list-style-type : upper-roman;
	font-size : 16px;
	white-space : nowrap; 
	list-style : disc;
}

ul ul ul ul li {
	list-style-type : upper-roman;
	font-size : 8px;
	white-space : nowrap;
	list-style : disc;
}
*/
	
/*
** Define the generic Link behavior
*/

a {
	text-decoration: underline;
}

a:link {
	color:blue;
}

a:visited {
	color: blue;
}

a:focus {
	color:blue;
}

a:hover {
	color:red;
}

a:active {
	color:red;
}

/*
** Define various class styles
*/

.siteContainer {
    /* centers the entire Site in the browser window */
    text-align: center;
    vertical-align: top;
    height: 100%;
    width: 100%;
/*    border: 2px dashed Fuchsia;  for debugging */
    border: 0px none;
}

.siteContainerCell {
	vertical-align: top; /* cells float to top */
}

.siteWindowContainer {
    /* centers the Site Window in the siteContainer */
    text-align: center;
    vertical-align: top; /*    height: 600px;
    width: 800px; */
/*    border: 1px dashed Lime;  for debugging */
    border: 0px none;
}

.siteWindowContainerCell {
	vertical-align: top; /* cells float to top */
}

.pixelShims {
    white-space: nowrap;
    vertical-align: top;
}

.photoCaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: normal;
    border: 0px;
    line-height: 12px;
}

/*
** Define generic advertisement styles
*/

.wideBannerAdContainer {
	/* centers the Banner Ad container in the siteWindowContainer */
	text-align: center;
	vertical-align: top;
	/*height: 90px;*/
	width: 100%;
/*	border: 2px solid red; for debugging */
	border: 0px none; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.wideBannerAd728x90 {
	/* centers the Banner Ad in the wideBannerAdContainer */
	text-align: center;
	vertical-align: top;
	width: 728px;
	height: 90px;
/*	border: 1px dashed Aqua;  for debugging */
	border: 0px none;
	padding: 0px 0px 0px 0px; /*	 margin: 0px 0px 0px 0px;*/
}

.wowGPS {
	color: red;
	font-weight: bold;
	/*font-size: smaller;*/
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

/*
** Styles to implement SpiifyCorners (spiffyconers.com)
**
** background color: ffffff
** foreground color: 0a67e6
** class=spiffy; need to algorithmically generate this from PHP for other colors
*/
.spiffy{
display:block;
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#0a67e6;
}
.spiffy1{
border-right:1px solid #95bdf4;
padding-right:1px;
margin-right:3px;
border-left:1px solid #95bdf4;
padding-left:1px;
margin-left:3px;
background:#478dec;
}
.spiffy2{
border-right:1px solid #e6effc;
border-left:1px solid #e6effc;
padding:0px 1px;
background:#3883ea;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #3883ea;
border-left:1px solid #3883ea;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #95bdf4;
border-left:1px solid #95bdf4;
}
.spiffy5{
border-right:1px solid #478dec;
border-left:1px solid #478dec;
}
.spiffy_content{
padding:0px 5px;
background:#0a67e6;
}
/* gold spiffy */
.spiffygold{ 
display:block;
} 
.spiffygold *{ 
display:block;
height:1px;
overflow:hidden;
background:#FFD700;
} 
.spiffy1gold{ 
border-right:1px solid #ffed91;
padding-right:1px;
margin-right:3px;
border-left:1px solid #ffed91;
padding-left:1px;
margin-left:3px;
background:#ffe13f;
} 
.spiffy2gold{ 
border-right:1px solid #fffbe5;
border-left:1px solid #fffbe5;
padding:0px 1px;
background:#ffde30;
margin:0px 1px;
} 
.spiffy3gold{ 
border-right:1px solid #ffde30;
border-left:1px solid #ffde30;
margin:0px 1px;
} 
.spiffy4gold{ 
border-right:1px solid #ffed91;
border-left:1px solid #ffed91;
} 
.spiffy5gold{ 
border-right:1px solid #ffe13f;
border-left:1px solid #ffe13f;
} 
.spiffygold_content{ 
padding:0px 5px;
background:#FFD700;
}
/* mangenta spiffy */
.spiffyff99c0{ 
display:block;
} 
.spiffyff99c0 *{ 
display:block;
height:1px;
overflow:hidden;
background:#ff99c0;
} 
.spiffy1ff99c0{ 
border-right:1px solid #ffd3e3;
padding-right:1px;
margin-right:3px;
border-left:1px solid #ffd3e3;
padding-left:1px;
margin-left:3px;
background:#ffb2cf;
} 
.spiffy2ff99c0{ 
border-right:1px solid #fff4f8;
border-left:1px solid #fff4f8;
padding:0px 1px;
background:#ffaccb;
margin:0px 1px;
} 
.spiffy3ff99c0{ 
border-right:1px solid #ffaccb;
border-left:1px solid #ffaccb;
margin:0px 1px;
} 
.spiffy4ff99c0{ 
border-right:1px solid #ffd3e3;
border-left:1px solid #ffd3e3;
} 
.spiffy5ff99c0{ 
border-right:1px solid #ffb2cf;
border-left:1px solid #ffb2cf;
} 
.spiffyff99c0_content{ 
padding:0px 5px;
background:#ff99c0;
} 
/* light blue spiffy */
.spiffy66ffff{ 
display:block;
} 
.spiffy66ffff *{ 
display:block;
height:1px;
overflow:hidden;
background:#66ffff;
} 
.spiffy166ffff{ 
border-right:1px solid #bdffff;
padding-right:1px;
margin-right:3px;
border-left:1px solid #bdffff;
padding-left:1px;
margin-left:3px;
background:#8cffff;
} 
.spiffy266ffff{ 
border-right:1px solid #efffff;
border-left:1px solid #efffff;
padding:0px 1px;
background:#83ffff;
margin:0px 1px;
} 
.spiffy366ffff{ 
border-right:1px solid #83ffff;
border-left:1px solid #83ffff;
margin:0px 1px;
} 
.spiffy466ffff{ 
border-right:1px solid #bdffff;
border-left:1px solid #bdffff;
} 
.spiffy566ffff{ 
border-right:1px solid #8cffff;
border-left:1px solid #8cffff;
} 
.spiffy66ffff_content{ 
padding:0px 5px;
background:#66ffff;
} 