/*************************************************************************************\

								CSS FOR WEB DESIGN PAGE

\*************************************************************************************/

#web_hosting {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#web_hosting_header {
	display: block;
	position: relative;
	height: 253px;
	margin: 0;
	padding: 0;
}

#web_hosting_header_left {
	display: block;
	position: relative;
	width: 246px;
	height: 253px;
	float: left;
	background: url('../../images/hosting_bg_01.jpg') top left no-repeat;	
}

#web_hosting_header_right {
	display: block;
	position: relative;
	width: 494px;
	height: 253px;
	float: left;
	background: url('../../images/hosting_bg_02.jpg') top left no-repeat;	
}

#web_hosting_header_text {
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0px 0px 0px;
}

#web_hosting_header_text h4 {
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

#web_hosting_header_text p {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
}

#web_hosting_body {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

#wh_package_selection {
	display: block;
	position: relative;
	margin: 0;
	padding: 3px;
	width: 250px;
	float: left;
	border-right: 1px solid #ddd;
}

#wh_package_selection h4 {
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
}

#wh_package_selection ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#wh_package_selection li {
	display: block;
	position: relative;
	margin: 0;
	padding: 3px;
	border: 1px solid black;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	cursor: hand;
}

#wh_package_selection li:hover {
	background: #ddd;
}

#wh_package_description {
	display: block;
	position: relative;
	padding: 5px;
	float: left;
	text-align: center;
}

#wh_package_description h2 {
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}

#wh_comp_table {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	width: 480px;
}

/*****************************************************************************************\

	CLASS DEFINITIONS

\*****************************************************************************************/

a.learn_more {
	display: block;
	position: relative;
	padding: 2px 5px 0px 0px;
	font: 10pt normal Arial, Sans-Serif;
	color: #00f;
	text-align: right;
	text-decoration: underline;
}

a.learn_more:hover {
	text-decoration: none;
	color: #000;
}

.normal_text {
	font: 10pt normal Arial, Sans-Serif;
	color: #000;
	text-align: left;
}

.sk_method {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000;
}

.wh_package_selection_over {
	background: #ddd;
}

tr.wh_comp_feature_header {
	background-color: #ddd;
}

td.wh_comp_table_header {
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0px 0px 5px 0px;
}

td.wh_comp_feature_header {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000;
}
	
td.wh_comp_feature_content {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #000;
}

td.wh_comp_feature_pricing {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: #222;
}

td.wh_comp_feature_moreinfo, a.wh_comp_feature_moreinfo {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	color: #222;
}


/* EOF */