/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin-bottom: 1px;
	background-image: url(../images/fit-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
}

.clr {
	clear: both;
}

.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}

td img {display: block;}

/* layout */
div.menu {
	width: auto;
	clear: both;
	font-size: 18px;
	color: #000000;
	text-align: right;
}

div.menu a:link, a:visited {
	color: #cc2031;
}

div.menu a:hover {
	color: #7a7a7a;
}

div.menu a:active {
	color: #ffffff;
	background: #cc2031;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 30px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/fit-bullet.gif);
background-repeat: no-repeat;
background-position: 0px 10px;
font-weight: bold;
}

td {
	text-align: left;
}

a:link, a:visited {
	color: #cc2031; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7a7a7a;	text-decoration: none;
	font-weight: bold;
}

h1 { color: #c71d22;
	font-family: arial, helvetica, verdana;
  	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	}

h3 {
	color: white !important;
	font-size: 13px;
}

/* Form */

div#form {
	width: 308px;
	height: 490px;
	padding: 10px 10px 0 20px;
	background: url(/images/bodywrap_form_bg.png);
	text-align: left;
}

form {
	width: 290px;
	padding: 10px 10px 0 16px;
	color: #c71d22;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/bodywrap_form_bg.png);
	text-align: left;
}

.texta {
	width: 260px;
	height: 17px;
	font-size: 14px;
	background-color: #ffffff;
	margin: 0 0 7px 0;
}

.textas {
	width: 130px;
	height: 17px;
	font-size: 14px;
	background-color: #ffffff;
	margin: 0 0 7px 0;
}

.textz {
	width: 160px;
	height: 17px;
	font-size: 14px;
	background-color: #ffffff;
	margin: 0 0 7px 0;
}

select {
	width: 70px;
	height: 20px;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	margin: 0 20px 7px 0;
}

textarea {
	width: 260px;
	background-color: #ffffff;
	color: #000000;
	margin: 0 0 13px 0;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 10px 10px;
	background: url(/fit/images/blockquote_start.png) 0 0 no-repeat;
	font-family: times, serif;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	text-align: left;
}

blockquote.big div {
	margin: 0px -50px -50px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/fit/images/blockquote_end.png) 100% 100% no-repeat;
}