/* CSS Document */

/***************************************************
ZERO EVERYTHING SO WE GET CROSS BROWSER CONSISTENCY
****************************************************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


/******************************************
             BODY & CONTAINER
*******************************************/

body {
	background-color:#FFFFFF;
}

#container {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;	
	border: 1px solid #CCCCCC;
}

/******************************************
               TEXT FORMATTING
*******************************************/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	padding-left: 25px;
	padding-bottom: 15px;
	line-height: 1.5em;
}



ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	padding-left: 65px;
	padding-bottom: 15px;
	line-height: 1.5em;
	width: 280px;	
}

li {	
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 0.5em;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 15px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding-left: 25px;
}

.quote {
	padding-bottom: 0px;

}

.quotecredit {
	text-align: right;
	padding-bottom: 0px;

}

a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

/******************************************
                  HEADER
*******************************************/

#header {
	position: relative; 
	width: 1000px;
	height: 285px;
	background-color:#FF0000;
	clear:left;
}

/******************************************
               HEADER LABELS
*******************************************/

.assistanttab {
	position: absolute;
	display: block;
	width: 296px;
	height: 45px;
	top: 0px;
	left: 0px;
}

.pagelabel {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/******************************************
               UPPER NAV BAR
*******************************************/

#topnav {
	width: 930px;
	height: 54px;
	display: block;
	background-image: url(../images/navbackground.png);
	background-repeat: repeat-x;
	padding-left: 70px;
}

.getontap {
	display: block;
	height: 54px;
	width: 75px;
	float: left;	
	background-image: url(../nav/getontap_over.png);
}

.getontap a{
	display: block;
	height: 54px;
	background-image: url(../nav/getontap_off.png);
}

.getontap a:hover{
	display: block;
	background-image: url(../nav/getontap_over.png);
}

.ontaptech {
	display: block;
	height: 54px;
	width: 96px;
	float: left;	
	background-image: url(../nav/ontaptech_over.png);
}

.ontaptech a{
	display: block;
	height: 54px;
	background-image: url(../nav/ontaptech_off.png);
}

.ontaptech a:hover{
	display: block;
	background-image: url(../nav/ontaptech_over.png);
}

.specs {
	display: block;
	height: 54px;
	width: 120px;
	float: left;	
	background-image: url(../nav/techspecs_over.png);
}

.specs a{
	display: block;
	height: 54px;
	background-image: url(../nav/techspecs_off.png);
}

.specs a:hover{
	display: block;
	background-image: url(../nav/techspecs_over.png);
}

.featured {
	display: block;
	height: 54px;
	width: 85px;
	float: left;	
	background-image: url(../nav/featured_over.png);
}

.featured a{
	display: block;
	height: 54px;
	background-image: url(../nav/featured_off.png);
}

.featured a:hover{
	display: block;
	background-image: url(../nav/featured_over.png);
}

.support {
	display: block;
	height: 54px;
	width: 87px;
	float: left;	
	background-image: url(../nav/support_over.png);
}

.support a{
	display: block;
	height: 54px;
	background-image: url(../nav/support_off.png);
}

.support a:hover{
	display: block;
	background-image: url(../nav/support_over.png);
}

.aboutus {
	display: block;
	height: 54px;
	width: 70px;
	float: left;	
	background-image: url(../nav/aboutus_over.png);
}

.aboutus a{
	display: block;
	height: 54px;
	background-image: url(../nav/aboutus_off.png);
}

.aboutus a:hover{
	display: block;
	background-image: url(../nav/aboutus_over.png);
}

.casestudies {
	display: block;
	height: 54px;
	width: 80px;
	float: left;	
	background-image: url(../nav/casestudies_over.png);
}

.casestudies a{
	display: block;
	height: 54px;
	background-image: url(../nav/casestudies_off.png);
}

.casestudies a:hover{
	display: block;
	background-image: url(../nav/casestudies_over.png);
}

.requestdemo {
	display: block;
	height: 54px;
	width: 88px;
	float: left;	
	background-image: url(../nav/requestdemo_over.png);
}

.requestdemo a{
	display: block;
	height: 54px;
	background-image: url(../nav/requestdemo_off.png);
}

.requestdemo a:hover{
	display: block;
	background-image: url(../nav/requestdemo_over.png);
}

.helpdesk {
	display: block;
	height: 54px;
	width: 68px;
	float: left;	
	background-image: url(../nav/helpdesk_over.png);
}

.helpdesk a{
	display: block;
	height: 54px;
	background-image: url(../nav/helpdesk_off.png);
}

.helpdesk a:hover{
	display: block;
	background-image: url(../nav/helpdesk_over.png);
}

.contactus {
	display: block;
	height: 54px;
	width: 80px;
	float: left;	
	background-image: url(../nav/contactus_over.png);
}

.contactus a{
	display: block;
	height: 54px;
	background-image: url(../nav/contactus_off.png);
}

.contactus a:hover{
	display: block;
	background-image: url(../nav/contactus_over.png);
}

.spacer {
	display: block;
	width: 15px;
	height: 2px;
	float:left;
}

/******************************************
               MAIN CONTENT
*******************************************/

#contentcontainer {
	background-image: url(../images/downloadarrow-over.png);
	position:relative;
	width: 860px;
	margin: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 200000px;
}

#logobox {
	display: block;
	width: 140px;
	height: 245px;
	background-image: url(../images/appsontap-logo.png);
	border-right: 1px solid #CCCCCC;
	float: left;
	background-repeat: no-repeat;
}

#logobox a{
	display: block;
	height: 365px;	
}

#logobox a:hover{
	display: block;
	height: 365px;	
}

#subnav {
	width: 690px;
	float: left;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 20px;

}

#centercolumn {
	width: 395px;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
	margin-bottom: 20px;
}

#helpdeskcontainer {
	width: 520px;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
	margin-bottom: 20px;
}

iframe {
	margin-left: 10px;
	background-color: #003366;
	height: 600px;
	float: left;
}

/******************************************
               RIGHT NAV
*******************************************/

#rightsidebar {
	width: 270px;
	height: 300px;
	float: left;
	padding-bottom: 40px;
	padding-left: 15px;
}

#helpdesksidebar {
	width: 145px;
	height: 300px;
	float: left;
	padding-bottom: 40px;
}

#helpdesksidebar p{
	padding: 10px;
	line-height: 1.5em;
}

#helpdesksidebar h1{
	padding: 10px;
}

#rightsidebar a, visited{
	color: #707070;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	padding-left: 120px;
	line-height: 1.5em;
	text-decoration: none;
}

#rightsidebar a:hover{
	color: #000000;
	}

#featuredservices {
	display: block;
	width: 135px;
	height: 116px;
	margin-bottom: 60px;

}

#featuredservices a, visited{
	display: block;
	width: 135px;
	height: 116px;
	padding-right: 20px;
	background-image: url(../images/sidebar-featured.png);
	background-repeat: no-repeat;	
}

#enewsletter {
	display: block;
	width: 135px;
	height: 116px;
	margin-bottom: 60px;
}

#enewsletter a, visited{
	display: block;
	width: 135px;
	height: 116px;
	padding-right: 20px;
	background-image: url(../images/sidebar-enewsletter.png);
	background-repeat: no-repeat;	
}

#recentnews {
	width: 253px;
	padding-top: 40px;
	padding-right: 20px;
	margin-bottom: 20px;
	background-color: #d1d2d4;
	border-bottom: 1px solid #000000;
	background-image: url(../images/sidebar-recentnews.png);
	background-repeat: no-repeat;
	color: #666666;
}

#recentnews a, visited {
	padding: 0px;
	line-height:1.2em;
	list-style-type: none;
	color: #000000;
}

#recentnews a:hover {	
	color: #FF0000;	
}

#recentnews table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 373737;
	margin-left: 15px;
	margin-bottom: 15px;
}

#recentnews td {
vertical-align: top;
} 



#helpdesk {
	display: block;
	width: 135px;
	height: 116px;
	margin-bottom: 60px;
}

#helpdesk a, visited{
	display: block;
	width: 135px;
	height: 116px;
	padding-right: 20px;
	background-image: url(../images/sidebar-helpdesk.png);
	background-repeat: no-repeat;	
}

/******************************************
               ADDRESS DIV
*******************************************/

#addressbox {
	width: 400px;
	height: 80px;
}

#address {
	display: block;
	width: 170px;
	float: left;
}

#addressbox p {
	line-height: 1.5em;
	padding-bottom: 0px;
}

#addressbox a:link, a:visited{
	color: #FF0000;
	text-decoration: none;
}

#addressbox a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

#contacttypes {
	display: block;
	float: left;	
}

#contactinfo {
	display: block;
	float: left;
}

/******************************************
             FORM DIV
*******************************************/

.text{
	width:99%;
	margin-bottom: 15px;
}

textarea{
	width:99%;
	margin-bottom: 15px;
}

.radio{
	display: inline;
	top: 20px;
	margin-right: 35px;
}

.submit{
	width:80px;
	float: right;
}

.clickhere{
	width:120px;
	float: right;
}

.login{
	width:80px;
	margin: auto;
}
	
form {
	width: 345px;
	padding-left: 25px;
}

form p{
	padding: 0px;
	margin: 0px;
}


/******************************************
              DOWNLOAD BUTTON
*******************************************/

.download {
	display: block;
	width: 220px;
	height: 30px;	
	padding-bottom: 30px;
}

.download a{
	display: block;
	width: 220px;
	height: 30px;	
	padding-left: 40px;
	padding-top: 10px;	
	margin-bottom:20px;	
	background-image: url(../images/downloadarrow-off.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.download a:visited{
	width: 220px;
	height: 30px;	
	text-decoration: none;
}

.download a:hover{
	width: 220px;
	height: 30px;	
	background-image: url(../images/downloadarrow-over.png);
	text-decoration: underline;
}



/******************************************
               FOOTER
*******************************************/

#footerclear {
	clear: both;
	height: 20px;
}

#footer {
	clear: both;
	width: 860px;
	height: 60px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-left: 20px;
	line-height: 0.5em;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #333333;
}

#footer a:visited{
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	text-decoration: underline;
	color: #FF0000;
}
