@charset "utf-8";

h1 {
	font-size: 1.05em;
	margin-top: 0;
}

h3 { font-size: 1.5em;}

p {
	margin-top: 0;	
}

li {
	line-height: 20px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(images/metal.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 25px auto 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

#header {
	padding: 25px;
	height: 65px;
	background: url(images/logo.jpg) no-repeat;
}

/*navigation*/
#topnav {
	background:#000000;
	font-size:1.25em;
	font-weight:bold;
	width: 980px;
	text-align:center;
	margin: 0;
}  

#topnav a {
	color:#F5F5F5;
	text-decoration: none;
}
#topnav .active a {
	color:#FFCC00;
}
#topnav a:hover {
	color:#FFCC00;
}
#topnav ul {
	list-style:none;
}
#topnav ul li {
	display:inline;
	margin: 10px;
}


/*Rounded box*/
.cornerBox { 
	position: relative; 
	background: #EEEFFF; 
	width: 100%; 
}

.corner {
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('images/corners.gif') no-repeat; font-size: 0%;
}

.cornerBoxInner {
	padding: 10px;
}

.TL { 
	top: 0; 
	left: 0; 
	background-position: 0 0; 
}

.TR { 
	top: 0; 
	right: 0; 
	background-position: -10px 0; 
}

.BL {
	bottom: 0; 
	left: 0; 
	background-position: 0 -10px; 
}

.BR { 
	bottom: 0; 
	right: 0; 
	background-position: -10px -10px; 
}

#footer { 
	width: 1000px;
	margin: 10px auto;
	background: #CCCCCC;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
}

div.services {
	margin: 10px 1px;
	padding: 5px;
	border: #FFCC00 solid 1px;
	background: #EEEFFF repeat-x url(images/boxtop.gif);
}

div.infobox {
	margin: 5px 1px;
	padding: 5px;
	border: #FFCC00 solid 1px;
	background: #EEEFFF;
}

div.infoboxflt {
	margin: 5px 1px;
	padding: 5px;
	border: #FFCC00 solid 1px;
	background: #EEEFFF;
	float: left;
	width: 312px;
	height: 225px;
	margin-left: 1px;
	margin-bottom: 1px;
	background: #EEEFFF repeat-x url(images/boxtop.gif);
}

div.servicesfront {
	margin: 5px 1px;
	padding: 5px;
	border: #FFCC00 solid 1px;
	background: #EEEFFF repeat-x url(images/boxtop.gif);
	width: 260px;
	height: 190px;
	float: none;
}

div.animation {
	margin-right: 1px;
	padding: 0;
	border: #FFCC00 solid 1px;
	background: #EEEFFF;
	width: 700px;
	height: 407px;
	float: right;
}


.box {
  background: url(images/boxmid52090536.png) repeat-y;
  }


.box .boxtop {
  background: url(images/boxtop54919071.png) no-repeat top;
  text-align: center;
  padding: 6px 8px 4px 10px;
  font-size: 16px; 
  color: #ffffff;
  
  }

.box .boxbot {
  margin: 0;
  text-align: left;
  padding: 10px 10px 15px 10px;
  color: #000000;
  font-size: 13px;
  background: url(images/boxbot12268094.png) no-repeat bottom;
  }

.centred { /* center content */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}