/* 

Planet Hosting - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/

#main{width:975px; background-image:url(../images/bg_header.jpg); background-repeat:no-repeat;}
/*** HEADER ***/
#header-text-left{ width:354px; float:left; margin-top:47px; margin-left:30px;}
* html #header-text-left{ margin-left:10px;} /* for ie 6 */

#header-text-left h1{ color:#fff; font-size:26px;}
#header-text-left h3{ 
	color:#5cb741; 
	font-size:18px;
}
#header-text-left ul{ list-style-type:none; margin:20px 0px; padding:0px; font-size:14px; line-height:25px; padding-left:5px;}
#header-text-left ul li{ color:#fff; background-image:url(../images/arrow-white.png); background-repeat:no-repeat; background-position:0 9px; padding-left:12px;}


#header-text-right{ width:387px; float:right;}
#box-header-yellow{ 
	background-image:url(../images/box-header-yellow.png); 
	background-repeat:no-repeat; 
	width:308px; 
	height:237px; 
	margin-top:47px; 
	margin-left:30px; 
}
.pad-box{ 
	padding:17px 15px 11px 23px; 
	background-image:url(../images/price.png); 
	background-repeat:no-repeat; 
	background-position:25px 30px;
}
#box-header-yellow ul { 
	list-style-type:none; 
	line-height:25px; 
	margin:0px; 
	padding:0px 0px 15px 130px; 
}
#box-header-yellow ul li{ 
	background-image:url(../images/arrow-grey.png); 
	background-repeat:no-repeat; 
	background-position:0 5px; 
	padding-left:10px;
}
#box-header-yellow ul li { 
	font-size:18px;
}
#box-header-yellow span{ padding-left:30px;  float:left;}
#box-header-yellow p{ margin-bottom:15px; line-height:18px;}
/*** END HEADER ***/



/*** CONTENT ***/
.box_content_r{ width:648px; background-image:url(../images/box_yellow_r.gif); background-repeat:repeat-y; }
.box_content_t{ width:648px; background-image:url(../images/box_yellow_t.gif); background-repeat:no-repeat; background-position:top; }
.box_content_b{ width:648px; background-image:url(../images/box_yellow_b.gif); background-repeat:no-repeat; background-position:bottom; }
.box_content{ padding:17px 18px 27px 18px; }


/*** END CONTENT ***/
