/* =================== Universal Reset =================== */
* {
	margin: 0;
	padding: 0;
}

/* =================== Body =================== */
body {
	font-size: 11px;
	font-family:  Verdana, Arial, sans-serif;
	text-align: center;
	background: #eee url(page_back.jpg) repeat-y center;
}
td {
	font-size: 11px;
	font-family:  Verdana, Arial, sans-serif;
	margin-top: 10px;
}

.services {	color: #a54294;
	font-size: 10px;
	TEXT-DECORATION: none
}

A.lnk {	color: #a54294;
	font-size: 10px;
	TEXT-DECORATION: none;
}

A.lnk:hover {	color: #a54294;
	font-size: 10px;
	TEXT-DECORATION: none;
}

A.lnk:visited {	color: #a54294;
	font-size: 10px;
	TEXT-DECORATION: none;
}

/* =================== Overall Container =================== */
#overall-container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#page-container {
	width: 100%;
	background:  url(content_back.gif) repeat-y center;
}

/* =================== Top Nav =================== */
#top-nav-container {
	width: 100%;
	height: 67px;
	background:  url(logo.gif) no-repeat top left;
	text-align: right;
}

.logo-link {
	text-decoration: none;
	width: 168px;
	height: 67px;
	position: absolute;
	left: 250px;
}

#top-nav {
	list-style-type: none;
	float: right;
	margin-right: 0.8em;
}

#top-nav li {
	color: #999;
	float: left;
	font-size: 1.1em;
}

#top-nav li a {
	text-decoration: none;
	color: #999;
	margin-left: 1em;
	margin-right: 1em;
}

#top-nav li a:hover {
	text-decoration: underline;
	color: #999;
	margin-left: 1em;
	margin-right: 1em;
}

#top-nav li a span {
	text-decoration: underline;
}

h1 {
	font-style: italic;
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
	position: relative;
	top: 26px;
}

h1 span {
	color: #ff0099;
	font-size: 14pt;
}

#instant_support_form {
	float: right;
	margin-right: 2px;
}

/* =================== Header Images =================== */
#header-image-home {
	width: 100%;
	height: 139px;
	background:  url(header_home.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-services {
	width: 100%;
	height: 139px;
	background:  url(header_home.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-news {
	width: 100%;
	height: 139px;
	background:  url(header_news.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-case_studies {
	width: 100%;
	height: 139px;
	background:  url(header_case_studies.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-testimonials {
	width: 100%;
	height: 139px;
	background:  url(header_testimonials.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-technologies {
	width: 100%;
	height: 139px;
	background:  url(header_technologies.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-offers {
	width: 100%;
	height: 139px;
	background:  url(header_home.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-privacy_statement {
	width: 100%;
	height: 139px;
	background:  url(header_home.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-image-terms_and_conditions {
	width: 100%;
	height: 139px;
	background:  url(header_home.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* =================== Page Structure =================== */

#menu-left {
	width: 180px;
	float: left;
}

#menu-right {
	width: 200px;
	float: right;
}

#main-content {
	float: left;
	width: 388px;
	background-color: #fdfdfd;
}

#main-content ul {
	margin-left: 20px;
	list-style-type: square;
}


/* =================== Menus =================== */

#menu-left ul, #menu-right ul {
	list-style-type: square;
	margin-left: 20px;
}

#menu-left ul li, #menu-right ul li {
	border-top: 1px solid #eee;
	width: 95%;
}

#menu-left ul li a, #menu-right ul li a  {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #999;
}

#menu-left ul li a:hover, #menu-right ul li a:hover {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #444;
}

h4 {
	font-size: 1.2em;
	color: #333;
	margin-left: 5px;
	margin-bottom: 4px;
}

/* =================== Ticker =================== */

.ticker {
	width: 100%;
	text-align: left;
	background:  url(ticker_back.gif);
	height: 49px;
}

#ticker_text {
	color: #ff0099 !important;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin-top: 14px !important;
	margin-left: 19%;
	text-align: left;
	cursor: pointer;
}

/* =================== Content =================== */
#sub-main-content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	color: #444;
}

h3 {
	color: #a54294;
	font-size: 1.0em;
	margin-bottom: 6px;
}

.section-services h3 {
	color: #a54294;
	font-size: 1.5em;
	margin-bottom: 6px;
}

.section-news h3 {
	color: #f18434;
	font-size: 1.5em;
	margin-bottom: 6px;
}

.section-case_studies h3 {
	color: #d6df3d;
	font-size: 1.5em;
	margin-bottom: 6px;
}

.section-testimonials h3 {
	color: #cc0000;
	font-size: 1.5em;
	margin-bottom: 6px;
}

.section-technologies h3 {
	color: #00a1b1;
	font-size: 1.5em;
	margin-bottom: 6px;
}





.section-services ul { color: #a54294; }
.section-news ul { color: #f18434; }
.section-case_studies ul { color: #d6df3d; }
.section-testimonials ul { color: #cc0000; }
.section-technologies ul { color: #00a1b1; }
.section-offers ul { color: #ff008a; }

.section-services ul span, .section-news ul span, .section-case_studies ul span, .section-testimonials ul span, .section-technologies ul span, .section-offers ul span { 
	color: #444;
}






#sub-main-content p {
	margin-bottom: 10px;
}

#sub-main-content a {
	color: #666;
	text-decoration: underline;
}

#sub-main-content a:hover {
	color: #000;
	text-decoration: underline;
}

#sub-main-content fieldset {
	border: 0;
	background: #f8f8f8;
}

#sub-main-content legend {
	display: none;
}

#sub-main-content label {
	width: 150px;
	display: block;
	float: left;
}

#sub-main-content .form-lowlighted {
	width: 180px;
	font-size: 1em;
	border: 1px solid #aaa;
}

.form-lowlighted {	
	width: 180px;
	font-size: 1em;
	border: 1px solid #aaa;
	background-color: #f9f9f9;	
}

.form-highlighted {
	width: 180px;
	font-size: 1em;
	border: 1px solid #000;
	background-color: #f9f9f9;
}


#sub-main-content .form-highlighted {
	width: 180px;
	font-size: 0.8em;
	border: 1px solid #000;
}

#sub-main-content textarea {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

#sub-main-content .button {
	background-color: #eee;
	color: #666;
	border: 1px solid #888;
	font-weight: bold;
	font-size: 0.8m;
	margin-top: 5px;
}

#sub-main-content .form_button_holder {
	width: 100%;
	text-align: right;
}

/* =================== Client Login =================== */
#menu-right fieldset {
	border: 0;
	margin-left: 5px;
}

#menu-right .form-lowlighted {
	width: 85%;
	font-size: 1em;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
}

#menu-right .form-highlighted {
	width: 85%;
	font-size: 1em;
	border: 1px solid #000;
}

#menu-right label {
	color: #888;
	font-size: 1.1em;
}

#menu-right .form-button-holder {
	width: 86%;
	text-align: right;
}

#idLogin {
	background-color: #eee;
	color: #666;
	border: 1px solid #888;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 5px;
}

.button {
	background-color: #eee;
	color: #666;
	border: 1px solid #888;
	font-weight: bold;
	font-size: 0.9em;
}


/* =================== Menu Colours =================== */
.services { color: #a54294; }
.news { color: #f18434; }
.technologies { color: #00a1b1; }
.case-studies { color: #d6df3d; }
.testimonials { color: #cc0000; }
.offers { color: #ff008a; }

/* =================== Footer =================== */

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 2em;
}

#footer p {
	float: right;
	margin-bottom: 4px;
	margin-right: 4px;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
	text-decoration: underline;
}

#footer a span {
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
	margin-top: 4px;
	margin-left: 15px;
}

#footer ul li {
	float: left;
	width: 15%;
	background:  url(bottom_bullet.gif) no-repeat;
	background-position: 0 .3em;
	padding-left: 14px;
}


/* =================== Site Map =================== */
#sitemap {
	list-style-type: none;
	margin-left: 5px;
}

#sitemap ul {
	list-style-type: none;
	margin-left: 20px;
}

#sitemap li {
	background:  url(sitemap_section.png) no-repeat;
	background-position: 0 .3em;
	padding-left: 14px;
}

#sitemap ul li {
	background:  url(sitemap_page.png) no-repeat;
	background-position: 0 .3em;
	padding-left: 14px;
}
/* =================== Generic Classes =================== */

.line-break {
	clear: both;
}

.bottom {
	border-bottom: 1px solid #eee;
}

.hidden {
	display: none;
}

.right {
	margin-right: 6px;
}

.right-align {
	text-align: right;
	margin-bottom: 4px;
}

.center {
	position: relative;
	top: -10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.form-error {
	color: #cc0000;
}

.portfolio-left {
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	margin-top: 4px;
	margin-left: 3px;
}

.portfolio-right {
	float: right;
	padding: 4px;
	border: 1px solid #ddd;
	margin-top: 4px;
	margin-right: 3px;
}

.example-holder {
	width: 100%;
	text-align: center;
}

.example-image {
	border: 1px solid #ddd;
	padding: 4px;
	margin: auto;
}