/* Denver Blooms - Layout Styles */

/* Normalizes margin, padding */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }



html {
background: #b9d044 url(images/bg_gradient2.jpg) repeat-x;
}

body {
text-align : center; 
}

#container {
width: 700px;
margin: 0 auto;
text-align: left;
}

/* branding */
div#branding {
position: relative;
background: transparent url(images/bg_logo.jpg) no-repeat;
height: 400px;
}

/*div#branding img {
position: absolute;
top: 80px;
left: 480px;
}*/

div#slideshow {
position: absolute;
top: 80px;
left: 480px;
}

div#slideshow img {
position: absolute;
top: 80px;
left: 480px;
}

div#branding ul {
position: absolute;
top: 240px;
left: 130px;
}

div#branding li {
/*list-style-image: url(images/bg_flowerbullet.jpg); - buggy in some browsers*/
background: url(images/bg_flowerbullet.jpg) no-repeat left top;
padding-left: 25px;
}

div#branding p {
position: absolute;
top: 55px;
left: 530px;
}


/* navigation */
div#nav_main {
position: relative;
background-color: #c9da6f;
height: 25px;
width: 700px;
margin: 0;
padding: 0;
}

div#nav_main ul {
text-align: center;
line-height: 25px;
}

div#nav_main li {
display: inline;
padding: 5px;
}

/* banner */
div#banner img {
margin-bottom: -5px;
}


/* content */
div#content {
position: relative;
background-color: #faf7ee; 
float: left;
width: 700px;
padding-bottom: 20px;
}

div#content_center {
text-align: center;
margin-top: 20px;
width: 650px;
}

div#content_left {
float: left; 
width : 300px;
margin-top: 20px;
margin-left: 20px;
text-align: justify;
word-spacing: -1px;
}

#recommended div#content {
text-align: center;
}

#recommended div#content h2 {
margin-left: 50px;
}


#recommended div#content_left {
margin-left: 60px;
width: 225px;
text-align: center;
}
  
div#content_right { 
float: right;  
width: 300px;
margin-top: 20px;
margin-right: 20px;
text-align: justify;
word-spacing: -1px;
}

#contact div#content_right {
text-align: left;
}


div#content_other {
width : 300px;
margin-top: 20px;
margin-left: 20px;
text-align: justify;
word-spacing: -1px;
}


#recommended div#content_right {
width: 225px;
margin-right: 55px;
text-align: center;
}

div#content_left li {
background: url(images/bg_flowerbullet2.jpg) no-repeat left center;
padding-left: 25px;
} 

div#site_info {
clear: both;
margin: 0;
}

div#site_info ul {
padding-top: 10px;
}

div#site_info li {
display: inline;
}



