@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #FFF;
	font-family: helvetica,arial,sans-serif;
	height: 100%;
	width: 100%;
}
#contract_cost {
	margin-top: -3px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #FFF;
}
p {
	padding-left: 10px;
	padding-right: 10px;
	font-size:16px;
	line-height:24.16px;
	color: #FFF;
	font-weight:normal;
}
#contents li {
	list-style-image:url(assets/images/bullet.png);
	margin: 0px;
	padding: 0px;
	color:#000;
}
#contents h1 {
	font-size: 160%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #000;
}
#contents p {
	padding-left: 10px;
	padding-right: 10px;
	font-size:16px;
	line-height:24.16px;
	color: #000;
}
li {
	list-style-image:url(assets/images/bullet.png);
}
#body_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#header {
	padding-top: 10px;
}
#menu {
	background-color: #181818;
	font-size: 16px;
	padding-left: 20px;
	line-height: 30px;
}
#index_modules {
	margin-top: 20px;
	width: 960px;
	padding-left: 0px;
	padding-right: 0px;
}
#banner_text  {
	position: absolute;
	background-image: url(assets/images/banner_txt_bg.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 334px;
	margin-top: 10px;
	margin-left: 20px;
}
#banner_text_index {
	position: absolute;
	background-image: url(assets/images/banner_txt_bg_white.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 334px;
	margin-top: 10px;
	margin-left: 20px;
	color: #000;
}
#banner_text_new {
	position: absolute;
	/**background-image: url(assets/images/banner_txt_bg.png); *//
	background-repeat: no-repeat;
	height: 150px;
	width: 334px;
	margin-top: 10px;
	margin-left: 605px;
	float: right;
}
#or_button {
	position: absolute;
	height: 32px;
	width: 43px;
	margin-left: 459px;
	margin-top: 70px;
}
#arrange_meeting {
	clear: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
}
#it_consulty {
	clear: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
}
#news_area {
	clear: none;
	float: left;
	position:relative;
	background-color:#0e0e0e;
	height:175px;
}
#index_flash_advert{
	clear: none;
	float:left;
	position:relative;
	padding-right:7.5px;
}
#how_much_contract {
	float: left;
	clear: none;
	padding-right: 7.5px;
	padding-left: 7.5px;
}
#arrange_meeting_text {
	position:absolute;
	left:10px;
	top:0px;
	width:361px;
	height:176px;
	z-index:1;
}
#how_much_contract_text {
	position:absolute;
	left:370px;
	top:0px;
	width:303px;
	height:174px;
	z-index:1;
}
#it_project_text {
	position:absolute;
	left:676px;
	top:0px;
	width:257px;
	height:174px;
	z-index:1;
}
#it_project {
	float: left;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	width: 962px;
	height:131px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:no-repeat;
	background-image: url(images/footer_black.png);
}
#footer h1{
	font-size: 16px;
	color: #900;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#main_bg {
	background-color: #191919;
	padding: 20px;
}
#main_content_area {
	background-color: #FFF;
	padding: 5px;
	margin-top: -10px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-left: -20px;
}
#leftsidebar {
	float: right;
	width: 310px;
	clear: right;
}
/**.leftsidebar-elements {
	margin-bottom: 10px;
	padding-top: 10px;
	color: #FFF;
	border: 3px solid #900;
	background-color: #191919;
}**/
.leftsidebar-elements {
	margin-bottom: 10px;
	color: #FFF;
	background-color: #666;
	background-image: url(assets/images/sidebar/box_bg.jpg);
}
.leftsidebar-elements li {
	font-size:14px;
	line-height:24.16px;
}
#contents {
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 590px;
}
#segment_box {
	background-color: #900;
	float: right;
	width: 210px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	font-style: italic;
	color: #FFF;
	background-image: url(assets/images/quote_bg.jpg);
}
#segment_box p{
	color:#FFF;
	margin-top: -10px;
	margin-bottom: 0px;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;	
}
a:hover{
	color:red;
	text-decoration: none;
}
#support_section {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#support_leftbar {
	float: left;
	width: 450px;
}
#support_rightbar {
	float: right;
	width: 450px;
}
.support_text {
	position: absolute;
	width: 430px;
	height: 173px;
}
.support_text_index {
	position: absolute;
	width: 315px;
	height: 173px;
}
.support_text_index_lower {
	position: absolute;
	width: 300px;
	height: 173px;
}
.support_text_new {
	position: absolute;
	width: 334px;
	height: 173px;
}
#remote_support {
}
.support_spacer_box {
	margin-bottom: 20px;
}
#payasugo {
}
#menu_left_bar {
	clear: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
	width: 231px;
}
#menu_middle_bar {
	float: left;
	clear: none;
	padding-right: 6px;
	padding-left: 12px;
	width: 231px;
}
#menu_right_bar {
	float: left;
	clear: none;
	padding-right: 12px;
	padding-left: 6px;
	width: 231px;
}
#menu_rightextra_bar {
	float: left;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	width: 231px;
}
#menu_left_bar_services {
	clear: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
	width: 315px;
}
#menu_middle_bar_services {
	float: left;
	clear: none;
	padding-right: 7.5px;
	padding-left: 7.5px;
	width: 315px;
}
#menu_right_bar_services {
	float: left;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	width: 315px;
}
.our_services_text {
	position: absolute;
	width: 231px;
	height: 175px;
	color: #FFF;
}
#underline {
	height: 1px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
.content_bg_top {
	background-image: url(assets/images/content_bg_top.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 640px;
	padding: 0px;
	margin-top: -10px;
}
.content_bg_bottom {
	background-image: url(assets/images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 640px;
}
.table_title {
	color: #b00001;
	padding-left: 40px;
}

#options li {
	list-style-image:url(assets/images/big_bullet.png);
	margin: 0px;
	padding: 0px;
}
#options {
	padding-right: 10px;
	padding-left: 10px;
}
#options_title {
	font-size: 160%;
	color: #999;
	font-weight: 300;
}
#leftsidebar li {
	list-style-image:url(assets/images/big_bullet.png);
	margin: 0px;
	padding: 0px;
}
#call_back {
	position: absolute;
	margin-top: 50px;
	margin-left: 792px;
}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:150px;
	margin:-100px 0 0 -250px;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#lightbox.done img{
	width:100%;
	height:100%;
}#form_outer {
	padding: 5px;
	background-color: #900;
}
#form_inner {
	background-color: #000;
}
#new_footer_area {
	margin-top:5px;
}
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 20%;
			left: 25%;
			width: 50%;
			height: auto;
			padding: 16px;
			border: 2px solid red;
			background-color: black;
			z-index:1002;
			overflow: auto;
		}
	
.CtaBtn{ height:40px; font-size:20px; margin: 10px 0 10px 0;}
