﻿body {
	width: 983px;
	margin: 0 auto;
	background: transparent url('../images/bg-hp-tile.jpg') top left;
	font: 12px Arial, sans-serif;
	color: #999;
	line-height: 1.3em;
}

a, a:visited { text-decoration: none; color: #ae1a1f;}
a:hover { text-decoration: underline; }

a.alt, a.alt:visited { color: #5b5c5e; }

h1 { font-size: 24px; font-weight: bold; color: #9c988a; margin-bottom: 12px;}

h2 { font-size: 16px; font-weight: bold; color: #999; margin-bottom: 8px; line-height: 1.1em;}
h2.alt { color: #9c988a; }
h2.inline { display: inline; }
h2.normal { font-weight: normal; }

h3 { font-size: 15px; color: #5b5c5e; margin-bottom: 8px; font-weight: bold;}
h4 { font-weight: bold; margin-bottom: 8px;}
h5 { font-weight: bold; font-size: 14px; margin-bottom: 8px; color: #9c988a; }
h6 { font-weight: bold; font-size: 12px; margin: 12px 0; color: #999; }
.border { border: 1px solid #c2c2c1; }

p { margin-bottom: 8px;}
blockquote { margin: 8px 0;}

sup { font-size: 10px; vertical-align: 4px;}
.border { border: 1px solid #c2c2c1; }
.padding { padding: 16px 28px; }

.left { float: left; }
.right { float: right; }

input { color: #999; font: 12px Arial, sans-serif;}

input.standard { width: 170px; }

input.fixed-width { width: 120px; }

.checkbox-contain {margin: 8px 0; display: inline-block; }
.checkbox-contain .checkbox { float: left; }
.checkbox-contain .checkbox-label {
	float: left;
	font-size: 11px;
	margin-left: 4px;
	padding-top: 2px;
}

.callout { color: #5b5c5e; font-weight: bold; }
.callout-subtext { font-size: 11px; }

/* ------------------------ Global Landing Page ----------------------------- */


body.global {
	width: 1086px;
	margin: 0 auto;
	background-image: none;
}

.global-contain {
	width: 100%;
	height: 930px;
	float:left; 
	background: #FFF url('../images/bg-hushpuppies-global.jpg') top center no-repeat;
}

.global-content {
	position: relative;
	top: 254px;
	left: 510px;
	font-size: 12px;
	line-height: 1.6em;
	width: 300px;
}

.global-content h1 { font-size: 18px; color: #9c988a; font-weight: bold; margin-bottom: 8px;}

ul.global-select li a, .global-select ul li a:visited {
	color: #5b5c5e;
	font-weight: bold;
}

ul.global-select li li a {
	margin-left: 12px;
	font-weight: normal;
}

