/* CSS Document */

/*----------------------------HTML, BODY-------------*/

body, html {
	background: url(assets/bkg_pattern.gif);
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	color: #333333;
	padding: 0px;
}
/*--------------------------TOP MENU ITEMS-------------------*/

#top_menu {
	width: 881px;
	height: 33px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
}

#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#top_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#top_menu ul a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #3D312E;
	display: block;
	margin-left: 0px;
	padding-left: 40px;
	margin-top: 11px;
}

#top_menu ul a.french {
	float: left;
	padding-left: 20px;
}
#top_menu ul a.map {
	margin-left: 360px;
	padding-left: 20px;
}

#top_menu ul a.home {
	background: url(assets/icon_home.gif) no-repeat 22px 3px;
}

#top_menu ul a.email {
	background: url(assets/icon_email.gif) no-repeat 17px 3px;
}

#top_menu ul a.phone {
	background: url(assets/icon_phone.gif) no-repeat 17px 3px;
	cursor: default;
	text-decoration: none;
}

#top_menu ul a:hover {
	text-decoration: underline;	
}
#top_menu  ul  a:hover a.phone {
	text-decoration: none;
	cursor: default;
}



/*----------------------------CONTAINER, CONTENT-------------*/

#container {
	background: url(assets/content_pattern.jpg) repeat-y center top;
	width: 901px;
	margin: 0px auto;
	padding: 0px;
	visibility: visible;
}
#header_topshadow {
	height: 4px;
	width: 901px;
	background: url(assets/bkg_top_shadow.jpg) no-repeat center top;
}
#header {
	width: 893px;
	height: 283px;
	margin-right: auto;
	margin-left: auto;
	background: url(assets/landing_header.jpg) no-repeat center top;
	float: none;
	clear: both;
	overflow: auto;
	z-index: auto;
}
#headerFr {
	width: 893px;
	height: 283px;
	margin-right: auto;
	margin-left: auto;
	background: url(assets/fr_header.jpg) no-repeat center top;
	float: none;
	clear: both;
	overflow: auto;
	z-index: auto;
}
#sidebar {
	width: 179px;
	margin-left: 39px;
	margin-top: 10px;
	float: left;
}


/*----------------------------NAVIGATION, SIDEBAR-------------*/
/* --- Note: menu items are 179px x 28px ---*/


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul li {
margin: 0;
padding: 0;
}

#sidebar ul a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #3D312E;
	text-align: right;
	background: url(assets/menu_bkg.jpg) no-repeat left top;
	width: 157px;
	padding-right: 22px;
	display: block;
	border-bottom: 2px solid #A6CEE8;
}

#sidebar ul a.last {
border-bottom: none;
}

#sidebar ul a:hover {
	background-position: center;
	color: #FFFFFF;
}

#sidebar ul a.current {
background-position: right;
color:#FFFFFF;
cursor: default;
}
#sidebar  ul  a.last_current {
	border-bottom: none;
	background: right;
}
#sidebar img {
	margin-top: 10px;
	margin-bottom: 0px;
}

#clear {
	clear: both;
}
.clear {
	clear: both;
}
#content {
	float: right;
	width: 618px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3D322D;
	position: relative;
	height: auto;
}
/*------------- Landing Boxes (landing page only) -----------------*/

#landing_boxes {
	float: right;
	width: 658px;
	margin-top: 10px;
	height: 550px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
}
#landing_boxes a {
	color: #3770A7;
}

#foalBox {
	position:absolute;
	width:281px;
	height:213px;
	z-index:1;
	left: 0px;
	top: 0px;
	background: url(assets/landing_box_foal.jpg) no-repeat;
	padding: 26px 15px 15px;
	
}
#yearBox {
	position:absolute;
	width:281px;
	height:213px;
	z-index:2;
	left: 326px;
	background: url(assets/landing_box_yrl.jpg) no-repeat;
	top: 0px;
	padding: 26px 15px 15px;
	
}
#photoBox {
	position:absolute;
	width:281px;
	height:213px;
	z-index:3;
	background: url(assets/landing_box_photo.jpg) no-repeat;
	top: 269px;
	padding: 26px 15px 15px;
	
	left: 0px;
}
#moreBox {
	position:relative;
	width:281px;
	height:213px;
	z-index:4;
	background: url(assets/landing_box_more.jpg) no-repeat;
	top: 269px;
	left: 326px;
	
	padding: 26px 15px 15px;
}
#landing_boxes img {
	border: 1px solid #000000;
	margin-top: -3px;
}




/*----------------------------FOOTER-------------*/
#footer {
	background: url(assets/bkg_footer.jpg) no-repeat center top;
	height: 71px;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	}
#links {
	float: right;
	height: 40px;
	width: 610px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 2px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #271C15;
}
#links a {
	color: #3D302E;
	text-decoration: none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #8E9E5B;
}
#content img {
	border: 1px solid #3C312F;
}
#content h2 {
	color: #FFFFFF;
	background: url(assets/bkg_header.jpg) repeat-x;
	line-height: 24px;
	text-indent: 10px;
	border: 1px solid #738794;
	padding-top: 4px;
	margin-bottom: -10px;
}
.broodmares {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}
.boldname {
	font-weight: bold;
}
#form {
	line-height: 28px;
	padding: 20px;
	background: #BFDBEF;
	border: 1px solid #3C312F;
	width: 500px;
}
input {
	border: 1px solid #3D312E;
	background: #E5E8E9;
}
textarea {
	color: #3C312F;
	background: #E5E8E9;
	border: 1px solid #3D302E;
	margin-top: -5px;
	margin-bottom: 5px;
}
