/*____________________________________________________________________  MAIN LAYOUT CONTAINERS */

body {
	margin:0px;
	padding: 0px;
}

#container {
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	height: 764px;
	width: 1199px; /*1207px;*/
}

#side_img { 
	position: absolute;
	left:0px;
	top: 40px;
	z-index: 1;
}

#bar_container {
	background-image: url(../images/rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	height: 718px;
	width: 287px;
	background-color: #cacfbd;
	left: 50px;
}

#flash_container {
	position: absolute;
	left: 337px;
	height: 764px;
}

.pagination {
	color: #414929;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
}

/*____________________________________________________________________  BAR CONTENT */

#logo_bar {
	background-image: url(../images/edge.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 133px;
	padding-top: 10px;
}

#logo_bar img {
	display: block;
	margin: 0px auto;
}

.bar_content_edge {
	background-image: url(../images/edge.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 43px 35px 0px 45px;
	position: absolute;
	width: 212px;
	left: -3px;
	top: 460px;
	z-index: 0;
}

.bar_content {
	padding: 30px 35px 30px 45px; /*0px 35px 30px 45px;*/
}

/*____________________________________________________________________  DOWNLOAD BAR */

#download {
	top: 580px;
	position: absolute;
	margin-left: -45px;
}

#left_download {
	background-color: #222222;
	width: 43px;
	height: 100px;
	position: absolute;
	left: 0px;

}

#left_download img {
	display: block;
	margin: 25px auto;
}

#right_download img {
	display: block;
	margin: 15px auto;
}

#middle_download {
	background-color: #3f4637;
	border-left: 1px dotted #a9af89;
	border-right: 1px dotted #a9af89;
	width: 198px;
	height: 100px;
	position: absolute;
	left: 43px;
}

#middle_download_wide {
	background-color: #3f4637;
	border-left: 1px dotted #a9af89;
	position: absolute;
	left: 43px;
	width: 243px;
	height: 100px;
}

#download ul {
	color: #ffffff;
	font-family: arial;
	font-weight: 100;
	margin: 0px;
	padding: 20px;
	list-style: none;
}

#download li {
	color: #cacfbd;
	font-family: arial;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}

#download li.serif{
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}

#right_download {
	background-color: #222222;
	float: left;
	margin-right: 35px;
	width: 44px;
	height: 100px;
	position: absolute;
	left: 242px;
	border-left: 1px dotted #a9af89;
}



/*____________________________________________________________________  GENERAL STYLES */

h1 {
	color: #222222;
	margin: 0px;
	padding: 0px;
	padding-bottom: 14px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	letter-spacing: 3px;
}

.header {
	padding-bottom: 10px;
}


h2 {
	color: #222222;
	margin: 0px;
	clear: left;	
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}

h3 {
	color: #ab3f2d;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
}

h4 {
	color: #ab3f2d;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.red_text {
	color: #ab3f2d;
}

p {
	color: #414929;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
}

p.red {
	color: #414929;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

p.pagination {
	color: #414929;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 13px;
}

li {
	color: #414929;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

.pond_bullets {
	padding-top: 20px;	
}
/*
strong {
	color: #ab3f2d;
	font-size: 12px;
	font-weight: 100;
	font-family: arial;
	line-height: 16px;
}*/

p.no_padding {
	padding: 0px;
}

p#footer {
	position: absolute;
	padding-bottom: 30px;
	left: 30px;
	top: 720px;
	width: 700px;
}

/*____________________________________________________________________  Links */

a {
	color: #525e33;
	text-decoration: none;
}

a img {
	border: 0px;
}

a.download {
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	color: #ab3f2d;	
}





/*____________________________________________________________________  GALLERY */

.gallery img {
	float: left;
	padding: 0px;
	margin: 0px;/*1px;*/
}

.gallery a {
	padding: 0px;
	margin: 0px;
}
/* DOES NOT WORK IN IE
.gallery a:hover img {
	border: 1px solid #ab3f2d;
	margin:0px;
}*/

p.gallery_paragraph {
	clear:left;
}

p.photo_paragraph {
	clear:left;
	padding-top: 50px;
}


#gallery_spacing {
	padding-bottom: 160px;
}

/*____________________________________________________________________  TABLE */

table {
	/*margin-top: 10px;*/
}

td {
	color: #414929;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;	
}
