﻿/* Layout differs according to id on the body tag: no id, home and counter are allowed. */
* {
	margin:0;
	padding:0
}
body {
	text-align:center;
	background:#AA7A04 url("../images/themes/default-body.gif") repeat-x;
}
#canvas {
	width:935px;wid\th:930px !important;wid\th:935px;
	padding-right:5px !important;padding-right:0px;
	padding-top:1px;/* counter collapsing margins */
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url("../images/themes/default-side.gif") right 22px no-repeat;
}
#metatoolbar {
	position:absolute;
	top:0px;
	width:930px;
	height:26px;hei\ght:24px;
	padding-top:2px;
}
#navigation {
	position:absolute;
	z-index:0;
	top:26px;
	width:930px;
	height:24px;
	background:#000
}

#header {
	display:inline;/* counter IE margin bug */
	position:absolute;
	top:50px;
	width:930px;
	height:180px;
	background:#971E00
}
#home #header {height:238px}

#contentarea {
	width:930px;
	min-height:350px;
	margin-top:229px;
	padding-bottom:80px;
	background:#FFF;
}
#home #contentarea {margin-top:287px;}
* html #home #contentarea {margin-top:289px;}

#contentarea:after {
    content:"."; 
    display:block; 
    height:0;
    clear:both; 
    visibility:hidden;
}
#contentarea {background:url("../images/backdrops/3columns.gif") 0 0 repeat-y}
#content {
	width:558px;wid\th:530px;
	padding:14px;
	float:right;
	display:inline
}
#subnavigation {
	width:185px;wid\th:162px;
	min-height:350px;
	padding:0 15px 0 8px;
	border-right:1px solid #EFEFDC;
	float:right;
	background:#FFF
}
#triggersandbasket {
	width:186px;wid\th:157px;
	padding:26px 14px 0px 14px;
	min-height:350px;
	border-top:1px solid #E5E4C4;
	border-left:1px solid #E5E4C4;
	float:right;
	position:relative;
	top:-30px;to\p:-31px;
	background:#F3F2DD
}
* html #triggersandbasket {height:350px}
#home  #content           {width:744px}
#home  #contentarea       {background:url("../images/backdrops/2columns-left.gif") 0 0 repeat-y;padding-bottom:0;}
#home  #triggersandbasket {display:none}

#counter #content             {width:744px;wid\th:716px;position:relative}
#counter #subnavigation       {display:none}
#counter #contentarea         {background:url("../images/backdrops/2columns.gif") 0 0 repeat-y}


#copyright {
	display:block;
	width:935px;wid\th:930px;
	padding-right:5px;
	height:26px;
	text-align:right;
	background:#AA7A04 url("../images/themes/default-copyright.gif") top no-repeat;
}

#copyright a {
	display:inline;
	height:auto;
	text-align:left;
	padding-right:0px;
	background:none
}
#copyright a
{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none
}
#copyright a:hover 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; 
}
