html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 1;
	
	}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	text-align: center; 
	color: #000000;
}

.twoColElsLtHdr #container {
	width: 80%;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
.twoColElsLtHdr #container #mainContent h1 {
	font-size: 120%;
	margin-top: 1em;
	color: #393B4A;
}

h3{
font-size:115%;
color:#393B4A;
}


.twoColElsLtHdr #container #header h1 {
	font-size: 150%;
}
.twoColElsLtHdr #container #sidebar1 h3 {
	font-size: 115%;
}


.twoColElsLtHdr #header {
	background: #DDDDDD; 
	background-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
} 
.twoColElsLtHdr #container #mainContent h2 {
	font-size: 115%;
	color: #393B4A;
}


.twoColElsLtHdr #header h1 {
	margin: 0; 	
	padding: 10px 0;
}
h3,h4,{
	font-size: 100%;
	color:#393B4A;
	
}
h5, h6 {
font-size:80%;
color:#393B4A;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em;
	padding-top: 1px;
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3C6C9D;
	} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #3C6C9D;  /* the background color will be displayed for the length of the content in the column, but no further  - this is background behind nav bar*/
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColElsLtHdr #container #sidebar1 li {
	font-size: 80%;
	list-style: none inside;
}
.twoColElsLtHdr #container #header img {
	display: block;
}

.twoColElsLtHdr #container #sidebar1 a {
	color: #FFFFFF; /*colour of navigation text*/
	text-decoration: none;
	background: #3C6C9D ; /*colour in nav bar*/
	margin-right: 1em;
	padding: 2px;
	display: block;
}
.twoColElsLtHdr #container #sidebar1 a:hover {
	color: #000000; 
	background: #CCCCCC;
}

p {
	font-size: 80%;
	margin: 1.5em 0;
	color: #585B72;
}
#photos{margin:10px;
padding:10px;
}
#cart {margin:10px;
padding:10px;
}
#footer p a{color:#FFFFFF}

#contactfm {
	font-family:Arial, Helvetica, sans-serif;
	color:#585B72;
	font-size:80%;
	}

a img {border: none; }
