/* STRUCTURE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #CONTAINER {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}


body > #CONTAINER {
	height: auto;
	min-height: 100%;
	}

#HeaderContainerInfinity {
	height:88px;
	background-image: url(../Images/Structure/Header_BGInfinity.jpg);
}  
#HeaderLogo {
	float: left;
	height: 53px;
	width: 191px;
	padding-top: 35px;
}
#HeaderNavigation {
	float: right;
	height: 27px;
	width: 706px;
	padding-top:61px;
	padding-left:45px;
}


#HeaderWrapper {
	width: 942px;
	height:88px;
	margin: auto;
}



#FooterContainer{
	position: relative;
	margin-top: -124px; /* negative value of footer height */
	height: 124px;
	clear:both;
	background-image:url(../Images/Structure/FooterBGInfinity.gif);
	background-repeat:repeat-x;
} 
#FooterDetailsWrapper{
	height: 102px;
	width:942px;
	margin:auto;
} 
#FooterDetailsLeft{
	height: 102px;
	width:365px;
	float:left;
} 
#FooterDetailsMiddle{
	height: 102px;
	width:383px;
	float:left;
} 
#FooterDetailsRight{
	height: 102px;
	width:194px;
	float:right;
	text-align:right;
} 
#FooterCopyrightWrapper{
	height: 22px;
	width:942px;
	margin:auto;
} 
#FooterCopyrightLeft{
	height:17px;
	width:471px;
	float:left;
	padding-top: 5px;
} 
#FooterCopyrightRight{
	height:19px;
	width:449px;
	float:right;
	text-align:right;
	background-image: url(../Images/Structure/epilo_Logo.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-right:22px;
	padding-top:3px;
} 
#FooterLatestProLeft{
	height: 92px;
	width:145px;
	float:left;
	padding-top:10px;

} 
#FooterLatestProRight{
	height: 92px;
	width:220px;
	float:right;
	padding-top:10px;	
} 


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

 /* forces scrollbar in FF to stop page jump */
html {
     overflow: -moz-scrollbars-vertical;
}

 /* forces scrollbar in GC to stop page jump */
html {
overflow-y:scroll }

	
	
	


/* LINKS \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

a:link {
	color: #928b79;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #928b79;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #928b79;
}


a.beigeLinks:link {
	color: #d8d4cf
	text-decoration: none;
	
	
}
a.beigeLinks:visited {
	text-decoration: none;
	color: #d8d4cf
}
a.beigeLinks:hover {
	text-decoration: none;
	color: #333333;
}
a.beigeLinks:active {
	text-decoration: none;
	color:#d8d4cf
}


/* TEXT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.TextWhite{color: #FFFFFF;}
.TextOffWhite{color: #C3C3C3;}
h1{color: #333;	font-size: 14px; font-weight:normal;}
.TextField {
	background-color: #FFFFFF;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:auto;
	color: #333;
	width:250px;
	}




/* BULLET LISTS \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*li {
	background-image:url(../images/structure/BulletPoint.gif);
	padding-left:30px;
	background-repeat:no-repeat;
	background-position: 20px 12px;
	list-style-type: none;
	line-height:25px;

}
*/


/* LAYOUT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#GraphicContainer {
	width: 100%;
	background-image: url(../Images/Structure/GraphicStripInfinity.jpg);
	background-repeat: repeat-x;
	height:215px;
	

}
#GraphicWrapper {
	width: 942px;
	margin:auto;
	background-image:url(../Images/Structure/GraphicStripBG.jpg);
	background-repeat:no-repeat;
	height:215px;

}
#GraphicWrapperLeft {
	width: 471px;
	height:165px;
	float:left;
	color:#C3C3C3;
	padding-top:50px;
}
#GraphicWrappRight {
	float:right;
	width:471px;
	text-align: right;
	height:215px;
	min-height:215px;
	height:auto !important;
}

#ContentContainer {
	width: 100%;
	background-image:url(../Images/Structure/ContentBGInfinity.jpg);
	background-repeat:repeat-x;
}

#ContentWrapper {
	width: 942px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding-bottom: 124px;
}

.ContentWrapperRight{
	width:470px;
	float:right;
	margin: 0;
	padding-bottom:50px;

	
} 
.ContentWrapperRight415{
	width:415px;
	float:right;
	margin: 0;
	padding-bottom:50px;
	
} 
.ContentWrapperLeft{
	width:470px;
	float:left;
	padding-top: 30px;
	margin: 0;
	padding-bottom:50px;

} 

.ServicesWrapper{
	height: auto;
	width:161px;
	float:left;
	margin-right:50px;
	text-align:center;
	margin-top:40px;
} 
.ServicesWrapperContent{
	height: inherit;
	width:140px;
	margin:auto;
	text-align:left;

} 
.ProdShotTabLeft{
	width:235px;
	float:left;
	padding-bottom:30px;

} 
.ProdShotTabRight{
	width:235px;
	float:left;
	padding-bottom:30px;

} 
.dottedRule {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
