﻿/* CSS Document */

/* Colors
logo: #5D8FAE;
home: #A0DADB;
services: #5E98B7
partners: #77AAB5 
testimonials: #929C7C
contactus: #5C687C
blank/background: #5B9EA5
*/

h1 {
    font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

h2 {
    font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 15px 0px;	
	line-height: 130%;	
}

#header_1 {
    margin: 0px 0px 0px -5px;
}

#header_2 {
    margin: 0px 0px 15px -5px;
}

.main_foot {
    width: 560px;
	height: 160px;
}

#home h1, #home h2 {
    color: #88C240;    	
}

#home_foot {
    background: url(images/fruit-home.jpg); 	
}

#partners h1, #partners h2 {
    color: #BF322B;    	
}

#partners_foot {
    background: url(images/fruit-partners.jpg); 	
}

#services h1, #services h2 {
    color: #5C687C;
}

#testimonials h1, #testimonials h2 {
    color: #B4CE54;
}

#testimonials_foot {
    background: url(images/fruit-testimonials.jpg); 	
}


#contact h1, #contact h2 {
    color: #F8CF65;    	
}

#contact_foot {
    background: url(images/fruit-contact.jpg); 	
}

#bluetooth h1, #bluetooth h2 {
    color: #5D8FAE;    	
}

#bluetooth_foot {
    background: url(images/fruit-bluetooth.jpg); 	
}

/* Servcies */

#conferencing h1, #conferencing h2 {
	color: #FED84F;
}

#conferencing_foot {
    background: url(images/fruit-conferencing.jpg); 	
}

#marketing h1, #marketing h2 {
    color: #CACB2C;
}

#marketing_foot {
    background: url(images/fruit-marketing.jpg); 	
}

#telephony h1, #telephony h2 {
    color: #E77A28;
}

#telephony_foot {
    background: url(images/fruit-telephony.jpg); 	
}

#recording h1, #recording h2 {
    color: #F68B24;
}

#recording_foot {
    background: url(images/fruit-recording.jpg); 	
}

#broadband h1, #broadband h2 {
    color: #EE3424;
}

#broadband_foot {
    background: url(images/fruit-broadband.jpg); 	
}

#audits h1, #audits h2 {
    color: #B9852C;
}

#audits_foot {
    background: url(images/fruit-audits.jpg); 	
}

#calls h1, #calls h2 {
    color: #F7C115;
}

#calls_foot {
    background: url(images/fruit-calls.jpg); 	
}

#geographic h1, #geographic h2 {
    color: #96B045;
}

#geographic_foot {
    background: url(images/fruit-geographic.jpg); 	
}

#systems h1, #systems h2 {
    color: #C2CE2F;
}

#systems_foot {
    background: url(images/fruit-systems.jpg); 	
}

#services_menu {
    padding: 0;
	margin: 0;
}

.services_img {
     border: 0;
}

#services_menu a {
	color: #999;
	text-decoration: none;
	font-size: 13px;
}

.sevices_item {
	float: left;
    width: 180px;
	height: 130px;
	background: url(images/services-item-back.png);
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	text-align: center;
}

.sevices_item_last {
	float: left;	
    width: 180px;
	height: 130px;
	background: url(images/services-item-back.png);
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;	
}

#demo {
    margin: 0;
	padding: 0px 0px 15px 0px;
}

#portal_login {
   text-align: right;	
}

.list_item {
	background: url('images/list-item-back.png');
    padding: 0px 0px 10px 10px;
}

#bluetooth_bullets p {
    background-image: url('images/bluetooth-bullet.png');
	background-repeat: no-repeat;
	padding: 0px 0px 10px 18px;
	margin: 0px 0px 0px 10px;
}

