* {
	margin:0;
	padding:0;
}

a {
	outline:none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

#header-container {
	width:100%;
	height:204px;
	background:url(../images/body-bg.jpg) 50% top repeat-y;
}

#header {
	width:990px;
	margin:0 auto;
	height:150px;
	background:url(../images/header-bg.jpg) top left no-repeat;
	position:relative;
	z-index:1000;
}

#header #flash {
	position:absolute;
	top:0;
	right:18px;
	z-index:1;
}

#header-flash {
	z-index:1;
}

#navigation {
	width:990px;
	margin:0 auto;
	height:54px;
	background:url(../images/nav-bg.jpg) top left no-repeat;
	position:relative;
	z-index:1;
}

#content-container {
	width:100%;
	background: url(../images/content-top-bg.jpg) 50% top no-repeat;
}

#content {
	width:990px;
	margin:0 auto;
	padding-top:40px;
	position:relative;
}

#content-container-home {
	width:100%;
	background:url(../images/content-home-bg.jpg) 50% 0px no-repeat;
}

#content-container-home-button {
	position:absolute;
	z-index:10000;
	width:200px;
	height:72px;
	margin-left:48%;
	margin-top:80px;
	cursor:pointer;
	background:url(../images/comscentre-button.gif) no-repeat;
}

.home-hair-top {
	position:absolute;
	right:89px;
	top:163px;
	z-index:10000;
	display:block;
}

#footer-container {
	width:100%;
	background:url(../images/body-bg.jpg) 50% top repeat-y;
}

#footer {
	width:990px;
	margin:0 auto;
	background:#ccc;
	height:126px;
	background:url(../images/footer-bg.jpg) top left no-repeat;
	position:relative;
}

/* --*/
/* HEADER */

.logo img {
	border:none;
}

.logo {
	position:absolute;
	top:30px;
	left:46px;
}

/* -- */
/* CONTENT */

#content-left {
	float:left;
	width:210px;
}

#content-left ul {
	padding-left:41px;
}

#content-left ul li {
	font-size:11px;
	list-style:none;
	background:url(../images/products-li-bg.jpg) bottom left no-repeat;
	padding-top:5px;
	padding-bottom:5px;
}

#content #content-left ul li a {
	color:#777777;
	text-decoration:none;
	font-weight:normal;
	line-height:1.8em;
}

#content #content-left ul li a:hover {
	color:#ff0000;
}

#content #content-left ul li.current {
	background:url(../images/products-li-bg-on.jpg) bottom left no-repeat;
}

#content #content-left ul li.back {
	background:url(../images/products-li-back-bg-on.jpg) bottom left no-repeat;
}

#content #content-left ul li.back a {
	color:#1573DC;
	font-weight:bold;
	background:url(../images/bullet-back-blue.gif) 0px 3px no-repeat;
	padding-left:11px;
}

#content #content-left ul li.current a {
	color:#ff0000;
	font-weight:bold;
	background:url(../images/bullet-red.gif) 0px 3px no-repeat;
	padding-left:11px;
	line-height:1.8em;
}
	
#content-middle {
	float:left;
	width:725px;
	margin-left:10px;
}

#content-middle ul {
	margin-top:15px;
}

#content-middle ul li {
	font-size:0.8em;	
	line-height:1.7em;
	list-style:none;
	background:url(../images/bullet-red.gif) 0px 7px no-repeat;
	padding-left:10px;
	color:#333;
}

#content-middle ol {
	margin:15px 0 0 40px;
}

#content-middle ol li {
	font-size:0.8em;	
	line-height:1.7em;
	color:#333;
}

#content-middle a {
	color:#EA1B23;
	font-weight:bold;
}

#content-middle a:hover {
	text-decoration:none;
}

#content-home {
	margin:0;
	padding:0;
	margin-left:45px;
	width:415px;
	height:560px;
}

#content-right {
	float:right;
	width:310px;
	margin:-83px 0 15px 35px;
}	

#content-right2 {
	float:right;
	margin: 0 0 15px 35px;
	padding-top: 45px;
}	

.content-sub {
	width:350px;
	float:left;
}

#content-right .box-enquire {
	width:166px;
	height:228px;
	background:url(../images/box-enquire.jpg) top left no-repeat;
	padding: 88px 125px 0 18px;
	color:#333333;
	font-size:11px;
	margin-top:35px;
}

#content-right .box-enquire img {
	border:none;
	margin-top:9px;
}

.hr hr {
	display: none;
}
.hr {
	height: 1px;
	background-image: url(/images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: 20px 0 10px 0;
}

.img-float-right {
	float: right;
	margin: 0 0 25px 25px;
}

/* -- */
/* HOME BOXES */

#box-home-products {
	width:324px;
	height:227px;
	/*background:url(../images/box-home-products.jpg) top left no-repeat;*/
	float:left;
	position:absolute;
	top:360px;
	left:11px;
}

.box-home-products h4 {
	margin:25px 0 10px 30px;
	width:200px;
}

.box-home-products p img, .box-home-support p img {
	border:none;
}

.box-home-img {
	float:right;
	padding:0 20px 0 0;
}

.box-home-support {
	width:322px;
	height:227px;
	background:url(../images/box-home-support.jpg) top left no-repeat;
	position:absolute;
	top:360px;
	left:335px;
}

.box-home-products ul {
	padding:83px 20px 0 30px;
	font-size:10px;
}
.box-home-support ul {
	padding:83px 155px 0 30px;
	font-size:10px;
}

.box-home-products ul {
	padding-top:0;
}

.box-home-support ul li, .box-home-products ul li {
	background:url(../images/bullet-blue.gif) 0px 6px no-repeat;
	list-style:none;
	line-height:19px;
	padding-left:10px;
}

.box-home-products ul li {
	background:url(../images/bullet-red.gif) 0px 6px no-repeat;
}

.box-home-products p, .box-home-support p {
	margin:8px 0 0 30px;
	padding:0;
}

#box-home-video {
	position:absolute;
	top:360px;
	right:11px;
}

.icon-pdf {
	padding:0 5px 0 0;
	float:left;
}

/* -- */
/* text */

h2 {
	font-size:33px;
	font-weight:normal;
	color:#eb1c24;
}

h1 {
	font-size:23px;
	font-weight:normal;
	color:#9e9185;
	text-transform: uppercase;
}

h3 {
	color:#333;
	font-size:15px;
	line-height:1.4em;
	padding-top:20px;
	margin-top:20px;
	background:url(/images/divider.jpg) top left no-repeat;
}

h4 {
	font-size:17px;
	font-weight:normal;
	color:#9e9185;
}

h5 {
	color:#333;
	font-size:15px;
	line-height:1.4em;
	padding-top:20px;
	margin-top:20px;
	background:url(/images/divider.jpg) top center no-repeat;
}

p {
	color:#333;
	font-size:0.75em;
	line-height:1.7em;
	padding-top:15px;
}

h6 {
	font-weight:bold;
	color:#eb1c24;
	font-size:15px;
	line-height:1.0em;
	padding-top:20px;
	margin-top:20px;
	background:url(/images/divider.jpg) top left no-repeat;
}

/* -- */
/* NAV */

#nav {
	padding: 14px 0 0 30px;
}

#nav li {
	float:left;
	height:40px;
	list-style:none;
}

#nav li a {
	text-decoration:none;
	height:40px;
	text-indent:-900em;
	display:block;
}

#nav .nav-home a {
	width:79px;
	background:url(/images/nav/nav-home.jpg) top left no-repeat;
}

#nav .nav-home a:hover, #nav .nav-home .current {
	background:url(../images/nav/nav-home-on.jpg) top left no-repeat;
}

#nav .nav-company a {
	width:132px;
	background:url(../images/nav/nav-company.jpg) top left no-repeat;
}

#nav .nav-company a:hover, #nav .nav-company .current {
	background:url(../images/nav/nav-company-on.jpg) top left no-repeat;
}

#nav .nav-whatwedo a {
	width:122px;
	background:url(../images/nav/nav-itsaboutyou.jpg) top left no-repeat;
}

#nav .nav-whatwedo a:hover, #nav .nav-whatwedo .current {
	background:url(../images/nav/nav-itsaboutyou-on.jpg) top left no-repeat;
}

#nav .nav-products a {
	width:105px;
	background:url(../images/nav/nav-products.jpg) top left no-repeat;
}

#nav .nav-products a:hover, #nav .nav-products .current {
	background:url(../images/nav/nav-products-on.jpg) top left no-repeat;
}

#nav .nav-support a {
	width:111px;
	background:url(../images/nav/nav-support.jpg) top left no-repeat;
}

#nav .nav-support a:hover, #nav .nav-support .current {
	background:url(../images/nav/nav-support-on.jpg) top left no-repeat;
}

#nav .nav-contact a {
	width:108px;
	background:url(../images/nav/nav-contact.jpg) top left no-repeat;
}

#nav .nav-contact a:hover, #nav .nav-contact .current {
	background:url(../images/nav/nav-contact-on.jpg) top left no-repeat;
}

/* -- */
/* SITEMAP */

.sitemap li ul {
	margin:0;
	padding:0;
	margin:0 0 15px 10px;
}

#content-middle .sitemap li ul li ul li {
	font-size:1em;
}

/* -- */
/* LOGIN */

#header #login {
	z-index:10000;
	overflow:visible;
}

form {
	z-index:10000;
	overflow:visible;
}

form input {
	z-index:10000;
	overflow:visible;
}

#header #login .login-textfield {
	background:url(../images/login-textfield.jpg) top left no-repeat;
	width:107px;
	height:23px;
	border:none;
	float:left;
	padding-top:3px;
	padding-left:6px;
	padding-right:11px;
	color:#666666;
	z-index:10000;
}

#header #login .login-button {
	background:url(../images/login-button.jpg) top left no-repeat;
	width:32px;
	height:23px;
	border:none;
	color:#fff;
	cursor:pointer;
}

#header #login {
	position:relative;
	right:50px;
	top:43px;
	z-index:2000;
	margin-left:700px;
	overflow:visible;
	height:60px;
	border:none;
}	

#header #login h4 {
	margin-bottom:7px;
}

.reseller a {
	color:#FFFFFF;
	font-size:10px;
	/*position:absolute;
	top:60px;
	right:12px;*/
	text-decoration:none;
	z-index:10000;
}

.reseller a:hover {
	text-decoration:underline;
}

/* -- */
/* FOOTER */

.logo-cisco {
	position:absolute;
	top:47px;
	left:30px;
}

.logo-cisco img {
	border:none;
}

.footer-top {
	margin-top:25px;
}

#footer p {
	margin:0;
	padding:0;
	position:absolute;
	top:7px;
	left:44px;
	color:#777777;
	font-size:11px;
}

#footer ul {
	position:absolute;
	top:8px;
	right:42px;
}

#footer ul li {
	float:left;
	list-style:none;
	font-size:11px;
	padding-left:15px;
}

#footer ul li a {
	color:#FF0000;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* -- */
/* ABOUT */

#flash-strategy {
	margin: 20px 0;
}

/* -- */
/* ALLIANCES */

table.alliances {
	margin: 20px 0;
	width: 725px;
}

/* -- */
/* ALLIANCES */

table.faults {
	width: auto;
	border: 1px dotted #a59d90;
	font-size: 12px;
	margin-top: 20px;
}
table.faults td {
	padding: 10px 5px;
	color: #333;
	vertical-align: top;
}
table.faults th {
	padding: 5px;
	background-color: #1472d6;
	color: #fff;
	font-weight: bold;
}
table.faults th.desc {
	text-align: left !important;
}
.dotted-divider {
	border-bottom: 1px dotted #a59d90;
}
table.login {
	border: 1px dotted #a59d90;
	font-size: 12px;
	margin-top: 0px;
	width: auto;
}
table.login td {
	padding: 5px;
	color: #333;
}
table.login th {
	padding: 5px;
	background-color: #1472d6;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
table.login th.desc {
	text-align: left !important;
}
.login-input-field {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -- */
/* Contact */

table.contacts {
	width: 100%;
	color: #333;
}
table.contacts td {
	padding: 0 20px 0 0;
	vertical-align: top;
}
table.contacts td p {
	margin: 0;
}
table.enquiry {
	width: auto;
	font-size: 12px;
	margin-top: 20px;
	color: #333;
}
table.enquiry td {
	vertical-align: top;
	padding: 0 20px 10px 0;
}
.input-field, select {
	border: 1px solid #a59d90;
	font-size: 12px;
	color: #333;
	width: 200px;
}
textarea {
	border: 1px solid #a59d90;
	font-size: 12px;
	color: #333;
	width: 100%;
}
.asterisk {
	color: #FF0000;
	font-weight: bold;
}
.submit-btn {
	background-color: #665d56;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

/* -- */
/* Contact */

#video {
	float: right;
	width: 302px;
	height: 242px;
	margin: 20px 0 25px 25px;
}
