/* ------------------------------------------------------------------------
CSS sheet for Johnathan's Cupboard
Author: Chris Robinson 
Date Created: 4/17/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Red Background: #99110a;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
}
a img{
	border: 0px;
}
body{
	background: url(images/bodybg.png) center top repeat-y #EB3B00;
	font: 13px/1.4em "Trebuchet MS", Tahoma, Verdana;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap{
	background: #fff;
	width: 779px;
	margin: 0px auto;
	text-align: left;
}
p{
	margin: 1.5em 0;
}
#header{
	display: block;
	width: 779px;
	float: left; 
	background: #fff;
}
#header h1{
	width: 210px;
	height: 158px;
	text-indent: -9999px;
	float: left;
	background: url(images/logo.png) no-repeat;
}
#flashone{
	float: left;
}
#flashone h2.flashoneh2{
	text-indent: -9999px;
	height: 187.6px;
	width: 183px;
	background: url(images/fcutlery.jpg) center center no-repeat;
}
#flashtwo{
	float: left;
}
#flashtwo h2.flashtwoh2{
	text-indent: -9999px;
	height: 187.6px;
	width: 183px;
	background: url(images/fbakeware.jpg) center center no-repeat;
}
#flashthree{
	float: left;
}
#flashthree h2.flashthreeh2{
	text-indent: -9999px;
	height: 187.6px;
	width: 183px;
	background: url(images/fcookware.jpg) center center no-repeat;
}
ul.navigation{
	display: block;
	width: 100%;
	height: 53px;
	clear: both;
	float: left;
	list-style-type: none;
}
ul.navigation li{
	padding: 0px; 
	float: left;
	display: block;
	height: 33px;
	font-weight: bold;
	font-size: 110%;
	width: 16%;
	text-align: center;
}
ul.navigation li a{
	display: block;
	color: #000;
	padding-top: 25px;
	text-decoration: none;
}
ul.navigation a:hover{
	background: url(images/hat.jpg) no-repeat center top;
}
body.packages dl{
	margin-left: 10px;
	float: left;
	display: block;
}
dl dt{
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
dl dd{
	margin-left: 10px;
}
body.packages dl dd{
	margin-left: 10px;
}
dd.link{
	margin-top: 1px;
	font-weight: bold;
}
div#shopping p{
	background-color: #F1CA91;
	width: 280px;
	margin: 10px 50px 10px 45px;
	float: right;
	padding: 10px;
	display: block;
	border: 1px solid #EB3B00;
}
/* -----------------------------------------------------------------------
CATEGORIES
-------------------------------------------------------------------------*/
#categories{
	background: url(images/categorybg.gif) repeat-y #f3f3f3;
	width: 169px;
	color: black;
	margin-left: 10px;
	float: left;
	clear: both;
}
#categories h3{
	background: url(images/categoryh2.gif) top center no-repeat;
	font-size: 85%;
	text-transform: uppercase;
	padding: 4px 6px;
	text-decoration: underline;
}
#categories ul{
	list-style-type: none;
	background: url(images/categorybtm.gif) bottom center no-repeat;
	padding-bottom: 8px;
}
#categories li{
	padding: 2px 6px;
	font-size: 100%;
}
#categories a{
	color: black;
	text-decoration: none;
}
#categories a:hover{
	text-decoration: underline;
}
#categories form p{
	margin: 1.5em 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
#categories form input{
	width: 150px;
}
/* -----------------------------------------------------------------------
FEATURED PRODUCTS
-------------------------------------------------------------------------*/
#ourstore{
	margin: 0px 0px 10px 199px;
	width: 570px;
}
#ourstore p{
	width: 550px;
	text-align: left;
/*	margin: 10px 5px; */
}
#ourstore a.rewardslink{
	float: right;
}
#featuredproducts{
	width: 570px;
	margin: 0px 0px 0px 199px;
}
#featuredproducts ul{
	margin: 0px 30px 0px 10px;
}
#featuredproducts p{
	margin: 1.5em 0em;
}
#calendar{
	width: 770px;
	margin: 0px 10px 0px 10px;
}
#calendar ul{
	margin: 0px 30px 0px 10px;
}
#calendar p{
	margin: 1.5em 0;
}
div.left{
	float: left;
	text-align: center;
	margin: 0px 30px 0px 0px;
}
div.middle{
	float: left;
	text-align: center;
	margin: 0px 30px 0px 0px;
}
div.right{
	float: left;
	text-align: center;
	margin: 0px 30px 30px 0px;
}
ul.gotw{
	list-style-type: none;
}
object{
	margin-top: 10px;
	display: block;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	border-top: 1px solid #282828;
	clear: both;
	display: block;
	margin-top: 5px;
	color: #9f9376;
	text-align: right;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer ul{
	list-style-type: none;
	display: block;
	line-height: 1em;
	padding-right: 5px;
}
#footer li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #9f9376;
}
#footer li.last{
	border-right: 0px;
	padding-right: 0px;
}
#footer a{
	color: #9f9376;
}
/* -----------------------------------------------------------------------
SURVEY
-------------------------------------------------------------------------*/
#survey{
	float: left;
	margin-left: 15px;
}
form ul li{
	list-style-type: none;
	display: block;
	clear: both;
	margin: 1.5em 0px;
}
form ul li label{
	float: left;
	width: 200px;
	margin-right: 20px;
}
#validationbox{
	display: none;
}
#confirmation{
	margin-top: 1.5em;
	display: block;
	width: 300px;
	text-align: center;
	border: 3px dashed #000;
}
#confirmation strong{
	font-size: 30px;
}
/* -----------------------------------------------------------------------
REGISTER
-------------------------------------------------------------------------*/
dl.register{
	text-align: left;
	margin: 1.5em 0;
	display: block;
}
dl.register dt{
	font-size: 13px;
}
dl.register dd.link{
	margin-top: 5px;
}
dl.register dd a{
	background: #c23000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	margin: 5px 0px 10px 0px;
}
dl.register dd a:hover{
	text-decoration: underline;
	border: 1px solid #000;
}
/* -------------------------------------------------- 
FORM
-------------------------------------------------- */
form label{
	float: left;
	display: block;
	width: 150px;
}
form select{
	width: 147px;	
}
form input[type="submit"]{
	background: #c23000;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin: 5px 0px 10px 0px;
}
fieldset{
	border: 0;
}
table.order{
	border-collapse: collapse;
}
table.order td, table.order th{
	border: 1px solid #000;
	padding: 5px 5px;
}
table.order th{
	background: #F3F3F3;
}




