@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back_gradient.png);
	background-repeat: repeat-x;
}

ul {
	list-style-type: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 30px;
	margin-top: 10px;
}

li	{
	float:left;
	margin-right: 8px;
	margin-top: 0xp;
}

h1 {
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;	
}

a {
 text-decoration: none;
 color: #FFF;
}

#container {
	background-image: url(images/form_back.jpg);
	height: 584px;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}

#table {
	width: 584px;
	height: 503px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#row_one {
	margin-left: auto;
	margin-right: auto;
	width: 584px;
	height: 141px;
}

#row_two {
	margin-left: auto;
	margin-right: auto;
	width: 584px;
	height: 145px;
	margin-top: 4px;
}

#row_three {
	margin-left: auto;
	margin-right: auto;
	width: 584px;
	height: 145px;
	margin-top: 4px;
}

#one {
	background-image: url(images/tshirt.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 13px;
	margin-right: 0px;
}

#one:hover{
	background-image: url(images/tshirt_hover.png);
	cursor: pointer;
}

#two {
	background-image: url(images/hoody.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;
	margin-right: 0px;
}

#two:hover{
	background-image: url(images/hoody_hover.png);
	cursor: pointer;
}

#three {
	background-image: url(images/collar.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;
	margin-right: 0px;
}

#three:hover{
	background-image: url(images/polo_collar.png);
	cursor: pointer;
}

#four {
	background-image: url(images/raglan.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 42px;
	margin-right: 0px;
}

#four:hover{
	background-image: url(images/raglan_hover.png);
	cursor: pointer;
}

#five {
	background-image: url(images/zipup.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 13px;
	margin-right: 0px;
}

#five:hover{
	background-image: url(images/zipup_hover.png);
	cursor: pointer;
}

#six {
	background-image: url(images/sweater.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;;
	margin-right: 0px;;
}

#six:hover{
	background-image: url(images/sweater_hover.png);
	cursor: pointer;
}

#seven {
	background-image: url(images/tank.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;;
	margin-right: 0px;;
}

#seven:hover{
	background-image: url(images/tank_hover.png);
	cursor: pointer;
}

#eight {
	background-image: url(images/longsleeve.png);
	height: 141px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 42px;
	margin-right: 0px;
}

#eight:hover{
	background-image: url(images/longsleeve_hover.png);
	cursor: pointer;
}

#nine {
	background-image: url(images/sleeveless.png);
	height: 145px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 13px;
	margin-right: 0px;
}

#nine:hover{
	background-image: url(images/sleeveless_hover.png);
	cursor: pointer;
}

#ten {
	background-image: url(images/ringer.png);
	height: 145px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;
	margin-right: 0px;
}

#ten:hover{
	background-image: url(images/ringer_hover.png);
	cursor: pointer;
}

#eleven{
	background-image: url(images/vneck.png);
	height: 145px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 41px;
	margin-right: 0px;
}

#eleven:hover{
	background-image: url(images/vneck_hover.png);
	cursor: pointer;
}

#twelve{
	background-image: url(images/spaghetti.png);
	height: 145px;
	width: 107px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 42px;
	margin-right: 0px;
}

#twelve:hover{
	background-image: url(images/spaghetti_hover.png);
	cursor: pointer;
}