﻿/*CSS Document for Suddenlink Customer Help*/

.mainBodyBackground{
	background-color:#DBDBED;
	background-image:url('../Suddenlink Help Images/mainBodyBackground.jpg');
	background-repeat:repeat-x;
		
	
}
div.topNav{

	background-color:#ffffff;
	background-image:url('../Suddenlink Help Images/topNavBackground.jpg');
      background-repeat:no-repeat;
	height:44px;
	padding-bottom:0px;
	width:850px;
	margin-left:0px;
	margin-top:0px;

}

div#container{
	background:#FFFFFF;
	height:auto;
	margin:auto;
	width:850px;
	text-align:left;
}

div.leftHandNav{
	
	
	background-color:fuchsia;
	float:left;
  	height:auto !important;
  	height:267px;
	min-height:267px;
	margin-right:5px;
	margin-top:30px;
	margin-left:15px;
	text-align:center;
	width:200px;
}

*{ 
	padding:0; 
	margin:0; 
}


/*Home page categories*/

#hpCategories{
	width:100%
}

.television{

	background-image:url('../Suddenlink Help Images/HomePageWPDropShadow.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	height:315px;
	width:240px;
	vertical-align:top;											
}

.phone{
	background-image:url('../Suddenlink Help Images/HomePageWPDropShadow.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	height:315px;
	vertical-align:top												
}				
				
				
.security{
	background-image:url('../Suddenlink Help Images/HomePageWPDropShadow.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	height:315px;
	vertical-align:top							
}				
					
.internet{
	background-image:url('../Suddenlink Help Images/HomePageWPDropShadow.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	height:315px;
	vertical-align:top			
}					
				
				
				
				
				

