/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, var { font-style: normal; font-weight: normal; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #f9f0fa;
		
}

#container {
	margin: 15px auto 0 auto;
	width: 820px;
}

#header {
	background-image: url(../images/kaqlogo.png);
	height: 90px;
	overflow: hidden;
}

#content {
	position: relative;
}

.info {
	background-image: url(../images/infobacks.png);
	background-repeat: no-repeat;
	height: 415px;
	padding-top: 45px;
}

#primaryNav {
	height: 20px;
}

#feature {
	background-repeat: no-repeat;
	height: 275px;
}

#bodyText {
	background-image: url(../images/productback.png);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 15px;
}

.column {
	float: left;
	width: 365px;
}

/* FEATURES */

.intro {
	background-image: url(../images/ph/01.png);
	background-repeat: no-repeat;
}

.quilts {
	background-image: url(../images/ph/01.png);
	background-repeat: no-repeat;
}

.beginners {
	background-image: url(../images/ph/02.png);
	background-repeat: no-repeat;
}

.onthego {
	background-image: url(../images/ph/03.png);
	background-repeat: no-repeat;
}

.inthekit {
	background-image: url(../images/ph/04.png);
	background-repeat: no-repeat;
}

.colours {
	background-image: url(../images/ph/05.png);
	background-repeat: no-repeat;
}

/* TEXT */

p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 8px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

ol {
	list-style-position: inside;
}

li {
	font-size: 12px;
	list-style-type: decimal;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #c9198b;	
}

.selected {
	color: #c9198b;
}

.title {
}

.subtitle {
	margin-bottom: 10px;
}

.info h1 {
	padding-left: 35px;
	padding-right: 35px;
}

.info h2 {
	padding-left: 35px;
	padding-right: 35px;
}

.info p {
	padding-left: 35px;
	padding-right: 35px;
}
	
#bodyText h1 {
	padding-left: 35px;
	padding-right: 35px;
}

#bodyText h2 {
	padding-left: 35px;
	padding-right: 35px;
}

#bodyText p {
	padding-left: 35px;
	padding-right: 35px; 
}

#buyDetails h2 {
	padding-bottom: 10px;
}

/* NAVIGATION */

#homeLink {
	height: 90px;
	width: 300px;
	position: absolute;
	overflow: hidden;
}

#header ul {
	margin-top: 35px;
	margin-left: 500px;
	
}

#header li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 13px;
}

#primaryNav ul {
	
}

#primaryNav li {
	color: black;
	display: inline;
	margin-right: 55px;
	font-size: 13px;
}

#bodyText ul {
	margin-left: 15px;
}

#bodyText li {
	padding-bottom: 4px;
}

#buynow {
	float: right;
	margin-top: -49px;
}

/* COLOURS */

.kaqPurple {color: #c9198b;	}

.mocha {color: #663f2c;}

.blush {color: #ff9c85;}

.moodyBlue {color: #5180b3;}

.snowflake {color: #afc3d2;}

/* ALIGNMENT */

.clear {
	clear: both;
}

.leadCol {
	margin-left: 35px;
}

.padTop {
	padding-top: 25px;
}

.marginTop {
	margin-top: 25px;
}

.marginLeft {
	margin-left: 35px;
}

.marginRight {
	margin-right: 35px;
}

.noTitle {
	padding-top: 60px;
}

/* BUY ELEMENTS */

.buyText {
	margin-top: 5px;
	margin-left: 170px;
	margin-bottom: 10px;
}

.buyImg {
	float: left;
	margin-left: 60px;
}

.buyButton {
	float: left;
	margin-left: 10px;
	width: 90px;
}

#buyDetails {
	float: left;
	margin-top: 35px;
	margin-left: 25px;
	width: 580px;
}

#card {
	position: absolute;
	top: 375px;
	left: 590px;
}