/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/





/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Lucida Grande', Calibri, Verdana, sans-serif;
	background: #fff url('') repeat-x;
	color:#383838;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a:focus, a:hover {color:#1e94c9; border:none; outline:none; text-decoration: underline;}
a {color:#1e94c9;text-decoration:none; outline:none;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-family:'Lucida Grande', Calibri, Verdana,sans-serif;
	font-size: 23px;
}

h3 {
	font-family: 'Lucida Grande', Calibri, Verdana,sans-serif;
	font-size: 1.5em;
	line-height:2em;
	font-weight:normal;
}


h4 {
	font-size: 13px;
	/*line-height:1.5em; */
	font-family:'Lucida Grande', Calibri, Verdana,sans-serif;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


/* Other */

.lead-in {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.25em;
	lineheight:1.25em;
	font-weight:  normal;
	margin-top:1em;
	margin-bottom:1em;
}
.quote {
margin:1.5em 10px 0 0;
background: #c9e8f9;
padding:10px 20px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;

}
.quotation{
font-size:1.25em;
line-height:1.5em;
}
.name-quoted{

}
.product-name{
font-weight:bold;
font-size:.85em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0px;
}

p{
margin-bottom: 1em;
}
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: .5em;
}