
/*** common styles ***/
body {
	width: 100%;
	min-width: 1000px;
	font: normal 12px Verdana,sans-serif;
	color: #1f1f1f;
	background: #fff url(./img/body_bg.png) top repeat-x;
}
/*** end of common styles ***/


/*** header styles ***/
header {
	height: 368px;
	background: transparent url(./img/header_bg.png) right top no-repeat;
}
	header h1 {
		padding-top: 19px;
	}
		header h1 a {
			display: block;
			width: 528px;
			height: 76px;
			text-indent: -4096px;
			background: url(./img/logo.png) no-repeat;
		}
			header h1 a:hover {
				background-position: 1px 1px;
			}
	header section.contact_info {
		padding-left: 70px;
		margin-left: 10px;
		height: 99px;
		background: url(./img/phone_test13.png) left top no-repeat;
		position: relative;
	}
	header address {
/*  		font-style: italic;  */
		font-family: Arial;
	}
		header address.phone {
			font-size: 180%;
			font-weight: bold;
			color: #87270a;
		}
			header address.phone span {
				font-size: 70%;
				padding-right: 4px;
			}
		header address.email {
			position: absolute;
			top: 0;
			left: 256px;
			padding: 16px 32px;
			border-left: 1px solid #c6a56d;
		}
			header address.email a {
				color: #815500;
				font-size: 150%;
				font-weight: bold;
			}
		header address.office {
			padding-top: 16px;
			font-style: normal;
			font-family: Verdana;
			font-weight: bold;
		}
	form#search {
		float: right;
		padding: 4px 32px 0;
		font-weight: bold;
	}
		form#search label {
			color: #fff;
		}
		#search_query {
			width: 280px;
			background: #f6f6f6;
			border: 1px solid #666;
		}
		#search button {
			cursor: pointer;
			background: #2e6084;
			background: -moz-linear-gradient(top, #2e6084,#4a81a8);
			background: -webkit-gradient(linear,0 50%,0 100%,from(#2e6084),to(#4a81a8));
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#2e6084', endColorstr='#4a81a8', GradientType=0);
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			padding: 2px 16px;
			-moz-box-shadow: #333 1px 1px 1px;
			-webkit-box-shadow: #999 1px 1px 1px;
			color: #fff;
		}
			#search button:hover {
				position: relative;
				left: 1px;
				top: 1px;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
	header nav.common {
		height: 35px;
	}
		header nav.common li {
			float: left;
		}
			header nav.common a {
				display: block;
				padding: 10px 24px 8px;
				height: 16px;
				text-align: center;
				color: #fff;
				text-shadow: #333 1px 1px 2px;
				font-weight: bold;
			}
				header nav.common a:hover {
					color: #fff;
					background: #2e6084;
					background: -moz-linear-gradient(top, #2e6084,#4a81a8);
					background: -webkit-gradient(linear,0 50%,0 100%,from(#2e6084),to(#4a81a8));
					filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#2e6084', endColorstr='#4a81a8', GradientType=0);
				}
	nav.services {
		height: 140px;
		font-family: Tahoma;
		background: url(./img/srv_bg.png) bottom repeat-x;
	}
		nav.services ul li {
			height: 120px;
			width: 20%;
			float: left;
			background: 18px 20px no-repeat;
			-webkit-transition-duration: 0.2s;
			z-index: 30;
		}
			/**** custom images for each menu element ****/
			#srv_criminal { background-image: url(./img/criminal.png); }
			#srv_civil { background-image: url(./img/civil_white_test.png); }
			#srv_service { background-image: url(./img/service.png); }
			#srv_legal { background-image: url(./img/legal.png); }
			#srv_arbitration { background-image: url(./img/arbitration.png); }
			/**** end of custom images for each menu element ****/

			nav.services > ul > li:hover {
				-webkit-transform: scale(1.05);
				-webkit-transition-duration: 0.2s;
			}
				nav.services > ul > li:hover > h2 > a {
					text-shadow: #f0d19a 1px 1px 1px;
				}
			nav.services ul li a {
				display: block;
				height: 44px;
				padding: 45px 20px 0 55px;
				margin: 0 18px;
				color: #5d3731;
				text-transform: uppercase;
				font-weight: bold;
				border-bottom: 1px solid #5d3731;
			}
				nav.services ul li ul {
					border: 1px solid #8f2a0e;
					padding: 4px 0;
					background: #e8e3d5;
					background: -moz-linear-gradient(top, #fff,#e8e3d5);
					background: -webkit-gradient(linear,0 50%,0 100%,from(#fff),to(#e8e3d5));
					filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#FFFFFF', endColorstr='#e8e3d5', GradientType=0);
					-webkit-box-shadow: #333 2px 4px 4px;
					-moz-box-shadow: #333 2px 4px 4px;
					-o-box-shadow: #333 2px 4px 4px;
					box-shadow: #333 2px 4px 4px;
					filter:progid:DXImageTransform.Microsoft.DropShadow(color=#999999, offx=2, offy=2);
				}
					nav.services ul li:last-child ul {
						margin-right: 8px;
					}
					nav.services ul li ul li {
						float: none;
						height: auto;
						width: auto;
					}
						nav.services ul li ul li a {
							height: auto;
							width: auto;
							padding: 4px 13px;
							margin: 0;
							border: none;
							font-weight: normal;
							color: #000;
							text-transform: none;
						}
							nav.services ul li ul li a:hover {
								background: #8f2a0e;
								color: #fff;
								text-decoration: none;
							}

/**** DropDown Menu CSS-Magic ****/
nav.services ul li {
	position: relative;
}
	nav.services ul li ul {
		position: absolute;
		left: 18px;
		top: 89px;
		display: none;
	}
		nav.services ul li:hover ul,
		nav.services ul li.over ul {
			display: block;
		}
/**** End of DropDown Menu CSS-Magic ****/

/*** end of header styles ***/




/*** middle content styles ***/
/**** three columns layout ****/
.column {
	float: left;
	padding-bottom: 40px;
}
#content {
	width: 50%;
	margin-left: 25%;
}
#left {
	width: 24%;
	margin-left: -75%;
}
#right {
	width: 24%;
	float: right;
}
/**** end of three columns layout ****/

nav.breadcrumb ul {
	padding: 4px 0 16px;
}
	.breadcrumb li {
		display: inline;
	}

aside.column h2 {
	color: #fff;
	background: #2e6084;
	background: -moz-linear-gradient(top, #2e6084,#4a81a8);
	background: -webkit-gradient(linear,0 50%,0 100%,from(#2e6084),to(#4a81a8));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#2e6084', endColorstr='#4a81a8', GradientType=0);
}
aside.column li {
	padding: 2px 0 2px 27px;
	border-bottom: 1px dotted #a0a0a0;
	list-style: none;
	background: url(./img/list_marker.png) 10px 6px no-repeat;
}
	aside.column li:last-child {
		border: none;
	}
#content article {
	border: 1px solid #752000;
	margin-bottom: 16px;
	padding-bottom: 12px;
}
	#content h1 {
		text-align: center;
		font-size: 110%;
		color: #fff;
		background: #752000;
		background: -moz-linear-gradient(top, #752000,#8f2a0e);
		background: -webkit-gradient(linear,0 50%,0 100%,from(#752000),to(#8f2a0e));
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#752000', endColorstr='#8f2a0e', GradientType=0);
	}
aside.column a {
	color: #333;
}
	aside.column a:hover {
		color: #2c5e82;
	}
aside.column section {
	margin-bottom: 32px;
}
	aside.column section h2 {
		border-bottom: 1px solid #2e6084;
		text-transform: uppercase;
	}
.news article {
	padding: 4px 32px;
}
	.news article p {
		padding: 0;
	}
		.news article time {
			color: #5c3630;
			font-weight: bold;
		}
.adv {
	text-align: center;
}



/*** end of middle content styles ***/

/*** footer styles ***/
footer {
	clear: both;
	padding: 10px 18px;
	background: #8f2a0e;
	background: -moz-linear-gradient(top, #7c270f,#641f05);
	background: -webkit-gradient(linear,0 50%,0 100%,from(#7c270f),to(#641f05));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7c270f', endColorstr='#641f05', GradientType=0);
	color: #fff;
	text-align: right;
	font-size: 90%;
}
	footer address.phone {
		display: inline;
	}
		footer address.phone span {
			padding: 0px 4px 0 8px;
			color: #ccc;
		}
	footer address.email a {
		color: #fff;
		text-decoration: underline;
	}
		footer address.email a:hover {
			color: #cda710;
		}
	#counters {
		float: left;
	}
/*** end of footer styles ***/
