/*   =======   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, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #707070;
	background: #ffffff url(../images/header.png) repeat-x 0 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px; 
	color: #859da9;
}
h1	{ font-size: 2.5em;}
h2	{ font-size: 2.125em; }
h3	{ font-size: 1.75em; }
h4	{ font-size: 1em; }
h5	{ font-size: 1.25em; }
h6	{ font-size: 1em; }
p	{ 
	font-size: .75em;
	color: #7a868d;
	line-height: 1.6em; 
	margin: 0 0 1.5em;
}

a, a:link, a:visited, a:active { 
	color: #394a58; 
	text-decoration: none;
}
a:hover { color: #0c1b24; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 20px 15px 0; }
.imgRight 	{ float: right; padding: 0 0 15px 20px; }


/*   =======   LAYOUT  =======   */

#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header, #content, #footer {
	width: 960px;
	padding: 0 8px;
	margin: auto;
	text-align: left;
	position: relative;
	display: block;
	clear: both;
}

#header {
	height: 200px;
}
#top {
	height: 139px;
/* 	overflow: hidden; */
}
#content {
	padding: 24px 0;
	overflow: auto;
}
#cols-2-1 {
	width: 230px;
	float: left;
}
#cols-2-2 {
	width: 730px;
	float: left;
}
#cols-3-1 {
	width: 230px;
	float: left;
}
#cols-3-2 {
	width: 474px;
	float: left;
	margin-left: 14px;
	overflow: hidden;
}
#cols-3-3 {
	width: 209px;
	float: right;
}
#cols-2wide-1 {
	width: 720px;
	float: left;
}
#cols-2wide-2 {
	width: 209px;
	float: right;
}
#footer-wrap {
	width: 100%;
	display: block;
	clear: both;
	background: url(../images/footer.png) repeat-x 0 0;
	padding: 10px 0;
}

/*   =======   HEADER  =======   */

h1#logo {
	display: block;
	position: relative;
	float: left;
	width: 310px;
	height: 130px;
	overflow: hidden;
}
h1#logo a {
	display: block;
	margin: 50px 0 0 0;
	text-indent: -9999em;
	background: url(../images/logo-methodskn.png) no-repeat 0 0;
	width: 300px;
	height: 58px;
}

#account-block {
	float: right;
	display: block;
	height: 48px;
	padding: 0 0 0 15px;
	margin: 0 -15px 0 0;
	background: url(../images/bg-accountblock.png) no-repeat 0 0;
}
#account-block li {
	display: block;
	float: left;
	font-size: .75em;
	line-height: 33px;
	padding: 0 10px
}
#account-block a {
	color: #fff;
	line-height: 33px;
	height: 33px;
	padding: 0 8px;
	display: block;
	float: left;
}
#account-block li.cart-link {
}
#account-block li.cart-link a {
	background: url(../images/shoppingcart.png) no-repeat right center;
	padding-right: 18px;
}
#account-block li.endcap {
	background: url(../images/bg-accountblock-end.png) no-repeat 0 0;
	display: block;
	float: right;
	width: 24px;
	height: 48px;
	text-indent: -999em;
	padding: 0;
}

#nav-secondary {
	display: block;
	float: right;
	margin: 48px 0 0 0;
}
#nav-secondary li {
	display: block;
	float: left;
	font-size: .75em;
	margin: 0 20px;
}
#nav-secondary li.last {
	margin-right: 0 !important;
}
#nav-secondary a {
	color: #859da9;
}
#nav-secondary a:hover { color: #54707e; }



