body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
        background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/bg.gif) repeat-x #d6d6d6;
}
#page {
	width: 920px;
        min-height: 650px;
        background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/g.gif) no-repeat bottom left;
}

/* ----- Layout ----- */
#columnLeft {
	width: 230px !important;
	display: inline-block;
	color: #777;
}
#columnRight {
	width: 590px;
        margin-bottom: 40px;
	margin-left: 20px;
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
	display: inline-block;
        background: #fff;

}

/* ------ Typography ----- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
        font-family: Century Gothic;
        text-transform: lowercase;
        font-weight: normal;
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
a {
	color: #c10000;
	text-decoration: none;
}
a:hover {
	color: #dc6868;
}

/* ----- Header ----- */
#header {
	height: 105px;
	background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/navbar.gif) no-repeat bottom right;
}
#logoImagePanel {
	width: 920px;
}
h1#siteTitle {
        display: none;
        font-family: Garamond, Georgia, "Times New Roman", Times, serif;
        text-transform: lowercase;
        font-weight: normal;
	float: right;
	color: #c10000;
	font-size: 18pt;
	margin-left: 0px;
}
#siteLogo {
	margin-top: 0px;
}

/* ----- Contact ----- */

#contactMenu {
        text-transform: capitalize;
	width: 230px;
        min-height: 180px;
        margin: 0;
        padding: 0;
        padding-top: 45px;
        background: none;
}
#contactMenu h4 {
        font-family: Century Gothic;
        font-weight: normal;
        text-transform: lowercase;
        color: #c10000;
	line-height: 22px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
}
#contactMenu a {
        display: block;
        text-transform: lowercase;
	color: #0063ad;
        margin: 0;
        padding: 0;
	padding-left: 33px;
	background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/contact.gif) no-repeat left center;
}
#contactMenu a:hover {
        color: #61a8de;
}
#siteContact {
	font-size: 10pt;
        margin: 0;
        padding: 10px 15px;
	border: solid 1px #fff;
        height: 125px;
}

/* ----- Admin ----- */
#loginMenu {
        text-transform: capitalize;
	width: 230px;
	clear: both;
	text-align: left;
        padding-top: 45px;
        background: none;
}
#loginMenu h4 {
        font-family: Century Gothic;
        font-weight: normal;
        text-transform: lowercase;
        color: #c10000;
	line-height: 22px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
}
#loginMenu a {
	font-size: 10pt;
	border: solid 1px #fff;
	color: #0063ad;
        text-transform: lowercase;
	text-decoration: none;
        text-align: left;
        padding: 0px 15px 0 48px;
	background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/admin.gif) no-repeat 8px center;
}
#loginMenu a:hover {
	background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/admin.gif) no-repeat 8px center;
        color: #61a8de;
}

/* ----- Navigation ----- */
#nav {
	height: 27px;
	margin: 0;
        padding: 0;
	background: url(http://www.spagbol.com.au/img/chocolate/spagbol.com.au/slogan.gif) no-repeat top left;
}
#menu {
	height: 27px;
	float: left;
	width: 100%;
	margin: 0;
        padding: 0;
        margin-left: 250px;
	margin-bottom: 0px;
        padding-left: 40px;
        background-color: #0063ad;
}
#menu ul li {
	float: left;
        display: inline;
        font-family: Century Gothic;
        font-weight: normal;
        text-transform: lowercase;
	background: none;
	border: 0px;
        height: 27px;
	font-weight: normal;
	font-size: 10pt;
	margin: 0;
        padding: 0;
        margin-right: 60px;
        width: auto;
}
#menu ul li a {
	margin: 0;
        padding: 0;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 19px;
}
#menu ul li a:hover {
	background: none;
        color: #61a8de;
}
#menu ul li .menuItemSelected {
        background: none;
}
#menu h4 {
        display: none;
	float: left;
	color: #373846;
	text-align: left;
	width: 76px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	font-size: 14pt;
	color: #fff;
}

/* ----- Content ----- */
h1#title {
        font-family: Century Gothic;
        text-transform: lowercase;
        font-weight: normal;
	font-size: 16pt;
}

#pageContent {
	margin-top: 15px;
}

hr {
border: 0;
border-top: 1px solid #d6d6d6;
}
