/* General
 * 
 * Put any general rules available throughout the entire site in here
 */

/* Layout */
body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 72.5%;
}

#page-main
{
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	padding: 0;
}


/* Utility classes */
.clear
{
	clear: both;
	float: none;
	height: 0;
}

img
{
	border: 0;	
}

form
{
	padding: 0;
	margin: 0;	
}

address
{
	font-style: normal;
}

#accessibility-links
{
	display: none;	
}

.nowrap
{
	display: block;	
}

.center
{
	text-align: center;	
}

a
{
	color: #114779;
	text-decoration: underline;
}

a:hover
{
	color: #00aef3;
	text-decoration: underline;
}

a img
{
	border: 0;
	text-decoration: none;
}

.arrow-left
{
	margin: 4px 7px 0 0;
	background: transparent url(/templates/default/media/images/arrow-left.gif) no-repeat center left;
	text-decoration: none;
}

a .arrow-left span
{
	visibility: hidden;
	text-decoration: none;
}

a .arrow-down
{
	margin: 4px 7px 0 0;
	background: transparent url(/templates/default/media/images/arrow-down.gif) no-repeat center left;
	text-decoration: none;
}

a .arrow-down span
{
	visibility: hidden;
}

.hidden
{
	display: none;
}

p
{
	color: #444444;	
}

li
{
	color: #444444;	
	margin-bottom: 0.5em;
}




body.interstitial-page div#content-body .pdf,
body.interstitial-page div#content .pdf
{
height:30px;
background:transparent url(../../media/images/pdficon_large.gif) no-repeat scroll 22px 50%;
display:block;
padding:5px 0 0 60px;

text-decoration:none;
}


.pdf
{
height:30px;
background:transparent url(../../media/images/pdficon_large.gif) no-repeat scroll 0px 50%;
display:block;
padding:5px 0 0 40px;
text-decoration:none;
}



body.product-page #content-body .pdf  
{
	height:30px;
	background:transparent url(../../media/images/pdficon_large.gif) no-repeat scroll 0 50%;
	display:block;
	margin-left: 20px;
	padding-left: 40px !important;
	text-decoration:none;
}


/* secondary menu */

div#secondary-navigation div.item
{
	padding: 7px 0 7px 10px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	background: transparent url(/templates/default/media/images/arrow-left.gif) no-repeat center left;
}
