/* commented backslash hides from ie5mac \*/ 
html{
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #BDBDBD;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}
body{	
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #015EA1;
	background:  url(images/body_bg.jpg) repeat-x left top;
}
#wrapper {
	_height: 82px;
}
#outer{
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background:  url(images/body_bg.gif) repeat-y left top;
}
/* mac hide \*/
* html #outer{
	width:760px
}
/* end hide*/
#inner{
	width:100%;
	padding-top:184px;/*needed to make room for header*/
} 
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:152px;
	z-index:74;
	background:  url(images/top-header_776x93_2.jpg) no-repeat left top;
}
#flash {
}
#ajaxmenu{
	position:absolute;
	top:152px;
	left:4px;
	width:752px;
	height:32px;
	z-index:65;
	background:  url(images/menu_bg.gif) repeat-x left top;
}
.menu {
	width: 752px; 
	font-size: 12px;
	font-weight: bold;
	z-index: 100;
	margin-top: 1px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {
	width: 150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 107px;
	position: relative;
}
/* style the links for the top level */
.menu li a, .menu li a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #000000; 
	width: 107px; 
	height: 21px;  
	background: url(images/menu_up.gif) no-repeat top left; 
	line-height: 21px;
	text-align: center;
}
/* style the top level hover */
.menu li a:hover {
	color: #FFFFFF; 
	background: #18548B url(images/menu_dn.gif) no-repeat top left;
}
.menu li :hover > a {
	color: #FFFFFF;
	background: #18548B url(images/menu_dn.gif) no-repeat top left;
}

/* style the second level links */
.menu li li a, .menu li li a:visited {
	background: #AF0000 none; 
	color: #FFFFFF; 
	font-weight: normal;
	height: 21px; 
	line-height: 21px; 
	padding: 0px; 
	width: 150px;
	border-bottom: 1px solid #000000;
}
.menu li li a:hover {
	background: #00529B url(images/spacer.gif) no-repeat top left; 
	color: #FFFFFF;
	font-weight: normal;
} */

/* style the third level background */
.menu li li li a, .menu li li li a:visited {
	background: #AF0000 none; 
	color: #FFFFFF;
} 
/* style the third level hover */
.menu li li li a:hover {
	background: #00529B none; 
	color: #FFFFFF;
}
.menu li li li :hover > a {
	background: #00529B none; 
	color: #FFFFFF;
} 

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 21px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 21px;
	t\op: 21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
}
/* mac hide \*/
* html #outer, * html #header {width:760px}
/* end hide*/
#footer {
	color: #00529B;
	width:776px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #AF0000;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/
#right {
	width:194px;
	float:left;
	z-index: 55;
}
#right-inner {
	width: 183px;
	padding-left: 12px;
	text-align: left;
}
#sidebar {
	background-color: #CCCCCC;
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	padding: 14px 4px 4px 4px;
	border-bottom: 1px solid #333333;
	background-position: right top;
}
#right-inner h2 {
	font-size: 15px;
	margin: 0px 0px 4px 0px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:552px;
	float:right;
	padding-right: 4px;
	z-index: 56;
}
#left-inner {
	padding-left: 4px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	clear:both;
} /* to clear footer */
#content {
	z-index: 300;
	padding-bottom: 7px;
}
#content h2 {
	font-size: 20px;
	color: #AF0000;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}
h3#post-  {
	font-size: 12px;
	color: #AF0000;
	background:  url() no-repeat left top;
	padding-left: 0px;
}
h4 {
	margin: 6px 0px;
	font-size: 13px;
}
#content p {
	font-size: 12px;
	color: #00529B;
	line-height: 18px;
	_line-height: 16px;
}
#content p a {
	color: #AF0000;
}
#content p a:hover {
	background-color: #AF0000;
	color: #ffffff;
}
#footer {
	margin: auto;
	background-color: #BDBDBD;
	width: 760px;
	color: #00529B;
}
#footer p {
	padding: 8px;
	text-align: center;
	color: #00529B;
}
.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_resultLink {
	color: #618200;
}
.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;
}
#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}
.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}
#content a, #sidebar a
{
    color: #AF0000;
}

#content a:hover, #sidebar a:hover
{
    background-color: #AF0000;
    color: #FFFFFF;
}
.search_r_img {
	padding: 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.price {
	font-size: 15px !important;
	font-weight: bold !important;
	color: #AF0000 !important;
}
.feature_set {
	padding: 6px;
	float: left;
	width: 240px;
}
.feature_title {
}
#EditView input, #EditView select {
	background-color: #f5ee31;
}
#search_form {
	background-color: #8ADAFB;
}
#search_form input, #search_form select {
	background-color: #f5ee31;
}