body {
    background-image: url(../Images/Common/bg.gif);
    background-repeat: repeat;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    color: #666;
}

a, a:active, a:visited {
    color: #27487c;
    text-decoration: none;
}

a:hover {
    color: #27487c;
    text-decoration: underline;
}

label {
    padding: 8px 0 0 0;
    vertical-align: top;
    display: inline-block;
    width: 90px;
    text-align: right;
    vertical-align: top;
}

hr {
    float: left;
    width: 95%;
    color: #7e7c5d;
    border: none;
    background-color: #7e7c5d;
    height: 1px;
    clear: both;
}

h3 {    
    font-size: 14px;
    display: block;
    vertical-align: middle;
    color: #27487c;
}

.required {
    font-weight: bold;    
}

#dlgMedia {
    position: relative;
}

#mediaList li {
    padding: 5px 0 5px 0;
}

.hidden {
    display: none;
}

#WelcomeBG {
    position: absolute;   
    top: 0px;
    height: 145px;
    width: 549px;
    background-color: #f3f3e7;
    z-index: 0;
}

#BidRequest {
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 99999;
}

#PageWrapper {
    width: 100%;
}

#PageContentWrapper, 
#PageContentTitleWrapper {
    width: 885px;
    margin: auto;
}

#PageHeader {
    width: 100%;
    height: 85px;
    position: relative
}

#PageContent {
    width: 100%;
    min-height: 270px;
}

#PageContentTitle {
    background-image: url(../Images/Common/pagecontent_header.gif);
    background-repeat: repeat-x;
    height: 51px;
    position: absolute;
    width: 100%;
    top: 85px
}

#PageContentTitle h2 {
    float: right;
    padding: 16px 43px 0 0;
    font-weight: bold;
    font-size: 41px;
    display: block;
    vertical-align: middle;
    color: #83826a;
}

#PageFooter {
    height: 209px;
    width: 100%;
    background-image: url(../Images/Common/footer_bg.gif);
    background-repeat: repeat-x;
}

#PageFooterContent {
    width: 885px;
    margin: auto;
}

#ContentBoxContainer {
    position: relative;
    width: 100%;    
    height: 270px;
}

#ContentBoxLeft {
    position: absolute;
    width: 283px;
    left: 30px; 
    top: -20px;
    z-index: 9999;
}

#ContentBoxCenter {
    position: absolute;
    width: 283px;
    left: 285px; 
    top: 0px;
    z-index: 9999;
}

#ContentBoxRight {
    position: absolute;
    width: 283px;
    right: 60px; 
    top: -20px;
    z-index: 9999;
}

#lblFeaturedYear {
    position: absolute; 
    right: 22px;
    top: 170px;
    color: #f3f3e7;
    font-family: 'Times New Roman', Arial, Verdana;
    font-size: 42px;
}

.k-window .k-window-content  {
   padding: 0   
}

.k-window  div.k-window-content
{
        overflow: hidden;
}

ul.footerMenu {
    float: left;
    line-height: 18px;
    width: 140px;
    
}

ul.footerSubMenu {
    line-height: 11px;
}

.footerMenu a, .footerMenu a:active, .footerMenu a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.footerMenu a:hover {
    text-decoration: underline;
}

.footerSubMenu a, .footerSubMenu a:active, .footerSubMenu a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

.footerSubMenu a:hover {
    text-decoration: underline;
}

.ContentBox {
    background-image: url(../Images/Common/contentBox_bg.png);
    clear:both;
}

.ContentTitle {
    font-family: Arial;
    font-size: 14px;
    color: #66633d;
}

.Project {
    width: 100%;
    clear: both
}

.ProjectTitle {
    font-family: Arial;
    font-size: 14px;
    color: #66633d;
    padding: 15px 0 10px 0;
}

#portfolioWatermark {
    position: absolute;
    z-index: 99999;
}

#Logo {
    position: absolute;
    z-index: 9999999;
    left: 0px;
    top: 15px;
}

#LogoBG{
    position: relative;
    float: left;
    left: 160px;
}

#mainmenu {
    display: inline-block;
    height: 85px;
    float: right;   
    width: 520px;
    margin: 0 auto; 
    text-align: center; 
    overflow: hidden;
    position: relative;
    z-index: 999;	
    padding: 0 10px 0 0;
}

ul#mainmenu li {
	float: left; 
    list-style: none; 
     z-index: 1;	
}

ul#mainmenu li a {
	display: block; 
    width: 84px; 
    height: 85px; 
	padding: 52px 0 0 0;     
	font-size: 14px;
    font-weight: 200;
    color: #2a4c84;    
    text-decoration: none;	
   	background: url(../images/common/menuitembg.png) 0 85px no-repeat;   
}

ul#nav li a:hover {
	/*background: url(http://commercialflooringinc.com/Resources/images/label.png) 0 0 no-repeat;*/
	color: #fff;     
}	

#mainmenu .selected {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    text-decoration: none;
    background:  #2a4c84;
    background: -webkit-linear-gradient( top,  #c5c4b1 0%, #4783e1);
    background: -webkit-gradient(top,  #c5c4b1 0%, #4783e1 100%);
    background: -moz-linear-gradient(top,  #c5c4b1 0%, #4783e1 100%);
    background: -ms-linear-gradient(top,  #c5c4b1 0%, #4783e1 100%);
    background: -o-linear-gradient(top,  #c5c4b1 0%, #4783e1 100%);
}

#mainmenu .selected a, #mainmenu .selected a:active, #mainmenu .selected a:visited {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    text-decoration: none;    
}

#staffList li {
    float: left;
    padding: 10px 10px 0 0;
    cursor: pointer;
}

.staffer {    
    position: relative;
    width: 214px;
    height: 99px;
    background-image: url(http://commercialflooringinc.com/Images/Common/staff_bg_off.png); 
    background-repeat: no-repeat;   
}

.staffer:hover {    
    cursor: pointer;
    position: relative;
    width: 214px;
    height: 99px;
    background-image: url(../Images/Common/staff_bg.png); 
    background-repeat: no-repeat;   
}

.stafferText {
    color: #2a4c84;
   
}

.staff-swap {
    position: relative;
    top: -8px;
}

.formLayout li {
    line-height: 20px;
}

.colorList {
    list-style-type: none;
}

.colorList li {
    padding: 6px 6px 6px 6px;
    float: left;
    clear: both;
}

.colorList a, .colorList a:active, .colorList a:visited {
    cursor: pointer;
    
}

.colorList a:hover {
    text-decoration: none;
}

.colorList .item {
    background-color: #dfded1 !important;
    width: 90%;
}

.colorItem {
    background-color: #dfded1 !important;
    width: 90%;
}

#scroller {
    overflow: hidden; 
    height: 8000px;   
}

#scroller .scrollContent {
    clear: both;  
    float: left;  
    width: 95%;      
}

.scrollContent .scrollProducts {
    overflow-y: auto;  
    clear: both;    
    height: 473px;
}

.scrollProducts img {
    padding: 10px 10px 10px 10px;
}

#carousel li {
    height: 195px;
}

.time2 {
	background:url(http://commercialflooringinc.com/Images/Common/time2-bg.png) no-repeat left top;
	width:49px;
	height:57px;
	overflow:hidden;
	float:left;
	margin-right:15px;
	font-size:28px;
	line-height:32px;
	color:#fcfcfc;
	font-weight:bold;
	text-align:center;
	padding:4px 0 0 0;
	letter-spacing:-1px;
}

.time2 strong {
	display:block;
	font-size:16px;
	line-height:18px;
	margin-top:-5px;
}

.line-height-1 {line-height:19px;}

.image_carousel {
	
}

.image_carousel img {
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
    cursor: pointer
}

.clearfix {
	float: none;
	clear: both;
}


/**************************************************************************************/
ul.slideshow {
	list-style:none;
	width:844px;
	height:280px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
    border: 10px #f3f3e7 solid;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
    overflow: hidden;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
    position: relative;
    top:0px;
}

#slideshow-caption {
	width:844px;
	height:54px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
    font-weight: bold;
    color: #fff;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#sourceImage {
    opacity: 0;
    position: absolute;
}

.sImage {
    width: 75px;
    height: 50px;
}

#imgStaffHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.staffPhotos {
    list-style:none;
	width:500px;
	height:175px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}

ul.staffPhotos li {
	position:absolute;
	left:0;
	right:0;
    overflow: hidden;
}

ul.staffPhotos li.show {
	z-index:500;	
}

.projectPhotos {
    list-style:none;
	width:590px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}

ul.projectPhotos li {
	position:absolute;
	left:0;
	right:0;
    overflow: hidden;
}

ul.projectPhotos li.show {
	z-index:500;	
}

#staffWrapper {
    position: relative;    
    width: 500px;
    height: 175px;
    overflow: hidden;
}

.ProjectContainer {
    height: 220px;
    overflow: hidden;
}

.ProjectContainer .scrollContent{
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
    overflow: auto;
    height: 209px;
}

.ProjectGallery ul {
    list-style-type: none;
    clear: both;
    width: 100%;
}

.ProjectGallery ul li {
    float: left;
    padding: 0 6px 0 6px;
}

.ProjectGallery img:hover {
    cursor: pointer;
}

/**************************************************************************************/

.GoLeft{
    float: left;
}

.GoRight {
    float: right;
}

.ContentPad15 {
    padding: 15px 15px 15px 15px;
}

.ContentPad10 {
    padding: 10px 10px 10px 10px;
}

.ContentPad5{
    padding: 5px 5px 5px 5px;
}

.Grid100 {
    width: 100%;
}

.Grid70 {
    width: 70%;
}

.Grid60{
    width: 60%;
}

.Grid50 {
    width: 50%;
}

.Grid40 {
    width: 40%;
}

.Grid30 {
    width: 30%
}

.ClearBoth {
    clear: both;
}