@charset "utf-8";
a img {
	border:none;
}
body  {
	background:url(../images/pbg) repeat-x #253569;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffec01;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background:url(../images/pbg) repeat-x #253569;
	padding: 0 10px 0 20px;
	height: 110px;
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: #ffec01;
	padding: 15px 5px 15px 10px; 
}
#sidebar2 {
	float: right; 
	width: 140px; 
	background: #ffec01; 
	padding: 15px 10px 15px 20px; 
}
#sidebar2 a img {
	margin-bottom:10px;
}
#sidebar2 a {
	font-weight:bold;
	color:#000;
}
#mainContent {
	margin: 0 170px 0 180px; 
	padding: 10px 20px 0px 20px; /
	background: #ffec01;
}
#mainContent.gallery {
	margin-right:0px;
	padding-left:0;
}
#footer { 
	padding: 5px; 
	background:#253569;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
} 
#footer p {
	margin: 0;
	padding: 10px 0; 
}
#footer ul {
	margin:10px 0;
	padding:0;
}
#footer ul li {
	list-style:square;
	display:inline;
	margin-left:20px;
}
#footer ul li a {
	color:#FFF;
}
#footer ul li a:hover {
	color:#FF9966;
}	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Added by Split Light Designs */
#navHeader {
	margin-top:-49px;
}
#leftcontent {
	font-size:10px;
	width:95%;
	padding-left:10px;
	margin-top: 20px;
}
#leftcontent ul {
	margin:0 0 30px 5px;
	padding:0;
	font-size: 12px;
}
#leftcontent ul li {
	list-style:none;
	margin: 10px 0px;
}
#leftcontent a {
	color:#253569;
	text-decoration:none;
}
#leftcontent a:hover {
	color:#000;
	text-decoration:underline;
}
#leftcontent ul li.current {
	list-style:disc;
}
h1 {
	color:#7681A1;
	border-bottom: solid 2px #7681A1;
	font-size:150%;
}
h2 {
	color:#666666;
	font-size:18px;
}
h4 {
	color:#253569;
	margin: 20px 0 5px 0;
	font-size:12px;
}
.price {
	color:#999999;
	font-size:24px;
	font-weight:bold;
}
p {
	margin:0 0 20px 0;
}
.banner {
	margin-top:30px;
}
#product {
	border-collapse:collapse;
	padding:0;
	margin:20px 0 0 0;
	border:none;
}
#product tr td {
	border-collapse:collapse;
	border:none;
	border-bottom:solid 2px #253569;
	padding:30px 10px;
	vertical-align:top;
}
#banners {
	text-align:center
}
#banners img {
	margin-top:20px;
}
#title {
	text-align:center;
	margin-bottom:10px;
	padding:10px;
}
#title a {
	float:right;
}
#title h2 {
	display:inline;
}
#galleryTitle {
	padding:5px;
	text-align:center;
	background-color:#cfc32b;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-left: -10px;
}
