/* Soniccouture                       */
/* CSS built by www.emma-willis.co.uk */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	background: #fff;
	color: #666;
	background-image: url(../images/bg_main_top_2.jpg);
	background-repeat: no-repeat;
}
body.home {
    margin: 0;
	background-image: url(../images/bg_main6.jpg);
	background-repeat: no-repeat;
}
body.contact {
    margin: 0;
	background-image: url(../images/bg_main3.jpg);
	background-repeat: no-repeat;
}
body.downloads {
    margin: 0;
	background-image: url(../images/bg7_downloads.jpg);
	background-repeat: no-repeat;
}
body.products {
    margin: 0;
	background-image: url(../images/bg_main9_long.jpg);
	background-repeat: no-repeat;
}
body.productdetails1 {
    margin: 0;
	background-image: url(../images/bg_main9_long.jpg);
	background-repeat: no-repeat;
}
body.productdetails2 {
    margin: 0;
	background-image: url(../images/bg_main10_long.jpg);
	background-repeat: no-repeat;
}
div {
	padding: 0;
	margin: 0;
	border: 0;	
}
p, h1, h2, table {
	padding: 0;
	margin: 0 0 0.9em 0;
}
p {
	line-height: 1.3em;
}
p.spaced {
	line-height: 1.6em;
}
h1, h2 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}
h3 {
	padding: 0 0 0 0px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
h4 {
	padding: 0 0 0 0px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
h5 {
	padding: 5 0 0 5px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
h6 {
	padding: 14 0 0 5px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
h7 {
	padding: 0 0 0 6px;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
table {
	border: 0;
	font-size: 1em;
}
td {
	padding: 0 0.5em 0.5em 0;
	vertical-align: top;
}
td.right {
	text-align: right;
}
img {
	border: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	padding: 0 0 0 8px;
	margin: 0 0 1em 0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
a {
	color: #666;
	font-size: 1em;
}
a:hover {
	color: #666;
	font-size: 1em;
}
a:visited {
	color: #999;
	font-size: 1em;
}
a.bct {
	margin: 0 0.6em 0.8em 0.6em;
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
}
p.bct {
	margin: 0 0.6em 0.8em 0.6em;
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
}

/* --- Top menu -------------------- */
#navlist
{
  position: absolute;
  left: 310px;
  top: 59px;
  margin: 0;
  padding: 0 0 15px 15px;
}
#navlist ul, #navlist li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#navlist a:link, #navlist a:visited
{
  float: left;
  line-height: 11px;
  margin: 0 30px 4px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
  border-bottom: 0px solid #666;
  padding-bottom: 1px;
  background: transparent;
  color: #990000;
}
#navlist a:hover 
{ 
  border-bottom: 0px solid #8B7977;
  padding-bottom: 0px;
  color: #990000; 
}
/* --- View Basket button -------------------- */

#basket {
	position: absolute;
	left: 835px;
	top: 72px;
	width: 82px;
}
/* --- Numbers on download pages -------------------- */
#numbers {
	position: absolute;
	left: 16px;
	top: 80px;
	width: 450px;
	text-align: center;
}
#numbers a {
	color: #333;
	float: left;
	margin-top: 0.1em;
	vertical-align: middle;
}
#numbers div div.l, div.r {
	float: left;
	width: 6px;
	height: 20px;
	background: #fff;
}
#numbers div.sel div.l {
	background-image: url(../images/bracket-left.jpg);
	background-repeat: no-repeat;
}
#numbers div.sel div.r {
	background-image: url(../images/bracket-right.jpg);
	background-repeat: no-repeat;
}
#numbers div.sel a {
	color: #000;
}


/* ------------Main content area ------------------- */

#maincontenthome {
    position: absolute;
	left: 320px;
	top: 105px;
	width: 580px;
	padding-left: 17px;
}
#maincontentabout {
    position: absolute;
	left: 320px;
	top: 130px;
	width: 580px;
	padding-left: 17px;
}
#maincontentdownloads-top {
    position: absolute;
	left: 320px;
	top: 113px;
	width: 580px;
	padding-left: 17px;
}
#maincontentdownloads-mid {
    position: absolute;
	left: 362px;
	top: 130px;
	width: 500px;
	padding-left: 17px;
}
#maincontentdownloads2 {
    position: absolute;
	left: 320px;
	top: 240px;
	width: 590px;
	padding-left: 17px;
	text-decoration: none;
    font-size: 0.9em;
}

/* ----News area 1 - under main item------- */

#newsarea {
    position: absolute;
	left: 311px;
	top: 520px;
	width: 290px;
	padding-left: 17px;
}
#newsarea div.container h4 {
	margin: 0 0.6em 0.8em 0.6em;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.imgfloatleft{
	float: left;
	
}
#newsarea div.containerfloatright h4{
	float: right;

}
/* ----News area 2 - under main item------- */

#newsarea2 {
    position: absolute;
	left: 620px;
	top: 520px;
	width: 290px;
	padding-left: 17px;
}
#newsarea2 div.container h4 {
	margin: 0 0.6em 0.8em 0.6em;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* ------- Home page 2 boxes under speaker ----------- */

#panels {
	position: absolute;
	left: 103px;
	top: 335px;
	width: 1px;
	vertical-align: center;
}
#panels div.container {
	margin-bottom: 12px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	vertical-align: center;
}
#panels div.container div {
	position: relative;
	width: 200px;
	border: 1px solid #A7A7A7;
	background: #fff;
	margin: 0 4px 4px 0;
}
#panels div.container p {
	margin: 0 0.6em 0.8em 0.6em;
	font-size: 0.9em;
	vertical-align: center;
}
#panels div.container h3 {
    margin: 0.8em 0.6em 0.8em 0.6em;
	font-size: 0.9em;
	vertical-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
}

/* ------- Cotact / About page 2 boxes under speaker ----------- */

#panels2 {
	position: absolute;
	left: 103px;
	top: 332px;
	width: 1px;
	vertical-align: center;
}
#panels2 div.container {
	margin-bottom: 12px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	vertical-align: center;
}
#panels2 div.container div {
	position: relative;
	width: 200px;
	border: 1px solid #A7A7A7;
	background: #fff;
	margin: 0 4px 4px 0;
}
#panels2 div.container p {
	margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	}
#panels2 div.container h3 {
    margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	vertical-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
}

/* ------- Cotact / About page client list ---------- */

#clientlist1
{
  position: absolute;
  left: 340px;
  top: 520px;
  margin: 0;
  padding: 0 0em 0px 0px;
  float: left;
 }
#clientlist2
{
  position: absolute;
  left: 490px;
  top: 553px;
  margin: 0;
  padding: 0 0em 0px 0px;
  float: left;
 }

/* ------- Products page - product boxes in main content area ----------- */

#box1 {
	position: absolute;
	left: 350px;
	top: 180px;
	width: 90px;
	vertical-align: center;
	padding-left: 17px;
	margin-top: 45px;
}
#box1 div.containerbox1 {
	margin-bottom: 8px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	vertical-align: center;
}
#box1 div.containerbox1 div {
	position: relative;
	width: 90px;
	border: 0px solid #A7A7A7;
	background: #fff;
	margin: 0 4px 4px 0;
}
#box1 div.containerbox1 p {
	margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	}
#box1 div.containerbox1 h3 {
    margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	vertical-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
}
#box2 {
	position: absolute;
	left: 350px;
	top: 140px;
	width: 90px;
	vertical-align: center;
	padding-left: 17px;
}
#box2 div.containerbox2 {
	margin-bottom: 8px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	vertical-align: center;
}
#box2 div.containerbox2 div {
	position: relative;
	width: 90px;
	border: 0px solid #A7A7A7;
	background: #fff;
	margin: 0 4px 4px 0;
}
#box2 div.containerbox2 p {
	margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	}
#box2 div.containerbox2 h3 {
    margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	vertical-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
}
#box1b {
	position: absolute;
	left: 495px;
	top: 230px;
	width: 420px;
	vertical-align: center;
	padding-left: 2px;
}
#box1b div.containerbox {
	margin-bottom: 25px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	vertical-align: center;
}
#box1b div.containerbox div {
	position: relative;
	width: 420px;
	border: 1px solid #A7A7A7;
	background: #fff;
	margin: 0 4px 4px 0;
}
#box1b div.containerbox p {
	margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	}
#box1b div.containerbox h3 {
    margin: 1em 1em 1em 1em;
	font-size: 0.9em;
	vertical-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
}
#breadcrumbtrail {
	position: absolute;
	left: 315px;
	top: 100px;
	width: 400px
}
