html {
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #141313;
}

area {
	cursor: pointer;
}

h1 {
	font-size: 14px;
	color: #6371af;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #6371af;
	margin: 0px;
}

div#general {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

div#main {
	height: auto;
}

div#main p {
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #e2e2e2;
}

div#main p a {
	font-size: 12px;
	color: #e2e2e2;
	border-bottom: 1px dashed;
	text-decoration: none;
}

div#main p a:hover {
	color: #000000;
	background-color: #9fa4ff;
	text-decoration: none;
	border-bottom: 0px dashed;
}

div#mainContent {
	width: 100%;
	height: auto;
	float: left;
}

div#content {
	padding-top: 5px;
	width: 770px;
	height: auto;
}

div#rightContent {
	float: left;
	margin-left: 55px;
}

/* TESTIMONIALS BOX */
div#testimonials {
	width: 500px;
	height: auto;
	background-color: #29292e;
	margin-top: 40px;
}

div#inkImg {
	width: 103px;
	height: 131px;
	position: absolute;
	margin-left: 420px;
	margin-top: -21px;
}

div#testimonials_title {
	padding-top: 13px;
}

.testimonialText {
	position: absolute;
	width: 386px;
	padding-left: 30px;
}

div#t_arrows {
	width: 500px;
}

div#leftArrow {
	float: left;
	padding-left: 15px;
}

div#rightArrow {
	float: right;
	padding-right: 12px;
}

.testimonialsName {
	margin-left: 20px;
}

div.scroller {
	float:left;
	overflow:hidden;
	width:386px;
	z-index:0;
}

div.section {
	float:left;
	width:386px;
	z-index:0;
}

div.scroller #testContent {
	width: 10000px;
	overflow: hidden;
}

div#tMainContainer {
	float: left;
	margin-left: 22px;
}

/* TESTIMONIALS BOX END */

div#rightMainContent {
	width: 500px;
	height: auto;
}

div#mainTitle {
	width: 500px;
	height: 24px;
	padding-top: 11px;
}

div#pText {
	width: 400px;
	padding-left: 30px;
	margin-top: 15px;
}

span.lightBlue {
	font-size: 12px;
	color: #9fa4ff;
}

.light {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

div#virtualOffice {
	width: 108px;
	height: 110px;
	position: absolute;
	margin-left: 417px;
	margin-top: -26px;
}

.fckDiv {
	padding-top:8px; 
	border:2px dotted #e2e2e2; 
	cursor:pointer;
}

.fckDiv_b {
	padding-top:8px; 
	border:2px dotted #000000; 
	cursor:pointer;
}

.hiddenInfo {
	background-color: #5560a2;
	width: auto;
	height: 20px;
	position: absolute;
	margin-left: 170px;
	margin-top: -100px;
}

/* IE6 */
* html .hiddenInfo {
	background-color: #5560a2;
	width: 195px;
	height: 20px;
	position: absolute;
	margin-top: -100px;
	margin-left: 150px;
}

/* IE7 Only */
*:first-child+html .hiddenInfo {
	background-color: #5560a2;
	width: auto;
	height: 20px;
	position: absolute;
	margin-top: -100px;
	margin-left: 150px;
}

.hiddenInfo p {
	margin-left: 3px !important;
	margin-right: 3px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	font-size: 11px;
	color: #e2e2e2;
}

.hInfo {
	background-color: #5560a2;
	width: 85px;
	height: 20px;
	margin: 5px 0 0 313px;
	position: absolute;
}

/* IE6 Only */
* html .hInfo {
  margin : 5px 0 0 -75px;
}

/* IE7 Only */
*:first-child+html .hInfo {
  margin : 5px 0 0 -73px;

}


.hInfo p {
	margin-left: 3px !important;
	margin-right: 3px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	font-size: 11px;
	color: #e2e2e2;
}

div#searchInfo {
	display: none;
}

div#hiddenInfo2 {
	display: none;
}

.yellow {
	color: #d7d91e;
}

.pageText {
	width: 400px;
	padding-left: 30px;
	margin-top: 15px;
}

.hiddenLink {
	font-size: 12px;
	display: none;
}	