/**   TJs Electronics Main  **/

@charset "utf-8";

table.center {
	margin-left:auto;
	margin-right:auto;
	}

body {
	background-color: #666666;
	background-image: url(/images/background3.png);
	background-repeat:no-repeat;
	}

/** Fonts **/
.smallfont {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	size:16px;
}

.mainbody {
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
}


/**  Banner style sheet **/

a.banner{
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	text-align: center;
}

a.banner:hover {
	width: 100px;
	height: 60px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	background-color: transparent;
	background-image: url(/images/nav_buttons_r1_c4.png);
	background-repeat: no-repeat;
}

a.banner-active{
	width: 100px;
	height: 60px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	background: transparent url(/images/nav_buttons_r1_c2.png) no-repeat;
	text-align: center;
}

/* Div  allignment */
#mx_spam_info {
  position: absolute;

  top: 150px;
  float:right;
  width: 150px;
  height: 100px;
}

