/* ------------------------------------------------------ */
/* @ RESET */
/* ------------------------------------------------------ */
html, body, div, span, p, pre, h1, h2, h3, h4, h5, h6,
blockquote, a, abbr, acronym, address, code, em, font, 
img, strong, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead,
tr, th {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ------------------------------------------------------ */
/* @ GENERAL HTML */
/* ------------------------------------------------------ */
body {
	background: #ccc url(../images/common/body_bg.png) repeat-x ;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;	
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1 {
	font-size: 160%;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
a, a:visited {
	color: #0837BA; 
	text-decoration: underline;
}
a:hover, a:active {
	background: #ccc;
	color: #021663; 
}
a.image:hover {
	background: none;
}
p {
	margin: 10px 0;
}
ul {
	list-style: disc;
	margin: 15px 20px;
}
li {
	padding: 1px;
}
thead {
	font-weight: bold;
}
th, td {
	padding: 2px 5px;
}
th.shoeName {
	background: #fffe9f; 
	font-size: 130%;
}
tr.active td {
	background: #fffe9f; 
}

/* ------------------------------------------------------ */
/* @ NAVIGATION */
/* ------------------------------------------------------ */
div#navWrapper {
	margin-top: 1px;
	position: relative;
	z-index: 100;
}
ul#nav {
	width: 864px;
}
ul#nav, ul#nav ul {
	background: #aaa;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li {
	position: relative;
	float: left;
	padding: 0;
	width: 144px;
	text-align: center;
	z-index: 100; 
}
ul#nav ul {
	position: absolute;
	left: 0px; /*for IE*/
}
ul#nav a {
	background: #2a2c69;
	padding: 0 15px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
ul#nav a.parent {
	cursor: default;
}
ul#nav a:hover, ul#nav li:hover {
	background: #2c48a3;
}
ul#nav ul {
	display: none;
}
ul#nav li:hover ul, ul#nav li.dropDown ul {
	display: block;
}
ul#nav ul li {
	margin-top: 1px;
	text-align: left;
}

/* ------------------------------------------------------ */
/* @ COMMON DIVS */
/* ------------------------------------------------------ */
#pageWrapper {
	margin: auto; /*center*/
	text-align: center; /*center for IE*/
	width: 880px;
}
#page {
	background: url(../images/common/page_bg.png) repeat-y;
	padding: 0 8px; /*equals width of page shadow*/
}
#contentWrapper {
	position: relative;
	text-align: left;
}
.tagline {
	position: relative; /*had to use relative positioning for IE6*/
	left: 30px;
	top: -20px;
}
#mainContent {
	float: left;
	padding: 24px;
	position: relative; /*fixes IE6 layout problems*/
	/*top: 20px;*/
}
#showcase + #mainContent {
	top: -5px;
}
#footer {
	border-top: 1px solid #bbb;
	clear: both;
	color: #888;
	font-size: 85%;
	line-height: 300%;
	text-align: center;
}
	#footer a { color: #555; }
	#footer a:hover { color: #021663; }	
#bl {
	background: url(../images/common/page_bl.png) no-repeat;
	float: left;
	height: 8px;
	width: 8px;
}
#bc {
	background: url(../images/common/page_bc.png) repeat-x;
	float: left;
	height: 8px;
	width: 864px;
}
#br {
	background: url(../images/common/page_br.png) no-repeat;
	float: left;
	height: 8px;
	width: 8px;
}

/* ------------------------------------------------------ */
/* @ COMMON CLASSES */
/* ------------------------------------------------------ */
/* ---------- Exact Width ---------- */
.oneThird {
	width: 272px;
}
.twoThirds {
	width: 544px;
}
.oneFourth {
	width: 204px;
}
.oneHalf {
	width: 408px;
}
/* ---------- Relative Width ---------- */
.fourth {
	width: 25%;
}
.third {
	width: 33%;
}
.half {
	width: 50%;
	width: 49%;
}
.full {
	width: 100%;
}
/* ---------- Other ---------- */
.clear {
	clear: both;
}
.column {
	float: left;
}
.style1 {
	background: #ddd;
}
.inside {
	margin: 10px;
	padding: 15px;
}
	.inside.left { padding-right: 0; }
	.inside.middle { padding-left: 0; padding-right: 0; }
	.inside.right { padding-left: 0; }
.boxTop {
	background: #2a2c69; /*SFG navy*/
	color: #fff;
	display: block;
	float: inherit;
	margin: -15px;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 100%;
}
.center {
	text-align: center;
}
span.caption {
	color: #888;
	display: inline-block;
	margin: 5px;
}
p.note {
	color: #888;
	font-style: italic;
}

/* ------------------------------------------------------ */
/* @ PAGE-SPECIFIC LAYOUT */
/* ------------------------------------------------------ */
#contacts h3 {
	margin-bottom: 0;
}
#map_canvas {
	border: 1px solid #bbb;
	height: 350px;
	margin-top: 20px;
	width: 356px;
}
img.right {
	margin: 20px 0 0 25px;
}
img.right + span {
	margin: 0 0 0 25px;
}
img#serviceMapSmall, img#serviceMapLarge {
	margin-top: 20px;
}
/*#shoeSearch {
	position: relative;
}
#shoeSearchForm {
	left: 50%;
	position: absolute;
}
#shoeMatches {
	width: 383px;
}
#shoeImage img {
	padding-top: 10px;
}
#shoeSpecs .label {
	font-weight: bold;
	left: 0;
}
#shoeSpecs .value {
	left: 100px;
	position: absolute;
}*/
#products h2 {
	margin-top: 0;
}
#products h1 {
	margin-bottom: 0;
}
#hidden {
	display: none;
}

/* ------------------------------------------------------ */
/* @ SUPPLIER LOGOS */
/* ------------------------------------------------------ */
#supplierLogos {
	position: relative;
	width: 100%;
        height: 350px;
}
#supplierLogos div { 
	position: absolute;
	width: 165px;
}
#supplierLogos div img {
	width: 150px;
}
#logo1 {
	top: 10px;
	left: 189px;
}
#logo2 {
	top: 44px;
	left: 30px;
}
#logo3 {
	top: 38px;
	right: 30px;
}
#logo4 {
	top: 150px;
	left: 0px;
}
#logo5 {
	top: 100px;
	left: 189px;
}
#logo6 {
	top: 159px;
	right: 0px;
}
#logo7 {
	top: 220px;
	left: 50px;
}
#logo8 {
	top: 300px;
	left: 189px;
}
#logo9 {
	top: 220px;
	right: 50px;
}


/*FIXES FOR IE*/
.company #primary, .company #secondary {float: left; clear: none; width: 368px;}
.company #primary {margin-right: 30px;}
.serviceAreas * {float: left; clear: both;}
.serviceAreas h1 {margin-bottom: 0;}
#shoeFilterForm, #shoeMatches {width: 375px;}

