



body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
    background-color: #CCCCCC;   
}

#outer-wrapper
{
    width: 782px;
    background: url(images/main_bg.png) top left repeat-y;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#columns
{
    width: 100%;
}

#column-left
{
    padding-left: 11px;
    vertical-align: top;
}

#column-content
{
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

#footer
{
    border-top: 2px solid #bf3125;
    margin: 11px;
    padding-bottom: 11px;
    color: gray;
    font-weight: bold;
    
    padding-top: 0.5em;
}

#footer a
{
    color: gray;
    text-decoration: none;
}

#footer-links
{
    float: right;    
}

/****** Newsletter Portlet Styles */

#portlet-newsletter
{
    padding: 1em;
    width: 180px;
    background: url(images/newsletter_bg.png) top left repeat-x;
    background-color: #bf3125;
    color: white;
}

#portlet-newsletter input.text
{
    width: 110px;
    background-color: #cccccc;
    border: none;
}


/****** Navigation Portlet Styles */

#portlet-navigation
{
    padding: 1em;
    width: 180px;
    background: url(images/nav_bg.png) top left repeat-x;
    background-color: #3392a1;
    /*border-bottom: 1px solid #71899f;
    border-top: 1px solid #b1bdc6;*/
    
    
}

#portlet-navigation .navMenuItem
{
    display: block;
    white-space: nowrap;
}

#portlet-navigation .navMenuItem a
{
    color: #18314a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 3px;
}

#portlet-navigation .navMenuItem a.mainmenu
{
    border-top: 1px solid #cedef7;
}

/* END Navigation portlet styles */


/**************** SEARCH Portlet Styles */

#portlet-search
{
    text-align: center;
    margin-bottom: 1em;
    margin-left: 1em;
}

#portlet-search input#search-input
{
    background-color: #cccccc;
    padding-left: 4px;
/*    position: relative;
    top: -6px;*/
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    border: none;
}




/* END Search portlet styles */
.portlet
{
    margin-bottom: 6px;
}

a img
{
    border: none;
}

#logo-left
{
    background: url(http://www.bookcityechuca.com.au/images/logo_left.png);
    width: 227px;
    height: 121px;
}

#logo-middle
{
    background: url(http://www.bookcityechuca.com.au/images/logo_middle.png);
    width: 348px; 
    height: 121px;
   
}


#logo-right
{
    
    background: url(http://www.bookcityechuca.com.au/images/logo_right.png) no-repeat;
    width: 235px;
    height: 121px;
    vertical-align: top;
    text-align: center;
    /*text-align: right;*/
    /*<img tal:attributes="src string:${website/absolute_url}/images/logo_right.png" alt=""/>*/
}

#logo-right ul li
{
    display: inline;
    background: url(http://www.bookcityechuca.com.au/images/bullet_down.png) top center no-repeat;
    padding-top: 10px;
    padding-left: 5px;
    border-left: 1px solid white;
    padding-bottom: 0;
}

#logo-right ul li#top-nav-first
{
    border-left: none;
}


#logo-right ul li a
{
    color: white;
    white-space: nowrap;
    text-decoration: none;
}


#logo-right ul
{
    margin: 0;
    padding: 0;
/*     padding-top: 20px; */
     margin-top: 33px; 
     /*padding-right: 30px;*/
}


#contact-details
{    
    float: right;
    padding: 1em;
    margin-right: 2em;
    position: relative;
    top: -30px;
    color: #8e232b
}

h1
{
    font-family: Arial;
}

.submitrow
{
    text-align: right;
}

#newsletter-submit-button
{
    background-color: #d86550;
    border: 1px solid white;
    color: white;
}

#portlet-newsletter input.text
{
    width: 100%;
}

#search-submit-button
{
    border: none; 
     
    width: 21px; 
    height: 20px; 
    background: url(images/search_go.png);
}





