/* COPYRIGHT 2007 SPECTRUM WIRED PTY LTD, ALL RIGHTS RESERVED */

html {
	width: 100%;
	height: 100%;
	}

body {
	background: #7fc4f2 url(images/bg_body_blue.gif) top center repeat-y fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	}
h1, h2, h3, p, form {
	margin: 0;
	padding: 0;
	}
acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
	}

/*---------- STRIPE ----------*/

#stripe {
	background: #49494d url(images/grey_strip.gif) bottom left repeat-x;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
	padding: 5px 0 10px 0;
	z-index: 100;
	}
#stripe_content {
	margin: 0 auto;
	width: 680px;
	color: #fff;
	text-align: left;
	}
#stripe_clear {
	clear: both;
	display: block !important;
	display: none;
	}

/*---------- STRIPE - CONTACT US ----------*/

#contact {
	float: left;
	position: relative;
	z-index: 140;
	}
#contact span {
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: middle;
	line-height: 16px;
	}
#contact img {
	padding: 0;
	vertical-align: middle;
	}
#contact a {
	color: #fff;
	text-decoration: underline;
	}
#contact a:hover {
	color: #ddd;
	text-decoration: none;
	}

/*######################################### AJAX ENQUIRY FORM #########################################*/

#slidebar1 {
	position: absolute;
 	top: 23px;
	left: 140px;
	background: #49494d url(images/grey_strip.gif) bottom left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 0 20px 0;
 	width: 400px;
/*	height: 341px;*/
	z-index: 150;
	}
#slidebar1 a {
	color: #000;
	text-decoration: none;
	line-height: 2em;
	}
#slidebar1 a:hover {
	color: #0476c6;
	text-decoration: none;
	line-height: 2em;
	}
	
	
/***location slider***/	
#slidebar2 {
	position: absolute;
 	top: 23px; 
	left: 545px;
	background: #49494d url(images/grey_strip.gif) bottom left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
 	width: 260px;
	z-index: 150;

	}
#slidebar2 a {
	color: #000;
	text-decoration: none;
	line-height: 2em;
	}
#slidebar2 a:hover {
	color: #0476c6;
	text-decoration: none;
	line-height: 2em;
	}
.location_text {
	padding: 4px 9px 0 9px;
	margin: 0;
	}
	
	
	
#formdiv .leftcell {
	text-align: right;
	}
#formdiv .rightcell {
	}
#formdiv .rightcell textarea,
#formdiv .rightcell input {
	border: 1px solid #000;
	width: 280px;
	}

.enquire_button {
	background: #eec00c url(images/bg_nav.gif) 0 0 repeat-x;
	border-top: 1px solid #fff60c;
	border-left: 1px solid #fff60c;
	border-bottom: 1px solid #de960c;
	border-right: 1px solid #de960c;
	padding: 0 10px;
	font-size: 1.2em;
	}

/*---------- STRIPE - THEMES ----------*/

#themes {
	float: right;
	}
#themes span {
	float: left;
	margin: 0 0 0 5px;
	vertical-align: middle;
	line-height: 16px;
	}
#theme_grey a,
#theme_blue a,
#theme_yellow a {
	display: block;
	cursor: pointer;
	}
#theme_grey a {
	background: url(images/theme_grey_1.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	}
#theme_grey a:hover {
	background: url(images/theme_grey_2.gif) 0 0 no-repeat;
	}
#theme_blue a {
	background: url(images/theme_blue_1.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	}
#theme_blue a:hover {
	background: url(images/theme_blue_2.gif) 0 0 no-repeat;
	}
#theme_yellow a {
	background: url(images/theme_yellow_1.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	}
#theme_yellow a:hover {
	background: url(images/theme_yellow_2.gif) 0 0 no-repeat;
	}

/*---------- HEADER ----------*/

#container {
	margin: 0 auto;
	width: 680px;
	text-align: left;
	z-index: 50;
	}
#header {
	background: #fff url(images/bg_header_wrap.gif) bottom left repeat-x;
	height: 83px;
	width: 640px;
	padding: 20px 20px 0 20px;;
	text-align: left;
	}
#header object,
#header .logo {
	float: left;
	}
#header table {
	float: right;
	text-align: center;
	color: #777;
	}
#header table .grey {
	background: #c9e8ff;
	}

#header p {
	float: right;
	text-align: right;
	}
#header p a {
	color: #0093dd;
	}

/*---------- NAVIGATION ----------*/

#nav_wrap {
	width: 100%;
	background: #eec00c url(images/bg_nav.gif) 0 0 repeat-x;
	border-top: 1px solid #fff60c;
	border-bottom: 1px solid #de960c;
	text-align: center;
	}
#nav {
	margin: 0 auto;
	text-align: center;
	}
#nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2em;
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	line-height: 32px;
	padding: 0 10px;
	border-right: 1px solid #de960c;
	}
#nav ul li .last {
	border: none;
	}
#nav a:link,
#products_head a:link {
	color: #000;
	text-decoration: none;
	}
#nav a:visited,
#products_head a:visited {
	color: #000;
	text-decoration: none;
	}
#nav a:active,
#products_head a:active {
	color: #000;
	text-decoration: none;
	}
#nav a:hover,
#products_head a:hover {
	color: #0476c6;
	text-decoration: none;
	}
/*
#nav .here {
	color: #0f0;
	text-decoration: underline;
	}
*/

/*---------- CONTENT - BLUE BOXES ----------*/

#content_wrap {
	width: 100%;
	text-align: center;
	}
#content {
	padding: 20px;
/*	padding: 20px 20px 10px 20px; */
	background: #fff url(images/bg_content_wrap.gif) 0 0 repeat-x;
	width: 640px;
	text-align: left;
	z-index: 60;
	}

h2 {
	color: #0095E0;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}
p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	}
ul {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
p.hr {
	margin: 20px 0;
	}

.cost {
	background: #f5f5f5;
	border: 1px solid #eee;
	}
.cost p {
	padding: 3px 10px;
	}
p.cost_head {
	background: #eee;
	padding: 5px 10px;
	color: #667;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}
.cost span {
	font-size:0.8em;
	}
.quote {
	background: #fffedd url(images/quote.gif) 0 0 no-repeat;
	word-spacing: 0.4em;
	line-height: 1.8em;
	margin: 20px 0 20px 50px;
	padding: 20px 20px 10px 20px;
	color: #777;
	font-style: italic;
	font-weight: bold;
	}

#web_wrap {
	position: relative;
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	background: #7ec9ee /* url(images/bg_web.gif) 0 34px repeat-y */;
	z-index: 70;
	}
#mobi_wrap {
	position: relative;
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	background: #7ec9ee /* url(images/bg_graphic.gif) 0 34px repeat-y */;
	z-index: 70;
	}
#news_wrap {
	position: relative;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	background: #7ec9ee /* url(images/bg_mobile.gif) 0 34px repeat-y */;
	z-index: 70;
	}

/*---------- CONTENT - BLUE BOXES - H1 ROLLOVERS ----------*/

#web_wrap h1,
#mobi_wrap h1,
#news_wrap h1 {
	margin: 0;
	padding: 0;
	background: #0092dc;
	border-bottom: 1px solid #fff;
	color: #fff;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	line-height: 2.1em;
	}
#web_wrap h1 a:link, 
#web_wrap h1 a:visited {
	color: #fff;
	text-decoration: none;
	background: #0092dc url(images/bg_h1_web.gif) 0 0 no-repeat;
	width: 210px;
	display: block;
	}
#web_wrap h1 a:hover {
	color: #ffef86;
	background: #00a6fc url(images/bg_h1_web_hover.gif) 0 0 no-repeat;
	cursor: pointer;
	}
#mobi_wrap h1 a:link, 
#mobi_wrap h1 a:visited {
	color: #fff;
	text-decoration: none;
	background: #0092dc url(images/bg_h1_mobi.gif) 0 0 no-repeat;
	width: 210px;
	display: block;
	}
#mobi_wrap h1 a:hover {
	color: #ffef86;
	background: #00a6fc url(images/bg_h1_mobi_hover.gif) 0 0 no-repeat;
	cursor: pointer;
	}
#news_wrap h1 a:link, 
#news_wrap h1 a:visited {
	color: #fff;
	text-decoration: none;
	background: #0092dc url(images/bg_h1_news.gif) 0 0 no-repeat;
	width: 220px;
	display: block;
	}
#news_wrap h1 a:hover {
	color: #ffef86;
	text-decoration: none;
	background: #00a6fc url(images/bg_h1_news_hover.gif) 0 0 no-repeat;
	width: 220px;
	display: block;
	cursor: pointer;
	}

/*---------- CONTENT - BLUE BOXES - CONTENT LINK ROLLOVERS ----------*/

#web_content,
#mobi_content,
#news_content {
	height: 19em;
	padding: 10px 0 0 0;
	}
#news_content {
	overflow: auto;
	position: relative;
	}
#news_content img {
	float: right;
	display: inline;
	cursor: pointer;
	}
#web_content a,
#mobi_content a {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	font-size: 1.2em;
	position: relative;
	display: block;
	color: #000;
	background: url(images/bg_p.png);
	text-decoration: none;
	cursor: default;
	}
/* IE BMH */
* html #web_content a,
* html #mobi_content a {
	background: url(images/bg_p2.gif); /* other IE */
	}

#web_content a:hover,
#mobi_content a:hover {
	background: #fddd0c url(images/link_over_2.gif) bottom right no-repeat;
	text-decoration: none;
	color: #0476c6;
	cursor: pointer;
	}

#news_content a {
	margin: 0 0 10px 0;
	padding: 10px 10px 7px 10px;
	font-size: 1.2em;
	position: relative;
	display: block;
	color: #000;
	background: url(images/bg_p.png) !important;
	background: url(images/bg_p2.gif);
	text-decoration: none;
	cursor: default;
	}

#web_content a.last, 
#mobi_content a.last, 
#news_content a.last {
	margin: 0;
	}


.date {
	position: absolute;
	top: -2px;;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	}
/*
#news_content a:hover .date {
	color: #de960c;
	}
*/
.more_info a {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 4px;
	background: #eec10c url(images/bg_link.gif) 0 0 repeat-x;
	border-top: 1px solid #fff60c;
	border-left: 1px solid #fff60c;
	border-bottom: 1px solid #de960c;
	border-right: 1px solid #de960c;
	text-decoration: none;
	}
.more_info a:hover {
	background: #eec10c url(images/bg_link_b.gif) 0 0 repeat-x;
	color: #0476c6;
	text-decoration: none;
	}
.icon_wrap {
	position: relative;
	}
#icon_aurora {
	position: absolute;
	top: -52px;
	left: 130px;
	}
#icon_phone {
	position: absolute;
	top: -50px;
	left: 160px;
	}
#icon_columns {
	position: absolute;
	top: -50px;
	left: 145px;
	}

.shadow {
	position: absolute;
	top: 0;
	margin: 0;
	left: 202px;
	width: 20px;
	height: 23.5em;
	overflow: hidden;
	z-index: 80;
	}
.foot_corners {
	margin: 0;
	padding: 0;
	border: 0;
	height: 8px;
/*	background: url(images/foot_corner.gif) bottom left no-repeat; */
	}

.gap {
	clear: both;
	height: 20px;
	}
.spacer {
	clear: both;
	}


/*---------- CONTENT - PRODUCTS ----------*/

#products_head {
	margin: 0;
	width: 640px;
	background: #929292 url(images/grey_glass.gif) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	line-height: 2.1em;
	font-size: 1.6em;
	text-indent: 10px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
#products_head_top {
	margin: 0;
	width: 640px;
	background: #929292 url(images/blue_glass_top.gif) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	line-height: 2.1em;
	font-size: 1.6em;
	text-indent: 10px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	}

#products_head img {
	float: right;
	margin: 9px 10px 0 0;
	}
#products_head span {
	float: left;
	}
#products_content {
	background: #ddd url(images/grey_footer.gif) bottom left no-repeat;
	margin: 0;
	padding: 7px 10px 10px 10px;
	width: 620px;
	}
#company_blurb {
	background: #7ec9ee url(images/company_blurb_bg.jpg) 0 0 no-repeat;	
	margin: 0;
	padding: 7px 10px 2px 10px;
	width: 620px;	
	}
#company_blurb_bottom {
	background: url(images/blue_footer.gif) 0 0 no-repeat;
	height: 10px;
	}
#company_blurb p {
	font-size: 1.5em;
	font-weight: normal;
	}
 a.top {
	color:#fff;
	text-decoration: underline;
	font-weight: normal;
	}
#content a:hover {
	color: #000;
	}
#products_left {
	height: 132px;
	width: 21px;
	float: left;
	margin: 0 2px 0 0;
	}
#products_left a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 50px 0 0 0;
	background: url(images/arrow_left.gif) 0 0 no-repeat;
	}
#products_left a:hover {
	display: block;
	width: 21px;
	height: 21px;
	margin: 50px 0 0 0;
	background: url(images/arrow_left_b.gif) 0 0 no-repeat;
	}
#products_right {
	height: 132px;
	width: 21px;
	float: left;
	margin: 0 0 0 5px;
	}
#products_right a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 50px 0 0 0;
	background: url(images/arrow_right.gif) 0 0 no-repeat;
	}
#products_right a:hover {
	display: block;
	width: 21px;
	height: 21px;
	margin: 50px 0 0 0;
	background: url(images/arrow_right_b.gif) 0 0 no-repeat;
	}
.product {
	width: 142px;
	height: 132px;
	float: left;
	padding: 0 ;
	}
.product a {
	width: 132px;
	height: 132px;
	padding: 0 5px;
	margin: 0;
	display: block;
	}
.product a:hover,
.product a.here {
	background: #ccc url(images/bg_product_head2.gif) 0 0 no-repeat;
	}
.product_descr {
	display: none;
	clear: both;
	width: 620px;
	background: #ccc url(images/bg_product_descr_head.gif) 0 0 no-repeat;
	}
.product_descr h1 {
	font: bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 5px 10px;
	}
.product_descr p {
	padding: 0 10px;
	font-size: 1.2em;
	margin: 0;
	}
.product_descr_foot {
	float: left;
	}

/*---------- CONTENT - SUPPORT ----------*/

#support {
	width: 60%;
	margin: 0 auto 20px auto;
	text-align: center;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px;
	border: 1px solid #0095E0;
	background: #CDEAF8;
	}

/*---------- CONTENT - SUPPORT ----------*/

#leftcol {
	float: left;
	width: 200px;
	}
.leftcol_head {
	width: 200px;
	height: 34px;
	background: url(images/leftcol_head.gif);

	line-height: 2.1em;
	font-size: 1.6em;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;

	}
.leftcol_body {
	width: 180px;
	padding: 10px;
	background: url(images/leftcol_body.gif) 0 0 no-repeat;
	}
.leftcol_body .thumb {
	margin: 0 0 10px 0;
	border: 1px solid #777;
	}
.leftcol_body p {
	font-size: 1em;
	margin: 0 0 10px 0;
	}

#rightcol {
	float: right;
	width: 420px;
	}



.client {
	margin: 0 0 10px 0;
	}



/*---------- CONTENT - WEB DEV ----------

#content_webdev {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width: 640px;
	text-align: left;
	font-size: 1.2em;
	}
#content_webdev p {
	margin: 0 0 10px;
	}
#content_webdev h2 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#content_webdev h3 {
	margin: 20px 0 10px 0;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

---------- CONTENT - ABOUT US ----------

#content_about_us h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
#content_about_us p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	}
*/
#rightcol #find_us {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 350px;
	}
#find_us li {
	float: left;
	width: 175px;
	}
#find_us li p {
	font-size: 1em;
	}
#achievements {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}
#achievements li {
	background: url(images/sw_achievements.gif) left center no-repeat;
	padding-left: 38px;
	font-size: 0.9em;
	}
/*---------- FOOTER ----------*/

#footer {
	width: 680px;
	line-height: 30px;
	color: #777;
	text-align: center;
	padding: 0 0 10px 0;
	}
#footer p {
	font-size: 1em;
	margin: 0;
	}
#footer a {
	color: #777;
	text-decoration: underline;
	}
#footer a:hover {
	color: #444;
	text-decoration: none;
	}

/*######################################### MOBILE SETTINGS REQUESTER #########################################*/

/* rounded panel styles */
.rpBody { background: url(images/nt.gif) repeat; margin: 0; text-align:center;}
.rpTop div { background: url(images/tl.gif) no-repeat top left; }
.rpTop { background: url(images/tr.gif) no-repeat top right; }
.rpBottom div { background: url(images/bl.gif) no-repeat bottom left; }
.rpBottom { background: url(images/br.gif) no-repeat bottom right; }

.rpTop div, .rpTop, .rpBottom div, .rpBottom {
	height: 12px;
	font-size: 1px;
	}

/* rounded panel styles */
.descrBody { background: url(images/nt.gif) repeat; margin: 0 0 10px 0; text-align:left; }
.descrTop div { background: url(images/tl.gif) no-repeat top left; }
.descrTop { background: url(images/tr.gif) no-repeat top right; }
.descrBottom div { background: url(images/bl.gif) no-repeat bottom left; }
.descrBottom { background: url(images/br.gif) no-repeat bottom right; }


.descrTop div, .descrTop, .descrBottom div, .descrBottom {
	height: 12px;
	font-size: 1px;
	}


.loading {
	width: 16px;
	height: 16px;
	visibility:hidden;
	background-color: transparent;
	}	
	
.buttonPanel {
	visibility: hidden;
	background-color: transparent;
	}	
		
#requester_head {
	width: 640px;
	background: #929292 url(images/grey_glass.gif) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	line-height: 2.1em;
	text-indent: 10px;
	color: #fff;
	margin: 0;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#requester_head a:link {
	color: #fff;
	text-decoration: none;
	}
#requester_head a:visited {
	color: #fff;
	text-decoration: none;
	}
#requester_head a:active {
	color: #fff;
	text-decoration: none;
	}
#requester_head a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#requester_content {
	background: #ddd url(images/grey_footer.gif) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
	width: 620px;
	max-height:300px;
	}

#requester_content .button {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	float: none;
	color: #000;
	background: #eec00c url(images/bg_nav.gif) 0 0 repeat-x;
	border-top: 1px solid #fff60c;
	border-bottom: 1px solid #de960c;
	border-left:1px solid #fff60c;
	border-right: 1px solid #de960c;
	}
	
#requester_content .deck {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	float: none;
	color: #000;
	background-color: #ccc;
	border-style:solid;
	}	
		
#requester_content div.text {
	margin: 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: middle;
	float: none;
	}
	
#requester_content div.boldtext {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: none;
	}

	
#requester_content div.question {
	margin: 0 15px 0 10px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	float: none;
	font-weight: normal;
	}
				
#requester_content select {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	float: none;
	font-size: 0.8em;
	}
				
#requester_content img {
	cursor:pointer;
	}
	
#requester_content table {
	border-collapse: collapse;
	font-size: 1.2em;
	}

/*######################################### AURORA #########################################*/


/*---------- ADMIN BAR (siteManagementBar.html, userManagementBar.xhtml)----------*/

.admin_bar {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #36383c url(images/bg_admin.gif);
	color: #fff;
	text-align: center;
	border-top: 1px solid #4f5359;
	border-bottom: 1px solid #000;
	}
.admin_bar a:link {
	color: #eec00c;
	text-decoration: none;
	}
.admin_bar a:visited {
	color: #eec00c;
	text-decoration: none;
	}
.admin_bar a:active {
	color: #eec00c;
	text-decoration: none;
	}
.admin_bar a:hover {
	color: #000;
	text-decoration: none;
	background: #eec00c;
	}
.admin_bar #here {
	color: #000;
	text-decoration: none;
	background: #eec00c;
	}

.admin_bar form {
	display: inline;
	}

/*---------- NOTIFICATION BAR (header.xhtml) ----------*/

#notify_bar {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #0f6601 url(images/bg_admin_notify.gif);
	color: #fff;
	text-align: center;
	border-top: 1px solid #48b135;
	border-bottom: 1px solid #000;
	}
/*---------- ERROR BAR (header.xhtml) ----------*/
#error_bar {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #660101 url(images/bg_admin_error.gif);
	color: #fff;
	text-align: center;
	border-top: 1px solid #b72121;
	border-bottom: 1px solid #000;
	}
/*-------------- web-solutions ----------------*/

#content .icon_images_right {
	padding:0 0 8px 20px;
	float: right;
	}
#content .icon_images_left {
	padding:5px 20px 10px 0;
	float: left;
	}
/*------------- aurora CMS page ---------------*/
#aurora_images {
	border:#777777 0.05em solid;
	margin:0 0 10px 10px;
	}
/*------------- support boxes ---------------*/
.support_box {
	width: 350px;
	height: 100px;
	background: #cdeaf8 url(images/fade.gif) top left repeat-x;
	float: right;
	margin: 10px 0 10px 10px;
	border: #cdeaf8 1px solid;
	font-size: 1.2em;
	}
.support_box p {
	padding: 32px 34px;
	}
.support_box .mobile {
	padding: 20px 34px;
	}
.support_box a:link,
.support_box a:visited  {
	color: #0095e0;
	text-decoration: none;
	}
.support_box a:hover {
	color: #f0c40c;
	}
.support_box_2 {
	width: 350px;
	height: 100px;
	background: #cdeaf8 url(images/fade.gif) top left repeat-x;
	margin: 30px auto;
	border: #cdeaf8 1px solid;
	font-size: 1.2em;
	text-align: center;
	}
.support_box_2 p {
	padding: 25px 0;
	}
.support_box_2 a:link,
.support_box_2 a:visited  {
	color: #0095e0;
	text-decoration: none;
	}
.support_box_2 a:hover {
	color: #f0c40c;
	}
#fogbugs {
	font-size: 1.2em;
	margin: 0 auto;
	}
#fogbugs .button {
	background: #ddd;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 7px;
	border: 1px #666666 solid;
	}
#fogbugs input {
	width: 250px;
	}
#fogbugs textarea {
	width: 250px;
	height: 100px;
	}
#fogbugs_wrap {
	border: 1px #cdeaf8 solid;
	background: #cdeaf8 url(images/fade.gif) top left repeat-x;
	}
/*------------- mid_text ---------------*/
#mid_text {
	height: 100px;
	}
/*------------- SUPPORT PAGE ---------------*/	
#e_support {
	list-style:none;
	padding: 10px 0 0 70px;
	margin: 0 0 20px 0;
	overflow: hidden;
	}
#e_support  h3 {
	font-size: 1.2em;
	}
#microsoft, #mac, #web {
	float: left;
	width: 30%;
	}	
#microsoft {
	padding-right: 20px;
	}
#e_support ul li {
	padding-left: 0;
	margin-left: -25px;
	}
#e_support ul li a {
	font-size: 0.8em;
	}
/*VE Map*/
#swMap {

	}
	
	
