body {
	width: 770px;
	background: #FFF;
	margin: 0 auto;
	font-family: verdana, palatino linotype, palatino, garamond, georgia, times new roman, helvetica;
	color: #000;
}

a {
	color: #993b3d;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 5px;
	font-size: 19px;
	font-family: arial;
	background: #d6d6d6;
}

h3 {
	width: 500px;
	border-bottom: 1px solid #000;
	font-size: 25px;
	margin-bottom: 10px;
	clear: left;
}

h4 {
	margin: 10px 0 5px 15px;
	color: #000;
	font-size: 22px;
}

h5 {
	margin: 10px 0 5px 15px;
	color: #000;
	font-size: 16px;
}

p {
	margin: 15px;
	padding: 0 15px 0 0;
	font-size: 10pt;
	line-height: 1.5;
}

ul {
	list-style-type: square;
}

ul li {
	margin: 5px;
	padding: 0 15px 0 0;
	font-size: 10pt;
}

ol li {
	font-size: 10pt;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.error {
	text-indent: 0;
	color: #FF0000;
	margin: 0 20px;
}

.fielderror {
	color: #FF0000;
}

.required {
	color: #F00;
}

form input, form textarea {
	border: 1px solid #CCCCCC;
}

.sIFR-hasFlash #header h1 {
	visibility: visible;
}

#header {
	position: relative;
	height: 120px;
}

#logo {
	padding: 15px 0 0 0;
}

#logo #logobg {
	background: url(../images/logo.png) no-repeat center left;
}

/*#header a.logo {
	display: block;
	width: 229px;
	height: 120px;
	background: url(../images/logo.png) center left no-repeat;
}

#header h1 span {
	display: none;
}*/

#header h1 {
	display: none;
}

#header img {
	position: absolute;
	top: 50px;
	right: 35px;
}

#header .login {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#header .login a {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#nav {
	width: 100%;
}

#navigation {
	background: #000 url(../images/bar_corner_tr.png) top right no-repeat;
	padding: 0 5px;
	font-size: 10pt;
	height: 34px;
}

#navigation a {
	padding-right: 20px;
}

#navigation ul, #navigation li {
	display: block;
	margin: 0;
	padding: 0;
}

#navigation ul {
	float: left;
	width: 100%;
}

#navigation li {
	float: left;
	background: url(../images/arrow_right_black.png) center left no-repeat;
	border-top: 4px solid #000;
}

#navigation li.active {
	background-image: url(../images/arrow_down_black.png);
	border-top: 4px solid #993b3d;
}

#navigation li.active a {
	/*border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;*/
}

#navigation li a span {
	display: none;
}

#navigation li a {
	display: block;
	height: 25px;
	padding-left: 12px;
	background: 12px 0 no-repeat;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

#navigation li.home a {
	background-image: url(../images/button_home.png);
	width: 50px;
}

#navigation li.services a {
	background-image: url(../images/button_services.png);
	width: 66px;
}

#navigation li.partners a {
	background-image: url(../images/button_partners.png);
	width: 67px;
}

#navigation li.our_clients a {
	background-image: url(../images/button_our-clients.png);
	width: 89px;
}

#navigation li.about_us a {
	background-image: url(../images/button_about-us.png);
	width: 75px;
}

#navigation li.contact_us a {
	background-image: url(../images/button_contact-us.png);
	width: 87px;
}

#subnavigation {
	background: #993b3d url(../images/bar_diagonal.png) top right no-repeat;
	width: 460px;
	height: 25px;
	font-size: 8pt;
	float: left;
}

#subnavigation .bg {
	background: #993b3d url(../images/sub_bg.png);
	margin: 0 22px 0 0;
	padding: 0 5px;
	height: 25px;
}

#subnavigation.clear, #subnavigation .clear {
	background: #FFF none ! important;
}

#subnavigation ul, #subnavigation li {
	display: block;
	margin: 0;
	padding: 0;
}

#subnavigation ul {
	float: left;
	display: none;
	width: 100%;
}

#subnavigation ul.show {
	display: block;
}

/*#subnavigation ul.partners {
	padding-left: 160px;
}

#subnavigation ul.our_clients {
	padding-left: 280px;
}

#subnavigation ul.about_us {
	padding-left: 320px;
}*/

#subnavigation li {
	float: left;
	background: center left no-repeat;
}

#subnavigation li.active {
	background-image: url(../images/arrow_down_red.png);
}

#subnavigation li a span {
	display: none;
}

#subnavigation li a {
	display: block;
	height: 25px;
	padding-left: 12px;
	background: 12px 0px no-repeat;
}

#subnavigation li.ip_telephony a {
	background-image: url(../images/button_sub_ip-telephony.png);
	width: 80px;
}

#subnavigation li.data_networks a {
	background-image: url(../images/button_sub_data-networks.png);
	width: 92px;
}

#subnavigation li.maintenance a {
	background-image: url(../images/button_sub_maintenance.png);
	width: 82px;
}

#subnavigation li.strategic_partners a {
	background-image: url(../images/button_sub_strategic-partne.png);
	width: 110px;
}

#subnavigation li.recent_projects a {
	background-image: url(../images/button_sub_recent-projects.png);
	width: 96px;
}

#subnavigation li.case_studies a {
	background-image: url(../images/button_sub_case-studies.png);
	width: 79px;
}

#subnavigation li.testimonials a {
	background-image: url(../images/button_sub_testimonials.png);
	width: 78px;
}

#subnavigation li.history a {
	background-image: url(../images/button_sub_history.png);
	width: 47px;
}

#subnavigation li.news a {
	background-image: url(../images/button_sub_news.png);
	width: 37px;
}

#subnavigation a {
	margin-right: 10px;
}

#page {
	position: relative;
}

#menu {
	clear: both;
	width: 215px;
	position: relative;
	float: right;
	margin: -25px 0 30px 30px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	padding: 0;
	margin: 0;
}

#menu ul a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	margin: 0;
}

#menu ul a:hover, #menu ul li.active a {
	background: #F1F1F1;
}

#menu ul.news li {
	margin: 15px 10px;
	font-size: 9pt;
}

#menu ul.news li .date {
	font-weight: bold;
}

.testimonial {
	margin: 10px 0;
}

.testimonial .name, .testimonial .org {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#home .testimonial {
	margin: 35px 0 0 0;
	/*width: 500px;*/
	border-left: 5px solid #d6d6d6;
}

#home .testimonial .text {
	font-size: 14pt;
}

#home .testimonial .from {
	font-size: 10pt;
	text-align: right;
}

#services .service {
	clear: left;
	margin: 25px 0;
}

#services .service div {
	margin-left: 90px;
}

#services .service div.partner {
	margin-left: 0;
}

#services .service p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#services .service img {
	float: left;
}

#partners .partners1 {
	margin: 25px 0 0 0;
}

#partners .partners2 {
	clear: left;
}

#partners .partner {
	float: left;
	height: 80px;
	width: 230px;
	text-align: center;
}

#partners .partners1 .partner {
	height: 130px;
}

#strategic_partners .partner {
	clear: left;
	margin: 25px 0;
}

#strategic_partners .partner div {
	/*margin-left: 90px;*/
}

#strategic_partners .partner p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#strategic_partners .partner img {
	float: left;
}

#contact p {
	text-indent: 0;
}

#contact #menu p {
	text-indent: 0;
	padding-left: 20px;
}

#contact ul {
	margin: 0 0 0 8px;
	padding-left: 0;
	list-style: none;
}

#contact ul li {
	padding-left: 0;
	background: none;
}

#contact .form {
	margin: 15px;
	padding: 0 15px 0 0;
	font-size: 10pt;
	line-height: 1.5;
}

#footer {
	color: #FFF;
	background: #000 url(../images/bar_corner_br.png) bottom right no-repeat;
	padding: 5px;
	margin: 20px 0 0 0;
	font-size: 11px;
}

#footer .design {
	float: right;
	padding: 0 5px 0 0;
}

#footer a {
	color: #FFF;
}