/* 
    Document   : layout.css
    Created on : Feb 8, 2009, 5:25:56 PM
    Author     : rbsfou
    Description:
        Main Layout Styles
*/

root { 
    display: block;
}

body {
    font-family: "Verdana", arial, sans-serif;
    margin: 0 0 0 0;
	background-image: url(/_resources/images/textures/sky_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0 -114px;
	background-color: #EDE699;
}

div#content {
    padding: 25px 20px 0;
    background: transparent url(/_resources/images/textures/bottom-shadow.png) repeat-x scroll left top;
    clear: both;
    background-color: #EDE699;
}

div#content h2 {
    margin-top: 0px; /* this is the top of the content div - in IE, this is assumed to be zero, but in FF is 20px */
}

h2 {
    color: #0011D1;
}

h3 {
    color: #404DDD;
}

div#van {
	width: 350px;
	height: 160px;
	background-image: url(/_resources/images/logos/automech-uk-van.png);
	background-repeat: no-repeat;
	float: right;
	clear: right;
	border: 0;
	display: inline-block;
	margin: 2em 0 2em 2em;
}

div#facility {
	width: 350px;
	height: 290px;
	float: right;
	clear: right;
	border: 0;
	display: inline-block;
	margin: 2em 0 2em 2em;
	font-size: 0.8em;
}

div#facility img {
	border: 0;
}

/*div.image-div-right {
        width: 302px;
        float: right;
        border: 0;
        font-size: 0.8em;
        font-style: italic;
        display: inline-block;
        text-align: center;
        clear: right;
        margin-left: 2em;
        margin-bottom: 2em;
}*/

p {
        font-family: "Georgia", times, serif;
}

