/* CSS Document */
@import url("menu_top.css");
@import url("global.css");
@import url("form.css");
/*
@import url("video.css");
@import url("videobox.css");
@import url("BodyStyles.css");
*/
/* 	Top Right Bottom Left */

img	{
	border:none;
}

html, body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;			/*	COPY FONT SIZE EDITABLE VIA GLOBAL.css td, th, p */
	color:#4c4c4c;
	margin:0px;
	padding:0px;
	height: 100%;
}

html	{
	overflow-x: auto;
	overflow-y: scroll;
	background-image:url(../images/bg-tile.gif);
	background-repeat:repeat-x;
}

body	{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header	{
	height:220px;
}

#wrap {
	position:relative;
	margin:0px auto; /* center, not in IE5 */
	padding:0px;
	width:867px;
	min-height: 100%;
	background-image:url(../images/bg-content-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:10;
}


#brand	{
	position:relative;
	padding-bottom:20px;
	z-index:10;
}

#mainMenu	{
	position:relative;
	background-image:url(../images/nav-bg.png);
	background-repeat:repeat;
	z-index:10000;
}

#main {
	width:867px;
	height:auto;
	padding-bottom: 210px;	/* must be a minimum of the footer height anything extra will cause padding */
	overflow:auto;
	position:relative;
	z-index:10;
}  


#copy	{
	padding-bottom:10px;
	
/*	padding:10px 0px 20px 10px;		*/
}

#copyInt	{
	background-image:url(../images/int-copy-gradient.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
/*
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
*/
	padding:20px;
	min-height:230px;
	height:230px;
	height:auto;
}

.copyPadding	{
	padding:20px;
}

#customerLogin	{
	position:absolute;
	top:0px;
	width:867px;
	height:41px;
	text-align:right;
	z-index:1000;
}

#DLDocs	{
	clear:both;
}

.clear	{
	clear:both;
}




/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height this must include any border heights specified */
	width:100%;
	height: 200px;	/* must have a height to make the footer sticky */
	clear:both; 
	z-index:10;
}

#footerContainer	{
	font-size:8pt;
	width:867px;
	position: relative;
	height:auto;
	margin:0 auto; /* center, not in IE5 */
	z-index:20;
}

#footerProducts ul, #footerProducts li 	{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}

#footerAddress {
}

#copyRight	{
	clear:both;
	background-image:url(../images/footer-shadow.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:20px;
}

#social	{
	float:right;
}
