﻿html{
	font: 52.5%/1.5 Verdana, Arial, sans-serif;
}

body	{
	background: #fff url(images/bg.jpg) repeat-x;
	color: #505050; /*ash*/
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

h1	{
	color: #990033; /*maroon*/
	font-size: 2.2em;
	margin: 0;
    text-shadow: 2px 2px 0px #ccc;  
}

h1 + p	{
	margin-top: 0.5em;
}

h2	{
	color: #990033; /*maroon*/
	font-size: 2.5em;
}

h3	{
	color: #990033; /*maroon*/
	font-size: 2.0em;
}

img {
	border-style: none;
}

#outer-wrapper	{
	margin: 0 auto;
	width: 950px;
}

#clouds	{
	background: url(images/clouds.png) repeat-x;
	height: 119px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

* html #clouds	{
	background: none;
}

#lightbeams	{
	background: url(images/beams.png) no-repeat;
	height: 119px;
	position: absolute;
	top: 0;
	width: 950px;	
}

* html #lightbeams	{
	background: none;
}

#header	{
	background: url(images/header.png) bottom no-repeat;
	height: 313px;
	margin: 0 auto;
	position: relative;
}

* html #header	{
	background: url(images/header-ie6.jpg) top no-repeat;
}

#wrapper	{
	background: url(images/right-features.png) top right no-repeat;
	margin: -151px auto 0 auto;
	padding: 0 0 50px 0;
	width: 862px;
}

* html #wrapper	{
	background: url(images/right-features.gif) top right no-repeat;
}

#content	{
	padding: 20px 0 0 120px;
	width: 350px;
}

#dnn_ContentPane	{
}

#product	{
	background: url(images/screen.png) no-repeat;
	height: 263px;
	width: 308px;
}

* html #product	{
	background: url(images/screen.jpg) no-repeat;
}

.Normal	{
	font: 62.5/1.5 Verdana, Arial, sans-serif;
	font-size: 1.2em;
}

.button	{
	background: url(images/demo-button.jpg) no-repeat;
	width: 275px;
}

.button:hover	{
	background: url(images/demo-button-hover.jpg) no-repeat;
}

#bug	{
	background: url(images/bubble.png) no-repeat;
	bottom: 0;
	height: 126px;
	left: 2%;
	margin: 0 auto;
	position: fixed;
	width: 141px;
}

* html #bug	{
	display: none;
}

#footer	{
	background: url(images/grass.png) bottom repeat-x;
	bottom: 0;
	height: 50px;
	position: fixed;
	text-align: center;
	width: 100%
}

* html #footer 	{
	background: url(images/grass.gif) bottom repeat-x;
}

.copy	{
	color: #000;
	font-weight: bold;
}

.copy a	{
	border-bottom: 1px dashed #000;
	color: #990033;
	text-decoration: none;
}

.copy a:hover{
	border-bottom: none;
	color: #000;
}