/* @override http://10.0.1.199/~David/clients/smart_libations/styles.css */

@charset "UTF-8";
/* Common Elements */
/*
html body{
	margin:auto;
	padding:0px;
	width: 100%;
	height: 100%;
}
*/
*:focus { outline: none }

img{
	border: 0px;
}

/* Custom Elements */
#shell{
	margin: auto;
	display: table;
	width: 955px;
	height: 100%;
}

#container{
	margin:0px auto 10px auto;
	display: table;
	width:955px;
	height: 540px;
	border:thin #000 solid;
	position: absolute;
	top: 2%;
	background: rgb(185,47,146);
	clear: both;
}

#content
{
	height: 520px;
	display: table-row;
	vertical-align: middle;
}

#left-col{
	float: left;
	width: 530px;
}

#right-col{
	float: right;
	width: 420px;
	height: 500px;
	background: rgb(185,47,146) url(../images/splash/bg.png) no-repeat left bottom;
}

#brand{
	padding: 80px 0px 0px 0px;
}

#contact-info{
	padding: 80px 0px 0px 0px;
}

#navigation{
	padding: 20px;
}

/*
PENDING Navigation
#nav-accent-1{
	position: absolute;
	top: 50px;
	left: 280px;
	width: 80px;
	height: 80px;
}

#nav_accent-2{
	position: absolute;
	top: 150px;
	left: 380px;
	width: 80px;
	height: 80px;
}

#retail{
	position: absolute;
	top: 20px;
	left: 120px;
	width: 132px;
	height: 132px;
}

#experience{
	
}

#about{
	
}

#premise{
	
}

#imports{
	
}
*/
