@charset "utf-8";
.tiny{
	font-size:11px;		
}
.email{
	font-size:10px;	
}
.email_leftcol{
	font-size:10px;	
	color:#808c20;
}
.email_leftcol:hover,
.email_leftcol:active{
	font-size:10px;	
	color:#FFF;
}
.link_leftcol{
	font-size:12px;	
	color:#808c20;
}
.link_leftcol:hover,
.link_leftcol:active{
	font-size:12px;	
	color:#FFF;
}
.ProdTitle{
	background-color:#F3DCAF;
	vertical-align:top;
	/*white-space:nowrap;*/
	width:520px;
}

.ProdTitleca1{
	background-color:#F3DCAF;
	vertical-align:top;
	white-space:nowrap;
	text-align:right;
	font-size:11px;
}

.ProdTitleca{
	background-color:#F3DCAF;
	vertical-align:top;
	/*white-space:nowrap;*/
	width:400px;
}

.ProdPriceca{
	background-color:#F3DCAF;
	vertical-align:middle;
	white-space:nowrap;
	/*width:55px;
	text-align:left;*/
	width:65px;
	text-align:right;
}

.ProdTitle2{
	background-color:#F3DCAF;
	vertical-align:top;
	/*white-space:nowrap;*/
	width:620px;
}

.ProdTitle3{
	text-align:center;
	background-color:#F3DCAF;

	/*white-space:nowrap;*/

}

.ProdTitle4{
	background-color:#F3DCAF;
	vertical-align:top;
	/*white-space:nowrap;*/
	width:350px;
}

.ProdPrice{
	background-color:#F3DCAF;
	vertical-align:middle;
	white-space:nowrap;
	/*width:55px;
	text-align:left;*/
	width:65px;
	text-align:right;
}
.ProdPrice2{
	background-color:#F3DCAF;
	vertical-align:middle;
	white-space:nowrap;
	width:45px;
	text-align:right;
	font-size:11px;	
}

.ProdPrice3{
	background-color:#F3DCAF;
	vertical-align:middle;
	white-space:nowrap;
	/*width:55px;
	text-align:left;*/
	width:180px;
	text-align:right;
}

.ProdDesc{
	/*background-color:#F3DCAF;*/
	vertical-align:top;
}

.quote { 
	font-variant: small-caps;
	font-family:  times, "times new roman", serif;
	color: #000;
	text-weight: normal;
	font-size: 16pt;
	line-height: 130%;
}
.redtext{
	color:#83010d;
}
.qshow{
	font-size:30px;
	font-weight:bold;
	color:#83010d;
}
.sig{
	font-weight:bold;
	text-align:right;
	font-size:15px;
	margin-right:15px;
}

#newsletter{
	color:#f2d8a7;
	font-size:11px;
	padding:6px;
}
#newsletter .top{
	color:#808c20;
	font-size:12px;
}
#e1{ /* name */
	width:115px;
	background-color:#a99977;
	border:1px solid #4b432e;
	margin-top:3px;
	color:#FFF;
}
#e2{ /* email */
	width:140px;
	background-color:#a99977;
	border:1px solid #4b432e;
	margin-top:3px;
	color:#FFF;
}
#e3{ /* submit */
	background-color:#a99977;
	border:1px solid #4b432e;
	margin-top:3px;
	color:#FFF;
}

#Testimonials{
	float:right;
	width:190px;
}
#Photos{
	float:left;
	width:445px;
}

#Photos img{
	border:1px #000 solid;
	margin:2px;
}
#Photos img:hover{
	border:1px #FFF solid;
}
#Photos td{
	text-align:center;
}
#phone {
	width: 940px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#f2d8a7;
	padding-bottom:3px;
	margin:0 auto;
}
.licn {
	font-size:8px;
}
.photo{
	margin:8px;
	border:1px #000 solid;
}
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.twoColElsLtHdr #container {
	width: 940px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f2d8a7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6d2020;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bodybg.png);
	background-repeat:repeat-y;
	background-position:left top;
}
#flashcontent{
	position:relative;
	/*border:#F00 1px solid;*/
	width:319px;
	height:212px;
	left:597px;
	padding-top:19px;
}
.twoColElsLtHdr #header {
	position:relative;
	background: #323232;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/bella_layout_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:248px;
}
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000;
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 14em; /* since this element is floated, a width must be given */
	height:100%;
	background: #323232;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:15px;
	line-height:1.5em;
	color:#a9aca5;
}
.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding:10px 25px;
}
.twoColElsLtHdr #mainContent h1 {
	color:#000;
}
.twoColElsLtHdr #mainContent h4 {
	color:#a9a9a9;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
}

.twoColElsLtHdr #mainContent h3 {
	color:#808c20;
	font-style:italic;
	font-size:16px;
	line-height:1.5em;
	margin-top:0em;
	margin-bottom:0em;
}

#highlink a {
	color: #600;
	text-decoration:underline;
}
#highlink a:hover {
	color: #900;
	font-style:bold;
	text-decoration:underline;
}
#highlink a:visited {
	color: #900;
	font-style:bold;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#button {
	width: 14em;
	border-right: 0px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #323232;
	color: #323232;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	/*border-bottom: 1px solid #90bade;*/

		margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #a68d6d;
	border-right: 0px solid #a68d6d;
	background-color: #323232;
	color: #fde19d;
	text-decoration: none;
	width: 100%;
}
#button li a {
	width: auto;
}
#button li a:hover {
	border-left: 0px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	background-color: #820106;
	color: #fff;
}
/* ----  Horiz Menu BEGIN  ---- */

#footLine1 {
	margin:0 auto;
	width:650px;
	height:40px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#footLine2 {
	margin:0 auto;
	width:650px;
	height:40px;
	text-align:center;
	font-size:10px;
}
.footContainer {
	margin-left:205px;
}
.footContainer ul.links {
	margin:0;
	padding:0px;
}
.footContainer .links li {
	display:inline;
	text-align:center;
	border-left: 1px solid #808c20;
	color:#fff;
}
.footContainer .links li.first {
	padding-left:0px;
	border-left: 0px;
}
.footContainer .links li.last {
	padding-right:0px;
}
.footContainer .links li a {
	padding:0px 8px;
	color:#808c20;
	text-decoration:none;	
}
.footContainer .links li a:hover,  .footContainer .links li.active a {
	text-decoration:underline
}
#footLine2 a {
	color:#000;
}
#form {
	font-size:14px;
	font-weight:bold;
	line-height:3em;
}
/* ----  Horiz Menu END  ---- */

/* --- left menu color and header adjustment --- */
.twoColElsLtHdr #sidebar1 h2 {
	color:#fde19d;
	font:Georgia, "Times New Roman", Times, serif;
}
.twoColElsLtHdr .highlight {
	background-color:#808c20;
	font-weight:bold;
	padding:10px;
	font-size: small;
}

.highlight a{
	color:#FFF;
}

.highlight a:hover{
	color:#CF0;
}

.was{text-decoration:line-through;}
.left{text-align:left;}

.specials {
	font-size:24px;
	line-height:115%;
	color:#F00;
	font-weight:bold;
}

.specials2 {
	font-size:36px;
	line-height:115%;
	color:#F00;
	font-weight:bold;
}

.size11 {
	font-size:11px;	
}

.photoarea{
	width:650px;
	height:auto;
	display:block;
}

.leftphoto {
	float:left;
	width:312px;
	height:auto;
	margin-top:0px;
	margin-bottom:15px;
}

.rightphoto {
	float:right;
	width:312px;
	height:auto;
	margin-top:0px;
	margin-bottom:15px;
}

.lefttv {
	float:left;
	width:550px;
	height:auto;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:80px;
}

/* Accordion */
 
.accordion {
 	background: #808c20;
	padding: 1em;
	width: 600px;
	margin: 2em auto;
}

.accordion h2 {
	margin-top: 0;
}

.accordion h3 {
	margin: 0;
}
 
.accordion .section {
 	border-bottom: 1px solid #ccc;
	padding: 0 1em;
	background: #fff;
}
 
.accordion h3 a {
	display: block;
	font-weight: normal;
	padding: 1em 0;
	color:#808c20;
}

.accordion h3 a:hover {
	text-decoration: none;
}
 
.accordion h3 + div {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-in;
}

.accordion :target h3 a {
	text-decoration: none;
	font-weight: bold;
}

.accordion :target h3 + div {
	height: 100px;
}

.accordion .section.large:target h3 + div {
	overflow: auto;
}

/*Style sheet used for demo. Remove if desired*/
.handcursor{
cursor:hand;
cursor:pointer;
font-size:14px;
font-weight:bold;
line-height:1.5em;
}

.th1 {
	background-color:#faebce;
	padding:10px;
}

.pointer { cursor: pointer }


.Prodoxy{
	background-color:#F3DCAF;
	vertical-align:top;
	width:150px;
	padding:10px;
	overflow:auto;
}

.Prodoxymore{
	background-color:#F3DCAF;
	vertical-align:top;
	width:501px;
	text-align:left;
	padding:10px;
	overflow:auto;
}
.Prodoxyt1{
	background-color:#dbc498;
	vertical-align:top;
	white-space:nowrap;
	width:150px;
	overflow:auto;
	table-layout:fixed;
}

.Prodoxymoret2{
	background-color:#dbc498;
	vertical-align:top;
	width:501px;
	text-align:left;
	overflow:auto;
	table-layout:fixed;
}

.highlightred {
	background-color:#F00;
	font-weight:bold;
	padding:10px;
	color:#FFF;
}

