body {
	background-image: url(http://www.modaman.com/images/bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #000;
	background-repeat: repeat-x;
}


.btm-bkg {
	background-image: url(http://www.modaman.com/images/btm-bkg.jpg);
	background-repeat: repeat;
}
.side-left-bkg {
	background-image: url(images/bdr-side-left-bkg.jpg);
	background-repeat: repeat;
}
.bkg-side-right {
	background-image: url(images/bdr-side-right-bkg.jpg);
	background-repeat: repeat;
}
.body a:link {
	color: #FFF;
	text-decoration: underline;
} 
.body a:visited {
	color: #FFF;
	text-decoration: underline;
}
.body a:hover {
	color: #FFF;
	text-decoration: underline;
}
.body a:active {color: #666666;}

.SmallTxt_White a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.SmallTxt_White a:visited {
	color: #FFF;
	text-decoration: none;
}
.SmallTxt_White a:hover {
	color: #CCC;
	text-decoration: underline;
}
.SmallTxt_White a:active {
	color: #FFF;
	text-decoration: underline;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	color: #E6E6E6;
	list-style-image: url(images/bullet_blue.gif);
	list-style-type: square;
	list-style-position: outside;
	background-position: top;
}

.body_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	color: #E6E6E6;
	list-style-image: url(images/bullet_blue.gif);
	list-style-type: square;
	list-style-position: outside;
	background-position: top;
	padding-left:       .5cm;
	padding-right:      .25cm;
}

.body-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-position: top;
}

.SmallTxt_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}

.SmallTxt_White-vertcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}

.SmallTxt_White-leftpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	align: left;
	padding-left:  1cm;
	padding-right: 1cm;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
}
textfield {
	background-color: #000;
	border: 1px 1 #999;
}
whatsnew-bkg {
	background-image: url(images/whats-new-bkg.jpg);
	background-repeat: repeat;
	border-style: groove;
}

.bigtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 24px;
	color: #FFF;
	list-style-image: url(images/bullet_blue.gif);
	list-style-type: square;
	list-style-position: outside;
	background-position: top;
}

.contact {
	background-image:url(Flash/Contact/Artwork/ContactBG.jpg);
	background-repeat:no-repeat;
	height: 386px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -500px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -500px;
left: -100px; /*position where enlarged image should offset horizontally */
z-index:100;
}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -500px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -500px;
right: -160px; /*position where enlarged image should offset horizontally */
z-index:100;
}




