html{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
}
.para{
	font-size: .85em;
	padding-top: 5px;
	padding-bottom: 3px;
}

.currentpage{
	color: #FFFFFF;
	background-color: #ff3300;
}
.inactivepage{
	color: #FF3300;
}


div#azBar {
top:0px;
	height: 30px;
	width: 100%;
	position: absolute;

}
div#azBar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 20px;
	white-space: nowrap;
	bottom: 2px;
	background-repeat: repeat;
}
div#azBar li {
	list-style-type: square;
	display: inline;
	list-style-position: outside;
	background-color: #FF3300;
}
div#azBar li a {
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	font-size: 1.3em;
}
div#azBar li a:link {
    color: #FFF:
}
div#azBar li a:visited {
	color: #FFFFFF;
	background-color: #FF3300;
}
div#azBar li a:hover {
    font-weight: normal;
    color: #FF3300;
    background-color: #FFFFFF;
}



#centreContent{
	width: 800px; /*** Centers the design ***/
	height: 80%; /*** This is our faux columns ***/
	text-align: left;
	background-color: #FFFFFF;
	border: 2px solid #FF3300;
	top: 30%;
	position: absolute;
	margin-top: 0;
	margin-right: -400px;
	margin-bottom: 0;
	margin-left: auto;
	right: 50%;
}
#centreContent a{
	text-decoration: none;

}
#centreContent li{

	list-style-type: none;
}

#mainContainer{
	position: absolute;
	height: 500px;
	width: 100%;
	top: 10px;

}
#mainHeader{
	position: absolute;
	height: 85px;
	width: 98%;
	top: 0px;
	left:1%;
	background-image: url(../images/sas-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainRight{
	position: absolute;
	height: 320px;
	width: 35%;
	top: 60px;
	right:0px;

}
#leftPanel{
	position: absolute;
	height: 95%;
	width: 75%;
	top: 80px;
	left:0px;
	background-repeat: no-repeat;
	

}
#leftPanelInner{
	position: absolute;
	height: 75%;
	width:98%;
	top: 12%;
	left:2%;
	background-repeat: no-repeat;


}
#leftPanelMenu{
	position: absolute;
	height: 75%;
	width:25%;
	top: 12%;
	left:2%;


}
#leftPanelWebsiteDetails{
	position: absolute;
	height: 60%;
	width:50%;
	top: 12%;
	left:25%;
	background-color: #FFFFCC;

}
#leftPanelMenu td{
	padding: 3px;
	height: 25px;
}
#leftPanelMenu a{
	color: #FF3300;
	text-decoration: none;

}
#leftPanelInner2{
	position: absolute;
	height: 75%;
	width:98%;
	top: 12%;
	left:1%;
}
.catlist{
	padding-bottom: 15px;
}
.catHeader{
	padding-bottom: 8px;
	color: #FF6600;
}

#leftPanelInner ul{
	width: 100%;

	position: relative;
	height: 100%;
}
#leftPanelInner li{
	background-image: url(../images/bullet.png);
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}
#leftPanelInner li a{
	text-decoration: none;
	margin-bottom: 5px;
	font-size: .85em;
}
.thumbbox{
	height: 30px;
	width: 240px;
	border: thin solid #FF3300;
}
#rightPanelInner{
	position: absolute;
	height: 65%;
	width:98%;
	top: 32%;
	right:2%;
	padding: 10px;	

}
.home{background-image: url(../images/Gasag-2.png);}
.about{background-image: url(../images/taxi.png);}
.prices{background-image: url(../images/boy-in-bali.png);}
.portfolio{background-image: url(../images/Bauhaus-6.png);}

#leftPanelScroller{
	position: absolute;
	height: 10%;
	width: 100%;
	bottom: 0px;
	right:0px;
	background-image: url(../images/transparency85.png);
	z-index: 3;
	background-repeat: repeat;
}
div#navbar2 {
	height: 30px;
	width: 78%;
	position: absolute;
	left: 20px;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 30px;
	white-space: nowrap;
	bottom: 10px;
	background-repeat: repeat;
	border: 1px solid #FF3300;
}
div#navbar2 li {
	list-style-type: square;
	display: inline;
	list-style-position: outside;
}
div#navbar2 li a {
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;

}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
}
div#navbar2 li a:hover {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FF3300;
}


div#navbar3 {
	height: 30px;
	width: 25%;
	right: 0%;
	position: absolute;
	bottom: 15px;
	background-color: #FF3300;
}
div#navbar3 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 30px;
	white-space: nowrap;
	bottom: 10px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	
}
div#navbar3 li {
	list-style-type: none;
	display: inline;
}
div#navbar3 li a {
	text-decoration: none;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #FF3300;

}
div#navbar3 li a:link {
    color: #FFF:
}
div#navbar3 li a:visited {
}
div#navbar3 li a:hover {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FF3300;
}





div#az2009 {
	width: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
	height: 10%;
}
div#azContentLeft {
	width: 45%;
	top: 15%;
	position: absolute;
	left: 22px;
	color: #666666;
	height: 55%;
	background-color: #FFFFFF;
	z-index: 0;
	

}
div#azContentLeft a{
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #FF3300;
	text-decoration: none;
}


div#azContentMiddle {
	width:45%;
	top:15%;
	position: absolute;
	height: 80%;
	background-color: #FFFFFF;
	z-index: 0;

	right: 2%;

}
