/******************************************************************
Three Column Layout
Author:			Dennis Grossmann (Digital Garden)
Website:   		http://wwww.digitalgarden.com.au
******************************************************************/

/* global formatting */
@import "screen.css";

#bg_boxes		{position: absolute; top: 200px; z-index: 1; text-align: center; }
#bg			{width:963px; margin:0 auto; }
/* layout containers */
#container 		{width:963px; margin:0 auto; position:relative; z-index: 2; }
#header 		{clear:both; height:200px; position:relative; z-index:100; }
#navigation 	{padding:2px; height:43px;}
#wrapper		{float:left; width:743px; z-index:2;}
#wrapper,		{padding-top:20px;}
#content 		{width:483px; clear:none; padding:20px; min-height:500px; height:auto !important; height:500px; float:right; z-index:5; }
#sidebar 		{width:180px; padding:20px; float:left;}
#sidebar2 		{float:right; width:180px; padding:20px 10px 20px 30px;}
#footer 		{clear:both; padding:10px;}
#ProductHead    {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; width: 400px; left: 240px; top:80px; position:absolute; }


/* layout containers */
body            {margin:0px; padding:0px; background:url(../images/bg.jpg) no-repeat center top; overflow: auto;}
#background     {position:absolute; height:800px; width:1460px; margin:0px 0px 0px -730px; top:0; left: 50%; text-align: left; padding: 0px; overflow: hidden;}
#container 		{}
#header 		{z-index:100;}
#flashbg		{background:url(../swf/bg_green.swf); z-index:1; position:absolute; top:0px; left:0px; width:1260px; height:372px;}
#navigation 	{background:url(../images/bg-navbar.gif) no-repeat;}
#content 		{}
#sidebar 		{}
#sidebar2 		{}
#footer 		{}
