/* General Page Formating */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

a:link, a:visited, a:active {
	text-decoration:none; 
	color: #CC0000;
} 

a:hover{ 
	text-decoration: underline; 
	color: #CC0000;
}

p.subtitle {
font-size: 12px;
color: #c0362c;
font-weight: bold;

}

p#callout {
	float: left;
	border-right: thin solid #999999;
	border-width: 2px;
	padding: 5px 32px 0px 5px;
	width: 250px;
	margin-bottom: 15px;

}

p#callout2 {
	float: left;
	padding: 5px 10px 0px 15px;
	width: 250px;

}


p.callout4 {
	float: left;
	color: #FFFFFF;
	font: ;
	position: absolute;
	left: 28px;
	top: 8px;
	font-weight: bold;
	font-size: 13px;
	width: 115px;
	
}

p.callout3 {
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 14px;
	top: 29px;
	font-weight: bold;
	font-size: 10px;
	width: 142px;
}





p#top {
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
#logo {
	position: relative;
	float: left;
	width: 170px;
	overflow: hidden;
	}

/* Begin DIVs */
#container {
margin: 0 auto;
position: relative;
width: 764px;
display: table;
	top: 12px;
	background: #FFFFFF;
}

#flash {
	float: left;
	width: 593px;
	height: 275px;
	position: relative;
	padding-top: 33px;



	
	}
#content {
	position: relative;
	float: left;

}

#footer {
	text-align: center;
	position: relative;
	float: left;
	width: 764px;
	padding: 3px 0px 0px 0px;
	margin-bottom: 3px;
}

/* End DIVS */




/* Begin top text nav */
#supnav {
		background: #999999;
		width: 764px;
		height: 18px;
		float: left;
		position: relative;
		padding: 3px 0px 0px 0px;
}
#supnav a:link, #supnav a:visited, #supnav a:active {
	text-decoration:none; 
	color: #FFFFFF;
} 

#supnav a:hover{ 
	text-decoration: underline; 
	color: #FFFFFF;
}

/* End top text nav */

/* Begin Bottom Text Nav */

#infnav {
		background: #999999;
		width: 764px;
		height: 18px;
		float: left;
		position: relative;
		color: #FFFFFF;
		text-align: center;
		padding: 3px 0px 0px 0px;
		margin-top: 10px;
}
#infnav a:link, #infnav a:visited, #infnav a:active {
	text-decoration:none; 
	color: #FFFFFF;
} 

#infnav a:hover{ 
	text-decoration: underline; 
	color: #FFFFFF;
}


/* End bottom text nav */

/* Begin Main Nav */

#navMain {
	height: 304px;
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;

	
}
#navMain #nav{
	margin: 0;
	padding: 0;
	left: 0;
	top: 3px;
	height: 248px;
	width: 170px;
	background: transparent url(../images/navigation.gif) top left no-repeat;
	position: relative;
	border-top: thin solid #CC3300;
	border-right: 1px solid #CC3300 ;
	border-bottom: 5px solid #CC3300;
	_border-bottom: 1px solid #CC3300;

}
#navMain li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	top: 0;
	position: relative;
}
#navMain li, ul#nav a {

	display: block;
}
#navMain li a {
	text-indent: -5000px;
	text-decoration: none;

}

a.navi {

	height: 40px;
	padding-top: 7px;
}
a.navi2 {
	height: 30px;
	padding-top: 2px;
}
a.navi3 {
	height: 25px;
	padding-top: 2px;
}

a.navi4 {
	height: 35px;
	

}

#why			{position:relative; width: 170px;}
#equip			{position:relative; width: 170px;}
#pricing		{position:relative; width: 170px;}
#use			{position:relative; width: 170px;}
#manual			{position:relative; width: 170px;}
#links			{position:relative; width: 170px;}
#contact		{position:relative; width: 170px;}

#why			a:hover{background: url(../images/navigation.gif) -170px 0px no-repeat;}
#equip			a:hover{background: url(../images/navigation.gif) -170px  -45px no-repeat;}
#pricing		a:hover{background: url(../images/navigation.gif) -170px  -80px no-repeat;}
#use			a:hover{background: url(../images/navigation.gif) -170px  -111px no-repeat;}
#manual			a:hover{background: url(../images/navigation.gif) -170px  -144px no-repeat;}
#links			a:hover{background: url(../images/navigation.gif) -170px  -177px no-repeat;}
#contact		a:hover{background: url(../images/navigation.gif) -170px  -210px no-repeat;}


/* End Main Nav */
