@charset "UTF-8";
/* CSS Document */



/* Set globals */

* {
	margin:0;
	padding:0;
}

/* font definition */

 @font-face {
 font-family:AvrL;
 font-style:light;
 src: local("Avrl.ttf"), url('Avrl.ttf');
}
 @font-face {
 font-family:AvrR;
 font-style:roman;
 src: local("AvrR.ttf"), url('AvrR.ttf');
}



 @font-face {
 font-family:AvrR;
 font-style:bold;
 src: local("AvrB.ttf"), url('AvrB.ttf');
}
/* standard html tags */

body {
	font-family:avrr, Helvetica, Arial, sans-serif;
	font-size:.75em;
}
h1 {
	font-weight:lighter;
	font-family:avrl, Helvetica, Arial, sans-serif;
	line-height:45px;
	font-size:1.5em;
	color:#bbb;
	text-align:left;
}

h2 {
	font-size:1em;
	color:#8aa;
	font-weight:normal;
	line-height:31px;
	text-indent:10px;
	margin-bottom:10px
}

h3 {
	padding:.7em 0 .3em 0;
	color:#8aa;
	font-size:1.4em;
}


p, ul, ol {
	line-height:1.35em;
	margin-bottom:.55em;
}



ul {
	list-style:none;
}

/* custom classes

lets try and lock down what we can

 */

.container {
	position:relative;
	width:965px;
	height:647px;
	margin:10px auto 10px auto;
	text-align:center;
}

.intro {
	left:0;
	position:absolute;
	text-align:left;
	width:47%;
	margin:0 0 0 10px;
}




.details {
	text-align:left;
	border-bottom:solid #ddd 1px;
		border-top:solid #ddd 1px;

}


/* image selector */

.selector {
	position:absolute;
	bottom:50px;
	width:955px;
	margin-top:8px;
	border-top:solid #ddd 1px;
	padding:11px 0 0 10px;

}
.selector li {
	display:inline;
	margin:0 2px 0 2px;
}
.selector img {
	border:none;
	margin:0 6px 0 6px;
}

/* footer */

.footer {
	left:0;
	width:965px;
	position:absolute;
	bottom:0px;
	font-size:.8em;
	color:#bbb;
	margin-top:5px;
	clear:both;
	text-align:center;		
	border-top:solid #ddd 1px;

}
.footer p {
	margin-top:8px;
	font-family:avrr, Helvetica, Arial, sans-serif;
	line-height:1.4em;
}

.footer ul {
		padding-top:10px;

}

.footer li {
	display:inline;
}



/* unlocked code mostly... */

#toright {
	float:right;

}

#wide {
	width:51%;
}

#narrow {
	width:31%;
}

/* though the above is more or less correct */

.more {
	border-top:solid #ddd 1px;
	height:31px;
}


#more {
	font-family:avrl, Helvetica, Arial, sans-serif;
}
#more:hover {
	background-color:#444;
	cursor:pointer;
}


h4 {
	font-family:avrr, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.25em;
	color:#bbb;
	padding:9px 0 3px 0;
}


.viewcart {
	position:absolute;
	top:552px;
	right:0px;
}


.addtobasket {
	position:absolute;
	right:0;
	top:9px;
		text-align:right;

}

.addtobasket form {
	line-height:35px;
}

.addtobasket select {
	opacity:.5;
}


.sliding {
	float:right;
	width:650px;
	height:433px;
	overflow:hidden;
}


.selector a {
	opacity:.3;
}

.selector a:hover {
	opacity:.8;
}

