/* Default CSS Stylesheet for a new Web Application project */


body {
background: #fdfef0;
color:#000000;
FONT-FAMILY: Arial, sans-serif;
margin: 0 auto;
padding: 0px;
text-align: left;
height:100%; 
overflow-y:auto;
overflow-x:auto;
}

a { text-decoration: none; height: 14px;}
a:link {COLOR: #743129 }
a:visited {COLOR: #743129 }/*{ COLOR: #50613D 743129 }*/
a:active { COLOR: #743129 }
a:hover  { COLOR: #669933; }

a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:-20px; left: -160px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}



h1, h2, h3, h4, h5, h6, p {
  position: relative;
}




div#wrapper
{	    
        background-color:#fdfef0;
        position: absolute;  /*absolute;*/
        color: #000; /*text color of content*/
        
		/*border: 1px solid #000;*/ 
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;        
        margin: 0 auto;
        padding: 0;        
        top: 30px;
        left:10px;        
        width: 1000px;
        height: auto;
}


div.content
{
	float: left;
	position:relative; 
	width: 98%;	
	background-color:#fdfef0;
	margin-left: 2.5%;
	margin-right: 2.5%;
/*border: 1px solid black;*/ 
        

}

div.contentOrder
{
	float: left;
	position:relative; 
	width: 92%;	
	background-color:#fdfef0;
	margin-left: 2.5%;
	margin-right: 2.5%;
    border-width: 1px;
    border-style: double;
    border-color: #743129;
        

}
div#errorMsg{
color: #990000;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold; 
margin-left: 2.5%;
margin-right: 2.5%;
}

.sweetType{
font-weight: bold; 
text-align: center;
}

span.shippingNews{
font-family: Arial, sans-serif;
background-color:#f7d4d4; 
text-align: center;
font-size: 14px;
font-weight: bold; 
margin-left: 10px;
margin-right: 10px;   
display: block;
padding: 5px; 
    
}

.giftErr{
color: #990000;
background-color:#f7d4d4;
font-family: Arial, sans-serif;
text-align: center;
font-size: 12px;
font-weight: bold; 
margin-left: 2.5%;
margin-right: 2.5%;
}

div.orderHeading{
text-align: center;
width: 100%;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold; 
color: #743129;
}

.orderHeading{
text-align: center;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold; 
color: #743129;
}

.orderDetail{
text-align: left;
padding-left: 25px;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold; 
color: #743129;
}

table.orders{
width: 99%;
height: 100px;
/*border: 1px solid black;*/
padding: 1px; 
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal; 
color: #743129;
}

table#orders input{
margin: 2px;
}

table#orders td{
width: 50%;
border: 1px dotted #996666;
padding: 5px; 
margin: 10px;
}

table#orders tr{
padding: 5px; 
margin: 10px;
}

table#orderContact{
width: 99%;

/*border: 1px solid black;*/
padding: 1px; 
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal; 
color: #743129;
}

table#orderContact td{
width: 50%;
border: 1px dotted #996666;
padding: 5px; 
margin: 10px;
}

table#orderContact tr{
padding: 5px; 
margin: 10px;
}

table#orderCustom{
width: 99%;

/*border: 1px solid black;*/
padding: 1px; 
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal; 
color: #743129;
}

table#orderCustom tr{
border: 1px dotted #996666;
padding: 5px; 
margin: 10px;
}


 hr {
border: 0;
width: 100%;
color: #743129;
background-color: #743129;
height: 2px;

}

div.contentHome
{
	float: left;
	/*IE6 can't deal with position absolute*/
	position:absolute;
	left:0px;
	top:300px;
	width: 98%;	
	background-color:#fdfef0;
	margin: 0;
	padding: 0;
	z-index:1;
/*border: 1px solid black;*/ ;
        

}

div.contentHomeIE
{
	float: left;
	/*IE6 can't deal with position absolute*/
	position:fixed;
	left:0px;
	top:300px;
	width: 98%;	
	background-color:#fdfef0;
	margin: 0;
	padding: 0;
	z-index:1;
/*border: 1px solid black;*/
        

}

img.menuLine
{
position: absolute;
left: 5px;
top: 26px;
width: 965px;
height: 9px;
/*background-color:#fdfef0;*/
text-align: left;
vertical-align: bottom;
/*border: 1px solid black;*/
font-weight: normal;
z-index:10;
}

div.menuBarTop
{
background-color: #fdfef0;
color: #996666;
float: left;
width: 98%;
height: 50px;
margin-left: 2.5%;
margin-right: 2.5%;
padding: 0px;
font-size: 14px;
font-weight: normal;
text-align: center;
vertical-align: middle;
font-family:  Arial, sans-serif;
border: 1px solid black; ;
}


span.menu
{
display: block;
width: 100%;
}

div#header
{
float: left;
background-color:#fdfef0;
width: 93%;
height: 180px;
padding-top: 0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin-left: 2.5%;
margin-right: 2.5%;
vertical-align: top;
/*border: 1px solid black;*/
}

div#header h1
{
float: left;
width: 80%;
color: #333333;  /*5d5151 743129*/
font-weight: lighter;
padding: 0px;
margin: 0px;
font-size: 54px;
text-align: left;
letter-spacing: 4.5px;
font-family:  Arial, sans-serif;
/*border: 1px solid black;*/
}

div#header h2
{
float: left;
width: 80%;
color: #333333;  /*5d5151 743129*/
font-weight: lighter;
padding: 0px;
margin: 0px;
font-size: 42px;
text-align: left;
letter-spacing: 4.5px;
font-family:  Arial, sans-serif;
/*border: 1px solid black;*/
}


p.sectionHeader
{
float: left;
width: 70%;
color: #743129;
font-size: 14px;
font-weight: normal;
text-align: left;
vertical-align: top;
font-family: Arial, sans-serif;
/*border: 1px solid black;*/
}

p.sectionHeaderIE
{
float: left;
width: 70%;
color: #743129;
font-size: 14px;
font-weight: normal;
text-align: left;
vertical-align: top;
font-family: Arial, sans-serif;
/*border: 1px solid black;*/
}

div#logo
{

width: 18%;
height: 170px;
background-color:#fdfef0;
float: right;
text-align: center;
vertical-align: middle;
/*margin: 2.5%;*/
border:2px dotted #990000;
font-weight: normal;

}

.td185
{
height: 158px;
padding: 0;
margin: 0;
}

div#logoHome
{
position: absolute;
left: 740px;
top: 160px;
width: 164px;
height: 152px;
background-color:#fdfef0;
float: right;
text-align: center;
vertical-align: bottom;
/*border: 1px solid black;*/
font-weight: normal;
z-index:6;
}

div#holiday2009
{
position: absolute;
left: 370px;
top: 648px;
width: 200px;
height: 97px;
background-color:#fdfef0;
float: right;
text-align: center;
vertical-align: bottom;
/*border: 1px solid black;*/
font-weight: normal;
z-index:5;
} 

div#logoOrder
{
position: absolute;
left: 740px;
top: 30px;
width: 164px;
height: 152px;
background-color:#fdfef0;
float: right;
text-align: center;
vertical-align: top;
/*border: 1px solid black;*/
font-weight: normal;
z-index:3;
}

.centerImage
{
display:block; /*allows the element to take auto margins*/
margin:0 auto; /*centers in compliant browsers*/
text-align:center; /*centers in old versions of IE*/ 
}

div#subMenuBar
{
background-color: #fdfef0;
color: #996666;
float: left;
width: 100%;
height: 75px;
margin: 0px;
margin-top: 0px;
margin-left:0px;
margin-right:10px;
margin-bottom:0px;
font-size: 24px;
font-weight: normal;
text-align: right;
vertical-align: middle;
font-family:  Arial, sans-serif;
}
/*light green*/
span.link1 a:link {COLOR: #99cc33; }
span.link1 a:visited {COLOR: #99cc33; }
span.link1 a:active {COLOR: #99cc33; }
span.link1 a:hover {COLOR: #669933; }
/*light brown*/
span.link3 a:link {COLOR: #996666; }
span.link2 a:visited {COLOR: #996666; }
span.link2 a:active {COLOR: #996666; }
span.link2 a:hover {COLOR: #669933; }
/*blue*/
span.link3 a:link {COLOR: #6699cc; }
span.link3 a:visited {COLOR: #6699cc; }
span.link3 a:active {COLOR: #6699cc; }
span.link3 a:hover {COLOR: #669933; }
/*dark brown*/
span.link4 a:link {COLOR: #743129; }
span.link4 a:visited {COLOR: #743129; }
span.link4 a:active {COLOR: #743129; }
span.link4 a:hover {COLOR: #669933; }
/*link on*/
span.link5 a:link {COLOR: #669933;} /* border:2px dotted #990000;*/
span.link5 a:visited {COLOR: #669933;} /* border:2px dotted #990000;*/
span.link5 a:active {COLOR: #669933;} /* border:2px dotted #990000;*/
span.link5 a:hover {COLOR: #669933; border:0; }

span.link4
{
vertical-align: bottom;

}

/*inactive links*/
 span.link0{
 font-size: 20px;
 font-weight: bold;
 color: #743129;
 
 }

div#paneLeft
{
float: left;
width: 175px;
padding-right: 5%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
font-size: 24px;
font-weight: normal;
text-align: right;
vertical-align: middle;
font-family:  Arial, sans-serif;
/*border: 1px solid black;*/

}
div#paneFiller{
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
padding: 0;
}


div#paneCenter
{
width: 350px;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
padding: 0;
text-align: center;
/*border: 1px solid black;*/

}

div#paneRight
{
width: 350px;
float: right;
margin-top: 0px;
margin-left: 0px;
margin-right: 20px;
margin-bottom: 2.5%;
padding: 0;
text-align: center;
/*border: 1px solid black;*/

}

div#paneCenterRight
{
width: 700px;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
padding: 0;
text-align: center;
/*border: 1px solid black;*/

}

table#centerTable{

/*border: 1px solid black;*/
height:318px;
width:318px;
margin-left: 30px;

}

table#rightTable{

/*align='center'*/
/*border: 1px solid black;*/
height:318px;
width:318px;

}

.mixnmatch{
font-size: 14px;
font-weight: bold;
text-align: center;
color: #990000;
vertical-align: middle;
font-family:  Arial, sans-serif;

}

a#imgRollOver
{
    display: block;
    width: 126px;
    height: 27px;    
    margin: 0 auto;
    text-decoration: none;
    background-color: #fdfef0;
    font-size: 16px;
    font-weight: bold;
}

a#imgRollOver:hover
{
font-size: 16px;
font-weight: bold;
color: #669933;


}

a#imgRollOver img
{
display: inline;
border: 0;
}

div#spacer
{
float: left;
width: 150px;
padding-right: 5%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
font-size: 24px;
font-weight: normal;
text-align: right;
vertical-align: middle;
font-family:  Arial, sans-serif;
/*border: 1px solid black; */
}

div#secondTextBox
{
width: 750px;
color: #743129;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2.5%;
padding: 0;
text-align: left;
vertical-align: top;
/*border: 1px solid black; */
}

p.areYou
{
color:#828282;
font-size: 14px;
font-weight: bold;
font-style: italic;
font-family: "New Times Roman", Arial, sans-serif;
}

p.main
{
color:#000000;
font-size: 14px;
font-family: Arial, sans-serif;

}
p.faqPageHeader
{
color:#000000;
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;

}

p.faqHeader
{
color:#316faf;
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
border-bottom: medium groove;
width: 250px;
}

p.faqItem
{
color:#743129;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
margin-left: 5em;

}

p.mainTextBox
{
color:#743129;
font-size: 14px;
font-family: Arial, sans-serif;
text-align: center;
}

p.list
{
margin-left: 20px;
color:#000000;
font-size: 14px;
font-family: Arial, sans-serif;
}
div.box
{
background-color: #c9d0d9;
border: 1px solid #828282;
padding-left: 10px;
padding-right: 10px;

}

div.footerHome
{
width: 1000px;
float: left;
position: relative;
top:780px;
color: #996666;
font-size: 12px;
font-weight: normal;
text-align: center;
font-family: Arial, sans-serif;
/*border: 1px solid black;*/ 
}

div.footerHomeIE
{
width: 1000px;
float: left;
position: relative;
top:375px;
color: #996666;
font-size: 12px;
font-weight: normal;
text-align: center;
font-family: Arial, sans-serif;
/*border: 1px solid black;*/
}

table#creditsHome{
width: 1000px;
height: 100px;
border: 0px;
}


.creditsLeft{
padding-left: 20px;
text-align: left;
}

.creditsCenterLarge{
padding-right: 20px;
text-align: center;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold; 
color: #996666;     
}

.creditsCenter{
padding-right: 16px;
text-align: center;
/*font-family: Arial, sans-serif;
font-size: 16px;
font-weight: normal; 
color: #996666; */    
}


.creditsRight{
padding-right: 20px;
text-align: right;
}


div.footer
{
width: 100%;
float: left;
position: relative;
top:20px;
color: #996666;
font-size: 12px;
font-weight: normal;
text-align: center;
font-family: Arial, sans-serif;
}

div#cart{
/*border: 1px solid #828282;*/
width: 175px;
float: left;
}

span.CoName
{
font-weight: bold;
}

span.CoInfo
{
font-size: 12px;

}

div.selectedFAQ
{
display: block;
}

div.emptyFAQ
{
display: none;

}


.errorHide
{
display: none;
}

.errorShow
{
display: block;
color: red;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
}
table#grayBox
{
border: gray 2px solid;
background-color: #E9E7E4;
}

.giftNav{
background-color: #f5f7d4;
}

.giftTotal{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


.spanMsgText
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mainText
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.mainTextInstr
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.mainTextBold
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.mainTextBoldRight
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.mainTextCenter
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.linkTextCenter
{
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    width: 100%;
}
.mainTextCenterItalic
{
	font-weight: normal;
        font-style: italic;
	font-size: 12px;
	vertical-align: middle;
	color: #743129;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.pageTitle { color: #fff; font-size: 20px; font-weight: bold; text-align: center; vertical-align: top; font-family: "Times New Roman", Arial, Helvetica, sans-serif; }
.mainTextBoldC { color: #000000; font-size: 12px; font-weight: bold; text-align: center; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; }
 .mainTitle { color: #316faf; font-size: 14px; font-weight: bold; text-align: center; vertical-align: top; font-family: "Times New Roman", Arial, Helvetica, sans-serif; }
 .errorBoldC { color: red; font-size: 12px; font-weight: bold; text-align: center; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; }

 
 /*cs bb menu ++++++++++++++++++++++++++++++++++++++++++++ */ 
 /* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
 .menu {font-family: arial, sans-serif; text-align: center; width:990px; height:60px; position:relative; margin:0; font-size:16px;  margin:20px 0 40px 0; background:#fdfef0; z-index:1; }
.menu ul {padding:0; margin:0; list-style-type: none; }

.menu ul li {float:left; width:118px; margin-left: 2px;}
/*border-bottom: 2px dotted #990000;*/
.menu ul li ul li {float:left; width:102px; border:0px; padding: 0;}

.menu ul li a, .menu ul li a:visited {display:block; width:102px; text-decoration:none; padding:0 0 10px 5px; height:30px; line-height:30px; color:#743129; background:#fdfef0 }

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:30px; left:0; }


.menu ul li:hover a,
.menu ul li a:hover {color:#669933; background:#f9fbe3; }

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:965px; background:#f9fbe3; color:#fff;}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {float:right; border:0; padding-right:3px; text-align: left;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0; }

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background:#bd8d5e url(../../graphics/drop2.gif) bottom right no-repeat; color:#fff;}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:30px; }

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {display:block; background:#f9fbe3; color:#6699cc; font-size:14px; }

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {background:#ecefcd; color:#669933; }

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#dfc184;}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {background:#dfc184; color:#000; }

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}

 /*cs bb tooltip ++++++++++++++++++++++++++++++++++++++++++++ */ 
 
#info p {margin-right:20px;}
#info img {margin:0 15px 15px 0; float:left;}
#info h1 {margin-left:15px;}

/* the style starts here */
.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:#743129; color:#fff; text-decoration:none;}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b, 
.hov a:hover b
{display:block; visibility:visible; position:absolute; left:2px; top:-18px; background:#743129; color: #fff; border:0px solid #fff; padding:5px 10px;}
.hov b a {white-space:nowrap; color:#fff; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline; color:#fff; }

.clear {clear:both;}

.picLink a img {border: 2px solid #fdfef0;;}
.picLink a:hover img {border: 2px dotted #743129;}

a.link_five, 
a.link_five:visited, 
a.link_five:active, 
a.link_five:hover {
color:#fff; 
background:#00d; 
text-decoration:none;
}
a.link_five b {display:none;}
a.link_five:hover {border:0;} /* our trigger for IE5.x and IE6 */
a.link_five:hover b {display:inline; font-weight:normal;}

