/* CSS Document */

/*
   -------------------------------------------------------------
   description:   sets the structure of pages within the site
                  (set all borders to 1px to view the structure)
   applies:       all pages
                  (exception - introduction pages)

   author:        onetree webdesign
                  info@onetree.com.au
                  www.onetree.com.au
   -------------------------------------------------------------
*/



/* ------------------------- generic ------------------------ */
body
{
   background-color		: #EC008C;
}



/* ------------------------- images ------------------------- */
#img_background
{
   background-image				: url(../../images/background/background_2.jpg);
   background-color				: #FFFFFF;
   border							: 1px solid #EC008C;
}

.img_thumb
{
	display							: inline;
	float								: left;
}



/* -------------------------- boxes ------------------------- */
#box_content
{
   width								: 560px;
   height							: 410px;
   margin							: 15px auto 0 auto;
}

.box
{
	width								: 100%;
	float								: left;
	line-height						: 1.1em
}

.box p
{
}

.box.scroll_bars
{
	width								: 350px;
	height							: 330px;
	float								: right;
	overflow                   : auto;
	scrollbar-face-color       : #EC008C; /* main body colour              */
	scrollbar-base-color       : #EC008C; /* ?not sure? colour             */
	scrollbar-arrow-color      : #FCDFEB; /* arrow colour                  */
	scrollbar-track-color      : #FCDFEB; /* tracking section              */
	scrollbar-3dlight-color    : #FCDFEB; /* highlight - left hand side    */
	scrollbar-highlight-color  : #FCDFEB; /* highlight - left-hand side    */
	scrollbar-darkshadow-color : #FCDFEB; /* highlight - right-hand side   */
	scrollbar-shadow-color     : #FCDFEB; /* highlight - right-hand side   */
}

.box ul
{
	list-style-type				: none;
}

.box ul li
{
	padding							: 7px 5px 5px 5px;
}

.box ul li.highlight
{
	background-color				: #FCDFEB;
}

.menu_items
{
   width								: 560px;
}

.menu_items img
{
	display							: inline;
}

.menu_items p
{
	text-align						: center;
	visibility						: hidden;
	width								: 135px;
	float								: left;
	margin							: 10px 2px 0 2px;
}
