@charset "utf-8";
/* CSS document for digital-i */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	background-color: #202020;
}
#wrap {
	width: 990px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -495px;
	background-color: #666;
	border: 1px solid #000;
}
#top {
	width: 990px;
	height: 100px;
	border-bottom: 4px solid #333;
	background: url(../images/top-back.jpg) center top no-repeat;
}
#main {
	width: 990px;
	height: 200px;
	float: left;
	position: relative;
}
#menu {
	width: 500px;
	height: 200px;
	float: left;
	position: relative;
}
#featured {
	width: 239px;
	height: 199px;
	padding-left: 10px;
	padding-right: 240px;
	float: left;
	color: #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #999 url(../images/featured/wild-trail-safaris.jpg) 100% 50% no-repeat;
}
#featured .f-project {
	font-size: 18px;
	color: #000;
}
#featured img {
	float: right;
	padding: 0px 10px 0px 10px;
}
#featured a {
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}
#featured a:hover {
	color: #000;
	text-decoration: none;
}
#services {
	width: 990px;
	height: auto;
	padding-top: 10px;
	position: relative;
	float: left;
	font-size: 11px;
	color: #282828;
}
#services a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#services a:hover {
	text-decoration: underline;
}
#services ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#services ul li {
	padding-left: 2px;
}
#services ul li a {
	color: #2D2D2D;
	font-weight: normal;
	padding-left: 14px;
	text-decoration: underline;
}
#services .box1 {
	display: block;
	width: 228px;
	height: 180px;
	position: relative;
	padding-top: 40px;
	padding-left: 6px;
	padding-right: 10px;
	text-align: justify;
	display: inline;
	float: left;
	margin-left: 3px;
	background: url(../images/websites-conversions.jpg) center top no-repeat;
}
#services .box1 ul li a {
	background: url(../images/arrow-pale-red.gif) 0% 50% no-repeat;
}
#services .box1 ul li a:hover {
	color: #F30;
	text-decoration: none;
}
#services .box2 {
	display: block;
	width: 228px;
	height: 180px;
	position: relative;
	padding-top: 40px;
	padding-left: 6px;
	padding-right: 10px;
	text-align: justify;
	display: inline;
	float: left;
	margin-left: 3px;
	background: url(../images/tourism-marketing.jpg) center top no-repeat;
}
#services .box2 ul li a {
	background: url(../images/arrow-green.gif) 0% 50% no-repeat;
}
#services .box2 ul li a:hover {
	color: #690;
	text-decoration: none;
}
#services .box3 {
	display: block;
	width: 228px;
	height: 180px;
	position: relative;
	padding-top: 40px;
	padding-left: 6px;
	padding-right: 10px;
	text-align: justify;
	display: inline;
	float: left;
	margin-left: 3px;
	background: url(../images/special-offers.jpg) center top no-repeat;
}
#services .box3 ul li a {
	background: url(../images/arrow-blue.gif) 0% 50% no-repeat;
}
#services .box3 ul li a:hover {
	color: #09F;
	text-decoration: none;
}
#services .box4 {
	display: block;
	width: 228px;
	height: 180px;
	position: relative;
	padding-top: 40px;
	padding-left: 6px;
	padding-right: 10px;
	text-align: justify;
	display: inline;
	float: left;
	margin-left: 3px;
	background: url(../images/among-the-rest.jpg) center top no-repeat;
}
#services .box4 ul li a {
	background: url(../images/arrow-gray.gif) 0% 50% no-repeat;
}
#services .box4 ul li a:hover {
	color: #000;
	text-decoration: none;
}
#scroller {
	width: 950px;
	height: 100px;
	position: relative;
	float: left;
	padding-left: 40px;
	background: #FF9 url(../images/scroller-back.jpg) left top no-repeat;
}
#quickForm {
	width: 960px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

