body {
	margin:0;
	padding:0;
	background:url(../images/design/bg_repeat.png) repeat-x left top #cfe6f3;
}

/* sticky footer */
	* {
		margin: 0;
	}
	html, body {
		height: 100%;
	}
	.frame {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width:977px;
		margin: 0 auto -33px; /* the bottom margin is the negative value of the footer's height */
	}

	.bottom, .push {
		height: 33px; /* .push must be the same height as .footer */
	}
/* end sticky footer */

.inner-frame
{
    float:left;
    background:url(../images/design/partial_cold_water_prawns_logo.gif) no-repeat 540px 157px;    
}
    .inner-frame[class]
    {  
        background:url(../images/design/partial_cold_water_prawns_logo.png) no-repeat 540px 157px;    
    }

#slideshow 
{
    margin-top:10px;
    float:left;
}
.feature, .news 
{
    float:left;
    position:relative;
    z-index:100;
}
/* Content */
.content 
{
	margin-left:12px;
	margin-right:12px;
	width:961px;
}

.top-dotted-lines
{
    margin-bottom:9px;
}
.menu-top
{
    position:relative;
    z-index:1001;
}
/* Left menu */
#menu-left
{
    float:left;
    width:310px;
    margin-top:36px;
}
    #menu-left-inner
    {
        margin-bottom:20px;
        position:relative;
        z-index:1000;
    }
    .menu-left-orange-line, .doc-content-orange-line
    {
        height:1px;
        font-size:1px;
        background:#c65b2f;
        margin-left:12px;
        margin-right:14px;
        margin-bottom:1px;
    }
    .doc-content-orange-line
    {  
        margin:0 0 23px 0;
    }

/* document list and document content */
#doc-container 
{
    float:left;
    width:631px;
    margin-top:36px;
    position:relative;
    z-index:100;
}
    .ingress
    {
        font-size:10px;
    }

.doclist-item
{
    padding:8px;
    cursor:pointer;
    cursor:hand;
    float:left;
    width:615px;
    background:url(../images/design/doc-item-bg.gif) repeat-x left top;
    position:relative;
    z-index:1000;    
}
    .doclist-item[class]
    {
        background:url(../images/design/doc-item-bg.png) repeat-x left top;
    }
    .doclist-item-over
    {
        background:url(../images/design/doc-item-bg.gif) repeat-x left top;
    }
        .doclist-item-over[class]
        {
            background:url(../images/design/doc-item-bg-over.png) repeat-x left top;
        }
    .doclist-item .doclist-h2 
    {
        width:438px;
        float:left;
    }
    .doclist-image
    {
        display:block;
        float:left;
        margin-right:15px;
    }
    .doclist-ingress 
    {
        width:438px;
        float:left;
        line-height:150%;
    }
    .doclist-ingress-noimage 
    {
        line-height:150%;        
    }
    .doclist-h2-noimage
    {
        float:none;
    }


/* document */
.horizontal-dots, .horizontal-doclist-dots
{
    background:url(../images/design/horizontal-dots.png) repeat-x;
    font-size:2px;
    height:2px;
    margin-bottom:10px;
    margin-top:10px;
}
    .horizontal-doclist-dots
    {
        margin:0;
        clear:both;
    }

/* Divides content and menu - shadow thing */
#menu-content-divider 
{
    float:left;
}

/* Footer */
.bottom
{
	height:33px;
	width:100%;
	text-align:center;
	position:relative;
}
	.bottom-content {
		background:url(../images/design/bottom.gif) left top no-repeat;
		height:33px;
		width:953px;
		margin-left:auto;
		margin-right:auto;
		line-height:100%;
		text-align:left;
	}
	.bottom-content img {
		float:left;
	}