/*-----------------------------------------------
occassionware.com Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  6 October 2006
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: x-small/160% Verdana, Arial, Helvetica, sans-serif;
	background: #e0e0e0;
	margin: 20px 0;
}
h1,h2,h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 200%;
	text-align: center;
}
p {
	margin-bottom: 1.4em;
}
a {
	color: #ae2323;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
}
#top, #bottom {
	height: 13px;
	width: 830px;
	margin: 0 auto;
}
#top {
	background:url(img/main-shadow-top.jpg) center top no-repeat;
	vertical-align: bottom;
}
#bottom {
	background:url(img/main-shadow-bottom.jpg) center bottom no-repeat;
}

#shadow {
	vertical-align: top;
	width: 830px;
	background:url(img/main-shadow.jpg) center top repeat-y;
	margin: 0 auto;
}
#mainContainer {
	width: 780px;
	margin: 0 auto;	
}
/* =Header
-------------------------------------------------*/
#header {
	background: #fff;
	float: left;
	width: 780px;
}
#header h1 {
	margin: 60px 0 10px 30px;
	font-weight: normal;
}
#header img {
	float: left;
}
/*#emailLinks {
	list-style: none;
	margin-left: 435px;
	font-size: 160%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#emailLinks li {
	background: url(img/header-bullet.gif) left center no-repeat;
	padding-left: 20px;
	margin-top: 4px;
}
#emailLinks a {
	color: #000;
}*/
/* =Main Navigation
-------------------------------------------------*/
#mainNav {
	float: left;
	width: 100%;
	list-style: none;
	background: #000;;
}
#mainNav li {
	float: left;
}
#mainNav a {
	/*float: left;*/ /* makes enter link clickable for IE */
	display: block;
	padding: 0 20px; /* controls space between links */
	line-height: 4em;
	text-decoration: none;
	color: #fff;
}
#mainNav a:hover{
	
}
/* =MainContent Homepage
-------------------------------------------------*/
#wrapper {
	background: #eaeaea;
	float: left;
	width: 780px;
}
#mainContent {
	float: right;
	width: 512px;
	border-left: 1px solid #ccc;
}
#mainContent h1 {
	font-size: 180%;
	color: #fff;
	margin-bottom: 10px;
}
#welcomeArea {
	background: #fff url(img/welcome-bg.jpg) top left repeat-x;
	padding: 10px;
}
#welcome {
	border-top: 1px solid #ccc;
}
#welcomeArea img {
	float: left;
	border: 1px solid #ccc;
}
#welcomeArea p {
	margin-left: 150px;
}

#secondaryDestinations {
	background: #fff url(img/welcome-bg.jpg) 40px left repeat-x;
	float: left;
	padding-bottom: 40px;
}
#secondaryDestinations h2 {
	background: #000;
	color: #fff;
	padding-left: 15px;
	padding: 0.6em 0 0.6em 0.8em;
}
#secondaryDestinations h3 {
	font-size: 150%;
}
.destinations { /* controls featured products at bottom of mainContent */
	float: left;
	padding: 11px 12px;
	width: 232px;
}
.destinations img {
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #ccc;
}
.destinations p {
	clear: left;
	text-align: justify;
}
/* =Categories
-------------------------------------------------*/
#categories {
	width: 120px;
	float: left;
	padding: 20px;
}
#categories ul {
	list-style: none;
}
#categories li {
	padding: 0.4em
}
/* =Store Content
-------------------------------------------------*/
#storeContent {
	float: right;
	width: 540px;
	padding: 20px;
	padding-bottom: 130px;
	border-left: 1px solid #ccc;
}
#storeContent img {
	float: left;
	margin: 0 20px 20px 0;
	display: inline; /* IE Double Margin Bug Fix */
}
/* =Events and Links
-------------------------------------------------*/
#eventDates {
	padding-left: 30px;
	margin-bottom: 15px;
}
/* =Footer
-------------------------------------------------*/
#footer {
	padding: 35px 10px;
	background: #000;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif; /* Inheritance applies to inside tags */
	border-top: 1px solid #fff;
	clear: both;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0 auto;
	width: 700px;
}
#footer li {
	display: inline;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}
#copyright {
	text-align: center;
}
/* =Sidebar
-------------------------------------------------*/
#sidebar {
	float: left;
	background-color: #F8F8F9;
	width: 228px;
}
#sidebar img {
	float: left; /* float all images left in sidebar */
	margin-left: 10px;
	border: 1px solid #ccc;
}
#sidebar p, #sidebar h3 {
	margin-left: 120px;
}
#sidebar h3 {
	font-size: 120%;
}
.featuredProductOdd, .featuredProductEven  {
	padding: 10px;
	background: #e5e7eb;
	width: 247px;
}
.featuredProductEven {
	background: #f8f8f9;
}

/* =General Classes
-------------------------------------------------*/
.clear {
	clear: both; /* used to prevent excessive floating */
}
