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

TITLE : ALBA PRINT MANAGEMENT
URL:  www.albaprint.com.au

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

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

/*-------------------------------------------
  GLOBALS AND LAYOUT ELEMENTS
-------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: #487f8d;
	}

#container {
	margin: 52px auto 0 auto;
	padding: 0;
	width: 892px;
	height: 593px;
	background: url(../templateimages/bg.jpg) top left no-repeat;	
	}

	#flash {
		width: 400px;
		height: 400px;
		margin: 0 auto 0 auto;
		padding: 0;
		}
	
	#skip {
		width: 250px;
		margin: 0 auto 0 auto;
		text-align: right;
		}
		
		#skip a {
			color: #9e9e9e;
			font: 12px/18px Arial, Helvetica, sans-serif;
			text-decoration: none;
			}

		#skip a:hover { text-decoration: underline; }

	#nav {
		width: 860px;
		padding: 6px 0px 0 16px;
		text-align: right;
		}
	
		#nav a {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			padding: 0 0 0 20px;
			}
		
		#nav a:hover { text-decoration: underline; }
		
		#nav a.current { text-decoration: underline; }
	
	#logo_col {
		float: left;
		width: 200px;
		margin: 27px 0 0 32px;
		display: inline;
		}
		
		#logo_col img {
			display: block;
			border: none;
			}
		
		#logo_col img.ourwork {
			margin: 175px 0 8px 9px;
			border: 1px solid #dedede;
			}
		
		#logo_col a.ourwork {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #9e9e9e;
			text-decoration: none;
			margin: 0 0 0 10px;
			text-transform: uppercase;
			}
		
		#logo_col a.ourwork:hover { color:#ccc; }

	/*-------------------------------------------
	  CONTENT AREA AND SCROLLBAR
	-------------------------------------------*/
	
	/* Just be careful what you play with here. Some of the 'postition:' properties are required for the scrollabr to work */
	
	#content_noscroll {
		float: right;
		margin: 27px 33px 0 0;
		display: inline;
		width: 555px;
		height: 419px;
		overflow: hidden;
		padding: 40px 20px 0 0;
		}
	
	#wrapper {
		float: right;
		width: 555px;
		height: 450px;
		display: inline;
		margin: 27px 43px 0 0;
		background: #fff;
		}
	
		#content { 
			position: relative;
			float: left;
			overflow: hidden;
			width: 545px;
			height: 450px;
			display: block;
			}
		
			.Scroller-Container {
				position: absolute;
				padding: 30px 15px 0 0;
				}
	
		#Scrollbar-Container {
			position: relative;
			float: right;
			margin: 0 0 0 10px;
			}
			
			.Scrollbar-Up {
				position: absolute;
				width: 10px;
				height: 10px;
				background-color: #ccc;
				font-size: 0;
				}
			
			.Scrollbar-Track {
				width: 10px;
				height: 410px;
				position: absolute;
				top: 20px;
				background-color: #eee;
				}
			
			.Scrollbar-Handle {
				position: absolute;
				width: 10px;
				height: 30px;
				background-color: #ccc;
				}
			
			.Scrollbar-Down {
				position: absolute;
				top: 440px;
				width: 10px;
				height: 10px;
				background-color: #ccc;
				font-size: 0;
				}

#stats {
	 display: none;
	 height: 0;
	 line-height: 0;
	 } 

/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	width: 85%;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e8e6e6;
	margin: 0 0 30px 0;
	}

h2 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #f8ba34;
	margin: 0 0 20px 0;
	}

h3 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	}

/*-------------------------------------------
 TEXT FORMATTING
-------------------------------------------*/

p, td {
	color: #9e9e9e;
	font: 12px/18px Arial, Helvetica, sans-serif;
	}

p {	margin: 0 0 20px 0;	}

ul {
	color: #9e9e9e;
	margin-bottom: 35px;
	}

	ul li {
		font: 12px/30px Arial, Helvetica, sans-serif;
		list-style-image: url(../templateimages/li.gif);
		padding: 0 0 0 18px;
		line-height: 30px;
		list-style-position: middle;
		}
	
	ul ol { font: 12px/30px Arial, Helvetica, sans-serif; }

/*-------------------------------------------
 LINKS
-------------------------------------------*/

a { color: #6b949f; }

a:hover { text-decoration: none; }

/*-------------------------------------------
  MISC
-------------------------------------------*/

.floatright {
	float: right;
	padding: 0 0 15px 20px;
	}

.floatleft {
	float: left;
	padding: 0 20px 15px 0;
	}
