/* ........................................

	love bottle v.1
	design & build by oxidev interactive
	date: july 23, 07

........................................ */

/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	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;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

h1
{
}

h2
{
}

h3
{
}

p
{
}

.clearBoth
{
	clear: both;
}

/* alignments */
.alignCenter
{
	display: block;
	margin: 0px auto;
}

html
{
	background: url(../images/background.jpg) repeat left top;
}

body
{
	font-size: 62.5%;
	font-family: georgia, times, serif;
	background: url(../images/blue_band_bg.gif) repeat-x left top;
}

#container
{
	width: 815px;
	margin: 0px auto;
}

#navigation
{
	height: 93px;
}

#logo
{
	float: left;
	margin-left: 28px;
	/*margin-top: 25px;*/
}

#navigation h3
{
	position: relative;
	font-size: 12px;
	font-style: italic;
	color: #f0b319;
	font-family: georgia, serif;
	float: right;
	margin-top: 8px;
	margin-right: 30px;
	display: inline;
}

#navigation h3 span
{
	color: #fff;
	position: relative;
	top: -3px;
}

ul#mainNav
{
	position: relative;
	width: 417px;
	clear: right;
	float: right;
	margin-top: 22px;
	/*margin-right: 48px;*/
	display: inline;
}

ul#mainNav li
{
	list-style: none;
	float: left;
}

#navigation ul#mainNav img
{
	display: block;
}

#flash
{	
	widtH: 815px;
	height: 293px;
	margin-top: -7px;
}

#flash img
{
	display: block;
}

#content
{
	position: relative;
	width: 100%;
	min-height: 306px;
	margin-top: 0px !important;
	/*margin-top: -2px;*/
}

#contentLeft
{
	/*position: absolute;*/
	/*width: 438px;*/
	width: 453px;
	float: left;
	display: inline;
	margin-left: -15px;
	margin-right: 10px;
	
}

#products
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#bottleNFrame
{
	/*float: left;
	margin-top: -45px;*/
	position: absolute;
	top: -45px;
}

#bottleNFrame img
{
	display: block;
}

#products ul
{
	float: right;
}

#products li
{
	display: inline;
}

#products li img
{
	display: block;
}

#didYouKnow
{
	width: 100%;
	height: 157px;
	background: url(../images/did_you_know_bg.png) no-repeat right top !important;
	background: url(../images/did_you_know_bg.gif) no-repeat right top;
}

#didYouKnow ul
{
	position: relative;
	top: 67px;
	left: 215px;
}

#didYouKnow li
{
	display: inline;
	font-size: 12px;
}

#didYouKnow li a
{
	display: block;
	color: #0b89da;
	background: url(../images/yellow_heart.gif) no-repeat 0px 5px;
	padding: 3px 0px 3px 18px;
}

#didYouKnow li a:hover
{
	color: #085f99;
}



#contentRight
{
	/*position: absolute;*/
	width: 354px;
	float: left;
	padding-top: 10px;
}

#mainMessage
{
	padding-top: 28px;
	width: 354px;
	height: 308px;
	background: url(../images/msg_bg.png) no-repeat top !important;
	background: url(../images/msg_bg.gif) no-repeat top;	
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/msg_bg.png’);*/
}

#mainMessage h1
{
	text-align: center;
	margin-bottom: 25px;
}

#mainMessage ul
{
	width: 80%;
	margin: 0px auto;
}

#mainMessage li
{
	color: #1f87d6;
	font-size: 12px;
	font-family: georgia, times, serif;
	background: url(../images/yellow_heart.gif) no-repeat 0px 3px;
	padding-left: 18px;
	margin-bottom: 15px;
}

#mainMessage li a
{
	color: #1f87d6;
}

#mainMessage p.learnMore
{
	text-align: right;
	padding-right: 43px;
}



#footer
{
	clear: both;
	margin: 0px auto;
	padding-top: 7px;
	padding-bottom: 25px;
	width: 791px;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat top;
}

#footer ul
{
	margin-bottom: 13px;
}

#footer ul li
{
	padding: 0px 5px;
	font-size: .9em;
	display: inline;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
}

#footer ul li a
{
	color: #fff;
}

#footer ul li a:hover
{
	color: #f0b319;
}

#footer p
{
	font-size: 1em;
	color: #3391da;
	font-family: arial, helvetica, sans-serif;
}



