@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.frShirt {
	float: right;
	margin-right: 20px;
}

.cl { clear: both; height: 1px; }

#product form {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #8F8F8F;
	text-align: center;
}
#product    img   {
	margin-top: 0px;
	margin-bottom: 0px;
}
#container  { width: 1000px; margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ }
#header  {
	padding: 0px 10px 0px 0px;  /* 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. */
}
#header  h1  {
	margin: 20px 0px 20px 0px; /* 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 */
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica;
	font-size: 14px;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #999999;
}
#mainContent   h1  {
	margin: 0px 0px 0px 0px; /* 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 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica;
	font-size: 1.6em;
	color: #4289C3;
}
#mainContent    h2  { margin: 40px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1.2em; clear: both; color: #666666; }
#mainContent    h2.blue  { margin: 40px 20px 10px 0px; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1.2em; color: #FFF; clear: both; background: #4289C3; width: 940px; }
#mainContent     h3  { margin: 0px 0px 0px 10px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1em; color: #666666; clear: both; }
#mainContent    p  { margin: 0px 0px 10px 0px; /* 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: 5px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 0.9em; color: #999999; line-height: 1.5em; }

#mainContent a {
	color: #4289C3;
}
div#feature-container  { padding: 0px 20px; width: 920px; margin: 10px 0px 0px 0px; border: 0px solid #cccccc; }
div#feature-container   img{ float: left; margin: 0px 30px 0px 0px; }
div#feature  { padding: 0px; width: 605px; margin: 80px 0px 0px 0px; border: 0px solid #cccccc; float: left; }
div#feature h1{ margin: 0px 0px 0px 0px; /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1.5em; color: #4289C3; font-style: bold; }
div#feature h2{ margin: 25px 0px 0px 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1.1em; color: #4289C3; font-style: bold; }
div#feature  h3{ margin: 0px 0px 0px 0px; /* 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: 5px 0px 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1em; color: #666666; font-weight: normal; }
div#feature   img{ margin: 0px; }
div#feature  p{ margin: 5px 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1em; color: #666; line-height: 1.3em; font-style: normal; text-align: justify; }
#product  { padding: 10px; width: 459px; float: left; border: 0px solid #cccccc; }
#product.wide  { padding: 0px; width: 960px; margin: 0px 0px 20px 0px; border: 0px solid #cccccc; }

#product h2 { margin: 0px 0px 0px 0px; /* 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: 20px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 1em; color: #8F8F8F; background: none; }

#product h3 { margin: 0px 0px 0px 0px; /* 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: 0px 0px 20px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 0.9em; color: #8F8F8F; }
#product     p  { margin: 0px 0px 0px 0px; /* 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: 0px 20px 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 0.7em; color: #666666; line-height: 1.3em; text-align: justify; }

#product p.note {
	margin: 10px 0px 0px 0px; /* 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: 0px 20px 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.3em;
}

#product a {
	margin: 0px 0px 0px 10px;
	color: #4289C3;
	font-size: 1.2em;
	text-decoration: none;
}
.sticker  { padding: 0px; width: 320px; margin: 10px 0px 0px 0px; float: left; }
#footer  {
	padding: 0 10px;
}
#footer  p  {
	margin: 0px 0px 20px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#product p.accolades { margin: 0px 0px 0px 0px; /* 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: 0px 20px 20px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica; font-size: 0.7em; color: #666666; line-height: 1.3em; }

