/********************************************************************************************** GLOABAL STYLES */

/*** main colors for links ***/
a{
	color:#2d4d8a;
	text-decoration:none;
	}
a:hover{
	color: #2d4d8a;
	text-decoration: underline;
	}
.template_color{
	color:#7288b7;
	}
/*** Login Styles ***/
#client_login #loginform #un,#client_login #loginform #ps{
	color:#5198E6;
	}

/*** Banner ***/
#banner_wrap{
	background-color:#2d4d8a;
	}
#banner_bottom{
	background:bottom center no-repeat url('../images/banner_corners_bottom.jpg');
	}

/*** Services ***/
.services_table tr.heading td{
	background-color:#7288b7!important;
	color:#FFF;
}

/*** Products ***/
.product table tr td.description img:hover{
	border:4px #7288b7 solid!important;
	}
	
/*** Contact Form ***/
.message{
	color:#FFF;
	background-color:#6489cd;
	}	
table.quote-form .submit{
	background-color:#6489cd;
	color:#FFF;
	}
table.quote-form .submit:hover{
	background-color:#00436D;	
	}	
	
/*** Footer ***/
#footer_container{
	background-color:#2d4d8a;
	margin-top: 5px;
	color:#ffffff;
	}
#footer_container a{
	color:#ffffff;
	}	
#footer_container a:hover{
	color:#ffffff;
	text-decoration: underline;
	}	

