/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	margin: 0 0 22px 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #58595b;
	word-spacing: 2px;
}

.minicols h1 {
	margin: 0 0 9px 0;
	font: 20px Arial, Helvetica, sans-serif;
	color: #58595b;
	word-spacing: 2px;
}

h2 {
	margin: 0 0 20px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #58595b;
	word-spacing: 2px;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #676668;
	margin: 0 0 7px 0;
}

h4 {
	background: url('../img/h4-right.gif') no-repeat 100% 0;
	height: 34px;
	margin: 0 0 20px 0;
	color: #FFF;
	font: 13px Arial, Helvetica, sans-serif;
}

h4 span {
	display: block;
	background: url('../img/h4-left.gif') no-repeat 0 0;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 15px;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	text-transform: uppercase;
	background: url('../img/red-arrow.gif') no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
}

h5 a:link, h5 a:visited {
	color: #888888;
}

/* Links */

a:link, a:visited, a:active {
	color: #58595b;
	text-decoration: underline;
}

a:hover {
	color: #58595b;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 15px 0;
	line-height: 1.1em;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	background: #d2d1cf 40% 0;
	width:100%; 

}

.all {
	width: 958px;
	margin: 0 auto 0 auto;
overflow:hidden;}

.frame {
	width: 958px;
}
/* Header */

.header {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.logo {
	margin: 25px 0 0 20px;
}

.auth {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 185px;
	color: #676667;
}

.auth label {
	display: block;
	margin: 0 0 7px 0;
}

.text {
	background: url('../img/text-right.gif') no-repeat 100% 0;
	height: 22px;
}

.text div {
	background: url('../img/text-left.gif') no-repeat 0 0;
	height: 22px;
}

.text div input {
	background: transparent;
	border: 0px solid transparent;
	width: 100%;
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 0 0 8px;
}

.auth .text {
	width: 140px;
}

.line {
	margin: 0 0 9px 0;
}

.auth .line {
	margin: 0 0 9px 0;
}

#password-input {
	float: left;
	display: inline;
	margin: 0 11px 0 0;
}

.auth .btn {
	float: left;
	display: inline;
}

/* Menu */

.menu {
	background: url('../img/menu-bg.gif') no-repeat;
	width: 951px;
	height: 29px;
	
}

.menu ul {
	margin: 3px 0 0 45px;
	background: url('../img/menu-sep.gif') no-repeat 100% 0;
	float: left;
	display: inline;
}

.menu li {
	float: left;
	display: inline;
	text-transform: uppercase;
	background: url('../img/menu-sep.gif') no-repeat;
	letter-spacing: 0px;
	word-spacing: 1px;
	position: relative;
	font-size: 11px;
}

.menu li:hover {
	background: #c71124;
}

.menu li a.level-1:link, .menu li a.level-1:visited {
	display: block;
	color: #f1f1f1;
	height: 26px;
	line-height: 26px;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	text-decoration: none;
	
	
}

.menu li a span {
	background: url('../img/menu-arrow.gif') no-repeat 0 5px;
	padding: 0 0 0 13px;
}

.menu li:hover a span {
	background: url('../img/menu-arrow-active.gif') no-repeat 0 7px;
}

/* Submenu */

.submenu {
	display: none;
	filter:alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
	
	border-right:#ffffff 1px solid; /* added later */
}

.menu li:hover .submenu {
	display: block;
	position: absolute;
	top: 26px;
	left: 0;
	background: url('../img/submenu-mid.gif') repeat-y;
	width: 135px;
	}

.submenu-top {
	background: url('../img/submenu-top.gif') no-repeat;
	
}

.submenu-bottom {
	background: url('../img/submenu-bottom.gif') no-repeat 0 100%;
	min-height: 10px;
	overflow: hidden;
}

.menu ul .submenu ul {
	margin: 3px 1px 0 2px;
	float: none;
	display: block;
	background: transparent;
}

.menu ul .submenu ul li {
	background: transparent;
	padding: 0;
	float: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 7px 7px 5px 16px;
	letter-spacing: 0;
	background: url('../img/submenu-sep.gif') no-repeat 0 100%;
}

.menu ul .submenu ul li a:link, .menu ul .submenu ul li a:visited {
	color: #fdfdfc;
	text-decoration: none
}

.menu ul .submenu ul li a:hover {
	color: #fdfdfc;
	text-decoration: underline
}

/* Columns */

.col-left {
	float: left;
	display: inline;
	width: 221px;
	margin: 0 0 0 3px;
}

.col-center {
	float: left;
	display: inline;
	width: 506px;
}

.col-right {
	float: left;
	display: inline;
	width: 222px;
}

/* Left column */

.box-left {
	background: url('../img/box-left-mid.gif') repeat-y;
	width: 221px;
}

.box-left .box-top {
	background: url('../img/box-left-top.gif') no-repeat 0 0;
}

.box-left .box-bottom {
	background: url('../img/box-left-bottom.gif') no-repeat 0 100%;
	overflow: hidden;
	min-height: 250px;
	padding: 0 0 3px 0;
}

.box-left .inner {
	margin: 18px 18px 0 18px;
}

/* Search */

.search h3 {
	font-size: 12px;
	margin: 0 0 4px 0;
}

.search .text {
	float: left;
	display: inline;
	width: 140px;
	margin: 2px 11px 0 0;
}

.search {
	border-bottom: 2px solid #cccccc;
	padding: 0 0 7px 0;
	margin: 0 0 12px 0;
}

/* News */

.news {
	margin: 0 0 0 8px;
	color: #666666;
	font-size: 11px;
}

.date {
	color: #58595b;
}

.news p {
	margin: 0;
	line-height: 1.3em;
}

.new {
	margin: 0 0 5px 0;
}

/* Center column */

.box-center {
	background: url('../img/box-center-mid.gif') repeat-y;
	width: 506px;
}

.box-center .box-top {
	background: url('../img/box-center-top.gif') no-repeat 0 0;
}

.box-center .box-bottom {
	background: url('../img/box-center-bottom.gif') no-repeat 0 100%;
	overflow: hidden;
	min-height: 250px;
	padding: 0 0 3px 0;
}

.box-center .inner {
	margin: 14px 18px 0 18px;
}

/* Small columns */

.col-1 {
	float: left;
	display: inline;
	width: 175px;
	margin: 0 0 0 6px;
}

.col-2 {
	float: left;
	display: inline;
	width: 225px;
	margin: 5px 0 0 50px;
}

.pic {
	display: block;
	border: 1px solid #80807f;
	padding: 5px;
	margin: 0 0 5px 0;
}

/* Button */

.button {
	position: relative;
	width: 110px;
	height: 24px;
}

.button-bg {
	background: url('../img/button.png') no-repeat;
	width: 110px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.button a:link, .button a:visited {
	position: relative;
	z-index: 20;
	text-align: center;
	display: block;
	width: 110px;
	height: 24px;
	line-height: 20px;
	color: #f8f6f6;
	text-decoration: none;
	font-size: 11px;
}

.button-line .button {
	float: middle;
}

.col-2 h3 {
	margin: 0 0 14px 0;
}

.line-left {
	float: left;
	display: inline;
	width: 58px;
}

.line-right {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 0 0 15px;
	font-size: 11px;
	color: #939394;
}

.spotlight {
	background: url('../img/emailbg.jpg') repeat-x;
	height: 67px;
	overflow: hidden;
}

.spotlight .line-right {
	margin: 12px 0 0 15px;
	color: #FFF;
}

.person-line {
	margin: 0 0 14px 0;
}

.person-line p {
	line-height: 1.1em;
	margin: 0;
	word-spacing: 1px;
}

.spotlight p {
	word-spacing: 0;
}

.more-link {
	text-align: right;
}

.more-link a:link, .more-link a:visited {
	color: #939394;
}

.spotlight .more-link a:link, .spotlight .more-link a:visited {
	color: #FFF;
}

.person-line p.author {
	text-align: right;
	margin: -12px 0 5px 0;
}

/* Right column */

.box-red {
	background: url('../img/box-red-bg.gif') no-repeat;
	width: 222px;
	height: 253px;
	overflow: hidden;
}

.box-red .inner {
	margin: 25px 0 0 10px;
}

.location {
	margin: 0 0 0 12px;
}

.location h3 {
	color: #ffff00;
	font-size: 12px;
}

.location .text {
	width: 130px;
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}

.location .btn {
	float: left;
	display: inline;
}

.parts {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 195px;
	height: 86px;
}

.parts-bg {
	background: url('../img/parts.png') no-repeat;
	width: 195px;
	height: 86px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
}

.parts .parts-inner {
	position: relative;
	z-index: 20;
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0 14px;
	width: 100px;
}

.parts-inner ul {
	list-style: disc;
	margin: 8px 0 11px 10px;
}

.parts-inner strong {
	line-height: 1.1em;
}

.stores-logo {
	text-align: center;
	margin: 0 20px 0 0;
}

/* Footer */

.bottom-menu {
	position: relative;
	width: 100%;
	margin: 15px 0 10px 0;
}

.bottom-menu:after {
	content: '';
	display: block;
	clear: both;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu ul {
	position: relative;
	left: -50%;
	float: left;
}

.bottom-menu ul li {
	float: left;
	display: inline;
	font-size: 11px;
	background: url('../img/sep.gif') no-repeat 0 3px;
	padding: 0 0 0 9px;
	margin: 0 8px 0 0;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #58595b;
}

.bottom-menu ul li.first {
	background: transparent;
	padding: 0;
}

.copyright {
	text-align: center;
	font-size: 10px;
	color: #58595b;
}

/* Interior page */

#interior .columns {
	margin: 5px 0 0 0;

}

/* Left menu */

.left-menu {
	margin: 27px 0 55px 5px;
}

.left-menu ul {
	margin: 0 0 20px 25px;
}

.left-menu ul li {
	margin: 0 0 2px 0;
	font-size: 13px;
}

.left-menu a:link, .left-menu a:visited {
	color: #6b6b6b;
}

.search-jobs {
	color: #6b6b6b;
	margin: 0 0 0 13px;
}

.search-jobs label {
	font-size: 13px;
	word-spacing: -1px;
	display: block;
	margin: 0 0 4px 0;
}

.search-jobs .text {
	width: 140px;
	margin: 0 0 8px 0;
}

.btn-submit {
	background: url('../img/btn-submit.gif') no-repeat;
	width: 89px;
	height: 23px;
	float: right;
	display: inline;
	margin: 0 30px 0 0;
}

.btn-submit input {
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	padding: 0;
	width: 89px;
	height: 21px;
	text-align: center;
	color: #f6f6f6;
	font: 12px Arial, Helvetica, sans-serif;
}

#interior .box-left .box-bottom {
	padding: 0 0 55px 0;
}

#interior .col-center {
	margin: 10px 0 0 26px;
	width: 473px;
}

#interior .col-right {
	margin: 5px 0 0 20px;
	width: 198px;
}

.promo {
	margin: 0 0 15px 0;
}

/* Jobs */

.job {
	margin: 0 0 8px 0;
	font: 13px Arial, Helvetica, sans-serif;
}

.side-box {
	margin: 0 0 27px 16px;
	font-size: 11px;
}

.title {
	color: #58595b;
	font: 13px Arial, Helvetica, sans-serif;
}

/* Events */

.event-title {
	color: #58595b;
	float: left;
	display: inline;
	width: 100px;
	line-height: 1.1em;
}

.event-date {
	float: left;
	display: inline;
	width: 70px;
	text-align: right;
}

.info {
	margin: 0 0 3px 0;
}

.event p {
	margin: 0;
}

.event {
	margin: 0 0 9px 0;
}

/* Top search */

.top-search {
	position: absolute;
	top: 31px;
	right: 45px;
}

.top-search label {
	float: left;
	display: inline;
	margin: 2px 10px 0 0;
}

.top-search .text {
	float: left;
	display: inline;
	width: 141px;
}
