html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #eae9e0 url('http://www.vacworldinc.com/images/header-bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}


/* header */



/*		|	header-logo		||			header-phone		|					*/

/*		|  -50 ||    310   	|													*/

/*		|       360         ||				470				|					*/

/*				|					780						|					*/


.header-logo {
	float: left;
	width: 360px;
	height: 120px;
	margin: 0 0 0 -50px;
	background: url('http://www.vacworldinc.com/images/header-logo.jpg') no-repeat;
	display: block;
}

	/* right side of header ( phone + nav ) */

	.header-phone {
		float: right;
		width: 470px;
		height: 60px;
		background: url('http://www.vacworldinc.com/images/header-phone.jpg') no-repeat top right;
	}

	/* navigation */
	
	.nav-wrap {
		float: right;
		width: 470px;
		height: 60px;
	}
	
	.nav {
		margin: 30px 0 0 0;
		float: right;
	}
	
		a.button {
		    background: transparent url('http://www.vacworldinc.com/images/nav-button-a.gif') no-repeat scroll top right;
		    color: white;
		    display: block;
		    float: left;
		    font: normal 14px helvetica, arial, sans-serif;
		    height: 30px;
		    margin-right: 5px;
		    padding-right: 18px; /* sliding doors padding */
		    text-decoration: none;
		    outline-style: none;
		}
		
		a.button span {
		    background: transparent url('http://www.vacworldinc.com/images/nav-button-span.gif') no-repeat;
		    display: block;
		    line-height: 20px;
		    padding: 5px 0 5px 18px;
		}
		
		a.button:active {
		    background-position: bottom right;
		    color: white;
		    outline-style: none; /* hide dotted outline-style in Firefox */
		}
		
		a.button:hover {
			color: #fff585;
		}
		
		a.button:active span {
		    background-position: bottom left;
		    padding: 6px 0 4px 18px; /* push text down 1px */
			color: white;
		}


/* header-welcome */

.header-welcome-copy {
	height: 260px;
	margin: 10px 0 50px 0;
	padding: 0;
}

.header-welcome-copy {
	float: left;
	width: 520px;

	font-size: 11pt;
	line-height: 19.5pt;
	color: white;
	overflow: hidden;
}

.header-welcome-image {
height: 280px;
margin: 0 0 40px 0;
padding:0;
	float: right;
	width: 260px;
	
	background: url('http://www.vacworldinc.com/images/welcome-image.jpg') no-repeat;
}


/* columns */

.column-left {
	float: left;
	width: 280px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.column-right {
	float: right;
	width: 500px;
	overflow: hidden;
}

/* store-info */

.box-content {
	float: left;
	width: 240px;
	font-size: 14px;
	line-height: 30px;
	margin: 0 60px 20px 0;
	padding: 160px 0 0 0;
	background: url(http://www.vacworldinc.com/images/store.jpg) no-repeat;
}

	.call-us {
		float: left;
		background: url('http://www.vacworldinc.com/images/call-us.gif') no-repeat;
		width: 240px;
		height: 30px;
		margin: 0 0 10px 0;
	}
	
	.hours-left {
		float: left;
		width: 145px;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	.hours-right {
		float: left;
		width: 80px;
		margin: 0 5px 10px 0;
		padding: 0;
		clear: right;
		text-align: right;
	}
	
	.box-copy {
		padding: 0 4px;
	}

.special-image {
	background: url(http://www.vacworldinc.com/images/special-image.jpg);
	width: 240px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	display: block;
}

.faq-image {
	background: url(http://www.vacworldinc.com/images/faq.jpg);
	width: 240px;
	height: 120px;
	float: left;
	display: block;
}


/* content */

div.content-top {
	background: url(http://www.vacworldinc.com/images/content-top.gif) no-repeat;
	width: 500px;
	height: 10px;
	font-size: 0;
}

div.content-copy {
	background: url(http://www.vacworldinc.com/images/content-copy.gif) repeat-y;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px 10px 20px;
}

	.content-title {
		display: block;
		color: #941321;
		font-weight: bold;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	.inline-image img {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	a.copy:link,
	a.copy:visited {
		text-decoration: none;
		color: #941321;
	}
	
	a.copy:hover {
		color: black;
	}
	
	a.copy:active {
		text-decoration: none;
		color: black;
	}

div.content-btm {
	background: url(http://www.vacworldinc.com/images/content-btm.gif) no-repeat;
	width: 500px;
	height: 10px;
	margin: 0 0 20px 0;
	font-size: 0;
}

div.section-header-top {
	width: 500px;
	background: url(http://www.vacworldinc.com/images/section-header-top.gif) no-repeat;
	height: 10px;
	font-size: 0;
}

div.section-header-copy {
	background: url(http://www.vacworldinc.com/images/section-header-copy.gif) repeat-y;
	display: block;
	width: 500px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #941321;
}

div.section-header-btm {
	background: url(http://www.vacworldinc.com/images/section-header-btm.gif) no-repeat bottom;
	width: 500px;
	height: 10px;
	margin: 0 0 20px 0;
	font-size: 0;
}

/* footer */

#footer-wrapper {
	float: left;
	background: url(http://www.vacworldinc.com/images/footer-bg.gif) repeat-x;
	width: 100%;
	height: 60px;
	text-align: center;
}

	#footer-content {
		text-align: left;
		font-size: 14px;
		color: white;
		width: 780px;
		margin: 22px auto 0 auto;
	}


/* contact form */

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:absolute;
  width:500px;
  height:300px;
  display:none;
  z-index:9999;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:500px; 
  height:300px;
}

#dialog {
	background: url(http://www.vacworldinc.com/images/contact-form.gif) no-repeat;
}

.close {
	display: block;
	width: 80px;
	height: 40px;
	float: left;
	cursor: pointer;
}

div.contact-form {
	width: 230px;
	height: 300px;
	float: right;
	text-align: left;
}

	.text-input, #submit, #message {
		border: none;
		outline-style: none;
		padding: 0;
		background: transparent;
	}

	.text-input {
		width: 160px;
		height: 20px;
		margin: 20px 0 0 50px;
	}
	
	#submit {
		width: 30px;
		height: 20px;
		margin: 20px 0 0 180px;
		cursor: pointer;
	}
	

	#message {
		width: 210px;
		height: 150px;
		margin: 10px 0 0 0;
		resize: none;
	}


/* image slideshow */

#image-gallery {
	display: none;
}

.coin-slider {
	background: url(http://www.vacworldinc.com/images/content-bg.gif);
	width: 460px;
	overflow: hidden;
}

.coin-slider a {
	text-decoration: none;
	outline-style: none;
	border: none;
}

.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
}

.cs-buttons a {
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	border: 1px solid #B8C4CF;
	color: #B8C4CF;
	text-indent: -1000px;

}

.cs-active {
	background-color: #B8C4CF;
	color: #FFFFFF;
}

.cs-title {
	width: 440px;
	padding: 10px; 
	background-color: #000000;
	color: #FFFFFF;
}

.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}