@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	background: #999 url(images/pattern-small.png) fixed;
	margin: 0;
	padding: 0;
}

h1	{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin: 16px 0 0 0;
}

h2 {
	font-style: italic;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	margin: 0 0 16px 0; 
}

p	{
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 0 0 16px 0; 
}

img {
	border: none;
}

#saletag	{
	position: absolute;
	top: 0;
	right: 0;
	height: 400px;
	width:	350px;
	background: url(images/saletag.png) no-repeat top right fixed;
}

#header	{
	padding: 0;
}

#page	{
	margin: auto;
	padding: 0 20px 20px 20px;
	width: 600px;
	background: #FFF;
	text-align: left;
}

#gradient	{
	background: url(images/gradient.png) top repeat-x fixed;
}

#banner	{
	height: 100px;
	background: url(images/top-banner.png) no-repeat left bottom;
}

#line	{
	height: 10px;
	background: url(images/horizontal-line.png) no-repeat;
	padding: 0;
}

#contents	{
	overflow: hidden;
	width:100%;
}

#left	{
	float: left;
	width: 400px;
	padding: 0;
}

.imagebox {
	display: block;
	height: 400px;
	margin-right: auto;
	padding: 2px 0 2px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	background: 0 2px no-repeat;
	overflow: hidden;
}

.imagebox:hover {
	background-position: 0 -408px;
}

.tshirt	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding: 0 0 32px 0;
	margin: 0 0 32px 0;
}

.description	{
	padding: 8px 0 8px 0;
	text-align: right;
}

.form	{
	height: 16px;
}

.dropdown	{
	direction: rtl;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	position: relative;
	top: 3px;
	height: 16px;
	width: 44px;
	border: none;
}

#sidebar	{
	float: right;
	width: 180px;
	position: relative;
	padding: 16px 0 0 0;
}

#sidebar p a {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	margin: 0 0 16px 0;
}

#sidebar p a:hover {
	color: #999;
}

#footer	{
	height: 120px;
}

#footer img {
	padding-top: 30px;
}