*
{
	background-position: left top;
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

body
{
	background-color: #ffffff;
	color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#canvas
{
	position: relative;
	
	margin: 15px auto 0 auto;
	
	width: 350px;
}


#canvaswide
{
	position: relative;
	
	margin: 15px;
	
	width: 600px;
}

p
{
	line-height: 18px;
}

/* Clearing. */

.clear /* For IE/MAC. */
{
	display: inline-block;
}

.clear:after /* For Non-IE browsers. */
{
	clear: both;
	content: "";
	display: block;
	visibility: hidden;

	height: 0;
}

* html .clear /* For IE6 and below, trigger hasLayout. */
{
	height: 1%;
}

.clear /* For IE/Win. */
{
	display: block;
}

.cms
{
	margin-right: 40px;
}

.cms p
{
	font-size: 12px;
	
	margin: 12px 0;
}

.cms h1
{
	font-size: 22px;
	
	margin: 12px 0;
}

.cms h2
{
	font-size: 18px;
	
	margin: 12px 0;
}

.cms h3
{
	font-size: 14px;
	
	margin: 12px 0;
}

.cms ul, 
.cms ol
{
	list-style-position: inside;
}

/* PNG's. */

* html .png
{
	display: none !important;
	
	height: 0;
	width: 0;
}

/* Attributes. */

.attributeContent
{
	width: 400px;
}

.attributeContent img
{
	display: inline;
	float: left;

	height: 27px;
	width: 28px;
}

.attributeContent label
{
	display: inline;
	float: left;
	font-weight: bold;
	
	margin-top: 5px;
	margin-left: 4px;
}

.attributeContent p
{
	margin-top: 10px;
}


