/*
* Copyright: 2005 - this.year() SI Works Internet Solutions
* If you have come across this page, its cause you are snooping through code, and are generally a developer as such
* If you would like to use some of the code on this page, please simply email support@siworks.co.za and ask permission
* it would be much appreciated, as we have worked very hard on these classes and styles
* 
* Page to control the main index template of the development
* @page index.css
* @version 2.0
* @author Greg Shiers, Jarratt Ingram (SI Works Internet)
* @copyright: SI Works Internet Solutions 2005 - this.year()
*/
/* Include the other styles sheets within this main style sheet */
@import "reset.css";
@import "cosmetics.css";
@import "formatting.css";
@import "forms.css";
@import "tables.css";

body {
	padding: 0; margin: 0;
	font-family: "Trebuchet MS", arial,tahoma,verdana,geneva, sans-serif;
	font-size: 0.75em;
	color: #919b91;
	line-height: 1.5em;
	cursor: default;
	background: #ffffff;
}
select, input, textarea {
	font-family: tahoma,verdana,arial;
	font-size: 110% !important;
	color: #666;
}
#accessibility { display: none; }
#container {
	width: 960px;
	margin: 0 auto !important; 
	padding: 0;
}
#login {
	position: absolute;
	top: -30px;
	left: 0;
	height: 40px;
	background: transparent url(/images/login-background.png) repeat-x 0% 100%;
	z-index: 100;
	width: 100%;
}
#login-inner {
	height: 33px;
	padding: 7px 0 0 0;
	width: 650px;
	margin: 0 auto;
}
.login-form-set, #login-button, #login-register  {
	float: left;
}
.login-form-set {
	
}
.login-form-set label {
	width: 66px;
	height: 22px;
	display: block;
	float: left;
	text-indent: -5000em;
}
#username-label {
	background: transparent url(/images/username-label.png) no-repeat 0% 0%;
}
#password-label {
	width: 76px;
	background: transparent url(/images/password-label.png) no-repeat 0% 0%;
}
.login-form-set input {
	width: 134px;
	height: 20px;
	background: #fff;
	border: 0;
	float: left;
}
#login-button {
	width: 42px;
	float: left;
}
#login-button input {
	width: 40px;
	height: 20px;
	background: transparent url(/images/login-button-background.png) no-repeat 0% 0%;
	border: 0;
	text-indent: -5000em;
	cursor: pointer;
}
#login-register {
	padding: 0 0 0 20px;
	float: left;
}
#login-register a {
	color: #46633b;
	font-size: 90%;
}
#login-trigger {
	width: 136px;
	height: 26px;
	background: transparent url(/images/login-trigger.png) no-repeat 0% 0%;
	position: relative;
	top: -1px;
	margin: 0 auto;
	cursor: pointer;
}
#banner {
	height: 169px;
}
#ambient-logo {
	float: left;
	width: 250px;
	height: 95px;
	margin: 55px 0 0 20px;
}
#strapline {
	float: right;
	width: 455px;
	height: 39px;
	margin: 75px 0 0 0;
	background: transparent url(/images/ambient-strapline.png) no-repeat 0% 0%;
}
#strapline strong {
	display: block;
	text-indent: -5000em;
}
#navigation {
	height: 52px;
	border-bottom: 1px solid #bdc8ba;
	background: #fff url(/images/navigation-background.png) no-repeat 0% 0%;
}
.level {
	background: #fff url(/images/navigation-background-level.png) no-repeat 0% 0% !important;
}
#navigation ul {
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	float: left;
	display: block;
	height: 51px;
	text-indent: -5000em;
	outline: none;
}
#navigation ul li a:hover{
	color: #000;	
}
#navigation ul li#home a {
	width: 182px;
	background: transparent url(/images/home-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#home a:hover {
	width: 182px;
	background: transparent url(/images/home-link-background.png) no-repeat 0% 100%;
}
#navigation ul li#about a {
	width: 170px;
	background: transparent url(/images/about-us-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#about a:hover {
	width: 170px;
	background: transparent url(/images/about-us-link-background.png) no-repeat 0% 100%;
}
#navigation ul li#services a {
	width: 170px;
	background: transparent url(/images/services-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#services a:hover{
	background: transparent url(/images/services-link-background.png) no-repeat 0% 100%;
}
#navigation ul li#products a {
	width: 152px;
	background: transparent url(/images/products-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#products a:hover {
	width: 152px;
	background: transparent url(/images/products-link-background.png) no-repeat 0% 100%;
}
#navigation ul li#pricing-and-coverage a {
	width: 198px;
	background: transparent url(/images/pricing-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#pricing-and-coverage a:hover {
	width: 198px;
	background: transparent url(/images/pricing-link-background.png) no-repeat 0% 100%;
}
#navigation ul li#contact a {
	width: 86px;
	background: transparent url(/images/contact-link-background.png) no-repeat 0% 0%;
}
#navigation ul li#contact a:hover {
	width: 86px;
	background: transparent url(/images/contact-link-background.png) no-repeat 0% 100%;
}
/* Sub Navigation */
#navigation ul ul {
	position: absolute;
	top: 52px;
	background: transparent url(/images/submenu-hover.png) no-repeat 0% 0%;
	width: 940px;
	z-index: 1 !important;
	padding: 0 10px;
	height: 40px;
	left: -999em;
}
#navigation ul ul li {
	padding: 10px 30px 0 0;
}
#navigation ul li:hover  ul{
	left: 0;
}
#navigation ul ul li a {
	display: inline !important;
	float: none;
	color: #fff;
	text-transform: uppercase;
}
#navigation ul ul li a:hover {
	color: #d7d7d7;
}
#promotion {
	height: 239px;
	width: 960px;
	background: #fff url(/images/promo-banner.jpg) no-repeat 0% 0%;
}
.promotion-content { width: 300px; padding: 55px 0 0 35px; }
.promotion-content h1 { color: #46643c; font-size: 250%; padding: 0 0 5px 0; margin: 0; }
.promotion-content h2 { color: #b9c33c; font-size: 200%; }
.promotion-content p { color: #919b91; font-size: 125%; line-height: 1.3em; }
.promotion-content img { padding-bottom: 5px; }
#carousel {
	width: 960px;
	height: 179px;
	background: #fff url(/images/carousel-background.jpg) no-repeat 0% 0%;
}
#carousel .panel {
	float: left;
	width: 310px;
	height: 157px;
	padding: 22px 0 0 0;
}
#carousel .panel-last {
	width: 270px;
}
#carousel .panel h2 {
	padding: 0;
	margin: 0 0 13px 0;
	height: 17px;
	text-indent: -5000em;
}
#carousel .panel p {
	display: block;
	height: 98px;
	width: 200px;
	line-height: 1.2em;
	margin: 0 !important;
	padding: 0 !important;
}
#carousel .panel p a {
	color: #a0aa32;
	font-style: italic;
	font-size: 110%;
}
#carousel .panel p a span{
	color: #516e49 !important;
}
#about-us-panel h2 {
	width: 100px;
	background: transparent url(/images/about-carousel-heading.png) no-repeat 0% 0%;
}
#services-panel h2 {
	width: 91px;
	background: transparent url(/images/services-carousel-heading.png) no-repeat 0% 0%;
}
#products-panel h2 {
	width: 102px;
	background: transparent url(/images/products-carousel-heading.png) no-repeat 0% 0%;
}

#carousel-holder {
	float: left;
	background: transparent url(/images/bottom-carousel-background.png) no-repeat 0% 0%;
	height: 179px;
	width: 890px;
}
#nav-left , #nav-right {
	height: 179px;
	width: 35px;
}
#nav-left {
	float: left;
}
#nav-right {
	float: right;
}
/* START SECOND LEVEL CLASSES */
#body {
	padding: 17px 0 0 0;
	min-height: 200px;
	background: transparent url(/images/body-background.png) no-repeat 0% 0%;
}
#leftbar {
	float: left; 
	width: 325px;
}
#leftbar h2 {
	width: 305px;
	height: 32px;
	padding-left: 20px;
	color: #46643c;
	z-index: 0;
	font-size: 180%;
	text-transform: uppercase !important;
	border-bottom: 7px solid #d5db8a;
	/** text-indent: -5000em; **/
}
/**
#leftbar .about-us h2{ background: transparent url(/images/about-us-heading.png) no-repeat 0% 0%; }
#leftbar .services h2{ background: transparent url(/images/services-heading.png) no-repeat 0% 0%; }
#leftbar .products h2{ background: transparent url(/images/products-heading.png) no-repeat 0% 0%; }
#leftbar .pricing h2{ background: transparent url(/images/pricing-heading.png) no-repeat 0% 0%; }
**/

#leftbar ul {
	width: 305px;
	border-bottom: 1px solid #bec9bb;
	padding: 2px 0 5px 0;
	list-style: none !important;
}
#leftbar ul li{
	padding: 0; margin: 0;
	list-style: none !important;
}
#leftbar ul li.related-heading { 
	width: 283px;
	padding: 0 0 7px 0 !important;
	margin: 0 0 7px 25px;
	font-style: italic;
	list-style: none !important;
	background: transparent url(/images/related-link-border.png) repeat-x 0% 100%; 
}
#leftbar ul li a {
	color: #adbc4e;
	display: block;
	font-weight: bold;
}
#leftbar ul li a:hover, #leftbar ul li a.active {
	color: #919b91;
}
#top-border { border-top: 7px solid #bec9bb; width: 291px; margin-left: 20px; }

#content-smaller {
	width: 635px;
	padding: 32px 0 0 0;
	float: left;
}
#content #inner {
	width: 600px;
	padding-left: 20px;
	padding-bottom: 20px;	
	border-left: 1px solid #cacaca;
}
#content #inner .about-us { background: transparent url(/images/about-us-body-background.png) no-repeat 100% 0%; }
#content #inner .services { background: transparent url(/images/services-body-background.png) no-repeat 100% 0%; }
#content #inner .products { background: transparent url(/images/products-body-background.png) no-repeat 100% 0%; }
#content #inner .pricing { background: transparent url(/images/pricing-body-background.png) no-repeat 100% 0%; }
#content #inner .contact { background: transparent url(/images/about-us-body-background.png) no-repeat 100% 0%; }
#content #inner .content-holder { width: 500px; text-align: justify; }

#content p { margin: 0 0 10px 0; }
#content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #46643c !important;
	font-family: sans-serif, arial,tahoma,verdana,geneva !important;
	font-size: 190%;
	font-weight: normal;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	width: 290px;
	height: 20px;
	font-size: 170%;
	font-weight: normal;
	/**text-indent: -5000em;**/
}
/**
#content #inner .about-us h3 { background: transparent url(/images/profile-header.png) no-repeat 0% 0%; }
#content #inner h3.whos-who { background: transparent url(/images/whos-who-header.png) no-repeat 0% 0%; }

#content #inner .services h3 { background: transparent url(/images/services-header.png) no-repeat 0% 0%; }
#content #inner h3.bulk-sms { background: transparent url(/images/bulksms-header.png) no-repeat 0% 0%; }
#content #inner h3.sms-shortcodes { background: transparent url(/images/sms-shortcodes-header.png) no-repeat 0% 0%; }
#content #inner h3.mms { background: transparent url(/images/mms-header.png) no-repeat 0% 0%; }
#content #inner h3.ussd { background: transparent url(/images/ussd-header.png) no-repeat 0% 0%; }
#content #inner h3.smpp { background: transparent url(/images/smpp-header.png) no-repeat 0% 0%; }
#content #inner h3.api { background: transparent url(/images/api-header.png) no-repeat 0% 0%; }
#content #inner h3.mobi-sites { background: transparent url(/images/mobi-sites-header.png) no-repeat 0% 0%; }
#content #inner h3.mobile-apps { background: transparent url(/images/mobile-apps-header.png) no-repeat 0% 0%; }

#content #inner .products h3 { background: transparent url(/images/solutions-header.png) no-repeat 0% 0%; }
#content #inner .pricing h3 { background: transparent url(/images/pricing-header.png) no-repeat 0% 0%; }
#content #inner .contact h3 { background: transparent url(/images/send-question-comment-header.png) no-repeat 0% 0%; }
**/

#content h4 {  
	margin: 0 0 10px 0;
	padding: 0;
	color: #46643c !important;
	font-family: sans-serif, arial,tahoma,verdana,geneva !important;
	font-size: 125%;
	font-weight: normal;	
}
#content ul li { list-style: disc; margin-left: 25px; }

/* FOOTER CLASSES*/ 
#footer {
	padding: 20px 0;
	margin-top: 20px !important;
	text-align: center;
	border-top: 1px solid #bec9bb;
}
#footer a {
	color: #919b91;
	font-size: 0.9em;
}