@charset "UTF-8";
/* css reset */
@import url("animation.css") screen;
@import url("anim_style.css") screen;
@import url("image_enlarger.css") screen;
@import url("../js/fancybox/source/jquery.fancybox.css") screen;

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* end reset */

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*img, object, embed, video {
	max-width: 95%;
}*/
/* CSS Document global settings*/

@font-face {
	font-family: "AvenirBook";
	src: url("../webfonts/Avenir/AvenirBook.eot"); /* IE9+ */
	src: local('☺'), url("../webfonts/Avenir/AvenirBook.woff") format("woff"), url("../webfonts/Avenir/AvenirBook.ttf") format("truetype"), url("../webfonts/Avenir/AvenirBook.svg") format("svg");
}
@font-face {
	font-family:"AvenirBookOblique";
	src: url("../webfonts/Avenir/AvenirBookOblique.eot"); /* IE9+ */
	src: local('☺'), url("../webfonts/Avenir/AvenirBookOblique.woff") format("woff"), url("../webfonts/Avenir/AvenirBookOblique.ttf") format("truetype"), url("../webfonts/Avenir/AvenirBookOblique.svg") format("svg");
}
@font-face {
	font-family: "AvenirMedium";
	src: url("../webfonts/Avenir/AvenirMedium.eot"); /* IE9+ */
	src: local('☺'), url("../webfonts/Avenir/AvenirMedium.woff") format("woff"), url("../webfonts/Avenir/AvenirMedium.ttf") format("truetype"), url("../webfonts/Avenir/AvenirMedium.svg") format("svg");
}
@font-face {
	font-family: "AvenirMediumOblique";
	src: url("../webfonts/Avenir/AvenirMediumOblique.eot"); /* IE9+ */
	src: local('☺'), url("../webfonts/Avenir/AvenirMediumOblique.woff") format("woff"), url("../webfonts/Avenir/AvenirMediumOblique.ttf") format("truetype"), url("../webfonts/Avenir/AvenirMediumOblique.svg") format("svg");
}


body,td,th {
	background-image: url(../images/bkgrnd_2013_13.jpg);
	color: #000;
	/*font-family: "AvenirMedium", Arial, sans-serif;*/
}
	/*a:link {
		font-family: "AvenirBook", Arial, sans-serif;
		color: #c4c4c4;
		text-decoration:none; 
	}
	a:visited {
		color: #EBEBEB; 
	}
	a:hover {
		color: #FC0;
		text-decoration:underline;
	}
	a:active {
		color: #FC0;
	}*/
	
	a{
	    color: #7DF9FF;
	}
	h1 {
	font-family: "AvenirMedium", Arial, sans-serif;
	color: #FFF;
	text-align: center;
	font-size:22px;
	}
	h2 {
		font-family: "AvenirBookOblique";
		color: #E0E0E0;
		text-align: center;
		font-size: 18px;
		margin:0 0 20px 0;
	}
	p {
	font-family: "AvenirBook";
	color: #FFF;
	text-align: left;
	}
        .oblique{
            font-family:"AvenirBookOblique";
            color: #FFF;
        }
	#container {
	width: 1200px;
	padding:0 0 40px 0;
	margin: 20px auto 20px auto;
	box-shadow: 0px 5px 45px rgba(72,71,60,.75);
	-moz-box-shadow: 0px 5px 45px rgba(72,71,60,.75);
	-webkit-box-shadow: 0px 5px 45px rgba(72,71,60,.75);
	background-color: #000;
	position:relative;
	}
	ul {
            font-family: "AvenirBook";
            list-style:circle;
            color: #fff;
            list-style-position:inside;
            margin:10px 0 10px 0;
            line-height: 1.5;
        }
        ul.indented{
            text-indent: 20px;
            font-family: "AvenirMedium";
            color:#7DF9FF;
        }
	
/* header horizontal nav styling*/

header nav {
	margin: 15px 15px 0 25px;
	float: left;
}
	header nav ul {
			background: #4B4B4B; 
			box-shadow: 0px 0px 30px 10px #47463B;
			-moz-box-shadow: 0px 0px 30px 10px #47463B;
			-webkit-box-shadow: 0px 0px 30px 10px #47463B;
			border-radius:10px;
			list-style: none;
			display: inline-table;
			font-weight:normal;
	}
		header nav ul li {
			background: #000;
			background: linear-gradient(top, #E0E0E0 0%, #4b4b4b 100%);  
			background: -moz-linear-gradient(top, #E0E0E0 0%, #4b4b4b 100%); 
			background: -webkit-linear-gradient(top, #E0E0E0 0%,#4b4b4b 100%);
			float: left;
			opacity: 1;
			transition: opacity .15s ease-in-out 150ms;
			-webkit-transition: opacity .15s ease-in-out 150ms;
			-moz-transition: opacity .15s ease-in-out 150ms;
			-o-transition: opacity .15s ease-in-out 150ms;
		}
		header nav ul li:first-child {
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
		}
		header nav ul li:last-child {
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
		}
			header nav ul li:hover {
				background: #000;
				background: linear-gradient(top, #4b4b4b 0%, #E0E0E0 95%);
				background: -moz-linear-gradient(top, #4b4b4b 0%, #E0E0E0 95%);
				background: -webkit-linear-gradient(top, #4b4b4b 0%,#E0E0E0 95%);
				opacity: .75;
				transition: opacity .5s ease-in-out;
				-webkit-transition: opacity .5s ease-in-out;
				-moz-transition: opacity .5s ease-in-out;
				-o-transition: opacity .5s ease-in-out;
			}
		header nav ul li a {
			display: block;
			padding: 10px 25px;
			color: #FFF;
			text-decoration: none;
			opacity: 1;
			transition: color .15s ease-in-out;
			-webkit-transition: color .15s ease-in-out;
			-moz-transition: color .15s ease-in-out;
			-o-transition: color .15s ease-in-out;
		}
			header nav ul li:hover a {
				color: #7DF9FF;
				opacity: 1;
				text-shadow: 0 0 5px #000;
				text-decoration: none;
				transition: color .25s ease-in-out 150ms;
				-webkit-transition: color .25s ease-in-out 150ms;
				-moz-transition: color .25s ease-in-out 150ms;
				-o-transition: color .25s ease-in-out 150ms;
			}
/* end nav */

header h1 {
	margin: 5px 60px 0 0;
	float: right;
}
	header h2 {
		margin: 60px 0 0 140px;
		float: left;
	}
	header p {
		float:right;
		margin: 20px 55px 0 0;
		}
		article header h1 {
			margin: 15px 5px 5px 5px;
			float: left;
		}
			article header h2 {
				margin: 0 5px 5px 15px;
				clear:left;
				float: left;
			}
#main_content {
	clear: both;
	/*height: 395px;*/
	width: 900px;
	padding:30px;
	overflow: hidden;
	background-color: #4B4B4B;
	border: 1px solid #f6f6f6;
	margin: 0 auto 0 auto;
	top:250px;
	left: 125px;
	line-height:1.5;
	/*opacity: 0.5;*/
}
	#main_content_IE {
		clear: both;
		/*height: 395px;*/
		width: 900px;
		padding:30px;
		overflow: hidden;
		background-color: #4B4B4B;
		border: 1px solid #f6f6f6;
		margin: 0 auto 0 auto;
		top:130px;
		left: 125px;
		line-height:1.5;
		/*opacity: 0.5;*/
	}
	#main_content_IE a:link {
		color: #FF0;
	}
	#main_content_IE a:visited {
		color: #FF0;
	}
/*	#main_content img {
	float: right;
	margin: 30px 30px 30px 0;
	}*/
	#main_content_info {
	float: left;
	width: 550px;
	height: 300px;
	background-color: #000;
	padding: 15px;
	margin: 15px 0 30px 30px;
	
	}
		#main_content_info:first-child {
			margin:30px 0 15px 30px;
		}
		#main_content_info p {
			line-height: 19px;
			font-size: 16px;
			margin: 75px 0 0 0;
			text-indent: 20px;
			}
        .title{
            background-color: #CCC;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            /*height:25px;*/
            width:50%;
            margin-bottom: 20px;
            position:relative;
            left:-30px;
        }
        .title h2{
            clear:both;
            color: #000;
            text-align:right;
            margin-right: 25px;
        }
        .rows{
            position:relative;
            margin:0 auto;
            padding-bottom:50px;
            text-align:center;
        }
        .fancybox img{
            display:inline-block;
            margin-left:15px;
            margin-bottom:10px;
            border:#CCC solid 1px;
        }
/*contact form*/
.contact {
	clear:both;
	width:1000px;
	margin: 100px auto 0 auto;
	padding:0 0 0 0;
	overflow: hidden;
	background-color: #4B4B4B;
	border: 1px solid #f6f6f6;
}	
	#contact-container {
		width: 600px;
		float:left;
		margin:0;
	}
	#contact-text{
		float:left;
		width: 375px;
		margin:60px 0 0 20px;
		line-height:1.2;
	}
	#contact-style {
		
		padding:20px 10px;
	}
	#contact-style label {
		display:block;
		font-family:"AvenirBook", Arial, sans-serif;
		font-size:18px;
		text-transform:capitalize;
		text-align:right;
		width:140px;
		float:left;
	}
	#contact-style .small {
		color:#666;
		display:block;
		font-family:"AvenirBook", Arial, sans-serif;
		font-size:13px;
		margin-top:2px;
		text-transform:none;
		font-weight:normal;
		font-style:oblique;
		text-align:right;
		width:140px;
	}
	#contact-style input, #contact-style select, #contact-style textarea {
		float:left;
		border:solid 1px #ccc;
		background:#e2e2e2;
		font-family:"AvenirBook", Arial, sans-serif;
		font-size:14px;
		line-height:1.2;
		box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   -webkit-box-sizing: border-box;
	}
	#contact-style input:focus, #contact-style select:focus, #contact-style textarea:focus{
		outline: none;
		background:#f6f6f6;
		box-shadow: inset 0px 0px 4px rgba(0,0,0,.75);
		-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,.75);
		-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,.75);
		border: solid 1px #7DF9FF;
	}
	#contact-style input {
		height:14px;
		padding:10px;
		height:35px;
		width:390px;
		margin:0 0 20px 10px;
		
	}
		#contact-style input:first-child {
			margin:20px 0 20px 10px;
		}
	#contact-style select {
		font-family:"AvenirBook", Arial, sans-serif;
		font-size:18px;
		padding:5px;
		line-height:30px;
		height:35px;
		width:390px;
		margin:0 0 20px 10px;
		
	}
	#contact-style textarea {
		padding:10px;
		width:390px;
		height:150px;
		margin:0 0 20px 10px;
		resize:none;
		
	}
	#contact-style button{
		clear:both;
		font-family: "AvenirBook", Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
		margin-left:150px;
		padding:5px 20px;
		border-radius:10px;
		background: #000;
		background: linear-gradient(top, #E0E0E0 0%, #4b4b4b 100%);  
		background: -moz-linear-gradient(top, #E0E0E0 0%, #4b4b4b 100%); 
		background: -webkit-linear-gradient(top, #E0E0E0 0%,#4b4b4b 100%);
		text-align:center;
		color:#fff;
		cursor:pointer;
		opacity: 1;
		transition: color .15s ease-in-out, opacity .15s ease-in-out 150ms;
		-webkit-transition: color .15s ease-in-out, opacity .15s ease-in-out 150ms;
		-moz-transition: color .15s ease-in-out, opacity .15s ease-in-out 150ms;
		-o-transition: color .15s ease-in-out, opacity .15s ease-in-out 150ms;
	}
	#contact-style button:hover{
		clear:both;
		font-family: "AvenirBook", Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
		margin-left:150px;
		padding:5px 20px;
		text-align:center;
		border-radius:10px;
		cursor:pointer;
		background:#000;
		background: linear-gradient(top, #4b4b4b 0%, #E0E0E0 95%);
		background: -moz-linear-gradient(top, #4b4b4b 0%, #E0E0E0 95%);
		background: -webkit-linear-gradient(top, #4b4b4b 0%,#E0E0E0 95%);
		opacity: .75;
		color: #7DF9FF;
		text-shadow: 0 0 5px #000;
		transition: color .25s ease-in-out 150ms, opacity .5s ease-in-out;
		-webkit-transition: color .25s ease-in-out 150ms, opacity .5s ease-in-out;
		-moz-transition: color .25s ease-in-out 150ms, opacity .5s ease-in-out;
		-o-transition: color .25s ease-in-out 150ms, opacity .5s ease-in-out;
	}
	#contact-style label.error { 
		float: left; 
		text-align:left; 
		color: #7DF9FF; 
		font-size:12px; 
		width:40px; 
		padding:0 0 0 10px;
		}
	
/* bottom container*/
#bottom {
	overflow: hidden;
	clear: both;
	/* [disabled]width: 1080px; */
}

	#bottom .holder {
	width: 249px;
	height: 350px;
	float: left;
	margin: 20px 0 0 20px;
	border: 3px solid #D9CBA6;
	background-color: #006351;
	}
		#bottom .holder:first-child {
	margin: 20px 0 0 60px;
		}
	#bottom #feature, #bottom #facebook, #bottom #coffee, #bottom #coffeebar {
		display: block;
		width: 249px;
		height: 150px;
		margin: 0 0 20px 0;
		text-indent: -9999px;
	}
	
		#bottom #feature { background: url(images/aeropress-coffeemaker.jpg);}
		#bottom #facebook {}
		#bottom #coffee { background: url(images/beans.jpg);}
		#bottom #coffeebar {background: url(images/espresso2.jpg);}
		
		#bottom .holder p {
			line-height:20px;
			color:#FFF;
			margin: 0 0 25px 0;
			padding: 0 20px 0 20px;
		}
		#bottom p.btn a {
			display: block; width: 170px; height: 25px;
			background: #CCC;
			background: -moz-linear-gradient(top, #CCC 0%, #000 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#151e36), color-stop(100%,#000));
			background: -webkit-linear-gradient(top, #CCC 0%,#151e36 100%);
			border: 1px solid #666;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			text-transform: capitalize;
			text-decoration:none;
			color: #FFF; 
			text-align: center; 
			padding: 5px 0 0 0;
			margin: 0 0 0 15px;
		}
		
footer {
	width:1080px;
	height:75px;
	margin:0 auto;
	font-size: 12px;
}
	.footer a:link {
		color: #FF0;
		text-decoration: none;
	}
	.footer a:visited {
		color: #FF0;
		text-decoration: none;
	}
	footer #copyright {
		text-align:center;
                margin-top:20px;
                font-size:10px;
	}
	footer ul {
            font-family: 'AvenirBook';
            list-style: none;
            text-align:center;
	}
		footer ul li {
                    display:inline;
                    margin: 0 10px;
		}
                footer ul li a{
                    color: #FFF;
                    text-decoration: none;
                }
	
		
.sidebarRght {
	background-color: #7CA8A0;
	margin-bottom: 10px;
}
.spacer {
	height: 30px;
	width: 1100px;
	float: left;
	background-color: #000;
}

