@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Sans-Serif;
	background: #000000;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/noc_repeat.gif);
}	
a{
	text-decoration:none;
}
a:link{
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #container {
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	width: 1070px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #00FFFF;
	background-color: #000000;
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	height: 2em;
	width: 1070px;
	background-color: #000000;
	z-index: 10;
}
.twoColFixLtHdr #sidebar1 {
	width: 445px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D5D5D5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 15px;
	overflow: auto;
	height: 440px;
	margin: 0;
	position: top left;
	font-size: 80%;
	max-width: 445px;
	clear: left;
	z-index: 1;
	float: left;
}
.twoColFixLtHdr #mainContent {
	width: 600px;
	overflow: hidden;
	height: 440px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/shop_from_front_sized.jpg);
	z-index: 1;
	vertical-align: middle;
} 

#mainContent contact iframe {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
.twoColFixLtHdr #footer {
	background:#000000;
	height: 30px;
	color: #FFFFFF;
	padding: 3px 0 0 0;
	font-size: 75%;
	overflow: hidden;
} 

#footer p {
	margin: 0px;
	padding: 7px 0px;
	text-align: center;
}
.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: 20px;
}
.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;
}

.twoColFixLtHdr #container #mainContent #links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/shop_from_front_sized_dark.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-left: 20px;
}

.twoColFixLtHdr #container #mainContent #product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	position: relative;
	overflow: auto;
	height: 440px;
	max-width: 510px;
	max-height: 440px;
}

.viewcart {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 430px;
}
