@charset "utf-8";
/* CSS Document */
body {
	background-image: url('../Images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #8DA279;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	color: #000000;
	margin-top: 15px;
	font-weight: normal;	
}
tr,td,th,p,li {
	color: #333333;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
}
a {
	font-size: small;
	font-weight: normal;
	font-family: "Century Gothic", "Times New Roman";
	color: #000000;
}
a:link {
	color: #000000;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size: medium;
	font-family: "Century Gothic", "Times New Roman";
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: medium;
	font-family: "Century Gothic", "Times New Roman";
	color: #000000;
	font-weight: normal;
}
h3 {
	font-size: medium;
	font-family: "Century Gothic", "Times New Roman";
	color: #000000;
	font-weight: normal;
}
.body:link {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}

.body:visited {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}
.body:hover {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
.PageSpan {
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #1C6EB4;
}
.PageSpan:link {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;
}

.PageSpan:visited {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;
}
.PageSpan:hover {
	color: #1C6EB4;
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
}
.style1 {
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.style2 {
	font-family: "Century Gothic", "Times New Roman";
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.style3	 {
	font-family: "Century Gothic", "Times New Roman";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.ClockDetail  {
	color: #1C6EB4;
}
.Strike  {
	text-decoration: line-through;	
}
.Clearance  {
	color: #CC0000;
	font-size: medium;
	font-weight: bold;
}
#middle {
	background-image: url('../Images/middle.jpg');
	background-repeat: repeat-y;
}
#TopMenu {
  background-image:url('../Images/Clock-Repair-Background.jpg');
}
.menu ul {
 display: block;
 padding: 20px 0px 0px 15px;
 margin: 0px;
 text-align: left;
}
.menu ul li {
 display: block;
 float: left;
 margin: 0px;
 list-style: none; 
}
.menu a {
 display: block;
 background: url('../Images/button-up.jpg') top left no-repeat;
 width: 88px;
 height: 83px;
 padding: 20px 0px 0px 5px;
 margin: 0px;
 border: 0px;
 color: #1C6EB4;
 font-size:small;
}
.menu a:hover {
 background: url('../Images/button-hit.jpg') top left no-repeat;
 text-decoration: none;
}