a.home:link {
color: #ffffff;
text-decoration:none;
}

a.home:visited {color: #ffffff}

a.home:hover {
background: #ffffff;
color: #005599;
}

#menuRequestAQuoteBox {
	background:orangered;
	color:white;
	text-align: center;
	padding:4px;
	font-size:11pt;
}

#menuRequestAQuoteBox:hover {
	background: #cc9933;
	color:orangered;
}

.dashedbox{
width:460px;
border:1px dashed #005599;
background-color:#eee;
margin: auto;
}

#row  {
display: table-row;
}

#itemcontainer {
background: #ffffff;
text-align: left;
width: 540px;
margin:auto auto auto auto;
}


#itemleft {
display: table-cell;
vertical-align:top;
width:210px;
}

.itemleftinline {
display: inline;
vertical-align:top;
width:210px;
}

#itemdescription {
display: table-cell;
vertical-align:top;
width:540px;
margin:auto auto auto auto;
}

.itemdescriptioninline {
display: inline;
vertical-align:top;
width:540px;
margin:auto auto auto auto;
}


#fieldlabel {
font-weight: bold;
}

.item-wrapper {
	display:flex;
	border-bottom:1px solid #ddd;
	padding-bottom:12px;
	margin-bottom:12px;
}

.item-image {
	width:90px;
	flex-shrink: 0;
	flex-grow: 0;
}



.item-description {
	padding-left:24px;
	flex-shrink: 1;
	flex-grow: 1;
	font-size:14pt;
}

hr.hr-general-1 {
	margin-top:24px;
	margin-bottom:24px;

}

div.general-spacer {
	clear:both;
	height:24px;
}

p {
	margin-left: 10px;
	font-family:sans-serif;
	font-size:12pt;
	line-height: 1.4;
}

.selectwidth{
width:200px;
}

html {

background: #999;


}

body {


font-size:10pt;
font-family:sans-serif;

}

.titlerow {
background-image:url('images/titlerowbg.gif');
height:26px;
}

pre {
margin-left: 10px;
font-size:10pt;
font-family:sans-serif;
}

td {
margin-left: 6px;
font-size:10pt;
font-family:sans-serif;

}

fieldset {
  border:1px solid #cccccc;
}


h1 {
	margin-left: 0;
	color: #000;
	text-align: left;
	font-size: 24pt;
	font-family: sans-serif;
	margin-top: 5px;
	margin-bottom: 24px;
	font-weight:normal;
}

h2 {
margin-left: 6px;
color: #000000;
text-align: left;
font-size: 18pt;
font-family: sans-serif;
margin-top: 5px;
margin-bottom: 5px;
}



h3 {
margin-left: 6px;
color: #006600;
text-align: left;
font-size: 14pt;
font-family:sans-serif;
margin-top:12px;
	margin-bottom:12px;
}



h4 {
margin-left: 6px;
color: #006600;
text-align: left;
font-size: 12pt;
font-family:sans-serif

}

h5 {
margin-right: 70px;
color: #FF0000;
text-align: right;
font-size: 14pt;
font-family:sans-serif
margin-top: 5px;
margin-bottom: 5px;

}

a:link {
	color: #003399;
	text-decoration: none;
}



a:visited {
color: #003399;
}



a:hover {

color: orangered;

}

ul{
color: #000000;
font-size: 10pt;
font-family: sans-serif
}

img:hover {
background-color:#fff;
}

.thankyou {
	border:1px solid #b6e5b4;
	background-color:#6fad6c;
	width:510px;
text-align:center;
	margin:10px;
}

.thankyou div {	margin:10px; }

.thankyou div h2 { color:#fff; }
