/* CSS For Home Page */

.panel *{
	color: #454545;
}


div.trips
{
	position: relative;
	width: 183px;
	float: left;
	padding: 0;
	margin-bottom: 10px;
	font-size: .85em;
}


.trips img
{
	margin: 11px;
}
div.trips h3,
div.trips h4,
div.trips ul
{
	margin: 5px 10px;
	padding: 0;
	color: #777777;

}
div.trips li
{
	list-style-type: none;
	padding-left: 15px;
	background: url(/_images/silk/bullet_yellow.png) left -1px no-repeat;
	margin: 0;
	min-height: 19px;
	line-height: 1.2;
	margin-bottom: .6em;
}
.trips h3
{
	font-size: 2.5em;
	line-height:1;
	text-align: center;
}

.trips h4
{
	font-size: 1.25em;
	line-height:1;
	text-align: center;
}




.panel .header h2
{
	width: 863px;
	padding: 5px 0 5px 37px;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: 1.1em;
	text-transform:uppercase;
	line-height: 25px;
	font-weight: bold;
}


.right h3
{
	padding: 5px 12px;
	font-size: .85em;
	margin-bottom: 1em;
	color: #676767;
	line-height: 1.5em;
	font-weight: bold;
	text-transform:uppercase;
}

.right p
{
	padding: 0 12px;
}
.right ul
{
	list-style-type: none;
	padding: 0;
}
.right ul li {
	padding-left: 12px;
	margin-bottom: .5em;
	line-height: 1.25;
}



















/* INTRO SECTION */
div#intro
{
	border: 0;
	padding-top: 0;	

}
#intro .right
{
	background: url(/_images/sidebar_lightgray.png) bottom center;
}
#intro .right h4
{
	background: url(/_images/sidebar_lightgray.png) top center no-repeat;
	margin: 0;
	padding: 10px 20px;
	padding-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	color:#aaaaaa;
}
#intro .right form
{
	padding: 0 20px 20px 20px;
}
#intro .right form input.txt
{
	width: 85%;
}
#intro .right p
{
	padding: 0 20px;
	margin: 0 0 1em 0;
}
#intro p.moreinfo
{
	background:#F5F5F5;
	color: #a9a9a9;
}

/* CSS Document */

form input.txt
{
	border: 1px solid #454545;
	border-bottom-color:#dcdcdc;
	border-right-color:#dcdcdc;
	background: #fefefe url(/_images/hash_lightgray.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	padding: 2px 4px;
}

form label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 10px;
	padding: 0;
	padding-bottom: 5px;
	display: block;
	text-align: left;
}













/* WEBHOSTING SECTION */
div#webhosting
{
	background-color: #CCDDAA;
	border-top: 4px solid #BCD18E;
}
div#webhosting .header h2
{
	background: #BED297 url(/_images/manhattan_icons/network_24.png) 7px center no-repeat;
	color: #f5f5f5;
}
div#webhosting .trips
{
	background: url(/_images/trips_green.png) top center no-repeat;
}
div#webhosting .trips p
{
	background: url(/_images/trips_green.png) bottom center no-repeat;
	padding: 10px;
	text-align:center;
	margin: 0;
}
div#webhosting a:link, div#webhosting a:visited
{
	color: #778855;
}
div#webhosting a:hover, div#webhosting a:active
{
	color: #000000;
}
div#webhosting p.moreinfo
{
	background:#C5D8A0;
	color: #778855;
}
div#webhosting .right ul li {
	background: url(/_images/silk/bullet_green.png) -4px 1px no-repeat;
}
#webhosting h3
{
	background:#dceab8;
}





/* EMAILHOSTING SECTION */
div#emailhosting
{
	background-color: #CCCCDD;
	border-top: 4px solid #B3B3C9;
}
div#emailhosting .header h2
{
	background: #AFAFC6 url(/_images/manhattan_icons/mail_24.png) 7px center no-repeat;
	color: #f5f5f5;
}

div#emailhosting .header2 h2
{
	background: #AFAFC6 7px center no-repeat;
	color: #f5f5f5;
}
div#emailhosting .trips
{
	background: url(/_images/trips_blue.png) top center no-repeat;
}
div#emailhosting .trips p
{
	background: url(/_images/trips_blue.png) bottom center no-repeat;
	padding: 10px;
	text-align:center;
	margin: 0;
}
div#emailhosting a:link, div#emailhosting a:visited
{
	color: #79799F;
}
div#emailhosting a:hover, div#emailhosting a:active
{
	color: #000000;
}
#emailhosting h3
{
	background:#dcdcea;
}
#emailhosting p.moreinfo
{
	background:#C4C4D6;
	color: #8888AA;
}
#emailhosting .right ul li {
	background: url(/_images/silk/bullet_blue.png) -4px 1px no-repeat;
}
#submit {border: none;}
