/* Mart Safety header stylesheet */

.martcentershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
/*	background: #fbd600 url(../images/leftborder.gif) repeat-y; */
	background: #fbd600 url(../images/leftborder.gif) repeat-y;
}
/* header */
#martheader {
	background: url(../images/Martmontage2.jpg) no-repeat 200px 47px;
	height: 100%;
}
/* logo */
#martlogo {
	padding: 0;
	margin: 0;
	width: 190px;
	float: left;
}
#martlogo h1 {
	padding: 0;
	margin: 0;
	height: 185px;
	text-indent: -5000px;
	background: url(../images/Martlogo2.jpg) no-repeat;
}
#marttopline {
	margin: 0 0 0 190px;
	padding: 0;
	text-align: right;
	color: #fff;
}
/* search box */
#martsearch {
	text-align: left;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	width: 190px;
	color: #fff;
	background: #000;
}

#marttoplinks {
	padding: 26px 10px 5px 0;
	background: #000;
}
#marttopline a {
	color: #fff;
	text-decoration: none;
}
#marttopline a:hover {
	color: #fbd600;
}
#martbotline {
	margin: 118px 10px 0 200px;
	padding: 0 10px 0 0;
	background: #000;
	color: #fff;
}
/* bottom bar on header */
#martbreadcrumbs {
	margin: 0;
	padding: 5px 5px;
	width: 250px;
	color: #FFFFFF;
}
#martbotlinks {
	margin: 0;
	padding: 5px 5px;
	float: right;
	color: #FFFFFF;
}
#martbreadcrumbs a, #martbotlinks a {
	color: #fff;
	text-decoration: none;
}
#martbreadcrumbs a:hover, #martbotlinks a:hover {
	color: #fbd600;
}