/* GENERAL SETTINGS */

body 
{
    background: #98B1CF;
	margin: 0;
}

#page 
{
    margin: 0;
    padding: 0;
}

/* Header & Footer Section */
#header
{
    margin: 0;
    padding: 0;
}

#headerImage_ACS
{
	height: 122px;
	background-image: url(../images/ACS_Header.gif);
}

#headerImage_index_02
{
	width: 324px;
	background-image: url(../images/index_02.jpg);
}

#headerImage_index_11
{
	background-image: url(../images/index_11.gif);
}

#headerImage_index_11_white
{
	background-image: url(../images/index_11_white.gif);
}

.green-text-header
{
    font: normal 16px Tahoma, Arial;
    font-weight: bold;
    color: #5d9d00;
    text-decoration: none;
}

#footer
{
    margin: 0;
    padding: 0;
}

#footer td {
	font-size: 12px;
}


#footerImage_index_55
{
	height: 85px;
	background-image: url(../images/index_55.gif);
}

/* Global Settings */
td 
{
	font: normal 14px Tahoma, Arial;
	color: #000000;
}

h1, h2, h3, h4, h5 
{
    color: #3c5773;
    margin: 0px;
}


h1 
{
    font-size: 35px;
}

h2 
{
    font: normal tahoma, arial 24.45px;
}

h3 
{
    font-size: 14px;
}

a 
{
    font: normal 11px Tahoma, Arial;
    color: #3c5773;
    text-decoration: underline;
}


/* Top Menu */

#topmenu
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -16px;
}

ul.cssmenu 
{
	list-style: none;
	padding: 0px;
}

.displace
{
	position: absolute;
	left: -5000px;
}

ul.cssmenu li 
{
	float: left;
}

ul.cssmenu li a 
{
	display: block;
	width: 130px;
	height: 53px;
	background: url('../images/topmenusprite.gif');
}

/* Normal Links */

ul.cssmenu li.home a 
{
	background-position: 0 0;
}

ul.cssmenu li.services a 
{
	background-position: -134px 0;
}

ul.cssmenu li.products a 
{
	background-position: -267px 0;
}

ul.cssmenu li.faq a 
{
	background-position: -401px 0;
}
	
ul.cssmenu li.aboutus a 
{
	background-position: -536px 0;
}

ul.cssmenu li.contactus a 
{
	background-position: -670px 0;
}


/* Hover Links */

ul.cssmenu li.home a:hover 
{
	background-position: 0 -53px;
}

ul.cssmenu li.services a:hover 
{
	background-position: -134px -53px;
}

ul.cssmenu li.products a:hover 
{
	background-position: -267px -53px;
}
	
ul.cssmenu li.faq a:hover 
{
	background-position: -401px -53px;
}
	
ul.cssmenu li.aboutus a:hover 
{
	background-position: -536px -53px;
}
	
ul.cssmenu li.contactus a:hover 
{
	background-position: -670px -53px;
}


/* Clicked Links */

ul.cssmenu li.home a:active 
{
	background-position: 0 -106px;
}

ul.cssmenu li.services a:active 
{
	background-position: -134px -106px;
}

ul.cssmenu li.products a:active 
{
	background-position: -267px -106px;
}
	
ul.cssmenu li.faq a:active 
{
	background-position: -401px -106px;
}
	
ul.cssmenu li.aboutus a:active 
{
	background-position: -536px -106px;
}

ul.cssmenu li.contactus a:active 
{
	background-position: -670px -106px;
}

/* Selected/Active Links */

ul.cssmenu li.home a.selected 
{
	background-position: 0 -159px;
}

ul.cssmenu li.services a.selected 
{
	background-position: -134px -159px;
}

ul.cssmenu li.products a.selected 
{
	background-position: -267px -159px;
}
	
ul.cssmenu li.faq a.selected 
{
	background-position: -401px -159px;
}
	
ul.cssmenu li.aboutus a.selected 
{
	background-position: -536px -159px;
}
	
ul.cssmenu li.contactus a.selected 
{
	background-position: -670px -159px;
}


/* Top Menu Side Bars & Dividers */

ul.cssmenu li.leftbar
{
	display: block;
	width: 166px;
	height: 53px;
	background-image: url(../images/menuSideBar.gif)
}

ul.cssmenu li.rightbar
{
	display: block;
	width: 166px;
	height: 53px;
	background-image: url(../images/menuSideBar.gif)
}

ul.cssmenu li.menudivider
{
	display: block;
	width: 3px;
	height: 53px;
	background-image: url(../images/menuDivider.gif)
}

/* Products & Services Sidebar */

#productsServicesSidebar td
{
	padding-left: 10px;	
}

.cellSpacer
{
	padding-right: 10px;
}

.sidebarFacts
{
	font-size: 14px;
	font-weight: bold;
	color: #3c5773;
}

.sidebarFactDetails
{
	color: #000;
	font-size: 1em;
}

.sidebarFactDetails p
{
	padding: 0 15px 0 15px;
}

/* REST OF PAGE */

#imageSolution img {
	text-align: center;
	padding-right: 10px;
}

#index_productsbar
{
	background-image: url(../images/index_productsbar.jpg);
}

#index_servicesbar
{
	background-image: url(../images/index_servicesbar.jpg);
}

#index_webappservicesbar
{
	background-image: url(../images/index_webappservicesbar.jpg);
}

a:hover 
{
    font: normal 11px Tahoma, Arial;
    color: #3c5773;
    text-decoration: none;
}

a.white-link-underline 
{	
	text-decoration: underline;
	color: #fff;
}

.subLinkOnGreen a:link, .subLinkOnGreen a:visited
{
    color: #fff;
    text-decoration: none;
	font-size: 14px;
}

.subLinkOnGreen a:link.active, a:link.visited.active, .subLinkOnGreen a:hover
{
	font: normal 14px Tahoma, Arial;
    color: #3c5773;
    text-decoration: underline;
}

.white-text
{
    color: #fff;
    text-decoration: none;
}

.white-text-large
{
    color: #fff;
    text-decoration: none;
	font-size: 14px;
}

a.b1
{
    font:  14px tahoma, Arial;
    color: #fffea0;
    text-decoration: none;
    padding: 15px;
    margin: 0px;
}

.p
{
    padding: 0 0 0 20px;
}

.p1
{
    padding: 0 0 0 30px;
}

.p2
{
    padding: 150px 0 0 250px;
}

.bg1
{
    background: #000000 url(../images/index_10.gif) top no-repeat;
}

.bg2
{
    background: #000000 url(../images/index_10.gif) top no-repeat;
}

.bord
{
    border: 1px solid #c5d85a;
}

.menu 
{
    color:#8c247b;
    vertical-align:top;
    height: 35px;
    padding: 10px 0 0 20px;
}

.menu a
{
    color:#8c247b;
    font: bold 11px  tahoma, Arial;
    text-decoration: none;
}

.blye-text-underline
{
    color: #3c5773;
    text-decoration: underline;
}

.blye-text-regular 
{
    color: #3c5773;
    text-decoration: none;
}

.yellow-text-regular 
{
    color: #ffb400;
    text-decoration: none;
}

.yellow-text-underline 
{
    color: #ffb400;
    text-decoration: underline;
}

.orange-text-regular 
{
    color: #fe6b1d;
    text-decoration: none;
}

.orange-text-underline 
{
    color: #fe6b1d;
    text-decoration: underline;
}
.broun-text-regular 
{
    color: #de4e06;
    text-decoration: none;
}

.broun-text-underline 
{
    color: #de4e06;
    text-decoration: underline;
}

.red-text-regular 
{
    color: #8c247b;
    text-decoration: none;
}

.red-text-underline 
{
    color: #8c247b;
    text-decoration: underline;
}
.black-text-regular 
{
    color: #000000;
    text-decoration: none;
}

.black-text-underline 
{
    color: #000000;
    text-decoration: underline;
}


.gray-text-underline
{
    color: #7c7c7c;
    text-decoration: underline;
}
.gray-text-regular
{
    color: #7c7c7c;
    text-decoration: none;
}

.green-text
{
    color: #5d9d00;
    text-decoration: none;
}

.green-text-larger
{
    color: #5d9d00;
    text-decoration: none;
	font-size: 12px;
}

.green-text-underline
{
    color: #5d9d00;
    text-decoration: underline;
}

.tdPadding
{
	padding-left: 10px;
}

.servicesDetailHeader
{
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

.servicesDetail
{
	color: #fff;
	font-size: 1.1em;
}

#div_display p
{
	font-size: 1em;
	font-weight: bold;
	color: #3c5773;
}

#div_display a:hover {
	text-decoration: none;
}

.testimonyName {
	font-size: 0.9em;
	text-align: right;
}

.testimonyLink {
	font-size: 1em;
	text-decoration: none;
}

#testimonyTable a:hover {
	text-decoration: none;
	font-size: 1em;
}

.latestProjects a {
	font-size: 1em;
	text-decoration: none;
}

.latestProjects a:hover {
	text-decoration: underline;
}

.noListBullets {
	list-style:none;
}

/* Services and Products Pages */

#SP_greenBackGround1
{
	background-image: url(../images/GreenBackGround1.gif);
	background-repeat: no-repeat;	
}

#SP_greenBackGround2
{
	background-image: url(../images/GreenBackGround2.gif);
}

#SP_greenBackGround_Checkup {
	background-image: url(../images/GreenBackGround_CheckUp.gif);
	background-repeat: no-repeat;
}

#SP_greenBackGround_Business {
	background-image: url(../images/GreenBackGround_Business.gif);
	background-repeat: no-repeat;
}

#SP_outerTable
{
	width: 100%;
	border: none;
	padding: 2px;
	text-align: center;
}

.services_Products
{
	width: 50%;
	border-bottom: 1px solid #999999;
}

.productSelectors1
{
	text-align: center;
	border: 1px solid #999999;
}

.SP_innerTable
{
	border:none;
	padding: 10px 10px 10px 10px;
	width: 100%;
}

.SP_image
{
	width: 450px;
	text-align: right;
}

.SP_description {
	padding-left: 50px;
	text-align: left;
}

.linkNoBorder
{
	border: none;
	border-collapse: collapse;
	background: #ffffff;
	padding-right: 20px;
}

#SP_bottom
{
	width: 50%;
}

#hardwareComputersBar
{
	background-image: url(../images/hardwareComputersBar.gif);
}


/* Testimonies Page */

#testimonies
{
	width: 100%;
	border: none;
	padding: 10px;
}

.testimoniesTopSectionRight
{
	padding: 10px 40px 10px 15px;
	width: 722px;
}

#testimoniesTopSectionLeft {
	text-align: center;
	width: 240px;
}

.testimonyDetails {
	vertical-align: top;
	padding: 10px 50px 10px 20px;
	border-bottom: 1px solid #999999;
	text-align: left;
}

.testimonyDetailsBottom {
	vertical-align: top;
	padding: 10px 50px 10px 20px;
	text-align: left;
}

.testimonyHeaders {
	vertical-align: top;
	width: 240px;
	text-align: right;
	padding: 10px 20px 0 0;
}

.testimonyHeaders h3 {
	font-size: 1.2em;
}


/* About Us & FAQ Pages */

.staff
{
	text-align: right;
	padding-right: 10px;
}

.staff img
{
	padding-right: 20px;
	width: 90px;
	height: 90px;
}

#aboutus
{
	width: 100%;
	border: none;
	padding: 10px;
}

#aboutus p
{
	font-size: 1.1em;
}

#aboutus-img
{
    float: left;
    vertical-align: top;
}

#aboutUs_Image_index_11_leftGreen
{
	background-image: url(../images/index_11_leftGreen.gif);
}

#faq_Background
{
	background:url(../images/FAQ_background.gif);
}

#aboutUsFAQTopSectionLeft {
	text-align: center;
	width: 260px;
}

.aboutUsFAQTopSectionRight {
	padding: 10px 50px 10px 15px;	
}

.aboutUsFAQ_Detail
{
	padding: 10px 50px 10px 0;
	border-bottom: 1px solid #999999;
	text-align: left;
}

#aboutUsFAQ_DetailBottom
{
	padding: 10px 50px 10px 0;
	text-align: left;
}

.aboutUsFAQ_DetailTop p
{
	padding-left: 20px;
}

.aboutUsFAQ_Detail p
{
	padding-left: 20px;
}

#aboutUsFAQ_DetailBottom p
{
	padding-left: 20px;
}

#aboutUsFAQ_ImageCell
{
	text-align: center;
	width: 240px;
}

.aboutUs-ResellerCells
{
	width: 33.3%;
	text-align: left;
}

/* Contact Us Page */

#questionsTitle
{
	padding-left: 40px;
}

.captcha
{
	padding-left: 35px;
}

.captchaField
{
	padding-left: 35px;
	vertical-align: top;
}