@charset "UTF-8";
body  {
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #862175;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #862175 none repeat-x;
}
.twoColFixLtHdr #container { 
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: url(images/structure/content.png) repeat-y;
} 
.twoColFixLtHdr #header { 
	height: 210px; 
	padding: 0 10px 0 20px;
	background-image: url(images/structure/header.png);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 15px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	height: 100px;
	padding: 0 35px;
	background: url(images/structure/footer.png) no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: right;
	color: #9e4d91;
	font-weight: bold;
	font-size: 0.6em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* <-- Other CSS  */

h2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	font: normal normal 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

p {
	text-align: justify;
	font: 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar1 p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	color: #8f9830;
}

#materials {
	list-style-type: square;
}

#materials ul {
	margin: 0;
	padding: 0;
}

#materials li {
	list-style-image: url(images/structure/bullet.png);
	margin: 5px 0;
	padding: 0 0 4px;
	background-repeat: no-repeat;
	font: italic 0.9em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* <-- Begin CSS Elements  */

.nav1 {
	position: relative;
	top: 100px;
	left: 345px;
}

.nav2 {
	position: relative;
	top: 140px;
	left: 390px;
}

.nav3 {
	position: relative;
	top: 120px;
	left: 345px;
}

.nav4 {
	position: relative;
	top: 140px;
	left: 470px;
}

/* <-- Begin Thumbnails CSS --> */

#thumbnails {
	list-style: none;
	display: table;
}

#thumbnails li {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	font: bold 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#thumbnails img {
	display: block;
}

/* <-- End Thumbnails CSS --> */

.product {
	border: 5px solid white;
}

.productth {
	margin-right: 10px;
	border: 5px solid white;
}

#bottomnavigation {
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px dotted #862175;
	padding-top: 10px;
	margin-top: 20px;
	border-bottom: 1px dotted #862175;
	padding-bottom: 10px;
}

.section {
	margin-top: 15px;
}

#certificate {
	list-style: none;
	display: table;
}

#certificate li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	font: bold 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#certificate img {
	display: block;
}
