/*//// GENERAL STYLES ////*/
html,body {
    height:100%;
    width:100%;
	font:normal normal normal 12px Georgia,Times New Roman,Times,serif;
	color:#666;
}
body,img,a,div,ul,li,form {
    margin:0;
    padding:0;
}
img,a { border-width:0; }
a { text-decoration:none; }
a:active, a:focus{ outline:0; }

body { 
	background:#fff url('../icontent/floret.png') repeat center 85px;
	color:#000;
}

h1 { color:#999; }

.craddle{
    margin:auto;
    position:relative;
    top:0;
    width:930px;
	background-color:#fff;
}

/*//// STYLES FOR HEADER DATA ////*/
#header{
	position:relative;
	width:100%;
	height:85px;
	background-color:#fff;
	z-index:5;
}

.luvloo{ margin:16px 0 0 16px; }

/*// Upper Menu Lunks //*/
#bigmenu{
	position:absolute;
	right:0;
	top:12px;
}

.boxes{
	z-index:5;
	float:right;
	list-style:none;
}

.boxes li{
	float:right;
	position:relative;
	padding:0 12px 0 12px;
	color:#fff;
	font:normal normal normal 15px Georgia,Times New Roman,Times,serif;
	line-height:30px;
	text-align:center;
	border-left:1px solid #fff;
}

.boxes li a{ color:#fff; }
.boxes li img{ vertical-align:middle; }

.boxes .wholesale{ background-color:#8d736f; }
.boxes .checkout{ background-color:#58a3a4; }
.boxes .viewcart{ background-color:#8eb729; }

.boxes .wholesale:hover, .boxes .wholesale.over{ background-color:#675451; }
.boxes .checkout:hover, .boxes .checkout.over{ background-color:#417879; }
.boxes .viewcart:hover, .boxes .viewcart.over{ background-color:#749522; }

/*// Lower Menu Links //*/
#menu{
	position:absolute;
	right:0;
	bottom:6px;
}

.tops{
	z-index:5;
	float:right;
	list-style:none;
}

.tops li{
	float:right;
	position:relative;
	padding:0 16px 0 16px;
	color:#464646;
	font:normal normal normal 13px Georgia,Times New Roman,Times,serif;
	line-height:27px;
	text-align:center;
	border-left:1px solid #c8d7d2;
	background-color:#b2b2b2;
}

/* .tops a{
	float:left;
	display:block;
} */

.tops ul{
	position:absolute;
	left:0;
	/*top:35px;*/
	list-style:none;
	display:none;
	margin:0 0 0 0;
	padding:0;
	z-index:15;
	font-size:14px;
	line-height:18px;
}

.tops li a{ color:#494646; }

.tops .product{ width:80px; }

.tops li ul{ padding-top:9px; }

.tops li ul li{
	font-size:12px;
	text-align:left;
	color:#808080;
	background-color:#edecef;
	border-width:0;
	float:left;
}

.tops li ul li a{ color:#808080; }
.tops li ul li a:hover{ color:#464646; }

.tops li:hover, .tops li.over{ background-color:#edecef; }

.tops li:hover ul, .tops li.over ul{ display:block; }


/*//// STYLES FOR CONTENT DATA COMMON TO ALL PAGES ////*/
#middle{
	position:relative;
	width:100%;
	border:1px solid #ccc;
	z-index:1;
}


/*//// STYLES FOR ABOUT PAGE ////*/
.about{ width:780px; }

.about td, .about .sub td{
	vertical-align:top;
	font:normal normal normal 13px Georgia,Times New Roman,Times,serif;
	line-height:20px;
	color:#666;
}

.about hr{
	border:0 dotted #FEB400;
	border-width:2px 0 0 0;
	margin:26px 0 10px 0;
}

.about .sub{ width:100%; }

.about .spacer { width:20px; }

.about h4{
	display:inline;
	margin:0;
	padding:0;
	font:normal normal normal 13px Georgia,Times New Roman,Times,serif;
	color:#FEB400;
}

.about h5{
	display:inline;
	margin:0;
	padding:0;
	font:italic normal normal 12px Georgia,Times New Roman,Times,serif;
	color:#666;
}

.about h6{
	display:inline;
	margin:0;
	padding:0;
	font:italic normal normal 12px Georgia,Times New Roman,Times,serif;
	color:#FEB400;
}


.about .press{ width:100%; }

.about .press td{
	width:33%;
	vertical-align:middle;
	text-align:center;
	font:normal normal normal 11px Georgia,Times New Roman,Times,serif;
	color:#666;
	padding:10px 0 10px 0;
}

.about .press img{ padding:8px; }

.about .press a:hover{ text-decoration:underline; }

.about .press a{
	font:normal normal normal 14px Georgia,Times New Roman,Times,serif;
	color:#39C;
}

.about .press .minilink{
	font:normal normal normal 10px Georgia,Times New Roman,Times,serif;
	color:#999;
}

/*//// STYLES FOR INFORMATION PAGES ////*/
#information{
	width:780px;
	margin-left:60px;
	padding:15px;
	color:#999;
}
#information hr{
	border:0 dotted #FEB400;
	border-width:2px 0 0 0;
	margin-top:10px;
}
#information ul{
	list-style:disc;
	margin-left:25px;
}
#information h3{
	color:#999;
}
#information h4{
	font:normal bold normal 12px Georgia,Times New Roman,Times,serif;
	margin:12px 0 7px 0;
	color:#999;
}
#information h5{
	font:normal bold normal 12px Georgia,Times New Roman,Times,serif;
	margin:0 0 7px 0;
	color:#999;
}
#information ol{
	margin:10px 20px 10px 25px;
}
#information ol li{ margin-top:8px; }
#information table td{ 
	vertical-align:top;
	color:#999;
}
#information .box{
	width:350px;
	border:1px solid #aaa;
	padding:20px 40px 20px 40px;
}
#information .box hr{ 
	border:0 dashed #ccc;
	border-top-width:1px;
}
#information .box li{ line-height:22px; }
#information .box li a{ color:#0AA0BD; }
#information .box li a:visited{ color:#525B94; }
#information .sidebar{ right:0; }
#information .press{ width:430px; }
#information .press  td{ 
	text-align:center;
	vertical-align:middle;
	padding:5px 0 5px 0;
}
#information .list{ 
	padding:20px 30px 20px 30px;
	margin-left:10px;
	width:163px;
}
#information .list li{ 
	line-height:15px;
	font-size:13px;
	margin:4px 0 0 -10px;
	color:#999;
}

/*//// STYLES FOR CART PAGES ////*/
#shoppingcart{
	padding:15px;
	color:#333;
	font:normal normal normal 12px Georgia,Times New Roman,Times,serif;
}

/*//// STYLES FOR FOOTER DATA ////*/
#footer{
	width:100%;
	margin-top:10px;
	padding-bottom:25px;
	color:#999;
	font:normal normal normal 12px Georgia,Times New Roman,Times,serif;
	text-align:center;
	z-index:1;
}

#footer .craddle{ background-color:transparent; }

#footer a{ color:#999; }
#footer a:hover{ color:#666; }