/*-- Website: PositiveElectronics.co.uk --*/
/*-- Style Sheet: Main --*/
/*-- Author: Antony Howlett | Ant-Online.com --*/

/* -- Fundamental Components -- */
body {
 margin:0;
 padding:0;
 font-size:78%;
 font-family:Arial,Helvetica,Sans-Serif;
 color:#fff;
 background:#474749;
}

h1 {
 margin:0 0 0.5em 0;
 padding:5px 0;
 font-size:2.6em;
 border-bottom:1px solid #fff;
 color:#000;
 background:transparent;
}
h2 {
 margin:0;
 padding:0;
 font-size:1.4em;
 color:#333;
 background:transparent;
}
h3 {
 margin:0;
 padding:0;
 font-size:1.2em;
 font-weight:normal;
 color:#666;
 background:transparent;
}
p {
 margin:0;
 padding:0 0 1.1em 0;
 line-height:1.8em;
}

ul {
 margin:0;
 padding:0 0 1.1em 3em;
}

table,table tr,table tr th,table tr td {
 font-size:1em;
}
table tr th,table tr td {
 padding:2px;
}
table {
 margin:0 0 1em 0;
}
table tr th {
 font-weight:normal;
 vertical-align:top;
 text-align:left;
}

form {
 margin:0;
 padding:0;
}

a {
 color:#000;
 background:#fff;
}
a:hover {
 color:#fff;
 background:#000;
}

img {
 margin:0;
 border:0;
}

/* -- Clear Float -- */
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End hide from IE-mac */

/* -- Fundemental CSS -- */
.right {float:right;}
.left {float:left;}
.hide {display:none;}
.centreimage {display:block; margin:0 auto;}
.emphasis {width:90%; font-style:italic;}
.underline {text-decoration:underline;}
.nobold {font-weight:normal;}
.spacer {margin-bottom:10px;}
.largefont {font-size:1.2em;}
.smallfont {font-size:0.8em;}
.whitetext {color:#fff; background:none;}

input.button {width:85px; height:25px; border:1px solid #ccc; font-weight:bold; color:#000; background:#eee url('../images/back-button.gif') no-repeat left top;}
input.button:hover {cursor:pointer; color:#333; background:#f3f3f3 url('../images/back-button.gif') no-repeat left bottom;}

/* -- Holder -- */
div#holding {width:990px; margin:0 auto;}

/* -- Header -- */

/* -- Navigation -- */

/* -- Content -- */

/* -- Footer -- */