@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_leftColumn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_rightColumn {
	clear: none;
	float: left;
	margin-left: 2.6785%;
	width: 100%;
	display: block;
}
#layout_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_product {
	clear: none;
	float: left;
	margin-left: 2.6785%;
	width: 100%;
	display: block;
}
#layout_siteCredit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_moreInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_productListing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_Description {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_otherProducts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #9ca3bc;
}
#layout_leftColumn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_rightColumn {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 100%;
	display: block;
}
#layout_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_product {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 100%;
	display: block;
}
#layout_siteCredit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_moreInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_productListing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#layout_Description {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border: thin solid #CCC;
}
#layout_otherProducts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: thin solid #CCC;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1000px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#layout_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 1%;
}
#layout_menu {
	clear: both;
	float: left;
	margin-top: 1%;
	width: 100%;
	display: block;
	background-color: #036;
	border: thin solid #ccc;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px; 
}
#layout_slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0%;
	width: 100%;
	display: block;
	border: thin solid #CCC;
	background-color: #E8E8E8;
}
#layout_leftColumn {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 1%;
	width: 41.0256%;
	display: block;
	border: thin solid #CCC;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	border-top-right-radius: 20px;
	border-top-left-radius: 20px; 
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}
#layout_rightColumn {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	margin-top: 1%;
	width: 57.4505%;
	display: block;
}
#layout_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: thin solid #CCC;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px; 
	background-color: #036;
	height: 50px;
	margin-bottom: 1%;
	padding-top: 1%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}
#layout_product {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	margin-bottom: 1%;
	margin-top: 1%;
	width: 32%;
	max-height: 235px;
	overflow: hidden;
	display: block;
	-webkit-transition: max-height 1s ease 0.5s;
	-moz-transition: max-height 1s ease 0.5s;
	-ms-transition: max-height 1s ease 0.5s;
	-o-transition: max-height 1s ease 0.5s;
	transition: max-height 1s ease 0.5s;
}

#layout_product:hover {
	max-height: 999px;
}

#layout_siteCredit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 3%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#layout_moreInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#layout_productListing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0%;
	background-color: #f9f9f9;
}

#layout_Description {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #E3E3E3;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
	border: thin dotted #CCCCCC;
}

#layout_QA {
	clear: both;
	float: left;
	margin-bottom: 1%;
	margin-top: 1%;
	width: 98%;
	display: block;
	border: thin solid #CCC;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	padding-top: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	background-color: #FFC;
}
#layout_otherProducts {
	clear: both;
	float: left;
	display: block;
	border: thin solid #CCC;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	width: 99%;
	background-color: #FFFFCC;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
}
.layout_productExtra {
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	background-color: #FFFFCC;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border: thin solid #CCC;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	width: 96%
}
