﻿@import url("menu.css");
@media screen {
#Bodydiv
{
	margin: 0px;
	background-image: url('images/hg.jpg');
	background-color: #bdc4be;
	background-repeat: repeat-x;
	padding-top: 23px;
}

.body { font-family: Arial, Helvetica; font-size:12px;}
 
 .maindiv
{
	border: 1px solid #779105;
	width: 998px; background-color: #ffffff;

}

/*width: 998px;*/
.maindivTop
{width: 1038px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #779105;
	border-right-color: #779105;
	border-left-color: #779105;background-color: #ffffff;
}
.maindivBottom
{width: 1038px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #779105;
	border-bottom-color: #779105;
	border-left-color: #779105;background-color: #ffffff;
}



#topnav {background-color: #c2d831; height:28px ; padding-left: 140px;  }
.RightNav { background-color: #abc32b; height:28px;   }
.LeftPane {float: left; width:140px;}
.ContentPane { text-align: left; padding-right:20px;}
.footer {  width: 998px; }
.RightPane
{
	background-color: #E1E6E0; height: 100%; padding:7px; padding-top:60px; 
}


.products table { width: 100%;}


/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#779105;font-family: Arial, Helvetica; font-size:12px;}
a.Breadcrumb:hover{color:#abc32b;}

body, th, td, div, p, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
	{
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
	}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px; line-height: 150%; }
.Head { font-weight: bold;}
h1, h2, h3, h4, h5, h6{color:#375162;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14px;margin:10px 0;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}

.normalbold, .normalBold { font-weight: bold;  font-family: Arial, Helvetica; font-size:12px;}

a:link, a:visited, a:active, a:hover {text-decoration: underline}


.tableheader
{
	background-color: #999999;
	 color: White; font-weight: bold; padding:5px;
}




/* begin Button */
.art-button, .UDT_Buttons .CommandButton
	{
		display: inline-block;
		width: auto;
		color: Black;
		overflow: visible;
		cursor: pointer;
		text-decoration: none;
		background-color: #C2D831;
		
	}

.UDT_Buttons .CommandButton 
{
	margin: 3px; padding: 3px
	}

.art-button:hover, .UDT_Buttons .CommandButton:hover,  a.art-button:hover
{
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ABC32B;
	
}
.UDT_Buttons .CommandButton:hover,  a.art-button:hover { margin: 3px; padding: 3px}



/* end Button */



/* sitemap */
.DerekTrauger_SiteMapContent a:link
{
	line-height: 150%;
	list-style-type: none; padding-left:10px;
}

#PrintFooter {display:none;}



}

@media print
{
 html {
	font-size:0.875em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
    }
#contentHead { display:none;}
#topnav { display:none; }
.footer  {display:none;}
.maindivBottom, .maindivTop { width:  auto}
.RightPane, .RightNav {display:none;}
#contentSpacer { display: none}

body
	{
		background-position: right top;
		background: url(/contento/portals/_default/skins/hamilton/images/logoPrint.gif) no-repeat fixed top right;
	} 

.tdleft  { display:none; }
.ControlPanel { display:none; }

}

