@CHARSET "utf-8";

body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	min-width: 760px;
	background-image: url('http://images.imvusale.com/Images/bkg.jpg');
}

/* place active button img tags in an element using this class */
.buttonactiveimagecontainer {
	position: relative;
	z-index: 1;
	background-image: url('http://images.imvusale.com/Images/menu_active.jpg');
	width: 100px;
	height: 100px;
	cursor: pointer;
}

/* place inactive button img tags in an element using this class */
.buttonimagecontainer {
	position: relative;
	z-index: 1;
	background-image: url('http://images.imvusale.com/Images/menu_inactive.jpg');
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.buttonimagecontainer:hover {
	position: relative;
	z-index: 1;
	background-image: url('http://images.imvusale.com/Images/menu_mouseover.jpg');
	width: 100px;
	height: 100px;
	cursor: pointer;
}

/* place button text in an element using this class */
.buttontext {
	position: relative; /* don't change this */
	z-index: 2; /* don't change this */
	top: 40%; /* adjust to align text vertically over the image */
	height: 0; /* adjust to control the bottom edge of the hover area */
	font-family: Arial; /* from here down, adjust per your design */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #434343;
	cursor: pointer;
}

.errorMsg {
	color: #CE0025;
	font-size: 12px;
}

.textBold {
	font-weight: bold;
	font-size: 14px;
}

.textHeader {
	font-weight: bold;
	font-size: 16px;
	font-style: oblique;
}

.textHeader2 {
	color: #ff9314;
	font-size: 25px;
	font-weight: bolder;
}

.plainLink:link {
	text-decoration: none
}

.plainLink:visited {
	text-decoration: none
}

.plainLink:active {
	text-decoration: none
}

.plainLink:hover {
	text-decoration: none
}

.catchyLink:link {
	text-decoration: none;
	font-size: 12px;
	color: #c80000;
	font-weight: bold;
}

.catchyLink:visited {
	text-decoration: none;
	font-size: 12px;
	color: #c80000;
	font-weight: bold;
}

.catchyLink:active {
	text-decoration: none;
	font-size: 12px;
	color: #c80000;
	font-weight: bold;
}

.catchyLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #c80000;
	font-weight: bold;
}

li {
	margin-top: 10px;
}

#thumbnail
{
float: left;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
height: 290px;
}

.thumbnail_fixed_height
{
float: left;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
height: 290px;
}

.thumbnail
{
float: left;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
width: 140px;
height: 170px;
}