/* This is the home style sheet - it only styles the content on the home page Intertech Progressive Software Solutions CC website */

/* ############################ SLIDE BLOCK ############################ */
/* This applies only to the slide block on the home page			     */
/* ##################################################################### */

#slides{
	width:930px;
	height:266px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background:#fff url(../images/home_tabs2.png) no-repeat;
	overflow:hidden;
}

#slides span{ 
	display:none; 
}

#slides a:hover{ 
	background:none; 
	color:#F16721;
	}

#slides a{
	-moz-outline-style: none; 
}


.slidetext {
	padding:20px;
}

.clr {
	clear: both;
}


/* ##################################################################### */


/* ######################### CONTENT CONTAINER ######################### */
/* This section applies to the elements that fall in the content area    */
/* ##################################################################### */

#site-content td{
	vertical-align:top;
}

#site-content td#content-cell{
	padding-right:30px;
	border-right:1px dashed #656263;
}

#site-content td#right-cell{
	padding-left:30px;
}

h1{
	border-bottom:1px dashed #656263;
}

/* ##################################################################### */