/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #4B689A url(images/img1.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	margin: 0;
	font-size: 1em;
}

p, ul {
	margin-top: 0;
}

a:link {
	color: #4B689A;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/img2.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
/*	text-transform: uppercase; */
	color: navy;
}

#header h1 {
	float: left;
	padding: 65px 0 0 0;
	font-size: xx-large;
}

#header h2 {
	float: right;
	padding: 86px 0 0 0;
	font-size: small;
}

/* Menu */

#menu {
	width: 680px;
	height: 20px;
	margin: 0 auto;
	padding: .5em 0;
	background: #EBEEF2;
	border: 10px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	text-decoration: none;
	text-align: center;
	font: bold small "Arial Black", Arial, Helvetica, sans-serif;
	line-height: 30px;
}


#menu a:hover {
	background: #4B689A;
	color:#ffffff;
}

/* Content */

#content {
	min-height:340px;
	height:auto !important;
	height:340px; 
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF url(images/img3.gif);
}

#colOne {
	float: left;
	width: 660px;
	padding: 10px 0 0 20px;
}

/* Footer */

#footer {
	width: 680px;
	margin: 0 auto;
	padding: 0 0;
	background: #EBEEF2;
	border: 0px solid #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
}

#footer2 {
	width: 700px;
	margin: 0 auto;
	padding: 0 0;
	background: #ffffff;
	border: 0px solid #FFFFFF;
}

.toolname {
	COLOR: #000066;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #FFFFFF;
}

.toollink {
	COLOR: #000000;
	background: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #66CCFF;
	text-decoration: none;
	text-align: right;
}

.tooldisc  {
	COLOR: #000000;
	background: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	border-bottom: 1pt solid navy ;
}
