body {
	margin:0;
	font: Georgia, serif ;
	text-align: center;
  }
  
a:link {
  color: #FF3366;
  text-decoration:none;
  }
a:visited {
  color: #E33769;
  text-decoration:none;
  }
a:hover {
  color: #E33769;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
  
hr {
	border: none;
	border-top: 1px dotted #666;
	height: 1px;
	margin: 0;
	padding: 0;
	color:#FFF;
	}


/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:875px;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  text-align: center;
  color:$pagetitlecolor;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: $pagetitlefont;
}

#header a {
  color:$pagetitlecolor;
  text-decoration:none;
  }

#header a:hover {
  color:$pagetitlecolor;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: $descriptionfont;
  color: $descriptioncolor;
 }

#header img {
  margin-$startSide: auto;
  margin-$endSide: auto;
}


/* Top Navigation
----------------------------------------------- */

#topbar {
	font-size: 12px;
	width: 100%;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	height: 20px;
}

#top_navigation {
	font-size: 12px;
	width: 920px;
	color: #330066;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 875px;
  margin:0 auto;
  padding:10px;
  text-align:$startSide;
  font: $bodyfont;
  }

#main-wrapper {
	width: 650px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
  }

#sidebar-wrapper {
	width: 225px;
	float: left;
	word-wrap: break-word;
}


/* Headings
----------------------------------------------- */

h2 {
	margin:1.5em 0 .75em;
  font:$headerfont;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
  color:$sidebarcolor;
	font-size: 10px;
	color: #999999;
}

.greyHeader
{
	height: 20px;
	background-image: url("headerbar.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 200px;
	font: bold 12px Verdana, Arial, Helvetica;
	color: #FF3366;
}

.navList
{
	text-align: left;
	padding-left: 15px;
}

.sectionHeader
{
	height: 20px;
	background-image: url("headerbar.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 675px;
	font: bold 12px Verdana, Arial, Helvetica;
	color: #FF3366;
}


/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: $sidebartextcolor;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-$endSide:0;
  padding-bottom:.25em;
  padding-$startSide:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-bottom:1px dotted $bordercolor;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}



/* Products
----------------------------------------------- */

.info_highlight {
	background-colour: #cccccc;
	}
	
.section_price {
	font: bold 12px Verdana, Arial, Helvetica;
	color: #FF3366;
	}

/* Footer
----------------------------------------------- */


#footer {
	border-top:2px solid #FF3366;
	padding-top:5px;
	margin-right:40px;
	margin-top:40px;
	color:#767676;
	font-size:10px;
	height:40px;
	width:920px;
	clear: both;
	float: left;
}

#footer ul {
	padding: 0px 0px 5px 0px;
	margin:0px;
	list-style:none;
}

#footer ul li {
	display:inline;
	padding-right:25px;
}

#footer ul li a {
	font-size:11px;
	color:#767676;
}

#footer ul li a:hover {
	color:#7ea200;
	text-decoration:none;
}
