*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html { 
	height: 100%;
}

/* styles */

p {
	font-family: Verdana;
	font-size: 0.8em;
	margin: 0 20px 10px 0;
}

h2 {
	font-size: 30px;
	margin: 0 20px 0 0;
}

/* layout */

#c { 
	width: 880px;

	/* Workaround for IE */
	min-height:100%;
	height:auto !important;
	height:100%;

	margin: 0 auto;
	padding: 0;
	background: url('gradbg.png') repeat-y center;
}

#header {
	position: relative;
	width: 100%;
	height: 90px;
	top: 15px;
}

body#p_home #header { background: url('headers/children_h.jpg') no-repeat 0 12px; }
body#p_about #header { background: url('headers/beehives_h.jpg') no-repeat 0 12px; }
body#p_copyright #header { background: url('headers/glasgowtenement_h.jpg') no-repeat 0 12px; }
body#p_products #header { background: url('headers/threechildren_h.jpg') no-repeat 0 12px; }
body#p_order #header { background: url('headers/beehives_h.jpg') no-repeat 0 12px; }

#header h1 {
	display: block;
	height: 90px;
	width: 190px;
	margin-left: 25px;
	background: url('logosm.jpg') center no-repeat;
	text-indent: -999999em;
}

#content { 
	margin-left: 230px;
	margin-top: 25px;
}


.stretch {
	float: right;
	width: 1px;
	margin-right: -15px;
	height: 98%;
	background: red;
}

/* page elements */

.art_r {
	float: right;
	border: 0;
	margin: 0 20px 30px 15px;
}

.art_r img { border: 0; }

.art_r span {
	clear: both;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	border-left: 16px solid #666;
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 2px;
}

table.productimages { 
	width: 95%;
        border: 0;
        font-family: verdana;
        font-size: 11px;
	text-align: center;
	margin: 0px 30px 0px 0px;  
}

table.productimages td, table.productimages th {
	width: 19%;
}

table.productprices {
	width: 100%;
	border: 0;	
	margin: 15px 0 15px 0;
	font-family: verdana;
	font-size: 11px;
}

caption {
	margin-bottom: 8px;
}

/* footer */

#footer { 
	clear: both; 
	height: 50px;
	background: url('gradbg.png') repeat-y center;
}

#footer span {
	display: none;
}

/* Navigation */

div#nav {
	position: relative;
	display: inline;
	float: left;
	width: 192px;
	margin: 30px 0 0 24px; 
	padding: 0;
  	overflow:hidden;
	border-top: 1px solid #ccc;
}

div#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	list-style: none;
	border: 0;
	margin: 0;	
}

div#nav ul li a, div#nav ul li span {
	display: block;
	height: 12px;
	padding: 6px 4px 9px 8px;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	margin: 0;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ccc;
}

div#nav ul li a:hover {
	background: #fff;
}

body#p_home div#nav ul li a#nav_home { background: #333; color: #fff; }
body#p_about div#nav ul li a#nav_about { background: #333; color: #fff; }
body#p_copyright div#nav ul li a#nav_copyright { background: #333; color: #fff; }
body#p_products div#nav ul li a#nav_products { background: #333; color: #fff; }
body#p_order div#nav ul li a#nav_order { background: #333; color: #fff; }


input { 
	border: 1px solid;
	padding: 4px;  
}

.qtybox {
	text-align: center;
	width: 15px;
}

.qtybtn {
	font-weight: bold;
	font-size: 14px;
}
