/* 
GENERAL CLASSES 
put classes in here that you will apply to text, objects.. whatever.  as long as its used more than once.*/

.center{text-align: center;}
.yellow{color: #FFE812;}
.bold{font-weight: bold;}
.italic{font-style: oblique;}
.reallybig{	font-size: 30px;}
.huge{	font-size: 20px;
		line-height: 10px; 
		font-family: "Time New Roman";
		margin-top: 5px;
}
.testimonial{
	margin: 20px 5px;
	line-height: 200%;
	font-size: 14px;
	font-style:oblique;
	font-family:"Times New Roman", Times, serif;
	
}
/*
END GENERAL CLASSES
*/


/*
GENERAL REUSEABLE IDS AND CLASSES
*/
input#submitbutton{
	background: #B3DC1F;
	border: 1px gray solid;
	font-size: 12px;
}

input.button{
	background: #B3DC1F;
	border: 1px gray solid;
	font-size: 12px;
}

Table#icons tr.text td{
	font-size:10px;
	background: #FFFFFF;
	text-align: center;
	padding: 0px 5px 0px 5px;
	
}
Table#icons tr.images td{

}

Table#screenshots {
	width: 355px;
	border: 0;
}
Table#screenshots td.features {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px 6px 0px 10px;
	line-height: 150%;

}
Table#screenshots td.caption {
	font-size: 11px;
	text-align: center;

}
Table#screenshots td.list_title {
 	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
Table#normalcontact {
	width: 100%;
	background: white;
	padding: 0px 400px 40px 400px;
}


A.rightlinks{
	display: block;
	padding: 15px 5px;
	font-size: 12px;
}
div#bottomnav{
	text-align: right;
}
div#bottomnav a{
	text-decoration: none;
}
/*
END GENERAL REUSEABLE IDS AND CLASSES
*/

/*
SITE STRUCTURE:
this section contains the meat of the site layout, colors, and well.. structure.  don't screw with it without checking with aaron.  Changes here are SITE WIDE!
*/
a, a:visited, a:hover{
	color: #88A718;
}

h1,h2,p{
	margin: 9px 0;
}

*{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	/*
	border: 1px solid black;
	*/
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*color: #FFE812;*/
	color: #99CC00;
	display: block;
}

h2{
	color: black;
	color: #B3DC1F;
	font-size: 15px;
	font-weight: bold;
}
h3{
	color: black;
	line-height: 130%;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: normal;
}
h4{
	color: black;
	line-height: 100%;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: normal;
}
p, li, div{
	color: black;
	line-height: 120%;
	letter-spacing: 0px;
	font-size: 12px;
}

body{
	background: #84AAD1;
/*
	background: #ED2C73;
*/
	margin: 0;
	text-align: center;
	
}
table, tr, td{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
form{
	display: inline;
}
input, 
textarea,
select{
	border: 1px #84AAD1 solid;
}
input.submit{
	border: 1px black solid;
}
img{
	border: none;
}
table#main{
	width: 780px;
	height: 100%;
	background: url('/images/bg.gif') #ED2C73;
	margin-left: auto;
	margin-right: auto;
}
td#logocell{
	height: 36px;
	background: #B3DC1F;
}
td#navcell{
	height: 74px;
}
td#navcell img{
	border: 0;
	padding: 0;
	margin: 0;
}
td#body-left{
	width: 122px;
}
td#content{
	width: 459px;
	padding: 0px 40px 20px 40px;
	background: #FFFFFF;			
}
td#body-right{
	width: 199px;
}
td#body-right-white{
	width: 199px;
	background: white;
}

div#rightcontent{ 
 	margin-top: 75px;

} 

td#body-left div#leftnav{
	margin-left: 10px;
	margin-top: 40px;
	width: 112px;
}
td.bottomrow{
	background: #FFE134;
	height: 42px;
}
td.bottomimage{
	vertical-align: bottom;
}
td.bottomimage-white{
	vertical-align: bottom;
	background: white;
}
img#smartfish, img#signup{
	margin-left: 10px;
}
img#kangaroo{
	margin-top: 40px;
}

td#copright{
	vertical-align: bottom;
	text-align: right;
	font-size: 9px;
}

