/* Innovative Customs Main Style Sheets
-main sheet. 
*/

html, body {
  margin: 0;
  padding: 0;
  background: url(/images/top_bg_photo.jpg) #7D7C7D no-repeat top center;
  text-align: center;
}

a {
text-decoration:none;

}

a img {
  border: 0;
}

a span { 
	display:none; 
}

.invisible {
	display:none;
}

#main_wrap{
   width: 748px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   font-family:  arial, verdana, tahoma, sans;
   background:transparent;



}

#content_wrap_inner a{
color: #6C6C6C;
text-decoration: none;
}
#content_wrap_inner a:hover  { text-decoration: underline; }

#inside_wrap{
   height: 100%;
  width: 748px;
}


#head_wrap {
width: 748px; 
height: 24px; 
padding: 36px 0 0 0;
}

#head {
width: 253px; 
height: 24px; 
margin-left: 44px;

}

#index a {
width: 253px; 
height: 0px;
padding-top: 24px;
overflow: hidden;
float: left;
text-align: right;
display: block;
background: url(/images/ic_logo.gif) no-repeat left top;
}



#menu {
width: 704px;
height: 9px;
font-size: 9px;
font-weight: bold;
color: #ADB1CB;
padding: 13px 0px 0px 44px;
text-align: left;
}

#menu a{
color: #A5A4A5;
}

#menu a:hover{
color: #F88151;
}

#menu a .selected{
color: ##7D7C7D;
}

.menu {
display: inline; 
height: 9px;
padding: 5px 6px 5px 5px;
}




/* Main section info. */




/********************************** Footer info ******************************/



#footer {
clear:both;
text-align:right;
font-size: 8pt;
padding: 0 25px 10px 0;
color: #333333;
margin-top: 5px;
 }
 






