body{
	background-color: #454545;
	background-image: url("../images/background.png");
	margin: 0px;
}
TABLE.main {
	background-color: #FFFFFF;
	border: none;
	width: 100%;
}
TABLE.main TD.header{
	background-color: #1100B3;
	background-image: url('../images/blue_background.png');
	width: 100%;
}
TABLE.main TD.shader{
	background-color: #FFFFFF;
	height: 6px;
	width: 100%;
}
TABLE.order {
	background-color: #CCCCCC;	
}
.left_nav{
	background-image: url('images/left_background.png'); 
	background-color: #E7E7E7; 
	height: 100%; 
	width: 175px; 
	text-align:left;
	padding: 10px;
}
.left_nav A{
	font-family: Arial, Verdana, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}
.left_nav A:HOVER{
	font-family: Arial, Verdana, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	
}
.sub_left_nav A{
	font-family: Arial, Verdana, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #454545;
	font-weight: normal;
	text-decoration: none;
}
.sub_left_nav A:HOVER{
	font-family: Arial, Verdana, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	
}
.images{
	display: block;
	border: none;
}
.thumbs{
	border: 1px solid #000000;
	width: 100px;
	height: 100px;
	display: block;
	max-width: 100px;
  	max-height: 100px;
  	width: expression(this.width > 100 ? "100px" : true);
  	height: expression(this.height > 100 ? "100px" : true);
}
.padded_images{
	display: block;
	border: none;
	padding-top: 3px;
	background-color: #CCCCCC;
}
.orderBox{
	border: 1px solid #696969;
	padding: 5px;
	background-color: #EFEFEF;
}
.content{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.content h2{
	color: #0000FF;
}
.content h3{
	padding: none;
	margin: none;
	line-height: none;
	line-break: none;
}
.footer{
	background-color: #454545;
    font-family: Verdana, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 12px;
}
.footer a{
	font-family: Verdana, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover{
	font-family: Verdana, Helvetica, Verdana, Sans-Serif;
	color: #E2E2E2;
	font-size: 12px;
	text-decoration: underline;
}
.footer2 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 10px;
}
.pad{
	padding: 2px;
}
ul.left_nav_list{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	list-style-type: square;

}
.blue{
	color: #0000DD;
	font-weight: bold;
}
#sddm
{	margin: 0px;
	padding: 0px;
	//z-index: 30;
}

#sddm li
{	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 125px;
	}

	#sddm div a
	{	position: relative;
		//display: block;
		margin: 0px;
		padding: 2px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial
}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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: #EFEFEF;
padding: 5px;
z-index: 5;
}

