@charset "utf-8";

/* © 2009 by Web Professional Solutions */

body {
	background-image: url(../images/gardient.jpg);
	background-repeat: repeat-x, repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* LINK STYLES */

a {
	color: #b61411;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f70000;
	text-decoration: underline;
}

a:visited {
	color: #b61411;
	text-decoration: none;
}

input.btn {
	background-image: url(../images/btn.png);
	border: solid 1px #090;
	color: #FFF;
	height: 28px;
	width: 85px;
}

input.btn:hover {
	font-weight: bold;
	border: solid 1px #C00;
}

form {
	color: #7b5830;
}

form input {
	border: solid 1px #cacaca;
}

a:active {
	color: #89A100;
	text-decoration: none;
}

.img_placeholder img {
	border: solid 1px #F00;
	padding: 2px;
	background-color: #FFF;
}

.img_placeholder img:hover {
	background-color: #F60;
}
