@charset "utf-8";
/* 
COLORS:
	blue:			#005dab
	lt blue:		#3366cc
	grey:			#666
	lt grey:		#d5d7d4
	lightest grey:	#ececea
	brown:			#47292b
	orange:			#ff9900

*/

/* GLOBAL */
	* {
	margin: 0;
	padding: 0;
	font-smooth:always;
	}
	html, body{
		 height: 100%;
	}
	
	body{
		margin:0px;
		padding:0px;
	}
	
	#PageWrapper{
		width:975px;
		margin:0px auto;
	}

/* HEADER */
	#Header{
		float:left;
		width:975px;
		clear:both;
	}
	#Logo{
		float:left;
		margin-left:35px;
		background-image:url(../_images/Enerdynamics_Logo.gif);
		width:218px;
		height:59px;
	}
	#Logo a{
		display:block;
		width:218px;
		height:59px;
	}
	#Logo a span{
		display:none;
	}
	#ContactInformation{
	margin-left:30px;
	padding-top:30px;
	float:left;
	font-size:11px;
	color:#666;
	width: 290px;
	overflow: hidden;
	}
	#ContactInformation a{
		color:#005dab;
		text-decoration:none;
	}
	#ContactInformation a:hover{
		color:#47292b;
		text-decoration:underline;
	}
	#SiteActions{
		float:right;
		margin-right:35px;
		padding-top:27px;
	}
	#SiteActions div{
		float:left;
		margin-left:15px;
	}
	#Search{
		background-image:url(../_images/BG_Search.gif);
		width:142px;
		height:20px;
	}
	#SearchText{
	 	padding-left:3px; 
		margin:1px; 
		background:transparent; 
		border:none; 
		width:110px; 
		height:18px; 
		font-size:10px; 
		float:left
	}
	#Cart{
		background-image:url(../_images/BG_Cart.gif);
		width:89px;
		height:20px;
		font-size:11px;
		color:#666;
	}
	#Cart div{
	 	padding-left:3px; 
		margin:3px 0px 0px 1px; 
		width:60px; 
		height:18px; 
		font-size:10px; 
		float:left;
	}
	#Cart a{
		color:#005dab;
		text-decoration:none;
	}
	#Cart a:hover{
		color:#47292b;
		text-decoration:underline;
	}
	#Login{
		background-image:url(../_images/BG_Login.gif);
		width:89px;
		height:20px;
		font-size:11px;
		color:#666;
	}
	#Login div{
	 	padding-left:3px; 
		margin:3px 0px 0px 1px; 
		width:60px; 
		height:18px; 
		font-size:10px; 
		float:left;
	}
	#Login a{
		color:#005dab;
		text-decoration:none;
	}
	#Login a:hover{
		color:#47292b;
		text-decoration:underline;
	}

/* BEGIN CART ATTRIBUTES */

	#CartFunctionPageCover{
		visibility:hidden; 
		position:fixed; 
		top:expression(eval(document.body.scrollTop));
		left:0px; 
		width:100%;
		height:100%; 
		overflow:auto; 
		z-index:99998; 
		background-color:#000; 
		filter:alpha(opacity=60); 
		-moz-opacity:0.6; 
		-khtml-opacity: 0.6; 
		opacity: 0.6	
	}
	#CartBalloonPUL a{
		color:#005dab;
		text-decoration:none;
	}
	#CartBalloonPUL a:hover{
		color:#47292b;
		text-decoration:underline;
	}
	#CartBalloonPUL{
		visibility:hidden; 
		/*
		left:350px; 
		*/
		top:5px;
		position:absolute;
		margin:0px 0px 0px 0px;
		
		z-index:99999; 
		width:440px;
		clear:both;
	}
	#CartBalloonPUL div.CBPULTop{
		background-image:url(../_images/CartBalloonRight_Top.png);
		background-repeat:no-repeat;
		padding:9px 0px 0px 0px;
	}
	#CartBalloonPUL div.CBPULBottom{
		background-image:url(../_images/CartBalloonRight_Bottom.png);
		background-repeat:no-repeat;
		height:24px;
	}

