body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	background-color: #000000;
        color: white;
}
a {
        color: white;
text-decoration: none;
}
   

#container {
        margin: 0 auto;	
        width: 750px;
	text-align: left;
	position: relative;
}

h1, h2 {
        font-size: 1.5em;
}

h1, h2, #content p, #sidebar p {
	padding-left: 10px;
}

/* padding in main column */
#content h1, #content h2, #content p, #content ul {
        padding-right:20px;
}
/* padding in right column */
#sidebar h1, #sidebar h2, #sidebar p, #sidebar ul, #sidebar form {
	padding-left: 10px;
        padding-right: 10px;
}


#flash { width:750px;
}


#header {
	width: 750px;
	height: 100px;
}

#mainnav  {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainnav a {
	font-size:       1em;
        margin-right:    1.8em;
        text-decoration: none;
}
a:hover, a.selected {
	color: #F4C500;
}

#main {
	background-image: url(resources/mainfill.gif);
	background-repeat: repeat-y;
	clear: both;
	height:1%; /* So IE plays nice */
}

#content {
	width:532px;
	float:left;
	color: #FFFFFF;
}

#contentheader {
	width:532px;
	height:50px;
}

#sidebar {
	width:218px;
	float:right;
	color: #494239;
	background-image: url(resources/sidebar_top.gif);
	background-repeat: no-repeat;
}

#sidelogo {
	background-image: url(resources/logo.gif);
	width: 218px;
	height:98px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(resources/bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 750px;
	clear: both;
}

#footnav  {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footnav li {
	display: inline;
	color: #CCC;
	margin: 10px 10px 10px 0px;
	font-size: 0.8em;
}

#footnav li a{
	text-decoration: none;
	color: #CCC;
}

#footnav li.over a{
	text-decoration: none;
	color: #F4C500;
}

#footnav li a:hover{
	text-decoration: none;
	color: #F4C500;
}

/*
ul,ol,dl,dt,dd,li
{
margin: 0;
padding: 0;
}
*/

div#link a{
	color: #CCC;
	font-size: 0.7em;
	float: right;
	text-decoration: none;
margin-left: 15px;
	margin-right: 0px;
}
div#link a:hover {
	text-decoration: underline;
}

/*-------------------------------------------
  TAKE 1 CREATIVE EDITS
  ------------------------------------------ */
  
/* Highlight selected link */
#mainnav li a.selected {
	color: #F4C500;
}

/* STYLE CHANGES ON FLASH PAGES  */

body.flash div#main {
  background-image: url('resources/newbg_main.gif');
}

body.flash div#footer {
  background-image: url('resources/newbg_footer.gif');
}

/* STYLES FOR BASKET */
table.cart th, table.cart td{
  background: #aaa;
  color: white;
}
table.cart th {
  text-align: center;
}
table.cart td.number {
  text-align: right;
}
table.cart input {
  width: 30px;
}
.basketButton {
  margin: 10px 0 0 0;
  width: 150px;
  background:#888;
  border: 1px solid #eee;
  color:  white;
}

/* FIX HEADING STYLES IN IE */
h1, h2 {
  font-weight: normal;
}
#sidebar h1, #sidebar h2 {
        margin-top: 0.5em;
        padding-top:0.5em;
}


/* Image links - white border in IE */
img {
  border-color: white;
}

/* STYLE CHANGES ON FLASH PAGES  */

body.flash div#main {
  background-image: url('resources/newbg_main.gif');
}

body.flash div#footer {
  background-image: url('resources/newbg_footer.gif');
}
body.flash div#content {
  width: auto;
}
body.flash div#footer {
  background: none;
}

/* ---------------------------------------------------- */
/* NEW FORM STYLES                                      */
/* ---------------------------------------------------- */
label {
  width:   150px;
  display: block;
  clear:   left;
  float:   left;
}
input, select, textarea {
  width:   150px;
  border:  0;
}
input.radio {
  width:    auto;
}
form p {
  margin:  0 0 1px 0;
  padding: 0;
}
/* IE */
input.submit {
  width:       152px;
  margin-left: 153px;
}
/* Not IE browsers */
html>body input.submit {
  width:       150px;
  margin-left: 150px;
}

/* SIDEBAR FORM STYLES */
#sidebar label, #sidebar input {
  width: 75px;
  font-size: 90%;
}
/* IE */
#sidebar input.submit {
  margin-left: 78px;
  width:       77px;
}
/* Not IE */
html>body #sidebar input.submit {
  width:       75px;
  margin-left: 75px;
}

input.submit {
  border: 1px solid white;
  color:  white;
  background: #888;
}

/* Add product form on product pages */
form.addProduct {
  padding: 10px;
}
form.addProduct input.submit {
  margin: 0;
}
form.addProduct input#qty_1 {
  width: 20px;
}

/* Basket button */
#content .basketButton {
  margin: 10px 0 0 20px;
}
/* Basket form */
#basketForm table {
  margin: 0 20px 0 20px;
}
