
* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

ul {
	margin-left: 12px;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: 0;
	background-color: #999;
}

body, table, input, button, textarea, select {
	font-family: Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #000000;
}

a:hover {
	color: #018E8F;
}

h1 {
	margin: 0 0 10px 0;
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}

h2 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1px;
}

#con {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFFFFF url('../images/shadow.jpg') repeat-y;
}

#branches {
	position: absolute;
	display: block;
	left: 10px;
	z-index: 1;
}

#left {
	width: 210px;
	padding: 258px 0 0 30px;
	background: url('../images/bg_pattern_thin.jpg') repeat-y;
}

	#menu {
		position: relative;
		margin-bottom: 30px;
		z-index: 4;
	}

	#menu a {
		display: block;
		width: 156px;
		padding: 12px 15px;
		background-color: #FFFFFF;
		text-decoration: none;
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 2px;
		color: #000000;
	}
	
	#menu a.cur {
		background-color: #000000;
		color: #FFFFFF;
	}
	
	#contact {
		width: 171px;
		margin: 0 15px;
	}
	
		#contact td {
			padding: 6px 0;
			border-top: 1px solid #000000;
			border-bottom: 3px solid #000000;
			font-family: Arial;
			line-height: 16px;
		}

#middle {
	padding: 0 60px 30px 0;
}

	#logo td {
		height: 190px;
	}
	
	#logo img {
		position: relative;
		display: block;
		z-index: 3;
	}
	
	#logo {
		margin-bottom: 70px;
	}

	#middle h1 {
		margin-bottom: 30px;
		padding-bottom: 5px;
		border-bottom: 3px solid #000000;
	}
	
	#middle h1 div {
		padding-top: 3px;
		border-bottom: 1px solid black;
		line-height: 25px;
	}

#right {
	width: 179px;
	padding: 30px 0;
	background: url('../images/bg_pattern.jpg') repeat-y;
	font-family: Arial;
	line-height: 16px;
}

	#right div {
		padding: 0 25px;
	}
	
	#right h1 {
		margin: 25px 0 15px;
		padding: 4px 0;
		background-color: #ECF2F2;
		text-align: center;
		font-family: Georgia;
		font-size: 16px;
		font-weight: bold;
		color: #018E8F;
	}

	#right h3 {
		margin-bottom: 10px;
		letter-spacing: 0;
		color: #018E8F;
	}
	
	#right a {
		color: #018E8F;
	}
	
	#right form {
		display: block;
		margin: 20px 0;
		text-align: center;
	}
	
		#right input {
			width: 100%;
			margin-bottom: 6px;
		}

#tip_a_friend {
	position: relative;
	display: none;
	padding: 0 !important;
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
}

	#tip_a_friend_bg {
		position: absolute;
		top: -330px;
		left: -100px;
		width: 228px;
		height: 356px;
		padding: 12px 10px 10px !important;
		background: url('../images/popup_bg.png') no-repeat;
		z-index: 10;
	}

	#tip_a_friend_close {
		float: right;
		display: block;
		cursor: pointer;
	}

	#tip_a_friend_con {
		padding: 5px 10px 0 !important;
	}

	#tip_a_friend_submit {
		padding: 4px 0 !important;
		text-align: right;
		font-weight: bold;
		color: #018E6F;
	}

		#tip_a_friend_submit span {
			cursor: pointer;
		}

	#tip_a_friend h3 {
		margin: 0;
		font-family: Georgia;
		color: #018E8F;
	}

	#tip_a_friend input {
		width: 100%;
		margin: 0 !important;
		border: 0;
		background-color: #E7E6E2;
	}

	#tip_a_friend textarea {
		width: 100%;
		height: 120px;
		border: 0;
		background-color: #E7E6E2;
	}

	#tip_a_friend form {
		display: inline;
		margin: 0 !important;
		text-align: left;
	}


img.submit {
	cursor: pointer;
}