body {
	color: #454545;
	font-family: Trebuchet MS, "Tahoma", San Serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: none;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 770px;
	margin:0 auto;
	text-align: left;
}
#header {
	background: url("../img/sensory_header.jpg");
	height: 275px;
	width: 770px;
}

.ir { 
	display:block; 
	height:0; 
	background:transparent none no-repeat 0 0; 
	overflow:hidden; 
	text-indent:-9999em; 
}


#storelinks {
	padding: 0px;
	position: relative;
	top: 190px;
	left: 250px;
	margin: 0px;
	list-style: none;
	background: #333;
}

#storelinks li {
	float: left;
	width: 84px;
	height: 46px;
	margin-right: 10px;
}

#storelinks li a {
	display: block;
	width: 84px;
	height: 46px;
}
#jumplinks {
	background: url("../img/sensory_faq_menu.jpg") no-repeat;
	height: 35px;
	width: 720px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#jumplinks li {
	float: left;
	height: 35px;
}
#jumplinks a {
	display: block;
	height: 35px;
}

#jl1 { width: 114px; }
#jl2 { width: 163px; }
#jl3 { width: 123px; }
#jl4 { width: 157px; }
#jl5 { width: 163px; }

#body {
	width: 770px;
	background: url("../img/sensory_bg.jpg") no-repeat;
}

#content {
	padding: 260px 25px;
}

.title {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

.title, h3 {
	font-family: Trebuchet MS, "Tahoma", San Serif;
	color: #008dc3;
}

a.ir, a.ir strong {
	text-indent: -5000px;
}

.backtothetop {
	background: url("../img/btn_backup.gif") left center no-repeat;
	padding: 0px 0px 0px 16px;
	color: #222;
}
form {
	background: url("../img/sensory_form_bg.jpg") no-repeat;;
	height: 253px;
	width: 255px;
	padding: 8px
}

.left label {
	height: 22px;
	display: block;
	padding: 3px 0px;
}

.right input, .right select {
	float: right;
	margin: 3px 0px;
}

.left {
	float: left;
	width: 90px;
}

.right {
	float: right;
	width: 165px;
	text-align: left;

}

#contactleft {
	float: left;
	width: 310px;
}

#contactright {
	float: right;
	width: 400px;
}
#submit {
	border: none;
	width: 79px;
	height: 26px;
	cursor: pointer;
	background: url("../img/btn_submit_off.gif") no-repeat;	
}

#submit:hover {
	background: url("../img/btn_submit_on.gif") no-repeat;
}


#footer {
	height: 22px;
	margin-top: 100px;
	padding: 3px 4px 0px 0px;
	clear: both;
	background: #efefef;
	text-align: right;
}

#footer a img {
	vertical-align: -15%;
}