/* === Links === */

.business a {
	color: #3278b0;
	text-decoration: none;
}

.business a:hover {
	color: #3278b0;
	text-decoration: underline;
}

/* === Main === */

/* Menu */

	.business #nav li {
		border-bottom: 1px solid #5b93c0;
	}

/* --- */

					.business #top-wrapper p.theme {
						background-color: #3278b0;
					}
				
				.business #top-wrapper .right-c {
					border-bottom: 5px solid #3278b0;
				}
				
					.business #top-wrapper a.theme {
						background-color: #7cb032;
					}
			
			.business #cols {
				background: transparent url(../images/cols-bg-business.gif) repeat-y;
			}
			
				.business #left-col {
					background-color: #3278b0;
				}
				
					.business #left-col h3 {
						border-bottom: 1px solid #5b93c0;
					}
					
						.business .mail .field {
							float: left;
							font-size: 11px;
							color: #000;
							width: 148px;
							margin: 0;
							border: none;
							border-bottom: 1px solid #fff;
						}
					
					.business #contacts {
						color: #c2d7e7;
					}
					
						.business #contacts a {
							color: #c2d7e7;
						}
						
								.business #print-wrapper a {
									background: transparent url(../images/icon-print-business.gif) no-repeat right top;
									color: #3278b0;
								}

