html {
	height:100%;
}
body {
	position:  relative;
	margin: 0;
	font:12px/1.7em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	height:  auto  !important; 
	height:  100%; 
	min-height:  100%; 
}

#Head {
	background-color:#F2F2F2;
	border-bottom:#E5E5E5 1px solid;
	font-size:10px;
	line-height:30px;
	padding:0 30px;
	color:#666;
}
#Head a.MainLink,
#Head a.MainLink:hover {
	float:right;
	color:#666;
	text-decoration:none;
}

#White {
	padding: 10px 30px 80px 30px;
}


#Copyright {
	position:  absolute; 
	bottom:  0;
	left: 0;
	width: 100%;
	background-color:#F2F2F2;
	border-top:#E5E5E5 1px solid;
	padding:7px 0;
	text-align:center;
	font-size:10px;
	color:#666;
}
/* Index */
#Index {
	padding-left: 160px;
}



/* Elements */
h1 {
	margin:30px 0 30px 0;
	font: normal 28px/1em Tahoma,Arial,Helvetica,sans-serif;
}
h2 {
	margin:25px 0 18px 0;
	font: normal 20px/1.3em Tahoma,Arial,Helvetica,sans-serif;
}
h3 {
	margin:22px 0 15px 0;
	font: normal 16px/1.3em Verdana,Arial,Helvetica,sans-serif;
}
h4 {
	margin:18px 0 15px 0;
	font: normal 14px/1.3em Verdana,Arial,Helvetica,sans-serif;
}

p {
	margin:15px 0;
	color:#666;
}



a {
	color:#177dd2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

ul, ol {
	margin:15px 0 15px 30px;
	padding:0;
	color:#666;
}
li {
	margin:5px 0;
}
ul li {
	list-style:url(../img/main/list-bullet.gif) outside square;
}
ul li ul {
	margin:0 0 0 30px;
}

li.Article {
	list-style-image: url(../img/main/li-article.gif);
}

li.Folder {
	list-style-image: url(../img/main/li-folder.gif);
}

/* Selections */
.Overview {
	font-size: 12px;
	font-weight: bold;
}

.Block {
	padding-left: 20px;
}

.Area {
	margin: 20px 0 20px 0;
}

.Note {
	padding:15px;
	background:#faf6ba url(../img/main/note-bg.gif) bottom left no-repeat;
	color:#444;
}
.Note h2,
.Note h3,
.Note h4 {
	margin-top:0.3em;
}
.Note ul,
.Block ul {
	margin-left:2em;
}

.Selected {
	color:#FF6600;
}

/* Other Products */
.ProductBox {
	width: 60px;
	float: left;
	margin: 10px 10px 10px 0;
}

.ProductDescription {
	padding: 10px 0 0 0;
}

.ProductDescription h4 {
	margin:0 0 10px 0;
}
.ProductDescription p {
	margin:10px 0;
}



/* Table */
table {
	width:100%;
	background:#f2f2f2;
	font-size:11px;
	line-height:1.6em;
	margin:18px 0;
	border:#e5e5e5 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
tr:hover {
	background:#e5e5e5;
}
th {
	padding:5px 8px;
	background:#e5e5e5;
	font-size:12px;
	text-align:left;
}
td {
	border-top:#FFF 1px solid;
	padding:4px 8px;
}
table p {
	margin:0 0 5px 0;
}

/* Common */
.ImgLeft {
	float:left;
	margin:0 20px 15px 0;
}
.ImgRight {
	float:right;
	margin:0 0 15px 20px;
}
.ImgCenter {
	width:100%;
	text-align:center !important;
	margin:15px 0;
}
img.ImgInline {
	vertical-align: middle;
}

.Clear {
	clear: both;
	visibility:hidden;
	height:0px;
	font-size:0px;
}

noscript.Email div {
	display: inline;
}

noscript.Email div img {
	vertical-align: middle;
}

