@charset "utf-8";
body {
	font: 100% 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;
	background-color: #bacde8;
}
.oneColLiqCtrHdr #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background: #fff;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.swatches {
	height: 1620px;
	width: 100%;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.box-border {
	border: 1px solid #333;
}


.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* 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 */
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004184;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004184;
}
.swatches-mvp {
	height: 1825px;
	width: 100%;
}
.p14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.size-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
.blue {
	color: #004184;
}

a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.all-american-jacket-youth {
	height: 599px;
	width: 402px;
	background-image: url(im/All-American-Youth-Swatches-colors2.jpg);
	background-repeat: no-repeat;
}
.row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 182px;
}
.row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 160px;
}
.row3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 170px;
}
.all-american-jacket-adult {
	height: 436px;
	width: 402px;
	background-image: url(im/All-American-Adult-Swatches-adult4.jpg);
	background-repeat: no-repeat;
}
.all-american-jacket-adult7 {
	height: 436px;
	width: 402px;
	background-image: url(im/All-American-Adult-Swatches-7-coats.jpg);
	background-repeat: no-repeat;
}

.row1-adult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 132px;
}
.row2-adult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 135px;
}
.row3-adult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 135px;
}
.mvp-adult {
	height: 500px;
	width: 437px;
	background-image: url(im/MVP-Adult-Swatches-x5.jpg);
	background-repeat: no-repeat;
}
.row1-mvp1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 95px;
}
.row2-mvp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 100px;
}
.row3-mvp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 95px;
}
.row4-mvp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 105px;
}
.caps {
	text-transform: uppercase;
}
