/* CSS Document */

#slider {
    width: 0px; /* important to be same as image width */
    height: 0px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 650px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px "Times New Roman", Times, serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}


.slider1Image span {
    position: absolute;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
    padding: 10px 13px;
    width: 694px;
    background-color: #333333;
    filter: alpha(opacity=20);
    -moz-opacity: 0.3;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ccc;
    display: none;
}



.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	width: 100% !important;
	height: 30px;
}
.bottom {
	bottom: 0;
    left: 0;
	width: 100% !important;
	height: 30px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 250px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 240px;
}
ul { list-style-type: none;}

/*****END of slider images */



/**description part of the home page **/


#maincont .quote{
	text-align:center;
}

#maincont #outerblog{
	
}



#maincont  .webdesignandevelopment p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#maincont .packages{
	width: 570px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: -20px;
}

#maincont #blog a{
	color: #336699;
	font-size: 11px;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#maincont #blog a:visited{
	color: #336699;
	font-size: 11px;
	font-weight: bold;
}

#maincont #blog .readmore a{
	font-size: 8px;
	font-variant:  normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}


#maincont .section0{
	width: 170px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	border-right: 3px solid #FFFFFF;
	padding-right: 5px;
}

#maincont .section2{
	width: 170px;
	margin-left: 217px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	

	
}

#maincont .section1{
	width: 170px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	border-left: 3px solid #FFFFFF;
	padding-left: 8px;
}




