#divWrapper {
	width:960px;
	margin:0 auto;
}

#divHeader {
	background:url('/Images/Header.jpg') no-repeat;
	width:960px;
	height:193px;
}

#divClickHome {
	width:225px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:40px;
	cursor:pointer;
}

#divClickCart {
	width:75px;
	height:50px;
	float:right;
	margin-right:11px;
	margin-top:90px;
	cursor:pointer;
}

#divContent {
	background-color:#CBD0E7;
	padding:10px 15px 10px 15px;
}

#divFooter {
	clear:both;	
	font-size:.75em;
	font-weight:bold;
	text-align:center;
	width:900px;
	margin:0 auto;
	padding:10px 0px 0px 0px;
	color:#ffffff;
}

#divFooter a {
	color:#FFFFFF;
}

#linkHome {
	width:100px;
}
#linkContact {
	width:115px;
	margin-left:40px;
}
#linkAbout {
	width:90px;
	margin-left:40px;
}
#linkProducts {
	width:135px;
	margin-left:40px;
}
#linkResources {
	width:140px;
	margin-left:30px;
}
#linkTestimonials {
	width:175px;
	margin-left:30px;
}

.linkHeaders {
	height:28px;
	float:left;
	position:relative;
	top:153px;
	cursor:pointer;
	border:1px solid red;
}

body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#000000;
	line-height:1.5;
	background-color:#2D2D2D;
}

img {
	border:none;
}

a {
	color:#000000;
	font-weight:bold;
	color:#364062;
}

h1 {
	font-size:1.40em;
	text-align:center;
	padding:0px 0px 5px 0px;
	margin:0 auto;
}

h2 {
	font-size:1.15em;
	text-align:center;	
	padding:0px 0px 5px 0px;
	margin:0 auto;
}

h3 {
	font-size:1em;
	text-align:center;
	padding:0px 0px 5px 0px;
	margin:0 auto;
}

p {
	padding:3px 3px 10px 3px;
	margin:0px 0px 0px 0px;
}

.eSolutions {
	color:#336699;
	text-decoration:underline;
}

.ReturnTop {
	font-size:.80em;
	text-align:right;
	clear:both;
}

.ReturnTop a {
	text-decoration:underline;
}

.clear { 
	clear: both;
	background: none;
}






/* Begin CSS Popout Menu */
#divDropMenu-wrapper
	{
	position:absolute;
	top:160px;
	z-index:2;
	}

#divDropMenu
	{
	float:left;
	margin:0 auto;		
	width:900px;
	}

#divDropMenu a
	{
	font:bold 14px arial, sans-serif;
	text-decoration:none;
	line-height:20px;
	color:#ffffff;
	white-space:nowrap;
	display:block;	
	border-top:1px solid #999999;
	background-color:#5F2929;
	margin:0;
	padding:4px;
	text-align:center;	
	}
	
/* MENU at rest */	
#divDropMenu a, #divDropMenu a:visited {
	color:#ffffff;
}
	
/* MENU at mouse-over  */	
#divDropMenu a:hover
	{
	color:#ffffff;
	background-color:#666666;
	}

#divDropMenu a.levelParent, #divDropMenu a.levelParent:hover, #divDropMenu a.levelParent:visited
	{
	display:block;
	border:none;
	color:#ffffff;
	background-color:transparent;
	}

/* aLL uls */
#divDropMenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	}
	
/* uls Nested in uls*/	
#divDropMenu ul ul
	{
	position:absolute;
	z-index:500;
	top:25px;
	display:none;
	padding:0;
	margin:0;
	}

/* aLL list Items */	
#divDropMenu li 
	{
	position:relative;
	z-index:3;	
	}	
/* list Items under HEaDER */	
#divDropMenu li:hover ul 
	{
	display:block;
	}

/* End CSS Popout Menu */
