/*
Company:	Axamba
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
}
div#hd-inner {
	width: 980px;
	padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
	height: 159px;
	overflow: hidden;
}

/* Body */
div#bd-wrap {
	background: url(../images/green-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-orange {
	background: url(../images/orange-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-blue {
	background: url(../images/blue-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-red {
	background: url(../images/red-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-purple {
	background: url(../images/purple-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-teal {
	background: url(../images/teal-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd-wrap-yellow {
	background: url(../images/yellow-bkg-repeat.gif) repeat-x 0 0;
	padding: 39px 0 0 0;
}
div#bd {
	width: 980px;
	padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: url(../images/bd-bkg-repeat.gif) repeat-y 50px 0;
}
div#bd-inner {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-bkg.jpg) no-repeat 0 0;
	padding-bottom: 20px;
}
body.inside div#bd-inner {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-green-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-orange {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-orange-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-blue {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-blue-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-red {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-red-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-purple {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-purple-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-teal {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-teal-bkg.jpg) no-repeat 0 0;
}
body.inside div#bd-inner-yellow {
	width: 980px;
	overflow: hidden;
	background: url(../images/content-yellow-bkg.jpg) no-repeat 0 0;
}
/* Footer */
div#ft {
	background: url(../images/ft-bkg-repeat.gif) repeat-x 0 0 #3a3a3a;
}
div.ft-box {
	background: url(../images/ft-bkg.gif) no-repeat 0 0 #565656;
	width: 940px;
	padding: 10px 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-family: Tahoma, Arial, sans-serif;
}
div.ft-box p {
	font-size: 93%;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}
div.ft-box ul {
	margin: 0;
}
div.ft-box li {
	font-size: 93%;
	color: #fff;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	line-height: 150%;
}
div.ft-box p span, div.ft-box li span {
	color: #aed942;
}
div.ft-box h4 {
	color: #fff;
	line-height: 140%;
	font-size: 93%;
}

div#ft div.box1 {
	width: 160px;
	float: left;
	display: inline;
}
div#ft div.box2 {
	width: 150px;
	margin-left: 32px;
	float: left;
	display: inline;
}
div#ft div.box3 {
	width: 200px;
	margin-left: 36px;
	float: left;
	display: inline;
}
div#ft div.box3_1 {
	width: 120px;
	margin-left: 0px;
	float: left;
	display: inline;
}
div#ft div.box4 {
	width: 210px;
	text-align: right;
	float: right;
	display: inline;
}
div#ft div.box4 p {
	font-weight: normal;
	font-size: 85%;
}
div#ft div.box4 p a {
	font-weight: bold;
}
div.ft-box a:link, div.ft-box a:visited {
	color: #fff;
	text-decoration: none;
}
div.ft-box a:hover {
	text-decoration: underline;
}

div.ft-btm {
	width: 944px;
	padding: 20px 20px;
	margin-left: auto;
	margin-right: auto;
}
div.ft-btm p {
	color: #9a9792;
	font-size: 85%;
	margin: 0 0 5px 0;
}
div.ft-btm p.copyright {
	padding-left: 2px;
}
div.ft-btm p a {
	padding: 0 2px;
}
div.ft-btm p a:link, div.ft-btm p a:visited {
	color: #9a9792;
	text-decoration: none;
}
div.ft-btm p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 492px;
	height: 119px;
	background: url(../images/axamba-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Head Contact */
div#contact {
	width: 340px;
	height: 86px;
	background: url(../images/contact-bkg.gif) no-repeat 0 0;
	float: right;
	display: inline;
}
div#contact p.phone {
	margin: 22px 0 0 30px;
	font-size: 153.9%;
	color: #333478;
	font-family: "Swiss721BT", "Helvetica-Neue", Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	display: inline;
}
div#contact p.phone span {
	color: #8b8b8b;
	font-weight: normal;
	padding-left: 20px;
	font-family: "Swiss721BTLight", "HelveticaNeue-Light", Helvetica, sans-serif;
}
div#contact img {
	margin: 25px 100px 0 0;
	float: right;
	display: inline;
}

/* Feature */
div#feature-home {
	background: url(../images/feature-bkg-purple.gif) repeat-x 0 0;
}
div#feature-home div.feature-inner {
	background: url(../images/feature-home-bkg.jpg) no-repeat 50px 0;
	height: 289px;
	overflow: hidden;
	width: 1030px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: auto;
}
div#feature-home div.pic {
	margin: 26px 0 0 35px;
	float: left;
	display: inline;
}
div#feature-home div.text {
	width: 470px;
	margin: 30px 65px 0 0;
	float: right;
	display: inline;
}
div#feature-home p.more {
	margin: 0;
	font-size: 85%;
	width: 70px;
	float: right;
	display: inline;
}
div#feature-home p.more a.left {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/deals-btn-left.gif) no-repeat 0 0;
	margin: 0 0 0 5px;
	float: left;
	display: inline;
}
div#feature-home p.more a.right {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/deals-btn-right.gif) no-repeat 0 0;
	margin: 0 5px 0 0;
	float: right;
	display: inline;
}
div#feature-home p.more a.deals {
	clear: both;
	display: block;
	padding: 4px 0 0 0;
	text-align: center;
}
div#feature-home p.more a:link, div#feature-home p.more a:visited {
	color: #939ecc;
	text-decoration: none;
}
div#feature-home h1 {
	font-weight: normal;
	color: #fff;
	margin: 0 0 40px 0;
	font-size: 215%;
	font-family: "Swiss721BTLight", "HelveticaNeue-Light", Helvetica, sans-serif;
}
div#feature-home p {
	color: #f1f0f1;
	font-size: 138.5%;
	font-family: "Swiss721BT", "Helvetica-Neue", Helvetica, sans-serif;
}
div#feature-home p span {
	color: #2b397f;
}
div#feature-home p a.enquire {
	background: url(../images/enquire-online-btn.gif) no-repeat 0 50%;
	padding: 2px 0 2px 27px;
}
div#feature-home p a.enquire:link, div#feature-home p a.enquire:visited {
	color: #f1f0f1;
	text-decoration: none;
}
div#feature-home p a.enquire:hover {
	text-decoration: underline;
}

/* Left Side */
div.left-side {
	width: 205px;
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	float: left;
	display: inline;
}
div.left-side img.content-pic-left {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 0 15px 4px;
}

/* Main */
div.main {
	width: 670px;
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}
body.inside div.main {
	width: 440px;
	padding: 20px 0 0 0;
}

/* Main Pic */
div.main img.content-pic-left {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
div.main img.content-pic-right {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 0px 10px 10px;
	float: right;
	display: inline;
}

/* Side */
div.side {
	width: 205px;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}

/* News Box */
div.news-box {
	width: 175px;
	background: url(../images/news-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 5px 15px;
}
div.news-box-top {
	background: url(../images/news-top.gif) no-repeat 0 0;
	overflow: hidden;
	width: 205px;
	height: 10px;
}
div.news-box-btm {
	background: url(../images/news-btm.gif) no-repeat 0 0;
	overflow: hidden;
	width: 205px;
	height: 10px;
	margin: 0 0 15px 0;
}
div.news-box h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #333478;
	font-family: "Swiss721BTLight", "HelveticaNeue-Light", Helvetica, sans-serif;
}
div.news-box p {
	font-size: 85%;
	color: #494c52;
	line-height: 140%;
}
div.news-box p.sig {
	font-weight: bold;
	color: #333478;
}
div.news-box p a {
	font-weight: bold;
}
div.news-box p span {
	font-weight: bold;
	color: #7c72c4;
}
div.news-box p a:link, div.news-box p a:visited {
	text-decoration: none;
}
div.news-box p a:hover {
	text-decoration: underline;
}
div.quote-box {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 205px;
}
div.quote-box div.quotes {
	padding: 0 20px 10px 20px;
	background: url(../images/quote-marks.gif) no-repeat 100% 100%;
	overflow: hidden;
}

/* Gray Box */
div.gray-box {
	width: 175px;
	background: url(../images/graybox-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 7px 15px;
}
div.gray-box-top {
	background: url(../images/graybox-top.gif) no-repeat 0 0;
	overflow: hidden;
	width: 205px;
	height: 10px;
}
div.gray-box-btm {
	background: url(../images/graybox-btm.gif) no-repeat 0 0;
	overflow: hidden;
	width: 205px;
	height: 10px;
	margin: 0 0 15px 0;
}
div.gray-box h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #fff;
	font-size: 123.1%;
	font-family: "Swiss721BT", "Helvetica-Neue", Helvetica, sans-serif;
}
div.gray-box h3.health {
	background: url(../images/health-icon.gif) no-repeat 0 0;
	padding: 0 0 7px 55px;
}
div.gray-box p {
	font-family: "Swiss721BT", "Helvetica-Neue", Helvetica, sans-serif;
	color: #fff;
	font-size: 108%;
	padding: 0 0 0 10px;
	margin: 0;
}
div.gray-box p span {
	color: #0c0c0c;
}
div.gray-box h3.help {
	background: url(../images/help-icon.gif) no-repeat 100% 0;
	padding: 7px 0 19px 10px;
	margin: 0;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	padding: 6px 0 0 0;
	width: 980px;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0 2px 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/tab-right.gif) no-repeat 100% 0;
}
div#nav ul li a span {
	display: block;
	padding: 3px 18px 0 15px;
	line-height: 31px;
	background: url(../images/tab-left.gif) no-repeat 0 0;	
}

div#nav ul li a:link, div#nav ul li a:visited {
	color: #2b397f;
	text-decoration: none;
}

div#nav ul li.n-purple a.active {
	background: url(../images/tab-purple-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-purple a.active span {
	background: url(../images/tab-purple-active-left.gif) no-repeat 0 0;
}

div#nav ul li.n-green a.active {
	background: url(../images/tab-green-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-green a.active span {
	background: url(../images/tab-green-active-left.gif) no-repeat 0 0;
}

div#nav ul li.n-orange a.active {
	background: url(../images/tab-orange-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-orange a.active span {
	background: url(../images/tab-orange-active-left.gif) no-repeat 0 0;
}

div#nav ul li.n-blue a.active {
	background: url(../images/tab-blue-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-blue a.active span {
	background: url(../images/tab-blue-active-left.gif) no-repeat 0 0;
}

div#nav ul li.n-red a.active {
	background: url(../images/tab-red-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-red a.active span {
	background: url(../images/tab-red-active-left.gif) no-repeat 0 0;
}

div#nav ul li.n-purp a.active {
	background: url(../images/tab-purp-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-purp a.active span {
	background: url(../images/tab-purp-active-left.gif) no-repeat 0 0;
}
div#nav ul li.n-teal a.active {
	background: url(../images/tab-teal-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-teal a.active span {
	background: url(../images/tab-teal-active-left.gif) no-repeat 0 0;
}
div#nav ul li.n-yellow a.active {
	background: url(../images/tab-yellow-active-right.gif) no-repeat 100% 0;
}
div#nav ul li.n-yellow a.active span {
	background: url(../images/tab-yellow-active-left.gif) no-repeat 0 0;
}
div#nav ul li a:hover {
	background-position: 100% -34px;
	text-decoration: none;
}
div#nav ul li a:hover span {
	background-position: 0 -34px;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 231%;
	margin: 0 0 10px 0;
	color: #544f9a;
	font-weight: normal;
	font-family: "Swiss721BTLight", "HelveticaNeue-Light", Helvetica, sans-serif;
}
div.main h2 {
	font-size: 153.9%;
	margin: 0 0 10px 0;
	color: #333478;
	font-weight: normal;
	font-family: "Swiss721BTLight", "HelveticaNeue-Light", Helvetica, sans-serif;
}
div.main h3 {
	color: #565161;
	font-size: 108%;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 150%;
	color: #4c4c4c;
}
div.main p span.phone {
	color: #333478;
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
div.main li {
	color: #4c4c4c;
	font-size: 93%;
}
div.main li li {
	font-size: 100%;
}

ul.checklist {
	margin-bottom: 25px;
}
ul.checklist li {
	list-style-image: url(../images/green-check.gif);
	list-style-position: outside;
	padding: 3px 0;
}
ul.checklistorange li {
	list-style-image: url(../images/orange-check.gif);
	list-style-position: outside;
	padding: 3px 10px;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklistblue li {
	list-style-image: url(../images/blue-check.gif);
	list-style-position: outside;
	padding: 3px 0;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklistred li {
	list-style-image: url(../images/red-check.gif);
	list-style-position: outside;
	padding: 3px 0;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklistpurple li {
	list-style-image: url(../images/purple-check.gif);
	list-style-position: outside;
	padding: 3px 0;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklistteal li {
	list-style-image: url(../images/teal-check.gif);
	list-style-position: outside;
	padding: 3px 0;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklistyellow li {
	list-style-image: url(../images/yellow-check.gif);
	list-style-position: outside;
	padding: 3px 0;
	font-weight: bold;
	color: #2b397f;
	font-size: 102%;
}
ul.checklist li span {
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.blue {
	padding: 2px 0 2px 25px;
	list-style-image: url(../images/blue-check.gif);
	list-style-position: outside;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.orange {
	list-style-image: url(../images/orange-check.gif);
	list-style-position: outside;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.red {
	list-style: none;
	padding: 2px 0 2px 25px;
	background: url(../images/red-check.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.purple {
	list-style: none;
	padding: 2px 0 2px 25px;
	background: url(../images/purple-check.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.teal {
	list-style: none;
	padding: 2px 0 2px 25px;
	background: url(../images/teal-check.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li span.yellow {
	list-style: none;
	padding: 2px 0 2px 25px;
	background: url(../images/yellow-check.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2b397f;
	font-size: 108%;
}
ul.checklist li a:link, ul.checklist li a:visited {
	color: #2b397f;
	text-decoration: none;
}
ul.checklist li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #333478;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.ft-wrap {
	width: 980px;
	padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.line {margin-bottom:20px;margin-top:20px;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */