@charset "utf-8";
/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {/* fix the non-IE scrollbar issue */
	min-height: 100%; 
	margin-bottom: 1px;
}

/* END RESET */

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #CCCCCC;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-size: 1.2em;
	padding-bottom: .8em;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	padding: .2em 0;
	color: #564878;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: .2em 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0000ff;
	padding: .2em 0;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
	padding: .2em 0;
}
h5 {
	font-size: 1.2em;
	color: #0000ff;
	padding: .2em 0;
}
#mainContent a {
	font-size: 1.2em;
	padding-bottom: .8em;
	color: #564878;
}
#mainContent a:hover {
	text-decoration: underline;
}


.lekiNew #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.lekiNew #header {
	background: #564878 url(../Images/layout/header.gif) no-repeat left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
}
.lekiNew #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.lekiNew #navBar {
	background: #726880;
	height: 22px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.8em;
}
.lekiNew #navBar li {
	display: inline;
	background: url(../Images/layout/nav_seperator.gif) no-repeat right center;
	padding-right: 20px;
	padding-left: 20px;
}
.lekiNew   #navBar   a {
	color: #FFFFFF;
}
.lekiNew #navBar a:hover {
	text-decoration: underline;
}

.lekiNew  #navBar .last {
	background: url(../Images/layout/nav_seperator_off.gif) no-repeat right center;
}
.lekiNew #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
}
.lekiNew #mainContent.homePage {
	background: url(../Images/new-bg.jpg) no-repeat right bottom;
	height: 325px;
	padding-right: 350px;
}
.lekiNew #mainContent.shopPage {
	background: url(../Images/leki_hike_bg.jpg) no-repeat right top;
}
.lekiNew #sectionDetail.reduceWidth  {
	padding-right: 330px;
}
.lekiNew   #footer    {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#564878;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.4em;
}
.lekiNew #footer a {
	color: #FFFFFF;
}
.lekiNew .floatLeft {
	float: left;
}
.lekiNew .floatRight {
	float: right;
}
.lekiNew .alt {
	position:absolute;
	left: -10000px;
}
.lekiNew #sectionsMenu {
	width: 250px;
	padding: 0 0 10px 0;
}
.lekiNew #sectionsMenu li {
	background: #726880;
	line-height: 1.6em;
	border-bottom: 1px solid #FFFFFF;
	font-size: 120%;
}
.lekiNew #sectionsMenu li.first {
	background: #564878;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.lekiNew #sectionsMenu a {
	color: #FFFFFF;
	display: block;
	padding: 0 0 0 10px;
	text-decoration:none;
}
.lekiNew #sectionsMenu a:hover {
	background: #564878;
	text-decoration:none;
}
.lekiNew #breadcrumbs {
	position: absolute;
	top: 10px;
	right: 10px;
}
.lekiNew #breadcrumbs a {
	color: #fff;
}

.lekiNew .clearFloat {
	clear: both;
}
.lekiNew img.imageborder {
	border: 1px solid #564878;
	float: right;
	margin: 0 0 10px 10px;
}

/* Product Listings */

.lekiNew .price {
	font-weight: bold;
	color: #0066CC;
	line-height: 1.8em;
}
.lekiNew .productTitle {
	font-size: 2em;
	color: #564878;
	font-weight: bold;
	background: #CCCCCC;
	display: block;
	padding: 0 0 0 10px;
}
.lekiNew .productListing {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	position:relative;
}
.lekiNew .productListing .productSpecText {
	padding: 10px;
}
.lekiNew .productSpec {
	border: 1px solid #726880;
	width: 450px;
	background: #FFFFFF;
	float: right;
	margin-left: 10px;
}
.lekiNew .productSpec img.productImage {
	display: block;
}
.lekiNew .productDescription {
	padding: 0 10px 0 10px;
}

/* Shopping Cart Styles */

.lekiNew table.shopping {
	border: 1px solid #FFFFFF;
	font-size: 1.2em;
	width: 500px;
}
.lekiNew table.shopping tr.purple td {
	background-color:#564878;
	color:#FFFFFF;
	font-weight:bold;
	padding: .4em;
}
.lekiNew table.shopping tr.orderTotal td {
	background-color:#CCC;
	font-weight:bold;
}
.lekiNew table.shopping input.qty {
	width: 30px;
	text-align:right;
}
.lekiNew table.shopping td.number {
	text-align:right;
}
.lekiNew img.padlock {
	float:right;
}

/* Form Styles */

input, label { 
	display: block; 
	margin:.5em 0;
}
label { font-size: 1.2em; }