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


#header {
	background:url('/content/images/t/bg.gif') left top repeat-x;
}

#header .t {
	width:100%;
	
	border-collapse:collapse;
}

#header .t td {
	padding:0;
	margin:0;
}

#header .t .c1 { 
	width:50%;
}

#header .t .c1 img { border:none }

#header .t .c2 { 
	width:50%;
	background:url('/content/images/t/items.jpg') right top no-repeat;
}

#header .menu {
	padding-top:8px;
	padding-bottom:8px;
	text-transform:uppercase;
	font-size:80%;
	color:#fff;
	padding-left:20px;
	background-color:#000;
}

#header .menu a {
	color:#fff;
	text-decoration:none;
	
}
