/*---	Start general CSS	---*/
html {
	color: #000;
/*	font: 0.9em "Lucida Grande", Geneva, Arial, sans-serif; */
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h1, h2, h3 {
	margin: 0 auto 0.2em;
	color: #007eff;
}
h1 {
	font-size: 1.6em;
}
li {
	color: #007eff;
}
.blacktext, blacktext a {
	color: #000000;
}
.threeQuarterContent h1 {
	width: 100%;
	border: 2px solid #b3daf6;
}
.clear {
	clear: both;
}
li a {
	text-decoration: none;
	color: #000;
}
/*---	End HTML tag CSS	---*/


/*---	Start Outer container CSS	---*/
#outer {
	width: 940px;
	margin: auto;
	background: #fff;
}
#outerBottom {
	width: 940px;
	height: 10px;
	margin: 0 auto 10px;
	background: url(/_images/layout/contentBottom.jpg) no-repeat;
}
/*---	End Outer container CSS	---*/


/*---	Start Header CSS	---*/
#header {
	height: 112px; /* This value changes in the IE stylsheet */
}
.headerLeft {
	float: left;
	position: relative;
	top: 60px;
}
.headerRight {
	float: right;
	position: relative;
	top: 80px;
	right: 5px;
}
/*---	End Header CSS	---*/


/*---	Start Menu CSS	---*/
#menu {
	height: 30px;
	background: url(/_images/layout/menuTop.jpg) no-repeat;
}
.lavaLamp {
	position: relative;
	height: 19px;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	border: 1px dotted #007eff;
	background-color: #f0f0f0;
	width: 9px;
	height: 18px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li a {
	text-decoration: none;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 18px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
/*---	End Menu CSS	---*/


/*---	Start Showcase/Slideshow CSS	---*/
.showcaseLinks {
	background: #000;
	height: 45px;
	width: 45px;
	cursor: pointer;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #000;
}
#showcase {
	position: relative;
	height: 265px;
	padding: 0 20px 0;
	border-left: 1px solid #d6d4d4;
	border-right: 1px solid #d6d4d4;
}
#showcaseLeft {
	width: 640px;
	height: 240px;
	margin: 0 20px 0 0;
	float: left;
}
#showcaseRight {
	width: 230px;
	height: 220px;
	float: right;
	background: url(/_images/layout/slideShowRightBG.jpg) no-repeat;
	margin: 20px 0 0;
}
#showcaseUpperRight {
	height: 165px;
	padding: 10px 20px 0;
	color: #333;
}
#showcaseLowerRight {
	position: relative;
	top: -20px;
	left: 27px;
}
/*---	End Showcase/Slideshow CSS	---*/


/*---	Start main layout CSS	---*/
#container {
	padding: 20px;
	border-left: 1px solid #d6d4d4;
	border-right: 1px solid #d6d4d4;
}
.fullWidthContent {
	margin: 0 0 20px;
}
.quarterContent {
	width: 210px;
	float: left;
	margin: 0 20px 0 0;
}
.threeQuarterContent {
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
}
.twoQuarterContent {
	width: 440px;
	float: left;
	margin: 0 20px 0 0;
}
.quarterContentLast {
	margin: 0 0 0 -2px;
}
/*---	End main layout CSS	---*/


/*---   Start boxes CSS   ---*/
.boxTop {
	height: 28px;
}
.boxBottom {
	height: 122px;
	padding: 6px 10px 10px;
	font-size: 0.8em;
}
.btWebApplications {
	background: url(/_images/layout/boxes/webapplications_01.jpg) no-repeat;
}
.bbWebApplications {
	background: url(/_images/layout/boxes/webapplications_02.jpg) no-repeat;
}
.btWebDesign {
	background: url(/_images/layout/boxes/webdesign_01.jpg) no-repeat;
}
.bbWebDesign {
	background: url(/_images/layout/boxes/webdesign_02.jpg) no-repeat;
}
.btWebHosting {
	background: url(/_images/layout/boxes/webhosting_01.jpg) no-repeat;
}
.bbWebHosting {
	background: url(/_images/layout/boxes/webhosting_02.jpg) no-repeat;
}
/*---   End boxes CSS   ---*/


/*---	Start footer CSS	---*/
#footer {
	width: 930px;
	margin: auto;
	font-size: 0.8em;
	color: #666666;

}
.footerQuarter {
	width: 217px;
	float: left;
	margin: 0 20px 0 0;
}
.footerQuarterLast {
	margin: 0;
}
/*---	End footer CSS	---*/


/*---	Start twitter CSS	---*/
.loading {
	text-align: center;
}
#tweet {
	font-size: 0.9em;
}
#tweet a {
	text-decoration: none;
}
#tweet ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tweet li {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding: 3px 0;
	margin: -1px 0 0 0;
}
/*---	End twitter CSS	---*/