
<style type="text/css">

/* body tag, to set background for site */
* {
	margin:0;
	padding:0;
}


body {
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999999;
  line-height:normal;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CEAA7A;
	}
/* Structure Elements */

/* Wrapper - overall div the defines structure / widths */
#Wrapper {
	width: 1021px; 
  	margin: 0 auto; 
	background:url(http://www.alabanza.com/images/bg.gif) center repeat-y;
} 

#container {
	width:950px;
	margin:0 auto;
	}
	
#topshadow {
	height:42px;
	width:1021px;
	margin:0 auto;
	background:url(http://www.alabanza.com/images/top_bg.gif) bottom left no-repeat;
}
/* Header area - contains logo and any other header elements */

#Branding {
	background-color:#ffffff;
	height:73px;
	width:450px;
	padding:0px;
	
}

#sitemap ul, #sitemap ul ul, #sitemap ul li, #sitemap li { 
	color:#CEAA7A;
}

#sitemap ul li {
	margin-left:10px;
}

#sitemap ul ul li  {
	margin-left:20px;
}

#sitemap li a, li a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CEAA7A;
	font-size:11px;
	text-decoration:none;
}
#sitemap li a:hover {
	color:#000000;
}


/* Navigation Area */

/* Main navigation */
#mainNav {
	width:949px;
	height:52px;
	background:url(http://www.alabanza.com/images/nav_bg.gif) top left no-repeat;
	overflow:hidden;
}

#Nav {
	position:relative;
	float:left; 
	margin: 0 0 0 2px;
	_margin:0px;
	padding: 0;
	height: 52px;
	list-style: none;
	overflow: hidden;
}

#Nav li {
	margin: 0 0 0 0; /*------------------------------Controls spacing of main nav*/
	_margin:0 0 0 0; 
	padding:0 0 0 0px;
    list-style: none;
	float:left;
}

#Nav a, #Nav li a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win only */
	background-position:0 -160px;
}
	
#Nav a:hover {
	background-position: 0 -80px;
}

#Nav a.menu-current{
	 background-position: 0 0px;
}

#Nav a.menu-parent{
	 background-position: 0 0px;
}

#n1 a, #n34 a{
	display:none;
}

#n4 a{
	background:url(http://www.alabanza.com/images/n_04.gif) center no-repeat;
	width:162px;
}

#n5 a{
	background:url(http://www.alabanza.com/images/n_05.gif) center no-repeat;
	width:180px;
}

#n6 a{
	background:url(http://www.alabanza.com/images/n_06.gif) center no-repeat;
	width:129px;
}

#n7 a{
	background:url(http://www.alabanza.com/images/n_07.gif) center no-repeat;
	width:110px;
}

#n8 a{
	background:url(http://www.alabanza.com/images/n_08.gif) center no-repeat;
	width:128px;
	height:34px;
}

#n9 a{
	background:url(http://www.alabanza.com/images/n_09.gif) center no-repeat;
	width:102px;

}

#n10 a{
	background:url(http://www.alabanza.com/images/n_10.gif) center no-repeat;
	width:133px;
}
/* Menu System class selectors*/
/* 
	menu-top        First menu tag only
    menu-parent     Every parent menu item of the current page.
    menu-current    Only the menu item for the current page.
    menu-sibling    Every sibling of the current page.
    menu-child      Every sub-menu of the current page.
    menu-expand     Every menu item with children.
    menu-first      First item in any menu or sub-menu.
    menu-last       Last item in any menu or sub-menu.
 */


/* Secondary Navigation */
#subNav {
	width:210px;	
	margin-left:-30px;
	
}

#subnav ul.menu-top {
/*	*margin-left:40px; */
	list-style:none;
}

li.menu-expand, li.menu-child, li.menu-current, li.menu-first, li.menu-sibling {
	list-style:none;
}
	
#subNav li a:link, #subNav a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CEAA7A;
	font-size:11px;
	text-decoration:underline;
	list-style:none;
	line-height:20px;
	/*padding-right:30px;*/
}

#subNav li.menu-current a {
	text-decoration:none;
}

#subNav li.menu-child a {
	color:#CEAA7A;
	font-size:11px;
	text-decoration:underline;
	list-style:none;
}

#subnav li.menu-child a:link {
	text-decoration:underline;
}

#subNav li a:hover {
	color:#000000;
}



/* Auxillary Navigation - Home | Search | etc, usually in top right corner */
#auxNav {
	float:right;
	height:73px;
	text-align:right;
	padding:0 10px;
	font-size:10px;
	font-weight:normal;
	color:#B2B2B2;
}
#auxNav ul {
	list-style:none;
}
#auxNav li {
	float:left;
}
#auxNav a:link, #auxNav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#B2B2B2;
}
#auxNav a:hover {
	color:#000000;
	}
#search {
	margin-top: 20px;
}

#search input.search {
	border:none;
	background:url(http://www.alabanza.com/images/input_box.gif) top left no-repeat;
	width:160px;
	height:24px;
	padding:5px;
	margin-right:10px;
	margin-bottom:2px;
}

#search .search_btn {
	*margin-bottom:12px;
}

/* Content Area - holds any and all divs pertaining to content of the page */

/* Overall containing div */
#Content {
	background-color:#ffffff;
	margin:0px 4px 0 4px;
	*margin-top:5px;
	float:left;
	width:950px;
}


/* Main Content */
#Contentleft {
	width:190px;
	float:left;
}

#Contentleft p {
	float:left;
}

/* Secondary content - callouts, etc. */
#Contentright {
	float:left;
	width:754px;
}

#Contentright ul {
	list-style:circle;
	margin-left:20px;
	*margin-left:40px;
	}
	
#Contentright ol {
	list-style:decimal;
	margin-left:40px;
	}
	
#Contentright li {
	float:none;
	padding:5px 0;
	}
#Contentright a, #Contentright a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CEAA7A;
	text-decoration:underline;
}
#Contentright a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

#copy {
	float:left;
	width:488px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
	_margin-left:10px;
	
}

#copy img.datacenterimg_1  {
	padding-bottom:0px;
	padding-right:20px;
}

#copy img.datacenterimg_2  {
	padding-bottom:20px;
	padding-right:20px;
}

#copy img.datacenterimg_3  {
	padding-bottom:20px;
	padding-right:20px;
}

#copy img.datacenterimg_4 {
	padding-bottom:45px;
	padding-right:20px;
}

#contact {
	background-color:#EDEDED;
	margin-top:10px;
	margin-left:10px;
}

#contact a:link, #contact a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CEAA7A;
	text-decoration:underline;
	}

#contact p {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#EDEDED;
	padding:10px;
}

#contact a:hover {
	color:#000000;
}

#contentbottom {
	min-height:20px;
	border-top:1px solid #BFBFBF;
	background:#EDEDED;
	margin-left:20px;
	clear:both;
	

}
#callouts {
	float:right;
	width:216x;
	padding-top:20px;
	margin-right:3px; 
	margin-bottom:20px;
	
}

#callout1 {
	width:216px;
	min-height:112px;
	background:url(http://www.alabanza.com/images/callout1.jpg) top left no-repeat;
	background-position:0 0px;
	
}

#callout1:hover {
	background-position:0 -132px;
}

#callout2 {
	width:216px;
	min-height:112px;
	margin-top:20px;
	background:url(http://www.alabanza.com/images/callout2.jpg) top left no-repeat;
	background-position:0 0px;
}

#callout2:hover {
	background-position:0 -132px;
}

#callout3 {
	width:216px;
	min-height:112px;
	margin-top:20px;
	background:url(http://www.alabanza.com/images/callout3.jpg) top left no-repeat;
	background-position:0 0px;
}

#callout3:hover {
	background-position:0 -132px;
}

#callout4 {
	width:216px;
	min-height:112px;
	margin-top:20px;
	background:url(http://www.alabanza.com/images/callout4.jpg) top left no-repeat;
	background-position:0 0px;
}

#callout4:hover {
	background-position:0 -132px;
}

#callout_content {
	width:141px;
	float:right;
	padding-top:35px;
	*padding-top:45px;
	margin-right:2px;
}

#callout_content_4 {
	width:141px;
	float:right;
	padding-top:35px;
	*padding-top:45px;
	overflow:hidden;
	
}

#callout_content p, #callout_content_4 p {
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

#calloutlink {
	width:216px;
	height:112px;
	overflow:hidden;
	*margin-top:-80px;
}

#calloutlink a {
	float:right;
	height:112px;
	width:216px;
	padding-right:100px;
	*margin-left:-80px;
	text-indent:-9000px;
}

/* Footer - holds bottom links, if any, NOT TO HOLD COPYRIGHT INFO */

#clear {
	clear:both;
	}
#Footer {
	clear:both;
	height:42px;
	width:1021px;
	margin:0 auto;
	background:url(http://www.alabanza.com/images/footer_bg.gif) top left no-repeat;
}
#Footer p {
}

/* Copyright - holds copyright info for site, as well as Powered by TruePresence link and any other sponsor links or images */

#Copyright {
	width:980px;
	text-align:right;
	margin:0 auto;
	margin-top:-15px;
	padding-bottom:60px;
}
#Copyright p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#B2B2B2;
}
#Copyright a:link, #Copyright a:visited {
	color:#999999;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#bottomnav{
	text-align:left;
	margin:4px 5px;
	list-style:none;
}

#bottomnav, #bottomnav a:link, #bottomnav a:visited {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#B2B2B2;
	text-decoration:none;
}
#bottomnav a:hover {
	color:#000000;
	}

#bottomnav .menu-first, #bottomnav li.menu-last  {
	
}

.packages_header {	
	background:url(http://www.alabanza.com/images/packges_table_header.gif) top left no-repeat;
}

.package_table {
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	border:none;
}

.package_table td {
	padding: 5px 5px;
}

.package_table ul {
	margin-left:50px;
}

.package_table a {
	text-decoration:none;
}
.title_row {
	background-color:#CCCCCC;
}

.title_row p {
	font-size:18px;
}

.header_row {
	background-color:#EBEBEC;
}

.rowA {
	background-color:#F9F9F9;
}

.rowB {
	background-color:#EBEBEC;
}

.buy_btn {
	padding-top:12px;
	background:url(http://www.alabanza.com/images/buy_now.gif) top left no-repeat;
	background-position:0 8px;
	height:20px;
	overflow:hidden;
}

.buy_btn:hover {
	background-position:0 -31px;
	cursor:pointer;
}

.buy_btn a:link, .buy_btn a:visited {
	padding-left:500px;
}
	
/*Form
---------------------------------*/

#copy table {
	float:left;
}

form td {
	padding:5px 0;
}
td .input {
	float:left;
}

td.field_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:200px;
	float:left;
}
td input.textfield, td input.email {
	float:left;
	margin:0px;
	margin-left:10px;
	width:200px;
	font-size:12px;
}

.form {
	width:400px;
	margin-left:120px;
}

form fieldset {
	border:none;
}

/* Contat Form */
div.formloop {
	float:left;
	width:500px;
	margin:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

select.textfield, input.input, input.phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div.formlabel {
	float:left;
	margin-right:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:200px;
}

div.forminput {
	float:left;
	}
	
div.submitbtn {
	float:left;
	margin-left:305px;
	*margin-left:166px;
	}
div.submitbtn input {
	width:100px;
}

textarea.comment, input.input, input.phone {
	width:210px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.redtext {
	color:#c00;
}
/* Error Handling */
div.error {
	font:Verdana normal;
	font-size:12px;
	width:400px;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color:#F1E0F0;
	list-style-type: none;
}
input.error, select.error, textarea.error {
	border: 1px solid #FF0000;
	background-color:#F1E0F0;
	width:210px;
}

/* ---- Search Styles ---- */


#searchtitle{
	background-color:#EBEBEC;
	padding:5px 0;
	margin-top:10px;
	padding-left:5px;
}
#date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	float:right;
	width:180px;
	margin-left:5px;
}
#searchresults {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding:5px 0;
	}
	
/* ---- news manager styles --- */

td.post_title {
	padding-top:5px;
	padding-bottom:5px;
}

td.post_short {
	padding-bottom: 20px;
	padding-top:5px;
	text-align:left;
}

.post_date {
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:150px;
}

#Content a:link img{
	text-decoration:none;
	border:none;
}
</style>