/* Albert Gs Master CSS file */

@import url(reset.css);

/*	BASIC ELEMENTS
--------------------------------------- */
body {
	background: url(../images/body_bg2.jpg) no-repeat center top #010101;
	font-family: Georgia, Arial, sans-serif;
	font-weight:lighter;
}
p {
	letter-spacing:1px;
}
h6 {
	font: italic 12px Georgia;
	line-height: 16px;
	padding-bottom: 15px;
	color: #ddc292;
}
h5 {
	font: italic 18px Georgia;
	color: #fff;
}
h3, h4 {
	font: bold 18px arial;
	padding-bottom: 5px;
	color: #ddc292;
}
h3 {font-size: 22px;}
h2 {
	font: italic 24px Georgia;
	line-height: 30px;
	text-align: center;
	color: #ddc292;
}
h1 {
	font: bold 24dpx arial;
	padding-bottom: 5px;
	color: #FFF;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table th {
	font: italic 14px Georgia;
	color: #ddc292;
	padding-bottom: 15px;
}
table td {
	font-size: 13px;
	font-style: normal;
	padding: 5px 10px 5px 0;
	color: #fff;
}
	td.price {
		font-weight: bold;
	}
/*	SPECIAL CLASSES
---------------------------------------- */
div.col {
	width: 225px;
	margin-top: 300px;
	margin-left: 30px;
	float: left;
}
div.wide_col {
	width: 350px !important;
	margin-bottom: 120px;
}
	.col p {
		font-size: 12px;
		color: #fff;
		line-height: 24px;
		font-weight: lighter;
		letter-spacing:normal;
	}

/*	SITE STRUCTURE AND LAYOUT
---------------------------------------- */
div#wrap {
	width: 990px;
	margin: 0 auto;
}
	div#left_col {
		float: left;
		width: 225px;
		margin-top: 300px;
		margin-bottom: 30px;
	}
		#left_col ul li {
			border-bottom: #8a603f 1px dotted;
		}
		#left_col ul li.current {
			border-bottom: #fff 1px solid;
		}
		#left_col ul li#contact {
			padding: 25px;
		}			
			#left_col address {
				line-height: 22px;
				font-size: 12px;
				color: #ddc292;
			}
				#left_col address p {
					font: normal 10px Helvetica;
					color: #926d3e;
				}
				#left_col #left_nav li address a {
					font-size: 12px;
					color: #ad4231;
					padding: 0;
				}
		ul#left_nav li a {
			display: block;
			font-size: 18px;
			text-decoration: none;
			color: #ddc292;
			font-style: italic;
			padding: 10px 15px;
		}
		ul#left_nav li a:hover {
			color: #fff;
		}
		ul#left_nav li.current a {
			color: #fff;
		}
	div#home_content {
		margin: 225px 0 30px 30px;
		float: left;
	}
	
div#footer_border {
	background: url(../images/divline.gif) repeat-x;
	width: 100%;
	height: 1px;
}

div#footer {
	background: url(../images/transparent_bg.gif);
	clear: both;
	border: #65432b 1px dotted;
	border-width: 1px 0;
	padding: 30px;
	text-align: center;
	margin-bottom: 10px;
	
}

	#footer ul li {
		display: inline;
	}
	#footer ul li a {
		color: #ddc292;
		font: italic 14px Georgia;
		text-decoration: none;
		margin: 0 10px;
	}
		#footer ul li.current a,
		#footer ul li a:hover {
			text-decoration: underline;
		}
	#footer p {
		font: normal 10px Helvetica;
		color: #926d3e;
		margin-top: 10px;
	}