﻿

/* --------------- Body CSS ------------------- */


body
{
	background-image: url(../DesignElements/images/HomeRightSliceEmpty.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	z-index: auto;
	top: 0px;
	
	font-family: Arial, Verdana,;
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	
}




/* --------------- Site Main Content CSS ------------------- */

.bodyTxt 
{
	font-family: Arial, Verdana,;
	color:#666666;
	font-size: 11px;
	line-height: 16px;
}

.titleTxt 
{
	font-family: Arial, Verdana,;
	color:black;
	font-weight: bolder;
	font-size: 18px;
	
}



.footerTxt 
{
	font-family: Arial, Verdana,;
	color:white;
	font-weight: bold;
	font-size: 10px;
	cursor: default;
	cursor: pointer;
}

.footerBackground
{
	background-image: url('images/footerBkg.jpg');
}

.editPageLink
{
	font-family: Arial, Verdana,;
	color:blue;
	font-size: 11px;
	line-height: 16px;
	cursor:hand;
	cursor:pointer;
}



/* --------------- Dropdown Menu CSS ------------------- */

.dropdownTxt
{
	font-family: Arial, Verdana,; 
	color:#ffffff;
	font-size: 12px;
}

    #dropmenudiv{
    position:absolute;
    border:0px solid black;
    border-bottom-width: 0;
    font:normal 10px Arial;
    line-height:18px;
    z-index:100;
    }

    #dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid white;
    padding: 1px 0;
    text-decoration: none;
    font-weight: normal;
    }

    #dropmenudiv a:hover{ /*hover background color*/
    background-color: #f53329;
    
    }
    
    
/* --------------- Side Bar Menu CSS ------------------- */




.sideBar
{
	background-image: url(../DesignElements/images/sideMenuBkgSlice.jpg);
	background-repeat: repeat-y;
}

.subSideBar
{
	background-image: url(../DesignElements/images/sideMenuBkgSliceSub.jpg);
	background-repeat: repeat-y;
}

a.SidebarMenuTxt
{
	font-family: Arial, Verdana,;
	color:white;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width:130px;
	border-bottom: solid 1px #929292;

}

a:hover.SidebarMenuTxt
{
	font-family: Arial, Verdana,;
	color:white;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width:130px;
	background-color: black;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;

	border-bottom: solid 1px #ffffff;

}


/* --------------- Back To Top CSS ------------------- */

.backtotop 
{
	display: block;
	vertical-align: bottom;
	width: 1012px;
	background-position: right;
	text-align: right;
	background-image: url(../DesignElements/images/backtotop.gif);
	background-repeat: no-repeat;
}

.backtotopBottom
{
	display: block;
	vertical-align:top;
	width: 1012px;
	background-position:right;
	background-image: url(../DesignElements/images/backtotopBottom.jpg);
	background-repeat:no-repeat;
}

/* --------------- Logout CSS ------------------- */

.logout
{
	display: block;
	vertical-align: top;
	width: 200px;
	float:left;
	text-align: left;
	
	 position:relative;
	 top:-20px;
	 left:7px;
}



.backtoprodsel
{
	background-position: right;
	 text-align:right;
	 top: 10px;
	 left: 0px;
	
}

/* -------------------- Products CSS ------------------------ */

.windowFamilyList
{
	/*border: solid 6px white;*/
	width: 200px;
	vertical-align: middle;
	height: 155px;
	text-align: center;
	text-decoration: none;
	
}

.windowFamilyList a {
	color:#000000;
	font-weight: bold;
	text-decoration:underline;
	text-decoration:none;
	}
	
.productdisp 
{
	display: block;
	width: 100%;
	background-position: left;
	text-align: left;
	color:Black;
	/*background-image: url(../images/detailsContent.gif);*/
	vertical-align: top;
	background-color: #e5e5e5;
	border: dotted 1px white;
	margin: 1px;


}


.prodLinks 
{
	 display: inline;	
	width: 200px;
	margin-left: 5px;
	padding: 3px;
	color:Black;
	background-color: Black;
	/*background-image: url(../images/prodSelbkg.gif);
	background-color: #ef1c10;*/
}

.ddl
{
	background-color:Black;
	color: White;
}

.prodlistbkg
{
 width: 99%;
 background-color: #e5e5e5;
 /*border: solid 2px #ef1c10;*/
 padding: 5px;

}

.prodCompBtn
{
	background-image: url(../images/prodSelbkg.gif);
	color: White;
}

.prodComments
{
	display:block;
	width: 98%;
	border: dotted 1px black;
	padding: 3px;
	text-indent: 20px;
	background-image: url(../images/comments.gif);
	padding:5px;
	background-position: 5px;
	background-color: Yellow;
	background-repeat: no-repeat;
}
	


-----------------------

.footersub
{
	display: block;
	vertical-align: bottom;
	background-color:#666666;
	width: 1012px;
	background-position: right;
	text-align: right;
	height: 100%;
	background-repeat: no-repeat;
	
}




