/* layout.css İFactor of 4, LLC 2009*/
/*Client Name */

body         {
	background-color: ;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-image: url(../images/ani-table-bg.jpg);
}
/* container */
div#container       { margin: 0; position: relative; width: 100%; height: 100% }
/* header area */
div#header                   { background-image: url("../images/bg-top.png"); background-repeat: repeat-x; text-align: left; visibility: visible; position: absolute; z-index: 6; top: 0; left: 100px; width: 555px; height: 50px; min-height: 50px }
/* main navigation area */
#mainnav             { text-align: left; visibility: visible; position: relative; z-index: 5; top: 10px; left: 25px; width: 525px; height: 40px }
#menu1              { background-color: #ffff9a; visibility: visible; position: absolute; top: 10px; left: 0; width: 65px; height: 22px; border-style: solid; border-width: 1px; border-color: #ffe600 #000 #ffff9a #ffe600 }
#menu2                { background-color: #bbddc2; visibility: visible; position: absolute; top: 0; left: 5px; width: 90px; height: 22px; border-style: solid; border-width: 1px; border-color: #696 #000 #bbddc2 #696 }
#menu3               { background-color: #fbd5d5; visibility: visible; position: absolute; top: 7px; left: 0; width: 90px; height: 22px; border-style: solid; border-width: 1px; border-color: #c99 #000 #fbd5d5 #c99 }
#menu4                { background-color: #b0e0e6; visibility: visible; position: absolute; top: 3px; left: 10px; width: 90px; height: 22px; border-style: solid; border-width: 1px; border-color: #38a7c6 #000 #b0e0e6 #38a7c6 }
#menu5               { background-color: #d8bfd8; visibility: visible; position: absolute; top: 5px; left: 30px; width: 90px; height: 22px; border-style: solid; border-width: 1px; border-color: #8976c7 #000 #d8bfd8 #8976c7 }
#menu6   { visibility: visible; position: absolute; top: 0; left: 0; width: 65px; height: 22px; border-style: solid; border-width: 1px; border-color: #cc6 #000 #000 #cc6 }
/* main content area */
div#maincontent          { text-align: left; visibility: visible; margin: 0; padding: 0 0 50px 0; position: relative; top: 0; width: 735px; min-height: 400px; height:100%; }
div#main-strut-vertical { width: 0; height: 300px; float: left }
div#clear-main-area { margin: 0; position: relative; width: 100%; clear: both }
/*left sidebar*/
div#leftsidebar          { background-color: ; background-image: url("../images/bg-left.png"); background-repeat: repeat-y; text-align: left; visibility: visible; margin: 0 0 0 0; padding:  0 0 0 0; position: relative; top: 0; left: 0; width: 100px; min-height: 100%; float: left }
/* centercontent area */
div#centercontent         { background-color: #d9dab0; text-align: left; visibility: visible; margin: 0 0 0 100px; padding: 0; position: relative; z-index: 4; top: 45px; left: -10px; width: 565px;  min-height: 100%; }
/*right sidebar*/
div#rightsidebar        { background-color: ; background-image: url("../images/bg-right.png"); background-repeat: repeat-y; text-align: left; visibility: visible; margin: 0; padding: 0; position: absolute; top: 0; left: 655px; width: 75px;  min-height: 100%; float: right }
/* toolbar area */

div#toolbar          { text-align: left; visibility: visible; position: absolute; top: 10px; left: 515px; width: 450px; height: 25px }

/* footer area */

div#footer           { background-color:#A6D3CE; background-image: url("../images/bg-bottom.png"); background-repeat: repeat-x; text-align: left; visibility: visible; margin: 0; padding: 0; position: relative; z-index: 6; top: -55px; width: 735px; height: 50px }
