@charset "UTF-8";

body {
	font: 12px arial, sans-serif;
	background-image: url(/images/oxy-background.gif);
	background-repeat: repeat-x;
	background-color:#208DDF;
}
* { margin:0; padding:0; }
/* Set the paragraph tag style with a nice line spacing to make text easier to read */
P, UL {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-bottom:.8em; line-height:20px;}
UL.Push { margin-left: 30px;}
BLOCKQUOTE { margin-left: 50px;}
a {text-decoration:none;}
/* ~~~~~~~ Give Credit Where Credit is Due ~~~~~~~ */
/* This neat green image for link code made possible by Mike Cherim http://green-beast.com/ */ 
a.InLineImage {color:#009900; font-weight:bold; padding-right : 14px; background : #fff url(/images/link-arrow-normal.jpg) no-repeat bottom right; white-space : nowrap; }
a.InLineImage:hover, a.InLineImage:focus, a.InLineImage:active {color : #000000; text-decoration : none; background : #fff url(/images/link-arrow-hover.jpg) no-repeat bottom right; }
a.InLineImage:focus, a.InLineImage:active {background : #FFFFDD url(/images/link-arrow-active.jpg) no-repeat bottom right; }
/* Use this class to pre-load the state-change images for better performance */
.offset {position:absolute;top:-9000px;left:-9000px;}
/* ~~~~~~~ END External Credits ~~~~~~~ */
.SmallText {font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.ImagePadding {border-style:none; padding:10px;}
.ImagePaddingLeftBottom {margin-bottom: 10px; margin-left: 10px;}
.ImagePaddingRightBottom {margin-bottom: 10px; margin-right: 10px;}
H1, H2, H3, H4, H5, H6 {font-family: Arial,sans-serif; padding: 0px;}
H1 {font-size: 16px; color: #006699; margin: 0 0 10px 0;}
H2 {font-size: 14px; font-weight: bold; padding-bottom:10px; color: #000000;}
H3 {font-size: 14px; font-weight: normal; padding-bottom:10px; color: #000000;}

.BlueText {color:#0033CC;}
.BlueBoldText {color:#0033CC; font-weight:bold;}
.GreenText {color:#006600;}
.GreenBoldText {color:#006600; font-weight:bold;}
.RedText {color:#990000;}
.RedBoldText {color:#990000; font-weight:bold;}
.WhiteText {color:#FFFFFF;}
.LargeBoldBlack {font-size: 14px;	font-weight: bold;}
.InputMessageBox {color: #C00; background: #fee3ad; border: 1px solid #781351; height:15px; padding-top: 2px;}

/* ~~~~~~~ END Entire Page ~~~~~~~ */

/* ~~~~~~~ START Sections ~~~~~~~ */
/* Top Image Banner */
#Header {
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	width: 750px;
	height:59px;
}
#Banner {
text-align: center; 
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	width: 750px;
	
}

.MainContent { 
	padding: 10px 20px 10px 10px;
}

.gallery {margin-left: auto; margin-right: auto; width: 685px; height:44px; text-align: center; background-image:url(../images/menu.gif); background-repeat:no-repeat}
.gallery p {display: inline; font-family: veranda, Arial, Helvetica, sans-serif; font-size:12px; line-height:12px;}
.gallery a {text-decoration:none; color:#FFFFFF;}
.gallery a:hover {color:#00FF00; }
.gallery span {width:90px; display: table-cell; padding-top:10px; display: inline-table; display: inline-block; color:#FFFFFF; }
.gallery span.small {width:50px;}
.gallery span.large {width:115px;}

#MainContentContainer {
	margin: 10px auto;
	background-color:#FFFFFF;
	margin-top: 0px;
	width: 718px;
	height:auto;
	border-right-color:#DDDDDD;
	border-right: 2px solid #DDDDDD;
	border-bottom-color:#DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left-color:#DDDDDD;
	border-left: 2px solid #DDDDDD;
	overflow:auto; }
/* Menu Area*/
.MainContentLeftColumn {
	margin-top:10px;
	margin-right: 10px;
    color: #0000ff;
    width: 120px;
    padding: 2px;
    text-align: left;
	float:left;
	display:inline;
    background-color: #ffffff;}
/* Menu Items */
.MenuLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type: none;
	display: block; }
/* Need for a space at top of first menu item. IE didn't like the <br /> trick...needed two but then it makes other browsers show to big of a space.*/
#ForIEMenu {padding-top: 10px;}
.MenuLinks li a {
	font-size: 12px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height:1.2em;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 5px 0px 2px; }
.MenuLinks a:visited {color: #000000;}
.MenuLinks a:hover {color: #000000; background: #EAEEF2; text-decoration: none;}
.MainContent {
    margin: 0 auto;
	margin-left:10px;
	margin-top:20px;
    color: #0000ff;
    width: 680px;
    padding: 0;
    text-align: left;
	float:left;
	display:inline;
    background-color: #ffffff;
    border: 0px solid #999999;}
 /* End Menu Items*/
/* ~~~~~~~ START Main Body of a Page ~~~~~~~ */

/* Product Containers, Two Columns */
.ProductContainer {width: 650px; }
.ProductContainer p {line-height: 20px; }
.ProductContainerLeftColumn {
	width:140px;
	margin-top:25px;
	float:left;
	display:inline;
	margin-left:0px;
	border: 0px solid #444444; }
.ProductContainerRightColumn {
	width:500px;
	margin-top:25px;
	float:left;
	display:inline;
	border: 0px solid #444444; }
.ProductBox100 {width:100px; margin:.5em; padding:5px; float:right; }

/* End Product Containers */
.FooterBar p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; }
.FooterBar a {text-decoration:none; color:#FFFFFF;}
/* ~~~~~~~ END Main Body of a Page ~~~~~~~ */
/* ~~~~~~~ END Sections ~~~~~~~ */

