/* abelandsbarn.co.uk Style Sheet /*
/* Designed by Alex Stanhope */

html {
	height: 100%;
}

body {
	background: #ebebeb url(../images/bg_main.jpg) repeat-x top left;
	text-align: center;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}

/* Splash page layout styles */

#container_home {
	    position: relative;
     	margin: 0px auto;
        margin-top: 10%;
        padding: 0px;
        width: 750px;
}

#bg_splash {
	position: relative;
	width: 750px;
	height: 400px;
	background: url(../images/bg_splash.gif) no-repeat;
}

#logo_splash {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 730px;
	height: 80px;
	background: #fff;
	text-align: left;
}

#right_logo_splash {
	position: absolute;
	top: 15px;
	left: 410px;
	width: 305px;
	height: 50px;
	text-align: left;
}


#main_image_splash {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 730px;
	height: 200px;
	background: #fff;
	text-align: left;
}

#text_splash {
	position: absolute;
	top: 290px;
	left: 10px;
	width: 730px;
	height: 100px;
	background: #fff;
}

#left_text_splash {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 375px;
	height: 80px;
	text-align: left;
}

#right_text_splash {
	position: absolute;
	top: 10px;
	left: 410px;
	width: 305px;
	height: 80px;
	text-align: left;
}

/* Splash page text styles */

#left_text_splash h1 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -1.5%;
	margin-top: 0px;
}

#left_text_splash h2 {
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
	text-align: justify;
}

img {
	border: 0px;
}