body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #A8A8A8;
	}
a {
	color: #FF0000; text-decoration: none;
	}
a:hover {
	color: #9A0000; text-decoration: underline;
	}

/* layout */
#wrap {
	width: 800px;
	background: #A8A8A8;
	margin: 0 auto;
	}
#header {
	margin: 0;
	padding: 0;
	height: 91px;
	background: #000 url(../images/header_bg.jpg) no-repeat top left;
	z-index: 2;
	}
#content {
	width: 800px;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	background: #A8A8A8 url(../images/content_bg_tile.gif) repeat-y;
	z-index: 2;
	clear: both;
	}
#demo_web {
	margin-top: 10px;
	width: 800px;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	background: #A8A8A8;
}
#sidebar {
	margin-left: 29px;
	float: left;
	width: 213px;
	z-index: 3;
	text-align: right;
	}
#main {
	width: 470px;
	margin-left: 260px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer {
	width: 800px;
	height: 37px;
	background: #666 url(../images/footer_bg.gif) no-repeat;
	}

/* content */
#content p {
	margin-top: 3px;
	font-size: 90%;
}
#content h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 150%;
	color: #9A0000;
	font-weight: normal;
	}
#content h3 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 120%;
	color: #000;
	font-weight: bold;
	}
#content h4 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #9A0000;
}
#content li {font-size: 90%; margin-right: 20px;}

/* definition lists */
dl.feature {
	clear: right;
	margin: 5px 0 10px 0;
	padding: 10px 10px 10px 0;
	border-top: 1px dotted #ccc;
	
	}
dl.feature dt {
	margin: 0 0 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #9A0000;
	}
dl.feature dt img {
	float: right;
	margin: 5px 5px 10px 5px;
	padding: 0;
	}
dl.feature dd {

	margin: 0 0px 10px 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */
#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin: 0;
	list-style: none;
	font-size: 95%;
	font-weight: bold;
	}
#sidebar a {color: #fff; text-decoration:none; padding: 4px; line-height: 2.2em;}
#sidebar a:hover {color: #990000; background: #FFF;}
#sidebar h2 {
	color: #fff;
	background: #000;
	font-size: 120%;
	width: 180px;
	padding: 3px;
	margin: 10px 0px 10px 20px;
	padding: 5px;

	}
* html #sidebar h2 {
	margin: 10px 5px 10px 5px;
	padding: 5px;
}

/* footer */
#footer p {
	margin: 0;
	padding: 12px 0;
	font-size: 85%;
	color: #ccc;
	}
#footer .copyright {
	float: left;
	margin-left: 135px;
	}
	
#footer .designed_by {
	float: right;
	margin-right: 50px;
	color: #555;
}
#footer .designed_by a {color: #555;}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.purchasebutton {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
.newbling {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

/*  IE fixes */

#content, #sidebar {
	height: auto;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
/* End hide from IE/Mac */
