
/*********************************************************

Body Controls for Main and Sub Pages

***********************************************************/
body{
	height: 100%; 
	margin-top: 0; 
	margin-left: 0; 
	margin: 0; 
	padding: 0; 
	background-color:#FFFFFF; 
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-color:#000000;
}

font.big{
	font-size:18px;
}

font.small{
	font-size:9px;
}
.pictext{
	font-size:8px;
	color:#3333FF;
}

.readtext{
	font-size:11px;
	color:#3333FF;
}

div {
	line-height: 18px;
}

/*********************************************************

Link Controls

***********************************************************/

a:link{
	color: #296ABA; 
	text-decoration: none;
}

a:visited{
	color: #296ABA; 
	text-decoration: none;
}

a:hover{
	color: #000000; 
	text-decoration: none;
}

a:active{
	color: #296ABA; 
	text-decoration: none;
}

.difcursor{
	cursor:hand;
}

/*********************************************************

Sub Page Inline Frame Controls

***********************************************************/

.aboutShow{
	visibility: visible;
	position:relative;
	width: 58%;
	top: -371px;
}

.contactShow{
	visibility: visible;
	position:relative;
	width: 58%;
	top: -371px;
}

.pichide{
	visibility: hidden;
}

.picvis{
	visibility: hidden;
}

.tsShow{
	visibility: visible;
	position:relative;
	width: 58%;
	top: -352px;
}

.ssShow{
	visibility: visible;
	position:relative;
	width: 58%;
	top: -352px;
}

.formHide{
	display: none;
}


.formShow{
	display: block;
}


/*********************************************************

Lines and Header Controls

***********************************************************/

hr {
	border: 0;
	width: 100%;
	color: #D52506;
	background-color: #D52506;
	height: 1px;
}

.smalltext{
	color: #000000;
	text-align: left;
	font-size: 70%;
	font-weight: normal;
}

.titleline{
	color: #D52506;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

.secondline{
	color: #296ABA;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.subheader{
	color: #D52506;
	font-weight: bold;
}

.email{
	color: #D52506;
	font-weight: bold;
}

/*********************************************************

Table Controls

***********************************************************/

td{
	font-family:Verdana;
	font-size:12px;
	font-color:#000000;
}


/*********************************************************

Contact Form

***********************************************************/

#contactform .col1 {
	float: left;
}

#contactform .col2 {
	float: right;
}

#contactform .input input{
	width: 80px;
}
    
#contactform .formfield{
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}
    
#contactform{
	width: 150px;
	margin: 5px 0 0 5px;
}

#contactform .submit{
	text-align: right;
}
    
/*********************************************************

Order Form Layout

***********************************************************/

