  /*************************************************************************
AUTHOR :	Shaun Webster
**************************************************************************/

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	margin-bottom: 1px;
	min-height: 100%;
	background: transparent;
}

body {
	color: #000000;
}

body.distributing {
	background: url(../../../themes/pepin/images/layout/bg_body.png) repeat-x #3d1b04;
}

body.hospitality {
	background-color: #000000;
}

h1 {
	margin: 0 0 15px;
	font-size: 189%;
	color: #6f1c16;
}

h2 {
	margin: 0 0 15px;
	font-size: 131%;
	color: #6f1c16;
}

h3 {
	margin: 10px 0 10px;
	font-size: 131%;
	color: #6f1c16;
	clear: left;
}

p {
	margin-bottom: 15px;
	color: #000000;
	font-size: 85%;
	line-height: 18px;
}

/* wrapper */
.wrap {
	margin: 0 auto;
	width: 951px;
}

/* header */
.distributing .header {
	height: 117px;
	background: url(../../../themes/pepin/images/layout/bg_header_distributing.png) repeat-x #000000;
}

.hospitality .header {
	height: 84px;
	background: url(../../../themes/pepin/images/layout/bg_header_hospitality.png) repeat-x #000000;
}

.header .logo a {
	display: block;
	width: 315px;
	height: 82px;
}

/* .control_menu */
.control_menu {
	padding-top: 2px;
	height: 15px;
}

.control_menu li {
	float: right;
}

.control_menu li a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #333333;
	display: block;
	text-align: center;
	color: #333333;
	font-size: 77%;
	text-decoration: none;
}

.control_menu li.loginout_link a {
	border-left: 0;
}

.control_menu li a:hover {
	text-decoration: underline;
}

/* page */
.page {
	background: url(../../../themes/pepin/images/layout/bg_page.jpg) repeat-y #ffffff;
	min-height: 400px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 168px;
}

/* main */
.main {
	float: right;
	width: 783px;
}

/* menu */
.menu {
	float: right;
}

.menu li {
	margin-top: 3px;
	font-size: 85%;
	background: url(../../../themes/pepin/images/layout/hbar_grey_dots.png) bottom repeat-x;
	float: left;
	text-transform: uppercase;
}

.menu li a {
	padding: 9px 11px 7px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.menu li a:hover {
	background: url(../../../themes/pepin/images/layout/bg_menu_hover.png) transparent;
}

/* side_menu */
.side_menu {
	margin: 16px 20px 0;
}

.side_menu li {
	margin-bottom: 15px;
}

.side_menu li a {
	color: #ffffff;
	text-decoration: none;
}

.side_menu li a:hover {
	text-decoration: underline;
}

/* .footer */
.footer {
	margin-top: 15px;
	padding-top: 5px;
	clear: both;
	float: right;
	width: 783px;
}

/* .copyright */
.copyright {
	text-align: center;
}

.copyright p {
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 77%;
}

.copyright a {
	color: #666666;
	text-decoration: none;
}

.copyright a:hover {
	color: #111111;
}

/* content */
.content {
	margin: 30px 15px 15px;
}

/* content styles */
.content img {
	margin: 15px 35px 5px 10px;
}

.content ul, .content ol {
	margin: 0 15px 0 10px;
}

.content li {
	/*list-style-image: url(/themes/pepin/images/layout/bullet.gif);*/
	list-style-type: disc;
	margin: 0 15px 0;
	padding-bottom: 5px;
	line-height: 16px;
	color: #000000;
	font-size: 85%;
}

/* misc styles */
.half_wide {
	float: left;
	width: 360px;
}

.space_right {
	margin-right: 30px;
}

/* Request Form Styles */
.request_form td {
	padding: 0 5px 10px 0;
}

.request_form td input {
	width: 150px;
}

.request_form td input.wide_input {
	width: 441px;
}

.request_form td select {
	width: 150px;
}

.request_form td textarea {
	width: 445px;
	height: 100px;
}

.request_form td.label {
	text-align: right;
	white-space: nowrap;
	width: 125px;
	display: block;
}

.request_form td.wide_label {
	text-align: right;
	white-space: nowrap;
}

#event_date_month {
	width: 110px;
}

#event_date_day {
	width: 55px;
}

#event_date_year {
	width: 75px;
}

#error li {
	color: #6f1c16;
}

/* product manager */
.product_category_list ul, .product_category_list li {
	margin: 0;
	list-style-type: none;
}

.product_category_list li {
	font-size: 108%;
	padding-bottom: 15px;
	font-weight: bold;
}

.product_category_list li a {
	color: #7c1900;
	text-decoration: none;
}

.product_category_list li a:hover {
	text-decoration: underline;
}

.product_list ul, .product_list li {
	margin: 0;
	list-style-type: none;
}

.product_list li {
	margin: 0 15px 15px 0;
	padding: 15px 5px;
	float: left;
	width: 150px;
	text-align: center;
	border: 1px solid #7c1900;
	background-color: #ffffff;
}

.product_list li img {
	margin: 0;
}