@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #EBEBEB;
	font-size:12px;
}

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

p {
	position: relative;
	left: 1px;
	padding: 0px 0px 5px 0px;
}

h1 {
	padding: 0px 0px 0px 0px;
	margin: 17px 0px 23px 0px;
	position: relative;
	left: -1px;
	font-size: 24px;
	font-weight: 600;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	letter-spacing: 0.03em;
	color:#C10000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: normal;
	color:#808080;
	text-decoration: none;
	margin: 0px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-style: italic;
	font-weight: 100;
	font-size: 11px;
}

h5 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 20px 07px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

h6 {
	border-color:#CC0000;
	border-width: 3px 0px 0px 0px;
	padding: 15px 8px 0px 8px;
	color: #666666;
	border-style: solid;
	font-style: italic;
	font-weight: 100;
	font-size: 11px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
}

.dots {
border-top: 2px dotted #666666;
border-right: 0;
border-bottom: 0;
border-left: 0;
margin-top: 19px;
margin-bottom: 20px;
width: 4em;
}

.cartdrop {
	position:relative;
	left: 25px;
}

table#form {
	border: solid #CCCCCC 1px;
	padding: 7px 16px 12px 16px;
	margin: 2px 0px 5px 0px;
}

#parentsoff table#form {
	border: solid #CCCCCC 1px;
	padding: 7px 16px 12px 16px;
	margin: 2px 0px 5px 0px;
}

#rangeoff table#form {
	border: solid #CCCCCC 1px;
	padding: 7px 16px 12px 16px;
	margin: 2px 0px 5px 0px;
}

#altoff table#form {
	border: solid #EBEBEB 1px;
	padding: 7px 16px 12px 16px;
	margin: 2px 0px 5px 0px;
}

form h2 { 
	font-size: 16px;
	color:#666666;
	display:inline;
	background-color: #FFFFFF; 
	position: relative;
	top: 11px;
	left: 8px;
	padding: 0px 4px 0px 3px;
} 

h2 a:link {
	border: solid #CCCCCC 1px;
	text-decoration:none;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	color:#666666;	
}


h2 a:visited {
	border: solid #CCCCCC 1px;
	text-decoration:none;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	color:#666666;
}

label {
	font-size: 11px;
	text-transform: uppercase;
	color:#333333;
}

select {
	text-transform: none;
}
	
#footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E10000;
}

#footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E10000;
}

#container {
	width: 750px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding: 0px;
} 
#header {
	height: 128px;
	background-image: url(../images/ICGS_banner.png);
	width: 750px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#navcontainer ul
{
	background-image: url(../images/menu_bg.jpg);
	color: #FFFFFF;
	float: left;
	width: 700px;
	font-weight: bolder;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	position: relative;
	top: 0px;
	left: 25px;
	z-index: 1;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 6px 6px 20px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

#mainContent {
	background-color: #FFFFFF;
	background-image:url(../images/bg_home_content.png);
	background-repeat: no-repeat;
	background-position: bottom right;		
	line-height: 15pt;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	position: relative;
	float: left;
	top: -17px;
	z-index: 0;
	width: 620px;
	padding-top: 40px;
	padding-right: 65px;
	padding-left: 65px;
	padding-bottom: 50px;
}

#drillContent {
	background-color: #FFFFFF;
	line-height: 15pt;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	position: relative;
	float: left;
	top: -17px;
	z-index: 0;
	width: 620px;
	padding-top: 40px;
	padding-right: 65px;
	padding-left: 65px;
	padding-bottom: 50px;
}


#cartmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
width: 450px;
padding: 0px;
margin: 0px 0px -30px 0px;
position: relative;
top: -5px;
}

#cartmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#cartmenu ul li {
margin: 0px;
padding: 0px;
}

#cartmenu ul li a {
font-size: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
background-image:url(../images/cartcheck_off.png);
background-repeat: no-repeat;
background-position: center left;
padding: 15px 0px 15px 45px;
text-decoration: none;
color: #666666;
width: 446px;
}

#cartmenu ul li a:hover, #cartmenu ul li a:focus {
background-image:url(../images/cartcheck_on.png);
background-repeat: no-repeat;
background-position: center left;
color:#FF0000;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
width: 600px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font-size: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
background-image:url(../images/checkbox_off.png);
background-repeat: no-repeat;
background-position: center left;
border-top: 0px dotted #FFFFFF;
border-bottom: 0px dotted #FFFFFF;
padding: 15px 0px 15px 60px;
text-decoration: none;
color: #666666;
width: 646px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
background-image:url(../images/checkbox_on.png);
background-repeat: no-repeat;
background-position: center left;
border-top: 0px dotted #999999;
border-bottom: 0px dotted #999999;
color:#FF0000;
}

.layout #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.layout #footer {
	padding: 15px 25px 25px 25px;
	z-index: 0;
	float: left;
	width: 700px;
	top: -17px;
	position: relative;
	left: 0px;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
	position: relative;
	left: -65px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

