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

.body {
	margin-top: 0;
	background-color: #212121;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 980px;
	padding-top: 75px;
}

#indexnav {
	width: 980px;
	height: 360px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#indexnav_furniture {
  display: block;
  width: 233px;
  height: 360px;
  background: url(images/index_decor.jpg) no-repeat 0 0;
  float:left;
  margin-right: 8px;

}

#indexnav_furniture:hover
{ 
  background-position: 0 -360px;
}

#indexnav_furniture span
{
  display: none;
}

#indexnav_kitchen {
  display: block;
  width: 233px;
  height: 360px;
  background: url(images/index_cookery.jpg) no-repeat 0 0;
  float:left;
  margin-right: 8px;
  margin-left: 8px;
}

#indexnav_kitchen:hover
{ 
  background-position: 0 -360px;
}

#indexnav_kitchen span
{
  display: none;
}

#indexnav_candles {
  display: block;
  width: 233px;
  height: 360px;
  background: url(images/index_wax.jpg) no-repeat 0 0;
  float:left;
  margin-right: 8px;
  margin-left: 8px;
}

#indexnav_candles:hover
{ 
  background-position: 0 -360px;
}

#indexnav_candles span
{
  display: none;
}

#indexnav_tees {
  display: block;
  width: 233px;
  height: 360px;
  background: url(images/index_tees.jpg) no-repeat 0 0;
  float:left;
  margin-left: 8px;
}

#indexnav_tees:hover
{ 
  background-position: 0 -360px;
}

#indexnav_tees span
{
  display: none;
}

#second_contain {
  width: 730px;
  height: 360px;
  float: left;
  margin-left: 8px;
}

#tee_contain {
  width: 980px;
  height: 390px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#second_content {
  width: 203px;
  height: 330px;
  background-color:#000000;
  float:left;
  margin-right: 8px;
  padding: 15px;
  text-align: left;
}

#second_content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
	margin-top: 0px;
	font-weight: 200;
}

#second_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #838383;
}

#footer {
	width: 980px;
	padding-top: 16px;
	background-image:url(images/footer_line.jpg);
	background-repeat: no-repeat;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	line-height: 20px;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}