/*
	=========================================================
	Stylesheet for ImageFlower.net
	=========================================================
*/

*{
	margin: 0;
	padding: 0;
}
body {
    margin: 10px 0px;	
	background-color: #e3e751;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif, Times, Times New Roman, serif, Verdana;
	font-size: 13px;
}

/* HEADINGS */
h1, h2, h3 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif, Times, Times New Roman, serif, Verdana;
	font-weight: bold;
}
h1 {font-size: 20px; color: #FFFFFF}
h2 {font-size: 17px; color: #86991a; padding-bottom: 10px;}
h3 {font-size: 13px; color: #86991a}

/* LINKS */

a:link, a:visited, a:hover, a:active { text-decoration: none }
a:link    { color: #86991a }
a:visited { color: #c0c63b }
a:hover   { color: #74841b }
a:active  { color: #74841b }
a:link img, a:visited img, a:focus img, a:hover img, a:active img { border: none }

p{
	margin: 0 30px; 


}

#tel{
	position: absolute;
	top: 40px;
	color: #fff;
	font-size: 200%;
	margin: 0 0 0 620px;
	font-weight: bold;

}

#menu, #main{
	margin: auto;
	width: 950px;
}
#menu1{
	background-image: url(../images/nav_blank.jpg);
	height: 45px;
}
#menu ul{
	list-style-type:none;
	margin: 0;
	clear: both;
}
#menu li{	
	float:left;		
}
#menu1 a{
	height: 45px;
	width: 150px;
	display: block;
}

#flowers{ background-image: url(../images/nav_flowers_off.jpg);}
#flowers:hover{ background-image: url(../images/nav_flowers_on.jpg);}
#occasions{ background-image: url(../images/nav_occasions_off.jpg);}
#occasions:hover{ background-image: url(../images/nav_occasions_on.jpg);}
#flowerguide{ background-image: url(../images/nav_flowerguide_off.jpg);}
#flowerguide:hover{ background-image: url(../images/nav_flowerguide_on.jpg);}
#aboutus{ background-image: url(../images/nav_aboutus_off.jpg);}
#aboutus:hover{ background-image: url(../images/nav_aboutus_on.jpg);}
#contact{ background-image: url(../images/nav_contact_off.jpg);}
#contact:hover{ background-image: url(../images/nav_contact_on.jpg);}

#menu2{
	padding: 6px 10px 0 10px ;
	height: 29px;
	background-image: url(../images/ribbon_bg.jpg);
}
#menu2 a{	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	padding: 0 12px;
	color: #fff;
}
#menu2 a:hover{
	color: #4c6418;
}	

#menu2 #subnav2{
	color: #4c6418;
}

#main{
	clear: both;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: 1px solid #798b1b;
	border-bottom: 1px solid #fff;
}

/*    productpage     */
#content{
	width: 880px;
	margin: 30px auto;
	border: 1px dotted #666666;
	background-image: url(../images/titlebg.jpg);
	background-repeat: repeat-x;
} 

#leftside{
	width: 287px;
	float: left;
	border-right: 1px dotted #666666;
}

#rightside{	
	padding: 0 30px 30px 340px;	
}
#rightside h1{	
	margin: 5px 0 20px 0;
}
#rightside2{	
	padding: 0 30px 30px 40px;	
}
#rightside2 h1{	
	margin: 8px 0 40px 0;
}
#rightside ul, #rightside2 ul{
	margin: 0 0 15px 0;
}
#rightside li, #rightside2 li{	
	list-style-type: circle;	
	margin-left: 70px; 
	padding-left: 10px
}

#flowername{
	padding: 0 0;	
}
#flowerprice{
	float: right;
}

#orderbutton{
	margin: 30px 0 20px 30px ;	
}

#description p{
	padding: 5px 0;
}



/*    cartpage     */
#content2{
	width: 883px;
	margin: 30px auto;	
	border: 1px dotted #666666;	
	border-width: 1px 0 0 1px;
} 

.product{
	float: left;
	width: 293px;
	border: 1px dotted #666666;
	border-width: 0 1px 1px 0;
	text-align: center;
	padding: 15px 0 10px 0;	
}

.price{
	font-weight: bold;
	margin: 5px;
}





/* tables   */

#table{
	margin: auto;
	border-left: 1px solid #999;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #fff;	
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #00CC00 url(../images/titlebg.jpg) repeat-x;
}

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #555;
}


td.alt {
	background: #ebf7a8;
	color: #333;
}


/* dictionary */
#dictionary{
	margin: 0px 40px 20px 40px;	
}

.image{
	float: left;
	margin: 10px;
}
.image div{ 
	font-size: 80%;
	text-align: center; 
}

#backtotop{
	clear: both;
	display: block;
	padding: 10px;
}

/* aboutus   */

img.floatleft{
	float: left;
	clear: both;
	margin: 0 10px;
}

#clearer{
	clear: both;
}

#bottom{
	width: 950px;
	margin: auto;	
	margin-bottom: 0px;
	background-image:url(../images/bottom.jpg) ;
	background-repeat: no-repeat;
}

#footer{
	text-align: center;
	margin-bottom: 40px;
}