@charset "utf-8";
#indexpages {
	clear: both;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
}


#header form {
	float: none;
	height: 30px;
	width: 200px;
	padding-left: 0px;
	margin-left: 500px;
	top: 0px;
	bottom: 0px;
}
.indexnav {
	margin: 15px;
	border: 1px solid #FFFFFF;
}


#header1 {
	float: left;
	height: 200px;
	width: 352px;
	margin-left: 5px;
}

#header2 {
	float: right;
	height: 160px;
	width: 200px;
	margin-right: 5px;
}

#header3 {
	height: 34px;
	width: 400px;
	float: right;
	margin-right: 5px;
}

#awmAnchor-menu {
	background-color: #000000;
	clear: both;
	height: 30px;
	width: auto;
}

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: #FFFFFF;
	background-image: url(../Images/background2.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #menu {
	width: auto;
	clear: both;
	height: 30px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	background-color: #333333;
	border: medium groove #000000;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container #right1 {
	width: 370px;
	float: right;
	height: 459px;
}
#bottom {
	clear: both;
	height: auto;
	background-color: #333333;
}


.twoColFixLtHdr #header {
	background-color: #0099FF;
	border: 1px solid #FFFFFF;
	height: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	text-align: left;
} 
.shipping {
	margin-left: 20px;
}


#container #tshirtinfo {
	height: 600px;
	width: 340px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 30px;
	margin-left: 0px;
	background-color: #999999;
	border: thin inset #FFFFFF;
	margin-bottom: 5px;
}

.arrows {
	margin-right: 5px;
	margin-left: 5px;
}

.twoColFixLtHdr #container #tshirt {
	height: 400px;
	width: 400px;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.twoColFixLtHdr #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 */
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	height: 450px;
	margin-right: 15px;
	background-color: #858585;
	padding: 5px;
	border: thin outset #000000;
}
.sidebarbuttons {
	margin: 2px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #333333;
	font-size: large;
	text-align: left;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	height: auto;
	clear: both;
} 

.twoColFixLtHdr #container #footer #storeflavortext {
	height: auto;
	width: 580px;
	float: right;
	clear: none;
	padding: 0px;
	margin: 10px;
	background-color: #333333;
}
.twoColFixLtHdr #container #footer #details {
	float: left;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 5px;
	background-color: #333333;
}
.twoColFixLtHdr #container #footer #flavorpics2 {
	float: right;
	height: auto;
	width: 580px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333333;
}

#container #footer #whatigot {
	width: 580px;
	float: right;
	margin: 10px;
	background-color: #333333;
}

#container #footer #flavorleft {
	float: left;
	height: auto;
	width: 180px;
	background-color: #333333;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Franklin Gothic Book, Franklin Gothic Demi, Georgia;
	color: #000000;
	font-size: large;
	font-weight: bold;
}
.twoColFixLtHdr #footer1 {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.StoreMain {
	border: 1px solid #000000;
	padding: 0px;
	margin: 10px;
	float: left;
}
#frontshirt {
	float: right;
	height: 200px;
	width: 160px;
	border: 1px solid #000000;
	padding: 0px;
	text-align: center;
	margin-top: 22px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
	clear: none;
}
#frontpageflavor {
	height: auto;
	width: 370px;
	float: left;
	background-color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin inset #000000;
}
#storename {
	height: auto;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.tagline {
	padding-bottom: 10px;
	vertical-align: 0%;
	top: 0px;
	background-position: 0px;
	padding-right: 0px;
	margin-right: 5px;
}
#fpimage {
	height: 220px;
	width: 294px;
	border: 1px solid #000000;
	padding-left: 0px;
	margin-left: 40px;
}

#frontflavor2 {
	height: 250px;
	width: 210px;
	float: left;
	background-color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: left;
}

#aboutus {
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
	color: #FFFFFF;
}
#form1 {
	width: 400px;
	float: none;
}
#thumbs {
	float: left;
	height: 100px;
	width: 100px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px none #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
#lefttop {
	height: 710px;
	width: 365px;
	float: left;
	margin-bottom: 5px;
}
#righttop {
	height: 730px;
	width: 410px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
}

#teepreview {
	float: right;
	height: 90px;
	width: 330px;
	text-align: center;
	border: medium double #FFFFFF;
	clear: right;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 2px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#teepreview2 {
	float: right;
	height: 100px;
	width: 330px;
	text-align: center;
	border: medium double #FFFFFF;
	clear: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 0px;
}
#frontpageflavor2 {
	height: 230px;
	width: 370px;
	float: left;
	background-color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin inset #000000;
}
