/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html, body {
	border: 0;
	padding : 0;
	margin: 20px 0;
}

body {
	line-height: 1.6em;
	text-align: center;
	font: medium "Verdana", Arial, Helvetica, sans-serif;
	color: #ffff00;
	background: #000;
	
}

/* Links
----------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
	color: #ffff00;
}

a img {
  border: 0;
}

img { display: none;}

/* Headings
----------------------------------------------- */
h1 {
    color: #ffff00;
    font-size: 1.7em;
	margin: 0;
	padding: .5em 0 ;
}

h2 {
	color: #ffff00;
    font-size: 1.4em;
	margin: 0;
	padding: .4em 0;
}

h3, h4, h5 {
	font-size: 1.2em;
	margin: 0;
	padding: .3em 0;
}


/* Lists
----------------------------------------------- */
p, li, dd, dt {
	margin: 0;
	padding: 0;
    line-height: 1.4em;
    text-align: left;
}

p {
	padding: .3em;
}

ul {
	list-style: square;
	padding-top: 0;
}

dl dd {
    margin-bottom: 1em;
}


/* Misc
----------------------------------------------- */
strong {
    font-weight: bold;
    font-style: normal;
}

em {
    font-weight: normal;
    font-style: italic;
}

acronym, abbr {
    cursor: help;
	border-bottom: 1px dotted #ffff00;
}

pre {
	width: 462px;
	overflow: auto;
	padding: 3px;
	border: 1px solid #ffff00;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}

.doNotDisplay, .none, caption {
	display: none;
}

.center { text-align: center; }
.right { text-align: right; }

.red { color: #FF0000;}

/*-------------------------------------------------
  Page wrappers
-------------------------------------------------*/
#page-wrapper {
	width: 750px;
	margin: auto;
	padding: 0;
	text-align: left;
	border: 2px #ffff00 solid;
}

#content-wrapper {
	width: 750px;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header {
	padding: 0;
	margin: 0;
	background: transparent;
}

/* Company Name at the Top
----------------------------------------------- */
#header h1 {
	padding: 10px;
	margin: 0;
	font: 1.8em "Lucida Bright", "Times New Roman", Times, serif;
}

/*
#header div span {
	display: none;
}

#logo {
	background: url(images/delamere_logo.gif) no-repeat top left;
	width: 200px;
	height:80px;
}

#logo a {
	display: block;
	width: 150px;
	height: 80px;
}
*/

#header a:link, #header a:visited {
	border: none;
	color: #ffff00;
}

#header a:hover, #header a:active {
	color: #ffff00;
	text-decoration: underline;
}

/* Header main navbar
----------------------------------------------- */
#top_container {
	height: 1.9em;
	padding: 0;
	margin: 0;
	background: #000;
	border: 1px solid #ffff00;
}

#top_container ul {
	padding: 0;
	margin: 0;
	
}

#top_container ul li {
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font: 11px/30px "Lucida Grande", verdana, sans-serif;
}

#top_container a {
	display: block;
	width: 106px;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	color: #ffff00;
	border-right: 1px solid #ffff00;
}

#Home .active_Home, #store .active_store, #about .active_about, #contact .active_contact, #basket .active_basket, #sitemap .active_sitemap, #terms .active_terms, #privacy .active_privacy {
	border-bottom: none;
}
#TermsConds .active_TermsConds {
	border-bottom: none;
}

#top_container a:hover {
	border-bottom: none;
	background: #ffff00;
	color: #000;
}

/* Header links
----------------------------------------------- */
.top_links {
	height: 20px;
	font-size: 10px;
	text-align: right;
	padding: 0;
	margin: 0;
	background: #000;
}

.top_links p {
	padding: 0;
	margin: 0;
}

.top_links a:link, .top_links a:visited, .top_links a:active {
	color: #ffff00;
}

.top_links a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#compliance { 
	float: left;
	font-size: .9em;
	padding: 3px;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
	background: #000;
}

/* The image at the top of the main column
----------------------------------------------- */
.bar-head {
	display: none;
}

.content-title h2 {
	padding: 0;
	margin: 0 0 8px 0;
	color: #ffff00;
	font: 1.5em "Lucida Bright", "Times New Roman", verdana, sans-serif;
}

.content {
	padding: 0;
	margin: 20px 15px 40px 15px;
}

/*-------------------------------------------------
  Side bar
-------------------------------------------------*/
#sidebar {
	width: 240px;
	float: right;
	font-size: 1em;
	line-height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.sidebar-wrapper {
	margin: 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	font-size: .9em;
	padding: 0;
	margin: 0;
	background: #000;
}

.footer-i {
	padding: 10px;
	margin: 0px;
	color: #ffff00;
}

.footer-i p {
	padding: 4px;
	margin: 0;
	color: #ffff00;
}

.footer-i a:active, .footer-i a:link, .footer-i a:visited {
	text-decoration: none;
	color: #ffff00;
}

.footer-i a:hover {
	text-decoration: underline;
	color: #ffff00;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
form { margin: 0; padding: 0; }

fieldset {
	margin: 0;
	padding: 10px;
	margin-bottom: 1em;
	background-color:#000;
}

fieldset p input, fieldset p textarea  { 
	border: 3px double #ccc;
}

fieldset p input:focus, fieldset p textarea:focus  { 
	border: 3px double #ffff00;
}

legend {
	font-weight: bold;
	margin: 0;
	padding: 0 0.5em;
	color: #ffff00;
}

label {
	display: block;
}

input {
	color: #ffff00;
	background: #000;
}

textarea {
	width: 300px;
	height: 100px;
	color: #ffff00;
	background: #000;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
dl.menu, dl.box {
	width: 196px;
	padding: 0;
	margin: 20px 0 0 0;
	border: 2px #ffff00 solid;
	background: #000;
}

dl.menu dt, dl.box dt {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	line-height: 150%;
	border-bottom: 2px #ffff00 solid;
	color: #ffff00;
	background: #000;
}

/* Hide from IE mac \*/
* html dl.menu dt, * html dl.box dt	{
	width: 196px;
	/* Start of Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}	/* End hiding from IE5 mac */

html> body * html dl.menu dt, html> body * html dl.box dt	{
	width: auto;
}	/* End of Tantek hack */

dl.menu dd {
	margin: 0;
	border-top: 1px solid #ffff00;
}

dl.box dd {
	margin: .5em;
	background-color: #000;
	color: #ffff00;
}

dl.box dd span {
	font-weight: bold;
}

dl.menu dd a {
	display: block;
	vertical-align: bottom; /* This fixes Win IE5 gap! */
	padding: 6px 4px 6px 6px;
	text-decoration: none;
	/* Start of Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 186px;
}

html>body dl.menu dd a {
	width: 186px; /* End of Tantek hack */
}

dl.menu dd a:hover, dl.menu dd.active a {
	background: #ffff00;
	color: #000;
}

