/* ........................................

	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;
}

.clearBoth
{
	clear: both;
}

/* alignments */
.alignCenter
{
	display: block;
	margin: 0px auto;
}

html
{
	background: url(../images/background_2.jpg) repeat fixed center top;
	overflow-x: hidden;
}

body
{
	font-size: 62.5%;
	font-family: georgia, times, serif;
	background: url(../images/blue_band_bg.gif) repeat-x left top;
}

#container
{
	position: relative;
	width: 832px;
	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;
}

#topBanner
{	
	position: absolute;
	height: 145px;
	top: 87px;
}

#content
{
	position: relative;
	width: 790px;
	background-color: #f4f8fb;

	top: 135px !important;
	top: 130px;
}

#contentLeft
{
	position: relative;
	float: left;
	width: 155px;
	margin-left: 23px;
	margin-top: -109px;
	display: inline;
	z-index: 100;
}

#sideNav
{
	width: 155px;
	height: auto;
	background: url(../images/side_nav_bg2.gif) repeat-y top;
}

#sideNav ul
{
	width: 151px;
	height: auto;
	margin-left: 2px;
	/*background: url(../images/side_nav_bottom_edge.gif) no-repeat bottom;
	padding-bottom: 2px;*/

	/*background: url(../images/sidenav_bottom2.gif) no-repeat bottom;
	padding-bottom: 51px;*/
}

#sideNav ul li
{
	display: block;
	width: 100%;
	height: 32px;
	font-size: 1.2em;
	background: url(../images/side_nav_item_bg.gif) no-repeat bottom;
}

#sideNav ul li a
{
	display: block;
	width: 114px;
	height: 100%;
	line-height: 31px;
	color: #1f87d6;
	background: url(../images/yellow_heart.gif) no-repeat 20px 10px;
	padding-left: 37px;
}

#sideNav ul li a:hover
{
	color: #f0b319;
}

#sideNav #bottomEdge
{
	width: 155px;
	height: 51px;
	background: url(../images/sidenav_bottom2.gif) no-repeat top;
}

#contentRight
{
	position: relative;
	float: left;
	width: 520px;
	margin-left: 20px;
	display: inline;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 25px 15px;
	/*padding-top: 25px;
	padding-bottom: 25px;*/
}

#footer
{
	position: relative;
	padding-top: 7px;
	padding-bottom: 25px;
	width: 791px;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat top;
	margin-top: 132px !important;
	margin-top: 128px;
}

#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 ul li p
{
	padding-top: 13px;
	color: #52a9dd;
}


/* cmsContent style */

#cmsContent
{
	width: 550px;
}

#cmsContent a
{
	color: #1a1a1a;
}

#cmsContent a:hover
{
	color: #e8b70f;
}

#cmsContent h1
{
	font-size: 22px;
	color: #b71e58;
	margin-bottom: .8em;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;
}

#cmsContent h2
{
	font-size: 16px;
	color: #1f87d6;
	margin-bottom: 15px;
	font-family: georgia, times, serif;
	background: url(../images/line.gif) repeat-x bottom;
	/*border-bottom: 1px solid #e3bdcf;*/
	padding-bottom: 7px;
}

#cmsContent h3
{
	font: bold 13px georgia, times, serif; 
	color: #333;
	margin-bottom: .7em;
}

#cmsContent p
{
	font: 12px georgia, times, serif;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #333;
}

#cmsContent p a
{
	font-weight: bold;
}

#cmsContent ul
{
	margin-left: 25px;
	margin-bottom: 25px;
}

#cmsContent ul li
{
	font: 12px georgia, times, serif;
	margin-bottom: .8em;
	background: url(../images/yellow_heart.gif) no-repeat 0px 3px;
	padding-left: 17px;
}




