@charset "UTF-8";
/* CSS Document */

html{
	padding:0;
	margin:0;
}

body{
	width:100%;
    align:center;
  	margin:0 auto;
	padding:0;
	min-height:100%;
    position:absolute;
	background-color:#ded7d1;
	text-decoration: none;
}

a {
	text-decoration:none;
	border:none;
}

#footer {
	width:100%;
	min-width:1000px;
	height:75px;
	border:0px;
	bottom:0px;
	margin-bottom:0px;
	padding:0px;
	position:absolute;
	float:left;
	background-image:url(../img/bg_footer.png);
	border-top:solid 1px #fdf7f4;
	border-bottom:solid 15px #171b25;
	-webkit-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
	z-index:200;
}


#top {
	position:absolute;
	z-index:400;
	top:0px; 
	width:100%;
	min-width:1000px;
	height:200px; 
}

#bottom {
	position:absolute;
	z-index:400;
	bottom:0px; 
	width:100%;
	min-width:1000px;
	height:75px; 
}

#content {
	margin-top:650px;
	margin-bottom:75px;
	width:990px;
	max-width:900px;
	height:100%;
	min-height:100%;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

#container_contact {
	background-color:#eee7e2;
	background-image:url(../img/contact_bg.png);
	width:950px;
	height:100%;
	min-height:100%;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:200px;
	left:50%;
	margin-left:-495px;
	-webkit-box-shadow: 1px 2px 3px 3px #a89f9b;
	box-shadow: 1px 2px 3px 3px #a89f9b;
}

#content_contact {
	margin-top:200px;
	margin-bottom:75px;
	width:950px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#facebook {
	position:absolute;
	margin:10px;
	bottom:0px;
}

#crafted {
	position:absolute;
	right:10px;
	bottom:10px;
}

.lazy {
	border:10px solid #fdf7f4;
	margin:10px;
	border-radius:0px;
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow: 3px 3px 4px #a89f9b;
	-webkit-box-shadow: 3px 3px 4px #a89f9b;
	box-shadow: 3px 3px 4px #a89f9b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a89f9b')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a89f9b');
}

.line {
	position:absolute;
	margin-top:135px;
	width:100%;
	height:4px;
	background-image:url(../img/line.png);
}

.line_small {
	width:400px;
	height:4px;
	background-image:url(../img/line.png);
}

.pedigree {
	width:770px;
	margin:20px;
	border-right:solid 1px #c8bdb8;
	border-bottom:solid 1px #c8bdb8;
}

.pedigree td {
	height:20px;
	border-left:solid 1px #c8bdb8;
	border-top:solid 1px #c8bdb8;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
}
 .blank{
	 width:100%;
	 height:50px;
 }




#logo_bottom {
	width:162px;
	height:60px;
	position:relative;
	z-index:300;
	margin-left:auto;
	margin-right:auto;
	top:10px;
}


/*text*/

@font-face {  
font-family: 'Jane';
 src: url('../fonts/janeausten.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/janeausten.woff') format('woff'), 
	     url('../fonts/janeausten.ttf')  format('truetype'),
	     url('../fonts/janeausten.eot.svg#svgFontName') format('svg');
} 

@font-face {  
font-family: 'Sling';
 src: url('../fonts/sling.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/sling.woff') format('woff'), 
	     url('../fonts/sling.ttf')  format('truetype'),
	     url('../fonts/sling.eot.svg#svgFontName') format('svg');
} 

@font-face {  
		font-family: 'Geo Sans Light';
		src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/geosanslight.woff') format('woff'), 
	     url('../fonts/geosanslight.ttf')  format('truetype'),
	     url('../fonts/geosanslight.eot.svg#svgFontName') format('svg');
}   

.horse_name{
	font-family:Jane;
	font-size:40px;
	font-weight:100;
	color:#434752;
	line-height: 1px;
	margin:1px;
	padding:1px; 
}

.horse_name_thumb{
	font-family:Geo Sans Light;
	font-size:16px;
	font-weight:900;
	color:#434752;
	margin:1px;
	padding:1px;
}

.horse_name_thumb:hover{
	color:#beb3ae;
}

.title{
	font-family:Jane;
	font-size:30px;
	font-weight:100;
	color:#65605d;
    margin:1px;
	padding:1px;
	text-align:center;
	text-shadow:1px 1px 0px #fdf7f4;
}

.horse_country{
	font-family:Sling;
	font-size:14px;
	font-weight:100;
	color:#65605d;
}

.breeding-show{
	font-family:Sling;
	font-size:14px;
	font-weight:100;
	color:#434752;
	padding-left:50px;
}

.horse_informations{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:300;
	color:#65605d;
	padding:3px;
	text-align:center;  
	text-shadow:1px 1px 0px #fdf7f4;
	
}

.horse_description {
	font-family:Geo Sans Light;
	max-width:800px;
	padding:2Opx;
	font-size:16px;
	font-weight:200;
	color:#65605d;
	margin-left:auto;
	margin-right:auto;
}

.horse_description_thumb {
	font-family:Geo Sans Light;
	padding:2Opx;
	font-size:14px;
	font-weight:200;
	color:#887c64;
	margin-top:-5px;
}

.horse_description_thumb:hover{
	color:#beb3ae;
}

.pedigree_male{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#203058;
}

.pedigree_female{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#bb275b;
}

.sizeL{
	font-size:18px;
}
.sizeM{
	font-size:14px;
}
.sizeS{
	font-size:12px;
}


/* Horses select page */

#content_select-horses {
	padding:20px;
	padding-top:50%;
	margin-top:-450px;
	width:900px;
	height:600px;
}

.thumb{
	background-color:#fdf7f4;
	width:170px;
	height:200px;
	padding-top:10px;
	border-radius:3px;
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow: 3px 3px 4px #a89f9b;
	-webkit-box-shadow: 3px 3px 4px #a89f9b;
	box-shadow: 3px 3px 4px #a89f9b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a89f9b')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a89f9b');
}

.thumb:hover{
	border:solid 5px #fdf7f4;
}

.thumb img{
	border:none;
}

.table_select-horses {
}

.table_select-horses td {
	width:190px;
	height:240px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

.table_select-horses a{
	text-decoration:none;
}

.for_sale {
	position:absolute;
	z-index:300;
	margin-top:105px;
	margin-left:4px;
	border:none;
}

.for_sale img {
	border:none;
}

