 /* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {color: #FF0000;}

body {
	background: #FFF url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #000;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #000;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #FF0000;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
li {
	background-image:url(img/allset-checkmark.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}


img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('img/allset-press-malden.gif') no-repeat left center;
	color: #FFF;
	font: normal 1.5em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 3px 22px;
}.wehandle,.decay-small {
	background: url('img/wehandle.jpg') no-repeat left center;
	color: #FFF;
	font: normal 1.5em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 3px 22px;
}
.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #000;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #000;}
p.postinfo a:hover {color: #CCC;}

table.position {
	margin:0;
	padding-left:90px;
	}

#newicon {
	position:absolute;
	margin:-50px 0 0 0;
	padding:0;
	}
	
#midblock {
	margin:0;
	padding:0;
	}
#midblock table {
	width:100%;
	}
#midblock td{
	width:50%;
	}
#midblock tr{
	text-align:center;
	}

/* structure */
#container {
	font-size: 1.3em;
	}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;}
#site-title a {
	color: #000;
	text-decoration: bold;
}
#site-title a:hover {
	color: #000;
	text-decoration: none;
}
#site-description {color: #000;}

/* content */
#content {
	left: 260px;
	position: absolute;
	top: 40px;
	width: 660px;
}
#content .descr {
	color: #000;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 520px;
	position: absolute;
	top: 6px;
	width: 460px;
}
#navigation a {
color: white;
}
#navigation a:visited {
color: yellow;
}

#navigation a:hover {
color: red;
}
#navigation h2 {
	a: color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #8DCA3F;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	width:100%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}