@charset "utf-8";
/* CSS Document */

/*----------------------------------------
Name: main.css
Developed by: Jad Limcaco
Author URL: http://www.jadgraphics.net
Copyright: Jad Graphics 2009
----------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

:focus {
	outline: 0;
}
body {
	background: url(../images/bg.jpg) center top no-repeat #680953;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
}
.wrapper {
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
.main_wrapper {
	width: 970px;
	margin: 0 auto;
	background-image: url(../images/shirt.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#header {
	height: 66px;
	width: 970px;
	display: block;
}
#clear {
	height: 32px;
	display: block;
	width: 970px;
}

#main {
	width: 520px;
	margin-left: 450px;
	margin-top: 40px;
	height: 500px;
}
#logo {
	width: 224px;
	height: 34px;
	display: block;
	margin: 16px 0 0 65px;
}
.logoLINK {
	width: 224px;
	height: 34px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.frequency {
	width: 398px;
	height: 24px;
	background-image: url(../images/frequency.png);
	text-indent: -9999px;
	margin-top: 30px;
}
#order {
	width: 228px;
	height: 70px;
	display: block;
	margin: 100px 0 0 0;
	float: right;
}
.orderLINK {
	width: 228px;
	height: 70px;
	background-image: url(../images/order-shirt.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#order a:hover {
	width: 228px;
	height: 70px;
	background-image: url(../images/order-shirt-ro.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#zentainment {
	width: 185px;
	height: 59px;
	display: block;
	margin: 90px 0 0 0;
	float: right;
	clear: right;
}
.zentainmentLINK {
	width: 185px;
	height: 59px;
	background-image: url(../images/zentainment.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#footer {
	border-top: solid 1px #f3a0e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
	color: #f3a0e1;
}
#footer a {
	color: #F3A0E1;
	text-decoration: none;
}
#footer a:hover {
	color: #B6E5FA;
	text-decoration: none;
}
