@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EEE6DD;
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee6dd;
	background-image: url(../images/bgnd1.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	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. */
} 
#headerbox {
	width: 200px;
	float: right;
	margin-top: 80px;
	color: #FF9;
	font-size: 12px;
	text-align: right;
	margin-right: 12px;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 50px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #F96;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(../images/bgndsidebr.gif);
	background-position: center 410px;
}
#sidebar1 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #030;
	border-bottom-style: none;
	padding-bottom: 4px;
}
#sidebar1 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: -12px;
	color: #633;
}
.twoColFixRtHdr #mainContent {
	margin-top: 40px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 12px;
} 
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #525229;
	margin-bottom: -8px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-variant: small-caps;
	color: #630;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 2px;
	margin-bottom: 0px;
	letter-spacing: .1em;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: -8px;
}
#mainContent h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #545400;
	margin-bottom: -9px;
}
.twoColFixRtHdr #footer {
	background-color: #eee6dd;
	height: 22px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	font-size: 9px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	font-size: 11px;
}
a:hover {
	color: #FFC;
	text-decoration: none;
	background-color: #660;
}
.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: 10px;
}
.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;
}
.halfmoon{
	margin-bottom: 1em;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px;
	color: #FFC;
	font-size: 12px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fce693;
	text-decoration: none;
	background-image: url(media/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.halfmoon li a:visited{
	color: #FFC;
}

.halfmoon li a:hover{
	background-color: #CDDADA;
	color: #036;
	font-weight: normal;
	text-decoration: underline;
}
.rule {
	color: #CCC;
}
.center {
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}
.right {
	text-align: right;
}
.txt12pt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.bullets {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
}
.txtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
}


table#table_style {
    border: solid #FFF 1px;
    width: 100%;
}


table#table_style td {
font-size:12px;
	border-top:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-bottom:#bddeef solid 1px;
	border-right:#bddeef solid 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    background-color: #000;
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;

}

.ReviewPara {
background-color:#f6f1eb;
border:1px #000 solid; 
padding:10px;
}

.PriceTag {
font-weight:bold;
line-height:24px;
color:#CC6600;
font-size:16px;
background-color:#FFF;
padding:2px;
border:1px #CCC solid;
}