* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}
#wrapper {
	margin: 0 auto;
	width: 710px;
}
#header {
	color: #333;
	width: 710px;
	float: left;
}

#logo { 
  float: left;
}

#navigation {
	float: left;
	width: 710px;
	height: 20px;
}

#navLinksContainer {
  float: right;
  margin: 20px 0 0 0;
}

#navLinks { }

#navLinks li {
  padding: 5px 10px 5px 10px; 
  list-style-type: none;  
  border-bottom: 0px solid #990066;
}

#navLinks .current {
  color: #990066;
}

#navLinks a { 
  color: #888;
  text-decoration: none;
}

#navLinks a:hover {
  color: #990066;
}

.purpleLine {
  background: #990066;
  height: 20px;
  width: 199px;
  float: left;
}

.greyLine {
  background: #ccc;
  height: 20px;
  width: 511px;
  float: right;
}

#contents {
  clear: both;
  width: 710px;
  padding: 20px 0 0 0;
}

#footer {
  padding: 50px 0 0 0;
	font-size: 80%;
	width: 710px;
	clear: both;
}

a {
  color: #990066;
}

#footer #rights {
  margin: 2px 0 2px 5px;
  color: #ccc;
  font-size: 0.90em;
}

#footer #site {
  margin: 2px 0 2px 5px;
  color: #990066;
  font-size: 0.90em;
}

.product {
  clear: both;
  margin: 0px 0 15px 58px; 
}

.product .holder {
  float: left;
}

.product .header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  display: block;
  width: 140px;
  text-align: right;
}
.product .header1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0 0 0px 10px;
  color: #990066;
  display: inline;
}

.product .thumb {
  clear: both;
  padding: 10px 0 0 0px;
  text-align: right; 
}

.product .purple { 
  background: #990066; 
  padding-top: 5px; 
  float: left; 
  width: 140px;
}

.product .grey { 
  background: #ccc; 
  padding-top: 5px; 
}

.product .text {
	float: left;
	width: 511px;
}

.product .text p {
  padding: 10px 0 10px 10px;
  line-height: 150%;
}

#quote { float: left; margin: 50px 0 0 10px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

