/* CSS Document */

body {	
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* header --------------------------------------------------------- */

#header {
 	margin: 0;
	padding: 0;
	border-collapse: collapse;	
}
#tr1 {
	position:relative;
	top:0;
	padding: 0px;
	border: 0px;
	background-color: #50B5D1;
	width:100%;
}
#td1 {
	padding: 0px;
	width: 100%;
}
#td2 {
	padding: 0px;
	background-color: #99CCFF;
}
#header h3 {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
#tr2{
	padding: 10px;
	background-color: #CEE7EE;
	width: 100%;
}
#tr2 td {
	padding: 3px;
	list-style: none;
}



/* MENU --------------------------------------------------------- */

#menu {
	position: absolute;
	margin: 0;
	background: #50B5d2;
	width:  140px;
	height: 500px;
}
#menu h1 {
	font-size: 20px;
	color: #fff;
	margin: 10px 0 0 0;
	background-color: #000;
	padding: 0 0 0 10px;
}
#menu ul {
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
}
#menu li {
	margin: 0 0 3px 0;
}
#menu a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 6px;
	border: 1px solid #ffffff;
	background: #CEE7EE;
	width: 110px;
}
 a:link, a:visited{
	color: darkblue;
}
#menu li a:hover {
	color: navy;
	background: white;
	border-color: none;
}


/* Basket --------------------------------------------------------- */

#basket {
	background-color: #FFFFFF;
	position: absolute;
	right: 5px;
	margin-top: 5px;
	z-index: 4;
}

/* index content -------------------------------------------------- */

#index {	
	border-left: 140px solid #50B5D1;
	padding: 5px;
	padding-left: 15px;
	padding-right: 0px;
	z-index: 3;
}
#ind img {
	border: 1px solid #50B5D1;
}
#ind2{
	padding-left: 15px;
	width: 600px;
	
}
#ind2 tr {
	text-align: center;
}
#text {
	padding-left: 230px;
	padding-right: 10px;
	background: url(../img/oldpics/8cm/39NF2077.jpg) no-repeat;
}
#text2 {
	padding-left: 40px;
}




/* content ------------------------------------------------------- */

#content {
	padding: 0 0 20px 20px;
	border-left: 140px solid #50B5D1;
}
#head {
	position: relative;
	font-size: 30px;
	color: #50B5D1;
	margin-top: 15px;
}
#smallhead {
	position: relative;
	font-size: 15px;
	color: #50B5D1;
	margin-top: 15px;
}
#content table, #index table {
	font-size: 12px;
	width: 600px;
	border-collapse: collapse;
	
}
#content td {
	font-size: 15px;
	color: #003366;
	padding: 20px 0 20px 0;
}
#list td {
	border-bottom: 1px solid  #000;
	padding: 20px 0 20px 0;
}
#content img {
	border: 1px solid #000;
}
#name {
	font-size: 20px;
}
#price {
	font: bold 15px;
}
#form {
  margin: 5px;
  padding: 0px;
  font-size: 100%;
}

		/* "add to basket" button ----------------------------------------------- */
.addto {
	border: 1px solid #000;	
	margin-top: 2px;
	width: 110px;
	text-align: center;
	font: bold 15px;	
	background-color: #50B5D1;
	
}
.addto a {
	display: block;	
	text-decoration: none;
	padding: 2px;
}	
.addto a:link, .add a:visited {
	color: #fff;	
}

.addto a:hover {	
	color: #50B5D1;
	background: white;
	border-color: none;
}


/* Basket table ----------------------------------------------- */
#ind2  td, th {	
	border: 1px solid #000;	
	padding-left: 5px;	
}
#bastr {
	background-color: #50B5D1;
	color: #fff;	
}



#noborder {
	border: 0;
}
#total {
background-color: #50B5D1;
}

/* "basket update-check out" buttons ----------------------------------------------- */
#basketadd {	
	font: bold 15px;	
}
	
#basketadd li {
	list-style: none;
	display: inline;
	margin: 0;
}
#basketadd li a {
	text-decoration: none;
	padding: 2px;
	margin-right: 3px;	
	background-color: #50B5D1;	
	border: 1px solid #000;	
}

#basketadd li a:link, .add a:visited{
	color: #fff;
}
#basketadd li a:hover {
	color: #50B5D1;
	background: white;
}

/* footer ----------------------------------------------- */

#footer {
	margin-top: 20px;
	font-size: 10px;
	text-align: left;
}
