html  *
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	height: 124px;   /*  179px - 55px padding  */
	background-image: url("../images/headerBG.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 55px 40px 0 40px;
}

#logoEduTechnics
{
	float: right;
	width: 430px;
	background-image: url("../images/logoEduTechnicsReflection.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}

#logoDuffAndMac
{
	float: left;
	width: 430px;
	background-image: url("../images/logoDuffAndMacReflection.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}

#nav
{
	height: 60px;
	background-image: url("../images/navBG_blue.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-size: 18px;
	padding: 0 40px;
}

#nav ul
{
	height: 55px;
	line-height: 55px;
	list-style-type: none;
}

#nav li
{
	display: inline;
	margin-right: 30px;
}

#nav a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover
{
	color: #A4A4FC;
}

#nav li.current a
{
	border-bottom: 1px dotted #fff;
}

#nav li.current a:hover
{
	border-bottom: 1px dotted #A4A4FC;
}

#content
{
	background-image: url("../images/middleBG.jpg");
	background-repeat: repeat-y;
	background-position: top;
	padding: 40px;
}

#content a
{
	color: #0101FF;
	text-decoration: none;
	border-bottom: 1px dotted #0101FF;
}

#content a:hover
{
	color: #A4A4FC;
	border-bottom: 1px dotted #A4A4FC;
}

#content ul, #content ol
{
	list-style-position: inside;
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
}

#content ul li, #content ol li
{
	margin: 0 0 2px 0;
	padding: 0;
}

#content dl
{
	
}

#content dl dt
{
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

#content dl dd
{
	margin-bottom: 15px;
	padding-left: 10px;
}

#productImageContainer
{
	width: 432px;
	height: 432px;
	line-height: 430px;
	padding-bottom: 50px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#productImageContainer_small
{
	width: 202px;
	height: 202px;
	line-height: 200px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#productImageContainer_small img
{
	display: block;
	max-width: 200px !important;
	max-height: 200px !important;
	margin: 0 auto !important;
	vertical-align: top;
	border: 1px solid #ccc !important;
}

#productImageContainer_medium
{
	width: 402px;
	height: 402px;
	line-height: 400px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#productImageContainer_medium img
{
	display: block;
	max-width: 400px !important;
	max-height: 400px !important;
	margin: 0 auto !important;
	vertical-align: top;
	border: 1px solid #ccc !important;
}

#productImageContainer .productImage   /*  jQuery Reflection thingy puts the productImage class on a div it creates to surround the image  */
{
	display: block;
	margin: 0 auto !important;
	vertical-align: top;
	padding: 2px;
}

#productImageContainer img
{
	display: block;
	max-width: 430px !important;
	max-height: 430px !important;
	margin: 0 auto !important;
	vertical-align: top;
	border: 1px solid #ccc !important;
}

#productImageContainer_small
{
	width: 202px;
	height: 202px;
	line-height: 200px;
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}

#productImageContainer_small img
{
	display: block;
	max-width: 200px !important;
	max-height: 200px !important;
	margin: 0 auto !important;
	vertical-align: top;
	border: 1px solid #ccc !important;
}

#productInformation
{
	width: 445px;
	float: left;
}

#content div.contactInfo
{
	width: 440px;
	float: left;
}

#content div.contactInfo h1
{
	width: 350px;    /*  390px - 40px padding  */
	background-image: url("../images/headingOneShortBG.jpg");
}

#footer
{
	background-image: url("../images/footerBG.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0;
	font-size: 0.85em;
	color: #999;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #ccc;
}

p.copyright
{
	width: 440px;
	float: left;
	padding-left: 40px;
}

p.mirkwood
{
	width: 440px;
	float: right;
	padding-right: 40px;
	text-align: right;
}

#content h1
{
	width: 400px;    /*  440px - 40px padding  */
	height: 56px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 1em;
	background-image: url("../images/headingOneBG.jpg");
	background-repeat: no-repeat;
	font-size: 1.5em;
	color: #0101FF;
}

#content h2
{
	margin-top: 1.6em;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #0101FF;
}

#content p
{
	margin-bottom: 1em;
}

#content p.quote
{
	font-style: italic;
	padding: 0 20px;
}

#content p.quote span.author
{
	display: block;
	text-align: right;
	color: #666;
	margin-top: 10px;
}

table.contactTable
{
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #0101FF;
}


table.contactTable tr:first-child th, table.contactTable tr:first-child td
{
	border-top-style: none;
}

table.contactTable th, table.contactTable td
{
	padding: 3px 6px;
}

table.contactTable th
{
	width: 140px;
	vertical-align: top;
	text-align: right;
	background-color: #0101FF;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
}


table.contactTable td
{
	width: 220px;
	vertical-align: top;
	border-top: 1px solid #0101FF;
}

.clearFix:after
{
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	line-height: 0;
}