/*@import url('normalize.css');*/

html { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
body { 
	margin: 0px; 
	background-image: url(bg_blu_stripes2a.jpg);
	background-repeat: repeat-xy;
	xbackground-color: #FFF6C9; 
}
A:link { color: #336699; }
A:visited { color: #336699; }
A:active { color: #FF0000; }

div#header, div#menu, div#content, div.footer {
  width: 920px;
  margin: 4px auto 0 auto;
}
div#header{
	padding-bottom: 5px;
}
div#pagecontainer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #FFF6C9;
	-moz-box-shadow: 0 0 10px #696967;
	-webkit-box-shadow: 0 0 10px #696967;
	box-shadow: 0 0 10px #696967;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}

.section_head {
	margin:15px 10px 15px 10px; 
	padding:5px; 
	background-color: #32689B; 
	border:2px solid white; 
	font-size: 1.2em; 
	text-align: center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: white;
	font-weight: normal;
}

.small_txt {
	font-size: .9em;
}

/* IE PNG Fix  */
div#header img { behavior: url(css/iepngfix.htc) }

div.homepg_desc {
	text-align: left;
	width: 820px;
	font-family:arial,sans-serif; 
	margin: 15px auto 0px auto;
	padding: 5px;
	background-color: white;
	border-style: ridge;
	border-width: 2px;
}
.homepg_desc h1, .homepg_desc h2, .homepg_desc h3, .homepg_desc p {margin:0 10px; letter-spacing:0px;}
div.homepg_desc h1 {font-size:1.75em; color:#000; text-align:center; padding:5px;}
div.homepg_desc h2 {font-size:1.25em;color:#000; border:0; padding-bottom:5px;}
div.homepg_desc h3 {font-size:1.15em; color:#000; border:0; padding-bottom:5px;}
div.homepg_desc p {padding-bottom:0.75em; font-size: 1em;}

div.footer {
	font-size: .85em;
}
.shipping_note {
	font-size: .85em;
	font-style: italic;
	margin-left: 25px;
}

a.imgzoom {
	cursor: url(images/magnify.cur), pointer;
}
a.imgzoom:hover img, a.imgzoom:active img {
	border-color: white;
}

/* For Image Groupings */
.section_desc {
	margin: 25px auto 25px auto;
	text-align: left;
}
div.img_group {
	padding: 0;
	text-align: center;
	margin: 0 auto 0 auto;
}

div.img_frame {
	margin: 0 5px 25px 5px;
	display: inline-block;
	vertical-align: top;
	zoom:1; *display: inline; _height: 200px;
}

div.img_frame img {
	border: 1px solid black;
}
div.img_frame h2 {
	font-size: .95em;
	font-weight: normal;
	text-align: center;
	margin: 5px 0 0 0;
}

div.img_frame h3 {
	font-size: .85em;
	font-weight: normal;
	text-align: center;
	margin: 2px 0 0 0;
}

.price_retail {
	font-size: .85em;
	margin: 0 5px 0px 5px;
	display: inline-block;
	vertical-align: top;
	zoom:1; *display: inline; _height: 200px;
}
.price_sale {
	font-size: .85em;
	color: red;
	margin: 0 5px 0px 5px;
	display: inline-block;
	vertical-align: top;
	zoom:1; *display: inline; _height: 200px;
}
a.button-link{
	color: #fff;
	text-decoration: none;
	letter-spacing: .08em;
	word-spacing: .1em;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 8px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 10px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
a.button-link:visited {
	color: #fff;
}


div.desc_box {
	margin: 25px auto 10px auto;
	padding: 5px;
	padding-bottom: 20px;
	text-align: center;
	border: 1px solid black;
	border-radius: 10px;
	x-moz-box-shadow: 0 0 2px #333;
	x-webkit-box-shadow: 0 0 2px #333;
	background-color: rgb(50, 104, 155);
}
div.desc_box div.heading {
	font-size: 18px; 
	letter-spacing: 2px; 
	font-family: Verdana; 
	margin: 10px;
	xcolor: #882233;
	color: white;
}
div.desc_box div.one_col {
	width: 87%; 
	margin:0 auto 15px auto; 
	padding: 15px 5%; 
	text-align: left; 
	background-color: #fff;
}
div.desc_box div.two_col {
	float: left;
	width: 45%;
	margin: 5px 5px 5px 13px;
	padding: 10px;
	padding-bottom: 5px;
	background-color: white;
	border: 1px solid black;
	text-align: left;
}
div.desc_box div.two_col ul {
	padding-left: 20px;
}
div.col_match_container {
	margin: 0; 
	padding: 0; 
	overflow:hidden !important;
}
div.col_match_container div.col_match_height {
	padding-bottom:100% !important;
	margin-bottom:-100% !important;
}
