body {
	background: #19489d url(../img/background.png) top center no-repeat;	
	border-top: 10px solid #fff;
	color: #222;
	/*display: table;*/
	font-family: helvetica, arial, sans-serif; 
	/*font-size: 62.5%;*/
        font-size: 56.25%;
	/*height: 100%;
	min-height: 100%;
	width: 100%;*/
}

b, strong {
   font-weight: bold !Important;
}

h1 {
	font-size: 3.5em;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 2em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

p, label  {
	font-size: 1.4em;
	margin-bottom: 1em;
        line-height: 1.3em;
}

.address-field table {
        font-size: 1.4em;
	margin-bottom: 1em;
}

a {
	color: #19489D;
}

.clear {
	clear: both;
}

.button-link {
	background: transparent url(../img/button-right.gif) top right no-repeat;
	color: #555;
	display: block;
	float: left;
	font-size: 1.5em;
	height: 24px;
	line-height: 26px;
	margin-right: 20px;
	padding: 0 0 0 0;
	text-decoration: none;
}

.button-link span {
	background: transparent url(../img/button-left.gif) top left no-repeat;
	display: block;
	height: 24px;
	padding: 0 10px;
}

.button-link span img {
	vertical-align:text-bottom;
}

.button-link:hover {
	background: transparent url(../img/button-right.gif) bottom right no-repeat;
}

.button-link:hover span {
	background: transparent url(../img/button-left.gif) bottom left no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	margin-bottom: 100px;
	position: relative;
}

#header {
	height: 42px;
}

#header #logo {
	margin: 0;
}

#header #logo a {
	background-image: url(../img/logo.gif);
	display: block;
	height: 42px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 310px;
}

#content-wrapper {
	background: #fff url(../img/menu_background.gif) top left repeat-x;
	border-top: 11px solid #fff;
	padding-bottom: 20px;
}

#main-menu-span {
	background: #eee url(../img/menu_background_span.gif) top right no-repeat;
	clear: right;
	float: left;
	padding-right: 30px;
	
}

#main-menu-span #main-menu ul {
	background: #eee url(../img/menu_background_grey.gif) top left repeat-x;
	float: left;
	height: 30px;
	padding-left: 10px;
}

#main-menu-span #main-menu ul li {
	border-left: 1px solid #222;
	display: block;
	float: left;
	margin: 9px 0;
	padding: 0 10px 0 9px;	
}

#main-menu-span #main-menu ul li:first-child {
	border-left: none;
} 

#main-menu-span #main-menu ul a {	
	color: #222;
	font-size: 1.3em;
	text-decoration: none;
	text-transform:uppercase;
}

#main-menu-span #main-menu ul li.active a, #main-menu-span #main-menu ul li a:hover {
	text-decoration: underline;
}

#bread-crumb {
	color: #aaa;
	font-size:1.2em;
	margin-left: 20px;
	padding: 10px 0 0 0;
}

#bread-crumb a {
	color: #aaa;
}

#content {
	margin-top: 20px;
min-height: 350px;
}


#content li {
	font-size: 1.4em;
	line-height: 1.3em;
	list-style: disc;
	list-style-position: inside;
        
}

#content .frontpage-product-list li {
	list-style: none;
	padding: 0 !important;
}

.sidepanel {
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	width: 220px;
}

.sidepanel h2.boxy {
	background: #b6b6b6;
	color: #fff;
	display: block;
	font-size: 1.9em;
	line-height: 1em;
	padding: 7px 0 5px 0;
	text-align: center;
	text-transform:uppercase;
}

.sidepanel .frontpage-product-list li a img {
	margin: 10px 0 0 0;
}

.sidepanel dl#product-list {
	margin: 20px 0;
}

.sidepanel dl#product-list dt {
	color: #555;
	float: left;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.sidepanel dl#product-list dd {
	color: #555;
	font-size: 1.4em;
	margin-left: 30px;
	margin-bottom: 10px;
}

.sidepanel dl#product-list dd a {
	color: #555;
}

#content .sidepanel ul {

}

#content .sidepanel ul li {
	list-style: none;
	/*padding: 5px 0 5px 0px;*/
        padding: 5px 0 5px 10px;
        list-style-position: outside;
}

.frontpage #content .sidepanel ul li {
        padding: 5px 0 5px 0px;
}

#content .sidepanel ul li a {
	color: #555555;
	text-decoration: none;
}

#content .sidepanel ul li.active{
	background: #dce2e9;
	padding: 5px 0 5px 10px;
}


#content .sidepanel ul li.active a {
	color: #222;
}

.main-content-body {
	float: left;
	width: 680px;
}

.main-content-body > .product-box:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.main-content-body .product-box {
	border-top: 1px dotted #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

.main-content-body .product-box .product-logo {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	
}

.main-content-body .product-box .product-box-info {

}


.main-content-body .location-box .headeshot_area  {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.main-content-body .location-box .headeshot_area .headshot {
      margin-bottom: 10px;
}

.main-content-body .location-box .headeshot_area p  {
      color: #555;
      font-size: 1.1em;
       width: 140px;
}

.main-content-body .location-box .address-field {
	float: left;
	
	width: 520px;
}

.main-content-body .location-box .address-field table td  {
	padding-right: 20px;
	padding-bottom: 20px;	
}

.main-content-body-wide {
	padding: 0 20px;
}

.customer-logo {
	float: right;
	margin: 0 0 10px 10px;
}

input#cfName, input#cfEmail, input#cfRegarding {
	border: 1px solid #ccc;
	width: 340px;
	padding: 5px;
}

textarea#cfMessage {
	border: 1px solid #ccc;
	width: 340px;
	height: 150px;
	padding: 5px;
}

#footer {
	background: #fff url(../img/footer_background.gif) top left repeat-x;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}


