
/*SafetyExpressUSA styles*/

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
	background: #010066 url(images/pageBck.jpg) repeat-y center;
}
p {
	margin: 0;
	padding: .5em 0;
}
.clear {
	clear: both;
	font-size: 6px;
}

h2 {
	color: #FE0000;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	color: #001CA1;
	margin-bottom: 0;
	padding-bottom: 0;
}
h4 {
	color: #001CA1;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: .5em;
	padding-left: .5em;
}
img {
	border: 0;
}

.floatRight {
	float: right;
	margin: .5em;
}

.floatLeft {
	float: left;
	margin: .5em;
}

.product {
	clear: both;
	border: 1px solid #999999;
	padding: .5em;
}
.product p {
	font-weight: bold;
}
.productImage {
	float: right;
}


#pageWrapper.layPlain {
	background: #fff;
}
#pageWrapper {
	width: 824px;
	margin: auto;
	text-align: left;
	background: url(images/pageBck.jpg) repeat-y;
}
#contentWrapper {
	position: relative;
	width: 800px;
	margin-left: 12px;
	padding-top: 60px;
}
a:link, a:visited {
	color: #0033CB;
}
a:hover, a:active {
	text-decoration: none;
	color: #FE0000;
}
#header {
	position: absolute;
	margin-left: 12px;
	z-index: 10;
}
#headerTop2 {
	position: relative;
	left: 194px;
	width: 606px;
	height: 112px;
}
.breadcrumb {
	display: none;
}
#google {
	display: none;
}

/** Menu **/

#navL {
	float: left;
	width: 170px;
	background: url(images/leftNavBck.jpg) no-repeat 0 -60px;
	height: 400px;
	height /**/: auto;
	min-height: 400px;
}
#navL ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: bold 105% Verdana, Helvetica, Arial, sans-serif;
}
#navL ul li {
	margin-bottom: 1px;
}
#navL a:link, #navL a:visited {
	display: block;
	padding: 1em 4px;
	padding-left: 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#navL a:hover, #navL a:active {
	background: #FE0000;
}
#navL .current {
	background: #FE0000;
	border-top: 1px solid #010066;
}
#navL ul ul .current {
	background: #FE0000;
	border-top: none;
}
	
#navL li ul {
	padding: 0;
}
#navL ul ul li {
	padding: 0;
	border: none;
	font-size: 95%;
	padding-left: .5em;
	width: 100%;
}
#navL ul ul a:link, #navL ul ul a:visited {
	color: #010066;
	padding: .3em 0 .3em .5em;
	height: auto;
	background: #BEC3D1;
	height: auto;
}
#navL ul ul a:hover, #navL ul ul a:active {
	background: #fff;
}
#navL ul .activeTop{
	background: #FE0000;
	padding: 0;
	width: 100%;
}
#navL .menuEditLink a {
	background: #010066;
}

/*end left nav*/

/*productThumbs*/

.productThumbnail {
	width: 270px;
	float: left;
	text-align: center;
	padding: 10px;
}
.productThumbnail .productCaption {
	display: block;
	padding: .5em;
	font-weight: bold;
}
.productThumbnail img {
	border: 1px solid #999999;
}


#noMenuContent {
	padding: .5em 0 1em 1em;
	margin-top: 85px;
	margin-left: 20px;
}
#contentWrapper {
	text-align: left;
}
#content {
	margin-left: 180px;
	width: 600px;
	padding-top: 150px;
}
.leftColumn {
	width: 290px;
	padding: 0;
}
.rightColumn {
	width: 295px;
}
.contentIntro, .contentBody {
	padding-right: 1em;
}
td {
	vertical-align: top;
}

#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	padding-top: 3em;
	text-align: center;
	padding-left: 160px;
	color: #010066;
	font-weight: bold;
	margin-bottom: 1em;
}

.greeting {
	background: #fff;
	border: 1px solid #005447;
	padding: .5em;
	margin: 0 12px;
}

