/*
Created by Fast Web Media, 2006

Last editted by Phil Calvert 30/08/06
philip.calvert@fastwebmedia.com

*/

div.page-logo {
	float:left;
	width:150px;
	padding-left:10px;
}

div.page-logo img {
	/* width:150px; */
	width:auto;
}

div.page-menu {
	float:right;
	width:630px;
	height:50px;
	border-bottom:2px solid #ccc;
	margin-bottom:5px;
}

div.page-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

div.page-menu li {
	float:right;
	padding-left:0px;
}

div.content-gutter {
	float:left;
        background-image: url({SITE_MEDIA_BASE}/page_background.jpg);
        background-repeat: no-repeat;
	margin-top:10px;
	width:170px;
	height:400px;
}

div.content-left {
	float:left;
	width:400px;
	margin-right:5px;
}

div.content-left div.quote {
        font-weight:bold;
        font-family:Garamond, Georgia, serif;
	width:100%;
	color:#b00;
	margin-left:-30px;
	font-size:140%;
	margin-bottom:10px;
	position: relative;
}

div.quote span.startquote{
	color:#d88;
	padding-right:4px;
}

div.quote span.endquote{
	padding-left:4px;
	color:#d88;
}

div.content-right {
	float:left;
	width:210px;
	padding-left:10px;
	border-left:2px solid #ccc;
        font-size:85%;
}

div.content-right h1 {
	margin-left:20px;

}

div.content-right ul {
	list-style-image: url({SITE_MEDIA_BASE}/bottle_cap.jpg);
	padding-left:20px;
}

div.content-right div.quote {
    color:#b00;
    /* width:100px; */
    font-size:130%;
        font-weight:bold;
        font-family:Garamond, Georgia, serif;
	width:100%;
}

ul.left-faqs li.q {
	list-style-image: url({SITE_MEDIA_BASE}/bottle_cap.jpg);
        font-weight:bold;
        padding-top:7px;
}

ul.left-faqs li.a {
        list-style:none;
}

ul.left-faqs a{
        cursor:pointer;
        text-decoration:none;
}

ul.left-faqs a:hover{
        text-decoration:none;
        color:#b00;
}
