
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}

#primarynav
{
	font-size: 1.4em;
	padding-left: 16px;
	font-family: verdana;
}

#sidebar ul
{
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	border: 1px solid #999999;
}

#lessonheader h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

#lessonheader h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#lessonselector h3, #lessonselector h4
{
	font-size: 1em;
	font-weight: normal;
	float: left;
	line-height: 1.4em;
	width: 90px;
}

body#lessons #lessonselector h3, body#lessons #lessonselector h4
{
	width: 142px;
}

#contenttext
{
	padding: 10px 20px 20px 20px;
}

#contenttext p,
#contenttext label,
#contenttext ul
{
	line-height: 20px;
	font-size: 1.2em;
}

#contenttext p
{
	margin-top: 10px;
}

#contenttext ul
{
	margin-top: 20px;
	margin-left: 14px;
}

form.forgottenpassword label
{
	width: 200px;
	display: inline-block;
}

form.forgottenpassword input[type="text"]
{
	width: 250px;
}


form.register label
{
	width: 200px;
	display: inline-block;
}

form.register input[type="text"],
form.register input[type="select"]
{
	width: 250px;
}


#contenttext h1
{
	margin: 0px 0px 5px 0px;
	font-size: 2em;
}

#contenttext h2
{
	margin: 0px 0px 15px 0px;
	font-size: 1.4em;
}


div.relatedtile p
{
	padding: 88px 0px 0px 0px;
	font-size: 1.2em;
}

#relatedproducts h1
{
	font-size: 1.8em;
	padding: 4px 0px 10px 0px;
}












