html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body { 
	background-image: url(../images/body_bg.gif);
	font-size: 100.01%; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

#wrapper {
	margin: 10px auto;
	width: 860px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px;
}

#header {
	height: 85px;
	background-color: #d2232a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 15px;
	background-position: bottom;
	text-align: right;
}

#logo {
	height:80px;
	background-image:url(../images/2009/OLM-Logo_white-text_thumb.gif);
	background-repeat: no-repeat;
	width: 130px;
	float: left;
	 }

#header index {
	height: 10px;
	color: #FFFFFF;
}

#topnavs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 25px;
	text-align: right;
}
#topnavs a {
	height: 50px;
	background-color: #D8D8D6;
	text-decoration: none;
	font-size: 80%;
}

#topnavs a:hover, a:focus {
	color: #cc9999;
	text-decoration: none;
	font-size: 80%;
}
#innerwrapper {
	background-color: #FFFFFF;
	width: 860px;
}
#leftcol {
	float: left;
	width: 190px;
	font-size:80%;
	margin-top: 15px;
	height: 400px;
}
#leftcol ul {
	font-size:100%;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}
#leftcol ul li {
	font-size:100%;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333;
}
#leftcol li a {
	font-size:100%;
	display: block;
	text-decoration: none;
	colour: #283f13;
	padding: 3px 0 3px 2px;
}

#leftcol li a:hover,#leftcol li a:focus {
	font-size:100%;
	background-color: #d2232a;
	color: #fff;
}

#home-content {
	background-image: url(../images/2009/home_mat.gif);
	background-repeat: no-repeat;
	height: 620px;
}

#ad-boxes {
	background-image: url(../images/2009/ad-box_bkgd.gif);
	float: right;
	height: 146px;
	width: 169px;
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
}
#ad-boxes .heading    {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 70%;
}
#ad-boxes .ad-box_text    {
	color: #FFFFFF;
	font-size: 60%;
}

#rightcol {
	width: 650px;
/*	background-image: url(../grafix/flower_film.gif);
	background-repeat: no-repeat;*/
	float: right;
	margin-top: 15px;
}
#rightcol-blank {
	width: 750px;
	float: right;
	margin-top: 15px;
}

#content {
	width: 620px;
	font-size: 98%;
	padding: 10px;
}

#content h1 {
	font-size: 450%;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
#content h2 {
	font-size: 290%;
	color: #2F5EA4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;

}
#content h3 {
	font-size: 90%;
	color: #d2232a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 5px;
}
#content h4 {
	font-size: 80%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d2232a;
	width: 100%;
	text-align: center;
	padding: 5px;
}
#content h5 {
	font-size: 93%;
	color: #2F5EA4;
	font-weight: bold;
	background-position: center center;
}
#content h6 {
	font-size: 93%;
	color: #fdb912;
	font-weight: bold;
	background-position: center center;
}
#content strong {
	font-size: 100%;
	padding-right: 10px;
	font-weight: bold;
	color: #d2232a;
}
#content b {
	font-size: 100%;
	padding-right: 10px;
	color: #000000;
	font-weight: bold;
}
#content p {
	font-size: 85%;
	padding-right: 10px;
	padding-top: 10px;
}
#content a {
	color: #000000;
	font-size: 100%;
}
#content a:hover, a:focus {
	color: #CC9999;
	text-decoration: none;
	font-size: 100%;
}
#content td {
	font-size: 97%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#content tr {
	font-size: 97%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#content ul {
	font-size:85%;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 10px;
}
#content li {
	list-style-type: none;
	margin-left: 5px;
	list-style-image: url(../grafix/red_bullet.jpg);
}

#content ol {
	font-size:92%;
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: 10px;
}

#content ol li {
	font-size:92%;
	list-style-position: outside;
}

#footerhome {
	clear: both;
	height: 90px;
}

#footerhome p {
	font-size: 70%;
	color: #000000;
	padding: 6px;
	text-align: right;
}

#footer {
	clear: both;
	height: 100px;
}
#footer p {
	font-size: 70%;
	color: #000000;
}
#footer-leftcol {
	float: left;
	width: 350px;
	font-size:90%;
	margin-top: 10px;/*	margin-top: 15px;*/
	text-align: left;
	padding-left: 10px;
}
#footer-rightcol {
	float: right;
	margin-top: 10px;
	text-align: right;
	padding-right: 10px;
}
blockquote {
	font-size: 100%;
	background-color: #FFE1E1;
	padding: 6px;
	text-align: left;
	color: #000000;
}

/*blockquote:hover {
	border 1px solid red;
	text-align: left;
}*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #F00;
	text-decoration: none;
}

.lefthome {
	float: left;
	margin: 5px 10px 1px 10;
	clear: right;
	padding-left: 15px;
}
.left {
	float: left;
	clear: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.right {
	float: right;
	margin: 5px 5px 5;
	clear: left;
}
.bottom {
	float: left;
	margin: 5px 10px 1px 0;
}
#sample1 {
	margin: 0;
	float: left;
	height: 140px;
	width: 160px;
	clear: both;
}
#sample2 {
	float: right;
	height: 140px;
	width: 160px;
	clear: both;
}

#flashcontent {
	background-position: center;
}

#skip a {
position: absolute;
margin-left: -1000px;
}

#skip a:focus, #skip a:active {
margin-left: 0;
display: block;
width:10em;
overflow: visible;
background-color: #000;
}

#blah:active {
}

.orderHead {
	background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 24px;
}

.orderButton
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #d2232a;
	border: thin ridge #710038;
}
#content td.orderrow
{
	background-color: #FFD5EA;
	height: 24px;
	text-indent: 2px;
	font-size: 85%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #d2232a;
}
#content table.ordertable
{
	background-color: #FF9DCE;
	border: 1px solid #1C5BA2;
}
#content input, select
{
	font-size: 85%;
}

#sitenav {
	font-size: 110%;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
}
#sitenav h1 {
	font-size: 80%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d2232a;
	width: 50%;
	text-align: left;
	padding: 5px 5px 5px 15px;
}

#sitenav h2 {	
    font-size: 100%;
	padding-right: 20px;
	color: #d2232a;
	font-weight: bold;
}

#sitenav p {
	font-size: 90%;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
}
#sitenav a {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
}
#sitenav a:hover, a:focus {
	color: #A05050;
	text-decoration: none;
	font-size: 90%;
}

/* table css */
.tablediv {
	display: table;
	width:98%;
	border: 1px solid #C6CDE7;
	border-spacing:0px;/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
}
.tablediv2 {
	display: table;
	width:98%;
	border-spacing:0px;/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
}
.rowdiv_hdr {
	display:  table-row;
	font-size: 90%;
	width:100%;
	clear: both;
	background-color: #e28067;
	font-weight: bold;
}
.rowdiv  {
	display:  table-row;
	font-size: 80%;
	width:auto;
	clear: both;
	width:100%;
	padding-bottom: 3px;
}

.celldiv1_hdr {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:10%;
	color: #000;
	text-align: center;
	line-height: 20px;
	background-color: #e28067;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.celldiv2_hdr {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:38%;
	color: #000;
	text-align: center;
	line-height: 20px;
	background-color: #e28067;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.celldiv3_hdr {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:10%;
	color: #000;
	text-align: center;
	line-height: 20px;
	background-color: #e28067;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.celldiv4_hdr {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:40%;
	color: #000;
	text-align: center;
	line-height: 20px;
	border: 1px solid #000000;
	background-color: #e28067;
}
.celldiv1 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:10%;
	color: #000;
	text-align: center;
	line-height: 30px;
	background-color: f7dbce;
	font-size: 80%;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.celldiv2 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:38%;
	color: #000;
	text-align: center;
	line-height: 30px;
	background-color: f7dbce;
	font-size: 80%;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.celldiv3a {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:10%;
	color: #000;
	text-align: center;
	line-height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: f7dbce;
	font-size: 80%;
}

.celldiv3b {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:10%;
	color: #000;
	text-align: center;
	line-height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: f7dbce;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 80%;
}


.celldiv4 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:40%;
	color: #000;
	text-align: center;
	line-height: 30px;
	background-color: f7dbce;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.celllefttop {
	float:left/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	line-height: 13px;
}
.cellleftbottom {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: left;
	line-height: 13px;
	font-size: 100%;
}

.cellleftbottom p {
	font-size: 10px
	}

.cellrighttop {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	line-height: 14px;
}

.cellleftbottom_bord {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: center;
	line-height: 13px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.cellrightbottom_bord {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: center;
	line-height: 13px;
	font-size: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.cellrightbottom {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:49%;
	color: #000;
	text-align: center;
	line-height: 13px;
	font-size: 100%;
}
.col1 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:32%;
	color: #d2232a;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}
.col2 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:32%;
	color: #d2232a;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}
.col3 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:32%;
	color: #d2232a;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	font-size: 100%;
}
.col4 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:58%;
	color: #d2232a;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	font-size: 140%;
}
