/** BASIC */

.header {background-image: url(../images/alantlogo.gif); height: 150px;}

body {background-color: #0A9AE4;}

table.MainTable{
	width: 688px;
	border-left: 7px solid #000000;
	border-right: 7px solid #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.container {
	width: 680px;
	padding: 10px;
}

/** NAVIGATION */

.navigation {
	background-color: #FCE66E;
	font-weight: bold;
	font-size: .85em;
	text-align: center;
	color: #000000;
	padding-bottom: 0px;
	height: 20px;
	
}

.navigation a {color: #000000; text-decoration: underline;}
.navigation a:hover, #navigation a:active {color: #999999;}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {font-size: 1.3em; font-weight: bold; color: #0A9AE4;}
#sub {font-size: 1.1em; color:#666666;}
h2 {font-size: 0.97em; font-weight: bold; color: #333333;}
#sub2 {font-size: 1.1em; font-weight: bold; color: #0066FF;}
#ProductHeading {font-size: 0.97em; font-weight: bold; color: #990000;}
h3 {font-size: 1em; font-weight: bold; color: #333333;}


/** TEXTS */

body, th, td, input, textarea, select, p {
	color: #363636;
	font: 0.95em  Verdana, Arial, Helvetica, sans-serif;
}



#footer {
	font-size: .75em;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 5px;
}

	
.bullets{
	font-size: .92em;
	list-style-type:disc;
}


/** LINKS */

a {
	color: #0A9AE4;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}




.testimonials {
	width: 90%;
	padding: 5px 5px 5px 5px;
	background-color: #FFC4C4;
}
	







