/* - - - - - - - - - - - - - - - - - - - - -

Title : Abacus Bookkeeping Services
URL : http://www.abacusnsw.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0; 
}

html {
	padding: 0;
	margin: 0 auto;
	overflow: -moz-scrollbars-vertical;
	}

body { 
	background: #eeeeee url(/persistent/templateimages/bodybg.jpg) repeat-x; 
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
	padding: 0;
	margin: 0;
 }
 
 #stats {
 	display: none;
 }

fieldset { border: 0; }

img { border: 0; }

h1 {
	font: normal 26px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #CC0000;
}

h2 {
	font: normal 22px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #0254b8;
}

p, td, li {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
}

a {
	color: #014bac;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#headerwrapper {
	width: 929px;
	margin: 0 auto;
	background: url(/persistent/templateimages/containerbg.png) repeat-y;
}

	.fb {
		position: absolute;
		right: 210px;
		top: 30px;
	}

	#logo {
		width: 897px;
		height: 149px;
		margin: 0 auto;
	}
	
	#logodetails {
		width: 643px;
		height: 30px;
		padding-left: 252px;
		margin: 0 auto;
		font: normal Arial, Helvetica, sans-serif, "Trebuchet MS";
		color: #666666;
	}
	
#spacer {
	width: 929px;
	height: 21px;
	margin: 0 auto;
}
	

#contentwrapper {
	width: 929px;
	margin: 0 auto;
	background: url(/persistent/templateimages/containerbg.png) repeat-y;

}

	#bodytext {
		width: 867px;
		height: 350px;
		min-height: 350px;
		margin: 0 auto;
		border-bottom: 1px dashed #ccc;
		padding: 15px;
	}
	
	
	html>body #bodytext {
		height: auto;
	}
	
	#footer {
		width: 877px;
		height: 128px;
		margin: 0 auto;
		border-top: 5px solid #fff;
		background: url(/persistent/templateimages/footerbg.jpg) repeat-x;
		font: normal 12px/22px Arial, Helvetica, sans-serif, "Trebuchet MS";
		color: #666666;
		padding-left: 20px;
	}
	
		#footer_text {
			width: 700px;
			float: left;
		}
		
		#sitesuite {
			width: 130px;
			float: right;
			text-align: right;
			padding-right: 20px;
		}
		
/*----------------------------------------------------------------------------- 
MAIN NAVIGATION MENU
-----------------------------------------------------------------------------*/

/* -- Top Menu Sucker Fish 4 Level -- */

 
	#navbar {
		width: 887px;
		height: 47px;
		background: url(/persistent/templateimages/navbg.jpg) repeat-x;
		margin: 0 auto;	
		padding: 0;
		padding-left: 10px;
	}

		#nav, #nav ul {
			width: 870px;
			padding: 0;
			margin: 0;
			list-style: none;
			}
		
		#nav li {
			float: left;
			padding: 0;
			height: auto;
			margin: 0;
			}
		
		#nav li.selected { 
			color: #fff;
			text-decoration: underline;
			}
		
		#nav li a {
			color: #FFFFFF;
			font: bold 16px Arial, Helvetica, sans-serif;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			padding: 15px 18px 0px 10px;
			}
				
		#nav li a:hover { 
			color: #fff;
			text-decoration: underline;
			}
		
		#nav li.selected a { 
			color: #fff;
			text-decoration: underline;
			}
			
		#nav li.selected a:hover { 
			color: #ccc;
			}
			
		#nav li:hover, #nav li.hover {
			position: static;
		}
	
/* -------- Drop down menu -------- */	

#nav li ul a, #nav li ul a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform:none;
	text-align: left;
	padding: 7px 10px 7px 30px;
	color: #000;
	width: 170px;
	background: none;
	background-color: #eee;
	background-image: url(/persistent/templateimages/li.png);
	background-repeat: no-repeat;
	/*background-position: 5px 5px;*/
	}
	#nav li ul a:hover { 
		background-color: #ccc;
		text-decoration: none;
		color: #0254b8;
		}

#nav li.selected ul a, #nav li.selected ul a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 7px 10px 7px 30px;
	color: #000;
	width: 170px;
	background: none;
	background-image: url(/persistent/templateimages/li.png);
	background-repeat: no-repeat;
	background-color: #eee;
	}
	#nav li.selected ul a:hover { 
		background-color: #ccc;
		text-decoration: none;
		color: #0254b8;
		}

#nav li ul li { 
	background-color: #eee;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	}

#nav li li {
	width: 150px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #FFFFFF;
	}

#nav li ul ul {
	margin: -1.90em 0 0 150px;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 500;
	}


.cellshade {
	background-color: #f8f8f8;
}

#image {
	width: 110px;
	float: left;
}

#details {
	width: 150px;
	float: right;
}

.thumb {
	border: 5px solid #fff;
}

/* ---------------------------------------------- cart styles -- */

form {
	padding: 0;
	margin: 0;
}
.cartProductImage {  }
.cartProductDetails { padding-left: 10px; padding-right: 10px; font-size: 10px; line-height: 10px; }
.cartProductContent { border-left: 1px solid #ccc; padding-left: 15px; }

.cart_button { 
	color: #fff; 
	background-color: #003366; 
	border: 1px solid #000066; 
	font: bold 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}

.prod_cart_button { 
	width: 87px;
	color: #fff; 
	background-color: #003366; 
	border: 1px solid #000066; 
	font: bold 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}

.addcart_button { 
	text-align: center; 
	color: #333; 
	background-color: #003366; 
	border: 1px solid #000066;  
	font-size: 11px;
	font-weight: none; 
	cursor: pointer;
}

.checkout_toprow { 
	background: #eeeeee; 
	padding-left: 4px; 
}

.checkout_toprow2 { 
	background: #eeeeee; 
	padding-left: 4px; 
}

.checkout_total { 
		background: #eeeeee; 
}

.checkout_td_bgcol { 
		border: 1px solid #ebeef1; 
}

.checkout_button  { 
		color: #333; 
		background-color: #FFF; 
		border: 1px solid #eeeeee; 
		font-size: 11px;
		font-weight: none;
		cursor: pointer;
}

.billing_details { color: #0000FF; background-color: #FFF; border: 1px solid #eeeeee; font-size: 13px; font-weight: bold; }
.checkout_button2 { color: #333; background-color: #FFF; border: 1px solid #eeeeee; font-size: 11px; font-weight: none; cursor: pointer;}
#productDetailsImageSm { border: 1px solid #ccc; margin-top: 1px; padding: 0px; width: 40px; height: 35px;}
#productDetailsImageCell { width: 215px; font-size: 8px; text-transform: uppercase; }
#productDetailsImageMain { border: 1px solid #eee; margin-bottom: 5px; }
#productDetailsContent { padding-left: 10px; border-left: 1px solid #eee; }

a.checkout_button { padding: 2px; cursor: pointer; }


#product_image {
	width: 230px;
	float: left;
	padding-left: 10px;
}

#product_description {
	width: 610px;
	float: right;
}
.fullscale {
	border: 1px solid #ccc;
	padding: 5px;
}

p.status {
	text-transform: capitalize;
}

