@charset "utf-8";
html, body {margin:0; padding:0; border:0; font-size:100%; font-family: Arial, Helvetica, sans-serif; line-height: 100%; }
html {*overflow-x:hidden;}
body {overflow-x:hidden; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; outline: 0; }
form { margin:0; padding:0; outline: 0; height:100%; }
a {color:#787878; outline: 0; text-decoration:none; }
a:hover {color:#787878; text-decoration:underline;}
table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; vertical-align:top; }
body tbody {border:none;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
.container label { font-weight:normal; }
ol,ul {list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
input, select, textarea {font-family:Arial, Verdana, Helvetica, sans-serif; color:#787878; font-size:14px;}
.floatLeft {float:left !important;}
.floatRight {float:right !important;}
.clearLeft {clear:left !important;}
.clearRight {clear:right !important;}
.displayNone, .hidden {display:none;}
.center {text-align:center;}
.clearfix {display: inline-block;}
.clearfix:after {content: " "; display: block; height: 0; clear: both; font-size: 0; visibility: hidden;}
.clearfix {display: block;}

@font-face {
    font-family: 'mulilight';
    src: url('../js/fonts/muli-light-webfont.eot');
    src: url('../js/fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/muli-light-webfont.woff') format('woff'),
         url('../js/fonts/muli-light-webfont.ttf') format('truetype'),
         url('../js/fonts/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muliregular';
    src: url('../js/fonts/muli-regular-webfont.eot');
    src: url('../js/fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/muli-regular-webfont.woff') format('woff'),
         url('../js/fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../js/fonts/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'walkway_boldregular';
    src: url('../js/fonts/walkway_bold-webfont.eot');
    src: url('../js/fonts/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/walkway_bold-webfont.woff') format('woff'),
         url('../js/fonts/walkway_bold-webfont.ttf') format('truetype'),
         url('../js/fonts/walkway_bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #000000;
	font-family: 'mulilight', sans-serif;
	font-size: 13px;
	color: #fff;
	}

a { color: #cd2035; }
a:hover { text-decoration: none; color: #cd2035; }

#mainContainer { height: 100%; width: 100%; }
.content { min-width: 940px; width: 940px; margin: 0 auto; }

p { font-family: 'mulilight', sans-serif; font-size: 13px; line-height: 18px; }

#logo {
	margin: 33px auto;
	text-align: center;
	}

/* Top Nav */
#navContainer {
	position: fixed;	
	width: 100%;
	z-index: 9999;
	}
#topNav {
	font-family: 'walkway_boldregular', sans-serif;
	background: url(../images/topnavBg.png) 0 0 repeat-x;
	height: 188px;
	position: absolute;
	top: 0;
	width: 100%;
	}

#topNav ul { width: 750px; margin: 0 auto; height: 20px; }
#topNav ul li { float: left; }
#topNav ul li a { text-transform: uppercase; color: #969696; padding: 0 44px 12px 44px; letter-spacing: 1px; }
#topNav ul li a:hover { color: #cd2035; }
#topNav ul li.dashed { background: url(../images/navDashed.png) 0 0 no-repeat; text-indent: -10000px; width: 1px; height: 11px; }
#topNav ul li.active a { color: #cd2035; border-bottom: 3px #cd2035 solid; }

.endsNext {
	margin: 15px 0 0 0;
	background: url(../images/strokeLine.gif) center 0 no-repeat;
	text-align: center;
}
.endsNext span {
	font-family: 'muliregular', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 53px 0 7px 0;
	display: block;
	margin: 9px auto;
	}
.endsNext span a { text-decoration: none; padding: 0 0 2px 0; border-bottom: 1px #cd2035 solid; }

/* Home */
#home {
	background: url(../images/home/home_bg.jpg) center 175px no-repeat;
	min-height: 796px;
	padding: 175px 0 0 0;
}
#home .subWrapper {
	width: 460px;
	margin: 70px 0 0 0;
	text-align: center;
	}
#home .subWrapper h1 {
	font-family: 'walkway_boldregular', sans-serif;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 16px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	}

#home .subWrapper .context {
	border-top: 1px #808080 dashed;
	border-bottom: 1px #808080 dashed;
	padding: 20px 0;
	}
#home .subWrapper .context p {
	text-align: left;
	width: 48%;
	}
#home .subWrapper .context p.left { float: left; }
#home .subWrapper .context p.right { float: right; }


/* Facilities */
#facilities {
	background: url(../images/genericBg.png) 0 0 repeat;
	height: 948px;
	}
#facilities .ends {
    height: 250px;
    margin: 0 auto;
    padding: 170px 0 0 0;
    position: relative;
    width: 940px;
	#margin-top: -100px;
	#padding: 0;
	}

#facilities .bx-wrapper {
	width: 100% !important;
	margin: 0 auto;
	}

#facilities .bx-window {
	margin: 0 auto;
	width: 820px;
	height: 840px;
	}
	
#facilities a.bx-prev {
	background: url(../images/arrow_left.png) 0 0 no-repeat;
	width: 46px;
	height: 89px;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 245px;
	left: 0;
}
#facilities a.bx-next {
	background: url(../images/arrow_right.png) 0 0 no-repeat;
	width: 46px;
	height: 89px;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 245px;
	right: 0;
	}

#facilitiesContainer {
	margin: 0 auto;
	width: 820px;
	padding: 70px 0 0 0;
	position: relative;
	}

#facilitiesContainer .slideContent { position: relative; }
#facilitiesContainer .context {
	width: 820px; 
	border-top: 1px #8c8c8c dashed;
	border-bottom: 1px #8c8c8c dashed;
	position: absolute;
	top: 550px;
	left: 0;
	z-index: 100;
	padding: 20px 0;
	}

#facilitiesContainer .context p { width: 49%; }
#facilitiesContainer .context p.left { float: left; }
#facilitiesContainer .context p.right { float: right; }
	
#facilities .bx-pager { 
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
    padding: 0 0 0 202px;
    width: 820px;
	position: relative;
	z-index: 900;
	}
#facilities .bx-pager a {
	float: left;
	display: block;
	text-indent: -10000px;
	padding: 0 40px;
	}
#facilities .bx-pager a.pager-1 {
	background: url(../images/facilities/btn_01.png) center 0 no-repeat;
	width: 106px;
	height: 15px;
	border-right: 1px #333 dashed;
	}
#facilities .bx-pager a.pager-2 {
	background: url(../images/facilities/btn_02.png) center 0 no-repeat;
	width: 68px;
	height: 15px;
	border-right: 1px #333 dashed;
	}
#facilities .bx-pager a.pager-3 {
	background: url(../images/facilities/btn_03.png) center 0 no-repeat;
	width: 41px;
	height: 15px;
	border-right: 1px #333 dashed;
	}
#facilities .bx-pager a.pager-4 {
	background: url(../images/facilities/btn_04.png) center 0 no-repeat;
	width: 72px;
	height: 15px;
	}

#facilities .bx-pager a:hover, #facilities .bx-pager a.pager-active { background-position: center -15px; height: 16px; }

/* Services */
#services {
	min-width: 980px;
	min-height: 949px;
	position: relative;
	}
#services .content .ends {
	position: absolute;
	top: 580px;
	left: 160px;
	}
#services .bg01 { background: url(../images/services/private-cellar.jpg) right 0 no-repeat; width: 100%; height: 949px; }
#services .bg02 { background: url(../images/services/warehouse-storage.jpg) right 0 no-repeat; width: 100%; height: 949px; display: none; }
#services .bg03 { background: url(../images/services/inventory-check-in.jpg) right 0 no-repeat; width: 100%; height: 949px; display: none; }
#services .bg04 { background: url(../images/services/pick-up.jpg) right 0 no-repeat; width: 100%; height: 949px; display: none; }
	
#services .content { position: relative; z-index:9000; }
#services .content .accordions {
	background: url(../images/bg-black-transperancy.png) 0 0 repeat;
	position: absolute;
	top: 60px;
	left: 0;
	line-height: 18px;
	width: 590px;
	padding: 10px;	
	}
#services .content .accordions .servicesContainment {	
	margin: 0 0 0px 0;
	}
#services .content .accordions h2 a {
	background: url(../images/arrow_redLeft.png) right 0 no-repeat;
	font-family: 'walkway_boldregular', sans-serif;
	font-size: 13px;
	color: #707070;
	border-bottom: 1px #828180 dashed;
	padding: 0 0 11px 0;
	margin: 15px 0 0 0;
	line-height: 16px;
	display: block;
	width: 100%;
	letter-spacing: 1px;
	}

#services .content .accordions h2 a:hover { color: #fff; }

#services .content .accordions h2.active a {
	background: url(../images/arrow_whiteDown.png) right 0 no-repeat;
	font-family: 'walkway_boldregular', sans-serif;
	font-size: 24px;
	color: #fff;
	border-bottom: 1px #fff dashed;
	padding: 0 0 20px 0;
	line-height: 16px;
	display: block;
	width: 100%;
	}
#services .content .accordions .acc_container {
	font-family: 'muliregular', sans-serif;
	padding: 35px 0 30px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #828180 dashed;
	}
#services .content .accordions .acc_container ul {
	margin: 15px 0 0 0;
	color: #cd2035;
	font-size: 11px;
	}	
#services .content .accordions .acc_container ul.list li {
	list-style: decimal;
	margin: 0 0 0 20px;
	}	
#services table {
	font-family: 'muliregular', sans-serif;
	width: 100%;
	text-align: center;
	}
#services table td {
	border-bottom: 1px #494949 dashed;
	padding: 5px 0;
	}
#services table th {
	color: #7d7d7d;	
	text-transform: uppercase;
	border-bottom: 1px #494949 solid;
	padding: 7px 0;
	text-align: center;
	}

#services table th.alignleft, #services table td.alignleft { text-align: left; }

/* FAQ */
#faq {
	background: url(../images/genericBg.png) 0 0 repeat;
	min-height: 850px;
	padding: 0 0 60px 0;
	}

#faq h2 {
	font-family: 'walkway_boldregular', sans-serif;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 16px;
	padding: 0 0 20px 0;
	text-align: center;
	padding: 70px 0 20px 0;
	}
#faq .context {
	border-top: 1px #8c8c8c dashed;
	border-bottom: 1px #8c8c8c dashed;
	width: 820px;
	margin: 0 auto;
	padding: 60px 0;
	}
#faq .context .row {
	border-bottom: 1px #2f2f2f dashed;
	}
#faq .context .faqContent {
	width: 49%;
	float: left;
	border-right: 1px #2f2f2f dashed;
	}
#faq .context .faqContent h3 {
	font-family: 'muliregular', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #7d7d7d;
	padding: 0 0 20px 0;
	line-height: 18px;
	}
#faq .context .faqContent.last {
	border-right: none;
	}	
#faq .context .faqContent .colOne {
	padding: 0 40px 40px 0;
	}
#faq .context .faqContent .colTwo {
	padding: 0 0 40px 40px;
	}
#faq .context .faqContent .secColOne {
	padding: 40px 40px 40px 0;
	}
#faq .context .faqContent .secColTwo {
	padding: 40px 0 40px 40px;
	}
	
/* contact */		
#contact {
	background: url(../images/genericBg.png) 0 0 repeat;
	height: 850px;
	padding: 60px 0 0 0;
	}
#contact .content {
	border-top: 1px #3e3e3e solid;
	}
#contact .content .subWrapper {
	width: 400px;
	margin: 100px 0 0 60px;
	text-align: center;
	border-top: 1px #808080 dashed;
	border-bottom: 1px #808080 dashed;
	padding: 20px 0;
	}
#contact .content .subWrapper p {
	line-height: 20px;
	}
#contact .content .subWrapper a:hover { text-decoration: underline; }
#contact .content .subWrapper h2 {
	font-family: 'walkway_boldregular', sans-serif;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 16px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	}

/* Footer */
#footer {
	background: url(../images/footerBg.png) 0 0 repeat-x;
	font-family: 'mulilight', sans-serif;
	color: #535353;
	text-align: center;
	padding: 12px 0 0 0;
	width: 100%;
	height: 23px;
	font-size: 12px;
	}

/* Map */
#contact .content {
	position:relative;
}

.contact_map {
	position:absolute;
	top:120px;
}