BODY, HTML {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
}
H1 {
	color: #FFFFFF;
	font-size: 14pt;
}
.txtWhite {
	color: #FFFFFF;
}
#search_holder {
	padding: 5px 0px;
	text-align: left;
	background-color:#FFFFFF;
	padding:5px;
	margin:5px;
	border:solid 1px #000000;
}
#search_holder A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#search_holder A:HOVER {
	color:#0033CC;
	font-weight: bold;
}
#search_box {
	width:115px;
	height:15px;
	border:solid 1px #000000;
	margin:5px 3px 5px 5px;
	font-size:12px;
	line-height:15px;
	float:left;
}
#search_button {
	width:28px;
	height:20px;
	border:solid 1px #000000;
	color:#FFFFFF;
	background-color:#00ACEC;
	margin:5px 0px 5px 0px;
	float:left;
}
#main_layout {
	margin: auto;
	background-color: #FFFFFF;
	width: 949px;
	background-repeat: repeat-x;
}
#table_layout {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#banner {
	background-image: url(/images/ianc_header.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align:center;
    width:625px;
    height:66px;
}
.table_head {
	background-color: #00A9E8;
	font-size: 12px;
}
.table_head A {
	color: #000000;
	text-decoration: none;
}
.table_head A:HOVER {
	color: #FFFFFF;
}
#left_block {
	border: 0px solid #000000;
	border-right: 0px;
}
#right_block {
	border: 0px solid #000000;
	border-left: 0px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
#center_block {
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
}
#main_nav {
	color: #000000;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	width: 625px;
}
#main_nav A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main_nav A:HOVER {
	color: #FFFFFF;
	font-weight: bold;
}
#content {
/*	background-image: url(/images/wr_body.gif);
	background-position: top left;
	background-repeat: repeat-yx;
*/	
    padding: 0px 0px;
	text-align: left;
}
#content IMG {
	border: 1px solid #FFFFFF;
}
#footer {
	color: #B1B1B1;
	font-size: 10pt;
	font-family: Arial;
	padding: 5px;
	text-align: center;
}
#footer A {
	color: #B1B1B1;
	text-decoration: none;
}
#footer A:HOVER {
	color: #FFFFFF;
}
#cart {
	border: 1px solid #FFFFFF;
	padding: 3px 3px 100px;
	background-color: #75411A;
	width: 140px;
	margin: auto;
	margin-top: 5px;
	text-align: left;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: normal;
}
.txtRed {
	color: #FF0101;
}
#pro_list {
	list-style-image: url(/images/icon_li.jpg);
/* #list-style-image: url(/images/icon_li_IE.jpg);      */
}
#pro_list LI IMG UL {
	height: 19px;
	line-height: 19px;
	vertical-align: baseline;
}
.tableHead {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.td_list1 {
	background-color: #AE6538;
	border-bottom: 1px solid #75411A;
}
.td_list2 {
	border-bottom: 1px solid #75411A;
}
/*Light box effects -------------------------------------------------------------------------------*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*End Light box effects -------------------------------------------------------------------------------*/

.topbar
{
    background-color: #00A9E8;
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    height:25px;
}
 .topbar_email
{
    background-color: #00A9E8;
    color:#B1B1B1;
    font-size: 12px;
    font-family: Arial;
}

 .topbar_email a
{
    color:White;
}

 .topbar_email a:HOVER
{
    color:White;
}

.pagetitle
{
    font-family: Brush Script MT;
    color: #003300;
	font-size: 36px;
	font-weight:bolder;
	padding-top:8px;
}
       
       
       
#menutop {background:url(/images/menu_tall.gif) top repeat-x; height:45px; text-align:center;}
#menutop .rightbg {background:url(/images/menu_right.gif) top right no-repeat;}
#menutop .leftbg {background:url(/images/menu_left.gif) top left no-repeat; width:100%;}
#menutop .padding {padding-top:1px; }
#menutop li {float:left; width:120px; background:url(/images/menu_libg.gif) top right repeat-y; font-family:Comic Sans MS; font-weight:bold; font-size:14px; text-align:center; display:block;}
#menutop li a {color:#919191; text-decoration:none;}
#menutop li a:hover {color:#000000; text-decoration:underline;}
#menutop li span {color:#000000; font-weight:bolder; text-decoration:underline;}
#menutop .last {background:none;}
#menutop .largeitem {width:165px;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

.table_row_separator 
{
	height:32px;
}

.table_row 
{
	/*background-color: #F0F0F0;*/
	background-color: Transparent;
}

.mainpictureblock
{
    background-color: Transparent;
    border: 0px solid #000000;
    padding-top:6px;
    padding-left:12px;
    text-align:left;
}
.sidepictureblock
{
    background-color: Transparent;
    border: 0px solid #000000;
    padding-top:12px;
    padding-left:12px;
    text-align:left;
    vertical-align:top;
}
.textblock
{
    font-family:verdana;
    font-size:12px;
    background-color: Transparent;
    border: 0px solid #000000;
    padding-top:12px;
    padding-left:12px;
    padding-right:12px;
    text-align:left;
}

.textblock A {
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}
.textblock A:HOVER {
	color: Aqua;
	font-weight: normal;
	text-decoration:underline;
}

.textblock h2
{
    font-family:Times New Roman;
    font-size:20px;
    background-color: Transparent;
    
    color:#003300;
    margin: 0 0 6px 0;
    padding: 3px 0px;
    font-weight:bold;
}
.textblock h3
{
    font-family:Tahoma;
    font-size:18px;
 	font-weight: bold;
	background-color: transparent;
    color: #663300;
    margin: 0 0 6px 0;
    padding: 3px 6px;
}
.textblock h3 A {
	font-weight: normal;
}
.textblock h4
{
    font-family:Tahoma;
    font-size:14px;
 	font-weight: bold;
	background-color: Transparent;
    color: Black;
    margin: 6px 0 0 0;
    padding: 0 0 3px 0;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 161px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(/images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
