/* CSS Document */

body {
	background:#666;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:75%;
	margin:0;
	padding:0;
	}

a:link, a:visited {color:#00F}
a:hover, a:active {color:#06F}

h1, h2, h3 {margin:0; padding:10px 0 0 0}

h1 {font-size:1.3em; line-height:1em; text-align:center; font-family:Georgia, "Times New Roman", Times, serif;}
h2 {font-size:1.2em}
h3 {font-size:1.1em}

th {
	background:#743A5F;
	color:white;
	text-align:center;
	padding:2px 5px;
	}

td {
	padding:2px 5px;
	}

.header2 {
	color:black;
	background-color: #CCC;
	}

p {margin:0; padding:10px 0 0 0; line-height:1.25em;}

img {border:0}


li {line-height:1.25em}

/* Global Classes */

.center {margin-left:auto; margin-right:auto; text-align:center;}
.center td {text-align:left}
.floatleft {float:left}
.floatright {float:right; text-align:right}
.textleft {text-align:left}
.textleft td {text-align:left}
.textright {text-align:right}
.textright td {text-align:right}
.top {vertical-align:top}
.padding td {padding:2px 4px}
.padding input {margin:0}
.clear {clear:both}
.inline {display:inline}
.invalid {color:red}
.strikethru {text-decoration:line-through}
.paragraph {width:650px; margin:auto 75px}

/* Global IDs */

#wrapper {
	border:0px solid black;
	width:960px;
	background:url(/images3/bg.gif);
	overflow:hidden;
	margin: 0 auto;
	}

/* Header */

#header {
	height:105px;
	background:url(/images3/header-bg.gif);
	}

#logo {float:left}

#nav1 {
	border:0px solid black;
	width:180px;
	float:right;
	}

#nav1 ul {
	list-style:none;
	margin:2px 0 auto 5px;
	padding:3px;
	}

#nav1 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	color:white;
	display:inline;
	}

#nav1 a {
	color:white;
	text-decoration:none;
	}

#nav1 a:hover {text-decoration:underline}

#nav2 {
	border:0px solid black;
	width:700px;
	float:left;
	}

#nav2 ul {
	list-style:none;
	margin:55px 0 auto 5px;
	padding:3px;
	}

#nav2 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:white;
	display:inline;
	padding:0 12px;
	}

#nav2 a {
	color:white;
	text-decoration:none;
	}

#nav2 a:hover {text-decoration:underline}


#contact {
	border:0px solid black;
	width:100px;
	float:right;
	}

#contact ul {
	list-style:none;
	margin:54px 0 auto 5px;
	padding:3px;
	}

#contact li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:white;
	display:inline;
	}

#contact a {
	color:white;
	text-decoration:none;
	}

#contact a:hover {text-decoration:underline}

/* Sidebar*/

#sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	float:left;
	line-height:1.4em;
	margin:0;
	padding:0 0 10px 0;
	width:160px;
	}
	
#cattree {
	list-style:none;
	padding:0 10px; 
	margin:0;
	}
	
#cattree a {
	color:black;
	font-weight:bold;
	text-decoration:none;
	}

#cattree li {
	padding:5px 0;
	}

#cattree a:hover {color:white; text-decoration:underline}		

#productlines {
	font-size:1.1em;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
	}

#sideimage {
	float:right;
	margin:0;
	padding:10px;
	}

/* Footer */
	
#footer {clear:both;}
	
#geotrust {
	display:inline;
	float:left;
	margin:5px 0 5px 20px;
	}	

#copyright {
	float:left;
	margin:25px 0 0 0;
	padding:0 0 0 225px;
	text-align:center;
	}

/* Content */

#content {
	border:0px solid black;
	float:right;
	width:800px;
	padding:0;
	}

#content h1, #content h2, #content h3, #content p {margin:0 25px;}
#content ul {margin:0; padding:10px 0 0 50px;}

/* Home */

#homecontent {
	border:0px solid black;
	float:right;
	width:475px;
	margin:0;
	padding:0 25px;
	}

#homecontent ul {margin:0; padding:10px 0 0 50px;}

/* Category */

#order {
	border:0px solid black;
	border-collapse:collapse;
	margin:10px auto;
	padding:0;
	width:675px;
	}


/* Account/Basket/Checkout */

#loginbox {
	background-color:#CCC;
	border-color:black;
	border-style:solid;
	border-width:1px;
	margin:10px auto;
	padding:0;
	width:320px;
	}

#customerfields {
	border:0px solid black;
	border-collapse:collapse;
	margin:10px auto;
	padding:0;
	text-align:left;
	}
	
#basketcontents {
	border:0px solid black;
	border-collapse:collapse;
	margin:10px auto;
	text-align:left;
	width:600px;
	}

#basketcontents td {padding:4px; white-space:nowrap}

.checkouttable {
	border:0px solid black;
	border-collapse:collapse;
	margin:10px auto;
	text-align:left;
	width:600px;
	}

.checkouttable td {padding:2px 4px; white-space:nowrap}
