body.index{
	background: #FFFFFF url(../img/bg.gif) repeat-x;
}

body.category{
	background: #FFFFFF url(../img/bg-large.gif) repeat-x;
}

body.pillow{
	background: #FFFFFF url(../img/bg-small.gif) repeat-x;
}

.container{
	position: relative;
}

#snsLogo{
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 70px;
	display: block;
}

#wrapper{
	width: 1200px;
	margin: 0px auto;
}

.index #wrapper{
	background: url(../img/bg-wrapper-index.jpg) no-repeat top center;
}

#logo img{
	margin-top: 45px;
}

.category #wrapper{
	background: url(../img/bg-wrapper-large.jpg) no-repeat top center;
}

#header{
	padding-top: 82px;
	position: relative;
}

.category #header{
	height: 523px;
}

#header h1{
	color: white;
	font-size: 2em;
	margin-bottom: 0.2em;
}

#header h2{
	color: #70beff;
	font-size: 1.6em;
}

.pillow #header h2{
	margin-bottom: 10px;
}

#header p{
	color: white;
	font-size: 1.3em;
}

.pillow #header p{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.category #header{
	font-size: 0.8em;
}

.category #tab-bottom{
	position: absolute;
	bottom: 0;
}

.index #cats{
	padding-top: 15px;
	margin-bottom: 14px;
}

.index #cats a{
	width: 131px;
	height: 167px;
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 22px;
}

.index #cats a.tear{ background: url(../img/icon-t.jpg) no-repeat; }
.index #cats a.tear:hover{ background: url(../img/icon-t_over.jpg) no-repeat; }

.index #cats a.old{ background: url(../img/icon-o.jpg) no-repeat; }
.index #cats a.old:hover{ background: url(../img/icon-o_over.jpg) no-repeat; }

.index #cats a.sag{ background: url(../img/icon-s.jpg) no-repeat; }
.index #cats a.sag:hover{ background: url(../img/icon-s_over.jpg) no-repeat; }

.index #cats a.stain{ background: url(../img/icon-st.jpg) no-repeat; margin-right: 0px; }
.index #cats a.stain:hover{ background: url(../img/icon-st_over.jpg) no-repeat; margin-right: 0px; }

.category #cats{
	padding-top: 8px;
	margin-bottom: 14px;
}

.category #cats a{
	width: 130px;
	height: 166px;
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 22px;
}

.category #cats a.tear{ background: url(../img/icon-alt-t.jpg) no-repeat; }
.category #cats a.tear:hover{ background: url(../img/icon-alt-t_over.jpg) no-repeat; }
.category #cats a.tear-active{ background: url(../img/icon-alt-t_over.jpg) no-repeat; }

.category #cats a.old{ background: url(../img/icon-alt-o.jpg) no-repeat; }
.category #cats a.old:hover{ background: url(../img/icon-alt-o_over.jpg) no-repeat; }
.category #cats a.old-active{ background: url(../img/icon-alt-o_over.jpg) no-repeat; }

.category #cats a.sag{ background: url(../img/icon-alt-s.jpg) no-repeat; }
.category #cats a.sag:hover{ background: url(../img/icon-alt-s_over.jpg) no-repeat; }
.category #cats a.sag-active{ background: url(../img/icon-alt-s_over.jpg) no-repeat; }

.category #cats a.stain{ background: url(../img/icon-alt-st.jpg) no-repeat; margin-right: 0px; }
.category #cats a.stain:hover{ background: url(../img/icon-alt-st_over.jpg) no-repeat; margin-right: 0px; }
.category #cats a.stain-active{ background: url(../img/icon-alt-st_over.jpg) no-repeat; margin-right: 0px; }

#submit-video img{
	margin-top: 32px;
}

#videos img{
	margin-top: 28px;
}

#middle{
	height: 167px;
}

#footerimg{
	margin-top: 22px;
}

#form{
	float: right;
	width: 232px;
	height: 260px;
	margin: 0 0 0 10px;
	background: url(../img/bg-form.jpg) no-repeat;
}

.firster{
	margin-top: 40px;
}

label{
	display: block;
	font-size: 1.2em;
	color: #0555a2;
}

.inner{
	padding: 80px 0px 0 12px;
}

input.text{
	width: 180px;
	margin-top: 2px;
	height: 12px;
	margin-bottom: 4px;
	font-size: 10px;
}

#disclaimer{
	font-size: 0.9em;
	color: #0555a2;
	margin-top: 15px;
}

#disclaimer p{
	width: 550px;
}