/*CSS File for Plus Fifteen / Essex PB&R : smokehoods.com*/

/*global styles*/

html		{
	margin:0;
	padding:0;
	}

body		{
	font: 76% Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-weight:100;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#FFFFF;
															/*background-image:url("../images/background.jpg");*/		
															/*This is a shaded, repeating background. */
															/*Only use if it is acceptable to have the */
															/*background exposed beyond the bottom of */
															/*the page. To use, delete this comment, and*/
															/*uncomment the style declaration*/
	background-repeat: repeat-y;
	background-position:center;
	}

p	{
	margin:0 10px 10px;
	}

a	{
	display:block;
	color: #981793;
	padding:10px;
	}

/*global styles end*/

/*page styles*/

/*outer container*/

#container	{
	text-align:left;
	width:650px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 10px;
	}

/*header styles*/

#header	{
	border-bottom: 1px solid #000000;
	margin: 0 0 7px 0;
	}

#header h1	{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
	}

#header img	{
	border: 0px;
	}

#header ul	{
	margin:0 0 0 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

#header li	{
	display:inline;
	margin:0;
	padding:0;
	}

#header a	{
	float:left;
	margin:0px;
	padding:0 5px 0 0;
	text-decoration:none;
}

/*header styles end*/

/*top navigation styles*/

#topNav {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:0px solid #e1751c;
	line-height:normal;
	margin-bottom: 5px;
	background-color:#0079c2;
	}

#topNav ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
	float: right;
	}

#topNav li {
	display:inline;
	margin:0;
	padding:0;
	}

#topNav a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#topNav a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFE;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#topNav a span {
	float:none;
	}

/* End IE5-Mac hack */

#topNav a:hover span {
	color:#FFFFFE;
	}

#topNav a:hover {
	background-position:0% -42px;
	}

#topNav a:hover span {
	background-position:100% -42px;
	}

/*top navigation styles end*/

/*main content styles*/

#mainContent	{
	float:right;
	width:345px;
	text-align: center;
	padding: 5px;
	}

#mainContent h1	{
	font-size: 155%;
	color:#e6771c;
}

#mainContent h2	{
	font-size: 125%;
	color:#0079c2;
}

#mainContent ul	{
	text-align:left;
	line-height:24px;
	font-size: 105%;
	}

/* Turn bullets off */
/*
#mainContent .noBullet	{
	list-style:none;
	}
*/

#mainContent .noBullet a		{
	display:inline;
	margin:0;
	padding:0;
	}

/*main content styles end*/

/*content area styles* - this content area is necessary to style pages subsequent to the home page*/

#contentArea	{
	width:100%;
	text-align: left;
	padding: 5px;
	}

#contentArea h1	{
	font-size: 155%;
	color:#e6771c;
}

#contentArea p	{
	font-size: 100%;
	line-height:16px;
	color:#000000;
}


#contentArea a	{
	padding: 0;
	display: inline;
	}

#contentArea img	{
	border: none;
	}
	
#contentArea ul	{
	list-style: none;
	line-height: 16px;
	}

#contenArea	li	{
	list-style: none;
	}

/*content area styles end*/

/*left container styles*/

#leftContainer	{
	background:#ffffff;
	float:left;
	width:285px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	height: 325px;
	min-height:325px;
	color: #FFFFFF;
	}

/*left container styles end*/

/*bottom navigation styles*/

#bottomNav	{
	background:#FFFFFF;
	text-align: center;
	clear:both;
	width:100%;
	border-top: 1px solid #000000;
	padding-top: 3px;
	}

#bottomNav img	{
	border: 0px;
	}

#bottomNav ul	{
	margin:0 0 0 5px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

#bottomNav li	{
	display:inline;
	margin:0;
	padding:0;
	}

#bottomNav a	{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0 0 0 4px;
	text-decoration:none;
}

/*bottom navigation styles end*/

/*footer styles*/

#footer	{
	background: #FFFFFF;
	text-align: center;
	clear: both;
	color: #000000;
	font-size:85%;
	padding-top:5px;
	}

#footer p	{
	margin:0;
	padding:5px 10px;
	}
	
/*footer styles end*/