/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background: url(images/backdrop.gif) top left repeat-x #FFFFFF;
	margin: 20px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin: 20px 10px 12px 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 12px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin: -10px 0px 12px 0px;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	margin: 0px 0px 9px 0px;
	line-height: 1.4em;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
form {
	margin: 0px;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 320px;
	margin: 0px 0px 6px 0px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 320px;
	margin: 0px 0px 7px 0px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 320px;
	margin: -1px 0px 6px 0px;
}
.auto {
	width: auto;
}



/* LAYOUT STYLES */
#outer {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo {
	position: absolute;
	top: 0px;
	right: 4px;
	z-index: 4;
}
#intro {
	position: relative;
	height: 277px;
}
#bar {
	position: absolute;
	width: 900px;
	height: 20px;
	left: 0px;
	bottom: 20px;
	background: url(images/bar.gif) 5px 0px no-repeat;
	z-index: 1;
}
.column1 {
	position: relative;
	float: left;
	width: 225px;
	padding: 10px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
}
html>body .column1 { width: 185px; }
.column2 {
	position: relative;
	float: left;
	width: 450px;
	padding: 10px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
}
html>body .column2 { width: 410px; }
.withborder {
	border-left: 1px solid #D4D4D4;
}
html>body .withborder { width: 184px; }
.withborder2 {
	border-left: 1px solid #D4D4D4;
}
html>body .withborder2 { width: 409px; }

#container1 {
	position: relative;
	float: left;
	width: 225px;
	padding: 0px;
}
#container4 {
	position: relative;
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.colourblock {
	position: relative;
	float: left;
	width: 225px;
	height: 142px;
	padding: 49px 20px 10px 20px;
	margin: 0px 0px 10px 0px;
}
html>body .colourblock { width: 185px; height: 83px}
.colourblock p		{ color: #000000 }
.voip				{ background: url(images/block_voip.jpg) 5px 0px no-repeat }
.crm				{ background: url(images/block_crm.jpg) 5px 0px no-repeat }
.sync				{ background: url(images/block_sync.jpg) 5px 0px no-repeat }
.odin				{ background: url(images/block_odin.jpg) 5px 0px no-repeat }
#footer {
	position: relative;
	clear: both;
	width: 900px;
	padding: 12px 0px 3px 0px;
	background: url(images/footertop.gif) top center no-repeat;
}
#footer p {
	font-size: 70%;
	color: #666666;
	margin: 0px 20px 3px 20px;
}
#pagebot {
	width: 100%;
	height: 10px;
	margin: -3px 0px 0px 0px;
	background: transparent url(images/footerbot.gif) top center no-repeat;
}



/* NAV STYLES */
#nav {
	position: absolute;
	top: 1px;
	left: 15px;
	width: 575px;
	height: 32px;
	background: url(images/navblocks.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height: 32px;
	display: block;
}
#nav li {
	float: left;
	list-style: none;
}
#nav-home			{ width: 48px; margin: 0px }
#nav-contact		{ width: 60px; margin: 0px 15px 0px 0px }
#nav-voip			{ width: 99px; margin: 0px }
#nav-crm			{ width: 77px; margin: 0px }
#nav-sync			{ width: 64px; margin: 0px }
#nav-odin			{ width: 88px; margin: 0px 15px 0px 0px }
#nav-servers		{ width: 109px; margin: 0px }
#home #nav-home a:visited 					{ background: transparent url(images/navblocks.gif) 0px -32px no-repeat; }
#contact #nav-contact a:visited 			{ background: transparent url(images/navblocks.gif) -48px -32px no-repeat; }
#voip #nav-voip a:visited 					{ background: transparent url(images/navblocks.gif) -123px -32px no-repeat; }
#crm #nav-crm a:visited 					{ background: transparent url(images/navblocks.gif) -222px -32px no-repeat; }
#sync #nav-sync a:visited 					{ background: transparent url(images/navblocks.gif) -299px -32px no-repeat; }
#odin #nav-odin a:visited 					{ background: transparent url(images/navblocks.gif) -363px -32px no-repeat; }
#servers #nav-servers a:visited 			{ background: transparent url(images/navblocks.gif) -466px -32px no-repeat; }



/* HOMEPAGE STYLES */
#introtitle			{ margin: 69px 0px 11px 21px }
#quote				{ margin: 0px 0px 11px 21px }
#quote-3			{ margin: -3px 0px 11px 21px }
#intro #findoutmore	{ margin: 0px 0px 0px 5px }
#server {
	position: absolute;
	right: 45px;
	bottom: 8px;
	z-index: 2;
}
#logos {
	position: absolute;
	right: 33px;
	top: 60px;
	z-index: 2;
}