






A:LINK, A:VISITED, A:FOCUS  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #1173BC;
	text-decoration: none;
}
a:hover {  text-decoration: underline}

a:link {  text-decoration: none}




html, body {
	background-color: #898FC5;
	margin: 0;
	text-align: center;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1173BC;	
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;	
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #1173BC;	
}



#page {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}

#page table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	text-align: justify;
	z-index: 2;
}


.fs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.fs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}


.featuretext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}


.featuretext em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}







#showroom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
	text-align: justify;
}



#showroom a img {
	border: 3px solid #FFF; /* Set image border color */
}

#showroom a:hover img {
	border: 3px solid #000; /* Set image border hover color */
	}





#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
height: auto;
padding: 10px;
padding-bottom: 0;
background: #000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #000;
padding: 5px;
z-index: 5;
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
}



/* Gallery Styles */

#cmotioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 650px; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
position: absolute;
top: 335px;
left: 320px;
}

#cmotioncontainer a img {
	border: 3px solid transparent; /* Set image border color */
}

#cmotioncontainer a:hover img {
	border: 3px solid #FFFFFF; /* Set image border hover color */
	}

#cstatusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#cmotioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */