/* ===================================================
	WWW.SCRAWLCOLLECTIVE.CO.UK   -  BASIC STYLES
	28.02.2006 - Andy Walker - Start Creative Ltd
==================================================== */

/* HTML ---------------------------------------------*/

* {
 margin:0;
 padding:0;
 }

body {
 background:#ffffff url(../styleImages/furn/bg_gradient.jpg) repeat-x;;
 font-family:arial,helvetica,sans-serif;
 font-size:medium;
 color:#333333;
 }

a, label, th {
 font-weight:bold;
 }
 
a {
 color:#000000;
}
 
a img {
 border:none;
 }
 
p, li, label, th, td, dt, dd, address, input, select {
 font-size:75%;
 }

legend {
 font-size:80%;
 font-weight:bold;
 }
 
address {
 font-style:normal;
 }
 
select {
 width:auto;
 }

h2, h3 {
 font-size:90%;
 } 
 
/* LAYOUT -------------------------------------------*/

#skipNav {
 position:absolute;
 top:-999px;
 left:-999px;
 }
 
#container {
 background:#FFFFFF;
 text-align:left;
 width:770px;
 }


 
 
.trickBoth {
 clear:both;
 display:block;
 height:0;
 }

.trickLeft {
 clear:left;
 display:block;
 height:0;
 }

.trickRight {
 clear:right;
 display:block;
 height:0;
 }

.acceptedCards{
padding-top:30px;
}

.acceptedCards table{
margin:10px auto;
}

/* CONTENT ------------------------------------------*/
