/*==================
ACT! HOSTING STYLES
==================*/

a { outline: none; }
body { overflow: auto; }
html { overflow: auto; }
.imgText { display: none; }

/*==================
CONTENT STYLES
==================*/

h1 {
	color: #333;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0em 0em 0.6em 0em;
	padding:  0em 0em 0.15em 0em;
	border-bottom: 2px solid #4d4d4d;
}

/*==================
LAYOUT ADDITIONS
==================*/

.col_layout_left { background:url(/resources/acthosting/Layout/bg_home_left.jpg) top right no-repeat; }
.layout_area_footer a { color: #444; text-decoration: none; }

/*==================
HORIZONTAL NAV
==================*/

#searchBar { display: none; }

#headerNav a {
	display: block;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	padding: 8px 13px 0px 13px;
	height: 22px;
	border-right: 1px solid #404040;
	float: left;
}
#headerNav a:hover {
	color: white;
	background: #222;
}

#horizontalNav {
	overflow: hidden;
	font-family: "Arial";
	font-size: 12px;
	background: url('/resources/acthosting/Layout/bg_hNav.jpg') left top no-repeat;
	padding: 0px 0px 0px 14px;
	height: 50px;
}
#horizontalNav span {
	display: block;
        width: auto !important;
        width: 1px;
        white-space: nowrap;
        cursor: pointer;
}
#horizontalNav a {
	display: block;
	color: #666;
	text-decoration: none;
	float: left;
}
#horizontalNav a:hover { 
	color: #222;
}
#horizontalNav .selected {
	color: #222;
	font-weight: bold;
}
#horizontalNav .selected .wrap1 {
	background: url("/resources/acthosting/Layout/hNav_currentLeft.jpg") left top no-repeat;
	padding-left: 10px;
}
#horizontalNav .selected .wrap2 {
	background: url("/resources/acthosting/Layout/hNav_currentRight.jpg") right top no-repeat;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#horizontalNav .wrap1 {
	background: url("/resources/acthosting/Layout/hNav_normalLeft.jpg") left top no-repeat;
	padding-left: 10px;
}
#horizontalNav .wrap2 {
	background: url("/resources/acthosting/Layout/hNav_normalRight.jpg") right top no-repeat;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}

/*==================
HEADERS
==================*/

.header {
	background:url('/resources/acthosting/Layout/bg_header.jpg') left top no-repeat;
	height: 82px;
}

#imgHome_main {
	background:url('/resources/acthosting/Layout/bg_home_main.jpg') left top no-repeat;
	height: 350px;
}

#imgHome_sticker {
	background:url('/resources/acthosting/Layout/img_sticker.gif') left top no-repeat;
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 67px 0px 0px 633px;
}

#imgHome_arrow {
	background:url('/resources/acthosting/Images/img_arrow.gif') left top no-repeat;
	position: absolute;
	width: 27px;
	height: 88px;
	margin: -20px 0px 0px -30px;
}

#title_home {
	background: url('/resources/acthosting/Images/title_home.gif') left top no-repeat;
	width: 750px;
	height: 35px;
	margin-bottom: 1em;
	border-bottom: 2px solid #444;
}

#btn_actHosting {
	cursor: pointer;
	background:url('/resources/acthosting/Images/btn_actHosting.jpg') left top no-repeat;
	width: 301px;
	height: 105px;
}

#btn_otherHosting {
	cursor: pointer;
	background:url('/resources/acthosting/Images/btn_otherHosting.jpg') left top no-repeat;
	width: 298px;
	height: 105px;
}

#btn_freeTrial {
	cursor: pointer;
	background:url('/resources/acthosting/Images/btn_freeTrial.jpg') left top no-repeat;
	width: 154px;
	height: 105px;
}

#btn_Jaze {
	cursor: pointer;
	background: url('/resources/acthosting/Layout/jazeLogo.png') right top no-repeat;
	height: 35px;
	padding: 10px 55px 0px 0px;
}

.poweredBy { width: 170px; }
