/****************************************/
/* bottles.com */
/* Copyright (c) theworxgroup - 2008 */
/* base.css */
/****************************************/
img	{ border:0px; }
img, div, input { behavior: url("/style/iepngfix.htc"); }
.clear { clear:both; }
form { margin:0; }

body { margin:0; padding:0; text-align:center; min-width:571px; background:#006784 url(/images/background_bottle.jpg) top left no-repeat; font:normal 12px arial; }
p { line-height:1.4em; color:#FFF; padding-bottom:1.4em; }
h1 + p, h2 + p, h3 + p { padding-top:0; } 
a { color:#FFF; }
a:hover { color:#5e0f68; }

/****************************************/
/* Common Elements */
/****************************************/
.wrapper { width:571px; margin:0 auto; text-align:left; }
	div.logo { float:left; padding:20px 0; }
	div.tagline { text-align:center; float:left; width:350px; padding:73px 20px 0 20px; color:#b3d7e1; font-size:15px; font-weight:bold; line-height:1.3em; }
	div.page { background:url(/images/background_wrapper.gif) top no-repeat; width:521px; padding:0 35px; }
		div.page div.columns { border-bottom:1px solid #297d9a; }
			div.page div.bizunit { float:left; width:251px; text-align:center; margin:20px 0; }
			div.page div.manufacturing { border-right:1px solid #6db0c9; }
			div.page div.distribution { border-left:1px solid #c9e8ee; }
				div.page div.bizunit h1 { color:#5e0f68; font-size:15px; font-weight:bold; line-height:1.5em; }
				div.page div.bizunit div.image { padding:5px 0; }
				div.page div.bizunit div.url { color:#5e0f68; font-weight:bold; text-decoration:none; }
				div.page div.bizunit div.button { padding:10px 0; }
					div.page div.bizunit div.button a { background:url(/images/button.gif) top no-repeat; padding:6px 40px; color:#5e0f68; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:14px; }
					div.page div.bizunit div.button a:hover { text-decoration:underline; }
				div.page div.bizunit div.caption { color:#FFF; font-style:italic; }
		div.page div.content { border-top:1px solid #86c3d3; padding:20px 0 5px 0; border-bottom:1px solid #005273; }
		div.page div.footer { border-top:1px solid #338eab; padding:20px 0; font-size:11px; }
		
