/* printstyle.css    */
/* Larsen Sheet Metal */
/* March 2009         */

body
{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.producttable
{
	margin: 0px;
	padding: 0px;
	height: auto;
}

.contacttable
{
	margin: 0px;
	padding: 0px;
	height: auto;
	vertical-align: top;
}

img
{
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

.smallselect
{
	font-size: 10px;
}

h1
{
	color: gray;
	font-size: 26px;
	font-weight: bold;
}


h2
{
	color: green;
	font-size: 24px;
	font-weight: bold;
}

h3
{
	color: #083f88;
	font-weight: bold;
	font-size: 20px;
}

.airadvicecomment
{
	color: gray;
	font-size: 18px;
	font-style: italic;
}

a
{
	color: red;
	text-decoration: none;
}

a:link
{
	color: red;	
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a:active
{
	color: red;	
	text-decoration: none;
}

a:visited
{
	color: red;
	text-decoration: none;
}

a:visited:hover
{
	color: red;	
	text-decoration: underline;
}

.footer
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

a.footer
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}	

a.footer:link
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}	

a.footer:visited
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}	

a.footer:hover
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}	

a.footer:visited:hover
{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}	


.appointment
{
	color: white;
	font-weight: bold;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 14px;
}

.productpage_introduction
{
	text-align: center;
	color: #0061B6;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.emergency_title
{
	color: #9e0b0f;
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.emergency_text
{
	color: #9e0b0f;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.contact_grey
{
	color: #646464;
	font-weight: bold;
	font-size: 15px;
}

.contact_lightgrey
{
	color: #646464;
	font-size: 13px;
}

.justified
{
	font-size: 12px;
	font-family: inherit;
	text-align: justify;
	color: #171717;
}

.kitchen_label_title
{
	color: #404040;
	font-size: 22px;
}

.kitchen_label_heading
{
	color: #404040;
	font-weight: bold;
	font-size: 14px;
}