@charset "utf-8";
/* CSS Document */

* {
	border:none;
	margin:0;
	padding:0;
	outline:none;
}

html {
	height:100%;
	background:#729c2c url(../img/html_back.png) center top repeat-x;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/_body_back.png) center top repeat-x;
}

.fix {
	clear:both;
}

.hide {
	display:none !important;
	outline:none;
	height:0;
}

#page_container {
	background:url(../img/menu_back.png) center 318px repeat-x;
	width:100%;
	min-height:100%;
	text-align:center;
}
#page {
	width:931px;
	margin:0 auto;
	text-align:left;
}

#head {
	height:320px;
	position:relative;
}
#head h1 {
	height:0;
	overflow:hidden;
	width:426px;
	padding:233px 0 0;
	background:url(../img/support/logo.gif) left top no-repeat;
}
#head .right {
	height:0;
	overflow:hidden;
	width:464px;
	padding:233px 0 0;
	background:url(../img/support/header_right.png) left center no-repeat;
	position:absolute;
	right:0;
	top:0;
}

#menu {
	height:41px;
}
#menu ul {
	height:42px;
	list-style:none;
}
#menu ul li {
	float:left;
	line-height:42px;
}
#menu ul li a {
	color:#e4ecd5;
	font-size:18px;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	height:42px;
	display:block;
}
#menu ul li.current a, #menu ul li a:hover {
	color:#ffffff;
}

#body_container {
	background:#78a22e url(../img/body_container_back.png) left top no-repeat;
	padding-bottom:60px;
}
#body {
	background:url(../img/body_back.png) left top no-repeat;
	padding: 0 25px;
	color:#fff;
}
#body h2 {
	height:42px;
	line-height:42px;
	font-weight:normal;
	font-family:"Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif;
}
#body h3 {
	margin:1.5em 0 0;
}
#body .column.main p {
	margin:1em 0 0;
	font-size:.8em;
}
#body .column.main p.intro {
	font-size:.9em;
	font-style:italic;
	font-family:"Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif;
}
#body .column.main ul {
	margin:.5em 0 0;
	padding-left:1em;
	font-size:.8em;
}

#body .column.side p {
	padding:1em 0 0;
	font-size:.8em;
}
#body .column.side p.caption {
	margin:.5em 0 0;
	font-size:.8em;
	font-style:italic;
}

#body dl dt {
	font-weight:bold;
	font-size:1.2em;
	margin:1em 0 .5em;
	padding:.5em 0 0;
	border:1px dashed #fff;
	border-width:1px 0 0;
}
#body dl dt.first {
	border-width:0;
	padding:0;
}
#body dl dd {
	padding:0 0 0 1em;
}

#foot_container {
	padding:2em 0 1em;
	font-size:.7em;
	background-color:#78a22e;
	text-align:center;
	color:#dceac3;
	margin-top:-30px;
}

