/* ==================================================================================================== 

   Copyright 2009 Infoeweb, Inc. All Rights Reserved.
   
   CSS style for Infoeweb.com homepage
   
   Table of Contents:
		- Homepage main flash
		- Homepage Web-Deal
        - Homepage Description Info
		- Homepage Hosting
		- Homepage Stafftrends
		- Homepage Clients
		- Solution Partners

==================================================================================================== */


/* Homepage main flash
---------------------------------------------------------------------------------------------------- */
#main_flash {
	float: left;
	width: 611px; /* - padding */
	height: 302px; /* - padding */
	background: transparent url(../images/bg-main_flash.jpg) no-repeat left top;
	padding: 15px 0 0 15px;
}

#main_flash ul.alt {
	width: 215px;
}

#main_flash ul.alt li {
	margin-left: 0;
}
/* Homepage Web-Deal
---------------------------------------------------------------------------------------------------- */
#web-deal {
	float: right;
	position: relative;
	width: 265px; /* - padding */
	height: 302px; /* - padding */
	background: transparent url(../images/bg-deal.gif) no-repeat left top;
	padding: 15px 0 0 15px;
}

#web-deal #free {
	position: absolute;
	top: -15px;
	right: -15px;
}
#web-deal ul.alt {
	width: 215px;
}

#web-deal ul.alt li {
	margin-left: 0;
}
#web-deal ol {
	list-style-type: none;
	margin: 0;
}

#web-deal ol li {
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

#web-deal abbr {
	border: medium none;
	color: #d9008f;
}

#web-deal label {
	display: block;
	float: left;
	margin-right: 8px;
	text-align: right;
	width: 111px;
}

#web-deal ol li div {
	margin-left: 111px;
}

#web-deal p.guide,
#web-deal p.terms {
	color: #777;
	font-size: 11px;
}

#web-deal p.guide {
	margin: 0;
	padding-left: 8px;
	line-height: 14px;
}

#web-deal p.terms {
	margin: 10px 0;
	line-height: 15px;
}

#web-deal a.order,
#web-deal a.order:visited {
	display: block;
	width: 105px;
	height: 40px;
	background: transparent url(../images/btn-tryfree.png) no-repeat left top;
	margin: 0 auto;
}

#web-deal a.order:hover {
	background-image: url(../images/btn-tryfree_ro.png);
}

/* Homepage Description Info
---------------------------------------------------------------------------------------------------- */
#desc {
	float: left;
	width: 596px; /* - padding */
	height: 245px;
	background: transparent url(../images/bg-info.gif) no-repeat left top;
	padding: 15px;
}
/* Homepage Hosting
---------------------------------------------------------------------------------------------------- */
#hosting {
	float: left;
	width: 611px; /* - padding */
	height: 302px;
	background: transparent url(../images/bg-hosting.jpg) no-repeat left top;
	padding: 15px;
}

#hosting .step {
	float: left;
	height: 200px;
	margin: 10px 12px 0 0;
	padding: 2px 10px 5px 27px;
}

#hosting .step h2 {
	font-size: 12px;
	margin: 0 0 10px;
}

#hosting #step_1 {
	width: 130px;
	background: transparent url(../images/bg-step_1.gif) no-repeat left top;
}

#hosting #step_2 {
	width: 155px;
	background: transparent url(../images/bg-step_2.gif) no-repeat left top;
}

#hosting #step_3 {
	background: transparent url(../images/bg-step_3.gif) no-repeat left top;
}
/* Homepage Stafftrends
---------------------------------------------------------------------------------------------------- */
#stafftrends {
	float: right;
	position: relative;
	width: 265px; /* - padding */
	height: 302px; /* - padding */
	background: transparent url(../images/bg-stafftrends.jpg) no-repeat left top;
	padding: 15px 0 0 15px;
}

#stafftrends #v2009 {
	position: absolute;
	top: -15px;
	right: -15px;
}

#stafftrends a.more,
#stafftrends a.more:visited {
	float:left;
	display: block;
	width: 105px;
	height: 40px;
	background: transparent url(../images/btn-stafftrends.png) no-repeat left top;
	margin: 0 auto;
}

#stafftrends a.more:hover {
	background-image: url(../images/btn-stafftrends_ro.png);
}
/* Homepage Clients
---------------------------------------------------------------------------------------------------- */
#clients {
	float: right;
	width: 250px; /* - padding */
	height: 85px; /* - padding */
	background: transparent url(../images/clients.gif) no-repeat left top;
	padding: 15px;
	margin: 0 0 20px 0;
}

#clients img {
	margin-bottom: 10px;
}

#clients p {
	margin: 0 0 5px;
}

/* Solution Partners
---------------------------------------------------------------------------------------------------- */
#pressquotes {
	float: right;
	background: transparent url(../images/box.gif) no-repeat left top;
	width: 280px;
	height: 110px;
}
/* Clients Ticker
---------------------------------------------------------------------------------------------------- */

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 230px;
height: 26px;
padding: 5px;
margin-top:20px;
background-color:#f8f8f8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color:#f8f8f8;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>

<script src="ajaxticker.js" type="text/javascript">

/***********************************************
* Ajax Ticker script (txt file source)- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

</script>