@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body, html
{
	height:100%;
}

body
{
	background-image: url('http://www.t-shirts.co.nz/themes/prestashop/img/t-shirts-files/t-shirts-background.jpg');
	background-repeat:repeat-x;
	background-position:top center;
}

#t-shirts-wrapper
{
	height:100%;
	width:100%;
	margin:auto;
	text-align:center;
}

#t-shirts-container
{
	background-image: url('http://www.t-shirts.co.nz/themes/prestashop/img/t-shirts-files/tee-shirts-sub-header.gif');
	background-position:top center;
	background-repeat:no-repeat;
}

#t-shirts-top-right-cart
{
	position:absolute;
	left:510px;
	height:40px;
	top:0px;
	border:1px solid #CC0000;
	padding:6px;
}

#logo {
	padding:0;
	margin:0;
	border:0;
	position:absolute;
	left:17px;
	z-index:99999;
}

#t-shirts-header-container
{
	position:relative;
	height:1px;
	margin-left:-4px;
}

#t-shirts-footer-container
{
	clear:both;
	height:191px;
	background-image: url('http://www.t-shirts.co.nz/themes/prestashop/img/t-shirts-files/t-shirts-footer.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
}

#center_column {
    width: 680px;
	float:right;
    margin: 160px 45px 30px 30px;
	min-height:940px;
	z-index:1;
}

.catpagetop
{
	padding:3px;
	border-bottom:1px solid #ccc;
}