/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#ed1c24;
}
a:hover {
	color:#ed1c24;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color:#6d6e71;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

img {
	display:block;
	overflow:hidden;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #c6c8ca;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #000000;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}
#background {
	width:100%;
	background:#f1f1f2 url(../images/background.jpg) top repeat-x;
}

#shadow {
	width:100%;
	background: url(../images/shadow.gif) top repeat-x;
}

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:960px;
	height:87px;
	padding:47px 0 15px 0;
	position:relative;
}

.logo {
	position:absolute;
	left:0;
	top:0;
	display:block;
}

.magazines {
	position:absolute;
	left:781px;
	top:140px;
	display:block;
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:713px;
	height:44px;
	padding:0 0 0 13px;
	background:url(../images/nav.gif) no-repeat;
	float:right;
}

#nav ul {
	width:713px;
	padding:0 1px 0 0;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 15px;
	margin:0;
}

#nav ul li a {
    float:left;
	text-align:center;
    padding:15px 0 0 0;
	height:29px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right:1px solid #636466;
	} 

#nav #active { 
	text-decoration: none;
	background-color:#000000;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#000000;
	}
	
.home {
	width:78px;
	} 
.safety {
	width:178px;
	} 
.fire {
	width:167px;
	}
.catalog {
	width:147px;
	}	
.contact {
	width:126px;
	}


/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:960px;
	padding:0 0 30px 0;
	overflow:hidden;
}

#intro {
	width:678px;
	height:162px;
	padding:20px 30px 12px 30px;
	float:right;
	background: url(../images/intro.gif) top no-repeat;
}

#intro h1 {
	font-size: 31px;
	line-height: 33px;
	border-bottom:1px solid #8ec3e9;
}

#intro p {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}

#column {
	width:222px;
	padding:228px 0 0 0;
	float:left;
    background:url(../images/police.gif) top left no-repeat;
}


#yellowcolumn {
	width:210px;
	padding:0 0 15px 0;
	float:left;
    background:url(../images/yellow_bottom.gif) bottom left no-repeat;
}

#yellowcolumn h2 {
	font-size: 18px;
	line-height: 20px;
	width:190px;
	height:26px;
	padding:15px 0 0 20px;
	background:url(../images/yellow_top.gif) top left no-repeat;
}

#yellowcolumn ul { 
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:5px 20px 0 20px;
	font-style: normal;
	font-weight: normal;
}

#yellowcolumn li { 
	background: url(../images/star.gif) left top no-repeat;
	padding: 3px 0 3px 12px;
	border-bottom:1px solid #f0b310;
}

#copybottom {
	width:738px;
	padding:0 0 25px 0;
	float:right;
    background:url(../images/content_bottom.gif) bottom no-repeat;
}

#copytop {
	width:678px;
	padding:20px 30px 0 30px;
    background:url(../images/content_top.gif) top no-repeat;
	overflow:hidden;
}

#rightcontent {
	width:738px;
	float:right;
}

.item {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 10px 10px 7px 10px;
	margin:0;
	font-weight: bold;
	background:url(../images/gradient.gif) bottom repeat-x;
}

.itemnumber {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding: 0 10px 8px 10px;
	margin:0;
	font-weight: normal;
}

.arrow {
	float:left;
	padding:1px 5px 0 0;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

.pages {
	width:658px;
	padding:5px 10px 5px 10px;
	background-color:#ECEDED;
	border-bottom:10px solid #FFFFFF;
}

.quantity {
	border-left:1px solid #c6c8ca;
	border-top:1px solid #c6c8ca;
	border-bottom:1px solid #c6c8ca;
	width:100%;
	margin:0 0 10px 0;
}

.comments {
	border:1px solid #c6c8ca;
		font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}

.quantity p {
	padding: 0;
}

.pages p {
	padding: 0;
}

#copytop ul { 
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:0 0 7px 0;
	font-style: normal;
	font-weight: normal;
}

#copytop li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}

.subimage {
	padding: 0 0 10px 10px;
	float:right;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #c6c8ca;
	background: #FFFFFF url(../images/form.gif) bottom repeat-x;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #ed1c24;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #560F11;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Helvetica, Arial, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #560F11;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #ed1c24;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #ed1c24;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#ed1c24;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(../images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(../images/button2.gif) right center no-repeat;
background-color: #00467f;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/


#footer {
	width:950px;
	height:auto;
	padding:15px 0 0 0;
	margin:0 auto 0 auto;
}

#footerleft {
	width:300px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright {
	width:620px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}
#footerleft p {
	font-size: 10px;
	line-height: 13px;
	color:#FFFFFF;
	padding:0 0 10px 0;
}

#footerright p {
	font-size: 10px;
	line-height: 13px;
	color:#9d9fa2;
	padding:0 0 10px 0;
}

.snipe {
	color:#939598;
}


a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

#footerleft a  {
	text-decoration: none;
	color:#939598;
}
#footerleft a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}

