.home .subsection1 { width: 75% }
.support .subsection1 { width: 75% }
.home #pagesection2 {
	width: 46%;
	left: 235px;
}
.support #pagesection2 {
	width: 70%;
	left: 235px;
}

#middle  {
	position: relative;
	max-width: 80em;
	height: 100%;
	width: 100%;
}



.home #middle {
	max-width: 150em;
	min-width: 900px;
}



#pagesection1  {
	background-color: #555555;
	background-repeat: repeat-x;
	background-position: right top;
	padding-top: 11px;
	padding-bottom: 2em;
}

.subsection1 {
	width: 95%;
	position: relative;
	background-color: #666666;
	background-image: url(../images/sub_fade.gif);
	background-repeat: repeat-x;
	background-position: right top;

}

.home .subsection1 {
	width: 70%;

}

.subsection11 {
	position: relative;
	background-image: url(../images/sub_box_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.subsection12 {
	padding-top: 11px;
	position: relative;
	background-image: url(../images/sub_box_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.subsection2 {
	width: 30.6666%;
	padding-bottom: 1em;
	position: relative;
}
#pagesection2  {
	top: -300px;
	left: 5%;
	width: 66.666%;
	padding-bottom: 14px;
	position: relative;
}
#pagesection3 {
	position: absolute;
	top: 0px;
	width: 25%;
	left: 72%;
	padding-top: 11px;
	height: 650px;
}

#pagesection4 {
	position: absolute;
	top: 300px;
	width: 25%;
	left: 1151px;
	padding-top: 11px;
}

.home {
	background-color: #555555;
    margin:0;
	padding:0;
}
.support {
	background-color: #555555;
}
.foot {
	margin:0;
	padding:0;
	clear: both;
	font-size: 76%;
	color: #444;
	background-color: #555;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	float: none;
	height: 47px;
	width: 100%;
}
.foot p {
	text-align: center;
	margin:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 76%;
	color: #444;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
}
.foot a { color: #fff; }
a.top-btn {
	position: relative;
	bottom: 15px;
	left: 90%;
	display: block;
	width: 24px;
	text-indent: -3000px;
	background: url(images/top.gif) no-repeat;
}
a.top-btn:hover { 
	background: url(images/tophover.gif) no-repeat;
	text-decoration: none;
}

/***********
 * ACCOUNT *
 ***********/

#account {

}

#account a {
	text-decoration: underline;
}

#account a:hover {
	text-decoration: none;
}

#account small {
	font-size: 10px;
}

#account small a {
	text-decoration: underline;
}

#account small a:hover {
	text-decoration: none;
}

#account .left {
	width: 59%;
	float: left;
}

#account .right {
	width: 40%;
	float: right;
}

#account .account-box {
	background-color: #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	margin: 5px 0;
}

#account .account-box.full {
	width: auto;
	float: none;
}

#account .account-box .tools {
	font-size: 0.7em;
	font-family: Tahoma, sans-serif;
	float: right;
	padding: 0.2em 6px 0em 0.4em;
	margin: 0;
}

#account .account-box .tools a {
	color: white;
}

#account .account-box .tools a.add {
	background: transparent url('../img/icons/silk/add.png') no-repeat;
	text-indent: -3000px;
	margin: 3px;
	display: block;
	width: 16px;
	height: 16px;
	outline: none;
}

#account .account-box .tools li a {
	margin: 0.2em 1px;
	float: left;
	text-decoration: none;
}

#account .account-box .tools li.active a span {
	color: black;
	background-color: white;
	font-weight: bold;
}

#account .account-box .tools li a span {
	color: white;
	text-decoration: none;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	font-family: Tahoma;
	padding: 0.2em 0.5em 0.3em 0.5em;
}

#account .account-box h3 {
	color: white;
	margin: 0;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	float: left;
	padding: 0.2em 0 0.4em 0.4em;
}

#account .account-box h3 a {
	color: white;
}

#account .account-box .inner {
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 3px 13px 3px;
	clear: both;
}

#account .account-box .inner p {
	margin: .2em;
	color: black;
}

#account li {
	list-style-type: none;
	margin: 0;
	padding: .2em;
}

#account li.even {
	background-color: #f0f0f0;
}

#account form {
	margin: 1em;
}

#account .account-box .inner input {
	margin: .5em 0;
}


