@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
        padding: 0;
        margin: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #009;
	background-color: #FFFFFF;
	background-image: url(images/body_bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.bold {
	font-weight: bold;
}

.container .sidebar1 h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom: 15px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	background-image: url(images/container_bg_slice.png);
	background-repeat: repeat-y;
	background-position: top;
	min-height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding-right: 25px;
	padding-left: 25px;

}
.headerNav {
	font-size: 20px;
	color: #666;
	float: right;
	padding-right: 10px;
	padding-top: 30px;
}
.headerNav a {
	font-size: 20px;
	color: #666;
	text-decoration:none;
	padding: 3px;
}
.headerNav a:hover {
	color:#FFFFFF;
	background-color:#0033CC;
}
.container .header .logo {
	float: left;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 380px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-top: 5px;
}
.sidebar1 p {
	padding-bottom: 15px;
	text-align: justify;
}

.features {
	width: 522px;
	float: left;
	padding-left: 23px;
	padding-top: 5px;
}
.featureGrid {
	float: left;
	width: 522px;
	padding-left: 32px;
	margin-top: 10px;
}
.featureItem {
	width: 152px;
	float: left;
	padding-right: 29px;
	padding-bottom: 20px;
}
.container .featureGrid #end1 {
	padding-right: 0px;
}
.container .featureGrid #end2 {
	padding-right: 0px;
}

.featureItem a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #03C;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.featureItem a:hover {
	color:#FFFF00;
	background-color:#000000;
}



.mainBanner {
	padding-left: 23px;
	float: left;
}
.canada {
	float: left;
	width: 552px;
	text-align: center;
	margin-top: 15px;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 20px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 12px;
	color: #666;
	text-align: center;
}
.childContent {
	float: left;
	padding-left: 30px;
	width: 910px;
}
.childContent h1 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
.childContent .productImg {
	float: left;
}
.productInfo {
	float: left;
	color: #009;
	width: 720px;
	padding-left: 20px;
}

.productInfo p {
	padding-bottom: 10px;
}

.productInfo ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
	padding-top: 10px;
}
.productInfo ul li {
	padding-bottom: 5px;
}
.productInfo ul li ul li {
	list-style-type: square;
}

.learnMore {
	display: block;
	height: 52px;
	width: 153px;
	background-image: url(images/learn_more_btn.jpg);
	background-position: left top;
	margin-left: 20px;
	margin-top: 15px;
}
.learnMore:hover {
	background-position: 0px -51px;
}
.newProducts {
	float: left;
	width: 552px;
	text-align: center;
}



.newProd {
	display: block;
	height: 65px;
	width: 209px;
	background-image: url(images/new_prod_btn.png);
	background-position: left top;
	margin-top: 5px;
	margin-left: 174px;
}
.newProd:hover {
	background-position: 0px -65px;
}




/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.productNav a {
	font-weight: bold;
	text-decoration: none;
	background-color: #03C;
	color: #FFF;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.productNav a:hover {
	background-color:#000;
	color:#FF0;
}
.productImg {
	float: left;
	clear: left;
	margin-bottom: 20px;
}
