@import 'http://lathamskitchens.com.au/assets/reset.css';

#map {margin-left:40px;}

/* Generel
------------------------------------ */
HTML,BODY {
    background: #F9F9F9 url(http://lathamskitchens.com.au/images/bg.png) repeat-x top;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
    color: #191D4F;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 895px;
    margin: 0 auto;
}
A {
    color: #003399;
    text-decoration: none;
    cursor: pointer;
}
A:hover {
    text-decoration: underline;
}

/* Header
------------------------------------ */
#header{
    height: 208px;
    /*background: url(http://lathamskitchens.com.au/images/top-image.jpg) right top no-repeat; */
}
#header H1 A{
    outline: none;
    background: url(http://lathamskitchens.com.au/images/logo.png) no-repeat;
    text-indent: -9999999px;
    display: block;
    width: 283px;
    height: 233px;
    position: relative;
    top: -40px;
}
#header UL{
    height: 40px;
    width: 615px;
    background: #191D4F;
	position: relative;
    margin-left: 280px;
    top: 158px;
}
#header LI{
    float: left;
    line-height: 40px;
    color: #82849F;
    font-size: 0.9em;
    padding: 0 10px 0 10px;
}
#header LI.first{
  padding-left: 70px;
}
#header  LI A{
	display: block;
    outline: none;
    color: #FFF;
    padding-right: 15px;
    float: left;
}

/* Main
------------------------------------ */
#main{
    margin-top: -5px;
    background: url(http://lathamskitchens.com.au/images/main-bg.png) repeat-y;
    margin-left: 15px;
    float: left;
}
#right-side{
    float: right;
    width: 630px;
    background: #FFF;
    padding: 10px 0 20px 0;

}
#right-side H2{
    float: right;
    display: block;
    text-indent: -999999px;
    width: 283px;
    height: 49px;
    /* background: url(http://lathamskitchens.com.au/images/individual-h2.png) no-repeat; */
    padding-right: 10px;
    margin-bottom: 5px;
}
#right-side P{
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 10px;
}
#top-paragraph{
    clear: both;
    font-size: 1.1em;
    margin-top: 40px;
}
#top-paragraph P{
    padding-bottom: 10px;
    padding-right: 10px;
}
#left-side{
    float: left;
    width: 250px;
    color: #C3A65B;
    text-align: center;
    font-size: 1.2em;
}
#left-side H3{
    margin: 7px 0 10px 0;
    font-weight: bold;
    font-size: 1.5em;
}
#left-side IMG{
    margin-top: 8px;
}
/* IE6 Fixs
------------------------------------ */
*html #main{
    margin: -70px 0 0  7.5px;
    width: 880px;
}















