@charset "utf-8";
/* CSS Document */

#logo {
margin: auto;
padding-top: 5px;
height: 90px;
}

#footer{
text-align: center;
font-size: .7em;
clear: left;
}

#footer a{
color: #5C5C5C;
}

#footer a:hover {
color: #FF9900;
}

/*buy and info inline list*/

ul#bilist{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align: right;
font-size: .8em;
}

#bilist a {
	padding: 3px 10px;
	color: #2C876D;
	text-decoration: none;
	font-size: 12px;
}

#bilist li { 
display: inline; 
list-style-type: none;
}

#bilist a: link #bilist a:visited {
color: #FF9900;
background-color: #036;
text-decoration: none;
}

#bilist a:hover
{
	color: #fff;
	background-color: #2C876D;
	text-decoration: none;
}

.qnty {
font-size: .8em;
color: #FF6600;
padding: 0em;
}

.floatRight { 
    float: right; 
    margin: 1em; 
	clear: both;
}

p.right {
float: right;
margin: 0px;
clear: both;
}

p.left {
float: left;
margin: 0px;
clear: both;
}

p.center {
text-align: center;}

img.floatLeft { 
   border: 0; 
   float: left; 
    padding: 5px; 
    clear: left;
}
img.floatRight { 
    border: 0;
	float: right; 
    padding: 5px; 
	clear: right;
}

img.center { 
text-align: center;
}

img.pad {
padding: 5px;
}

img.padten {
padding:0px 10px 0px 0px;
}


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-color: #fff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0px 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent h1 { 
width: 520px;
display: block;
height: 10px;
font-weight: 600;
border-bottom: solid 1px #ff9966;
border-right: solid 6px #ff9966;
background-color: #F2F5F7;
text-align: center; 
margin-bottom: 10px;
margin-top: 10px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
padding: 0;
font-size: 10px;;
font-weight : bold;
}

#navcontainer ul{
padding: .2em 0;
margin: 0;
list-style-type: none;
background: #bbc3d3;
color: #ffffff;
font: arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
color: #FFFFFF;
padding: .2em 1em;
}

#navcontainer li a:hover {
background: #bbc3d3; 
color: #fff;
text-decoration: underline;

}

table

table.mytable 
{
	width: 550px;
	padding: 0px;
	border: none;
	border: 0px dotted #789DB3;
	vertical-align: top;
}

table.mytable img {
padding: 5px;
float: left;
border: none;
  }

table.mytable img a {
border: none;
}

table.mytable h1 {
	width: 550px;
	display: block;
	height: 25px;
	font-weight: bold;
	border-bottom: solid 1px #ff9966;
	border-right: solid 6px #ff9966;
	background-color: #F2F5F7;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}

table.mytable h2 { 
width: 550px;
display: block;
height: 45px;
font-weight: 600;
border-bottom: solid 1px #ff9966;
border-right: solid 6px #ff9966;
background-color: #F2F5F7;
text-align: center; 
margin-bottom: 10px;
margin-top: 10px;
}

table.mytable h3 { 
width: 550px;
display: block;
height: 45px;
font-weight: 600;
border-bottom: solid 1px #ff9966;
border-right: solid 6px #ff9966;
background-color: #F2F5F7;
text-align: center; 
margin-bottom: 10px;
margin-top: 10px;
}
table.mytable h4 { 
width: 550px;
display: block;
height: 60px;
font-weight: 600;
border-bottom: solid 1px #ff9966;
border-right: solid 6px #ff9966;
background-color: #F2F5F7;
text-align: center; 
margin-bottom: 10px;
margin-top: 10px;
}

table.mytable td {
	border: none;
	vertical-align: middle;
	padding: 7px;
	font-size: 12px;
}
table.mytable tr.special td 
{ 
border-bottom: 9px solid #ff0000;  
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

