
/*****   IMPORTANT NOTE: The basics are here, the canvas, images, colors, coding.  
Still may want or need to recode some of it, to fit your own technique.  Due to cross-
browser compatibility issues with liquid designs; which are somewhat different to work 
wit, I use no left or right pad/margin, at all, on outer divs, but instead nest two divs, 
like sticking a 3 inch box into a 4 inch box, to give you a 1/2 inch margin.  The outer 
at nearly full width, leave a few percent for play, style content centered, "margin:0 auto; and 
text-align:center;" and then insert an inner div, at 90 percent width (100 if needed), 
centered or floated, and a little pad to the inner div, if needed, .  The inner gets all 
styles, border, color, whatever.  This provides a fake or faux left/right pad/margin, as 
needed, by adjusting width percentage. You could also float the outer left, and the inner 
right, to give you the same outcome, as I did in my A12 template's left column.  *******/    



/***** CSS Document ******/

/** CSS REFERENCE CARD
http://www.w3schools.com/css/css_reference.asp  ***/


/**  The main trick to doing liquid width layouts, 
is that you cannot have pad/margin/border on 100%
wide divs.  They must be on width:auto divs.  To do 
this, must 100% it's outer, and style the inner.  **/

/***********  default font-size:12px, use 100% for that  ********/
/*****  90%=11px, 80% in forms, 85% otherwise roughs 10 to 10.5px, a minimum  *****/
/******  NOTEs: DW wont view all docs properly, try browsers first, before modification  *******/
/****  divs must float left for dw to view border, most pages must be 100% wide to view proper ********/
/*********  to center page is confusing, when float left is necessary  ************/
/**** trick for "center with float left" is float left 100% wide w/body margin sides 5% or more *****/
/**** Above not a 100% fix for dw view, borders still flakey *****/
/*****  another trick to keep position going, is only float what needs floating  *********/
/*****  try add or remove <br> in end of empty divs, or remove float, make dw view properly *******/
/*****  NOTE: The <strong> tag &/or no clear float at base, made link repeat at base of page  *****/
/**** The trick hack to stop hover jumpy links, is to put every section into a div, classed seperate  ****/
/******  any div that has a specified margin/pad can't have links without containers  *****/
/******  another hack, is to classify all links, so that they don't margin/pad jumpy  *****/
/*****  the divs containing links can't have set width and margin/pad alterations, or theyll be jumpy  *******/
/**** Hack: Removed width to stop jumpy hover-links, setting pad-margin made it width:auto  *****/
/**** Jumpy Links solved with px instead of % on pad/margin  ****/
/****  Rows of divs must be in wrappers, to wrap correctly, so they don't hang when wrapping"  ***/

/***  Height to "li a" works to allow full width 
         links when width:100% is not an option; 
		 and seems to force divs to hold contents, 
		 when float is not an option.  Height needs 
		 accuracy, or problematic with Firefox ****/
/****  FLOAT:LEFT WAS NEVER USED IN MANY HORIZONTAL ULs  *****/

/********  Not Blocked/Floated  **********/
/****  Appears that inner divs go against prior divs, but which ones?  *********/
/****  Deleting all unnecessary div borders resolved doublewide dw blowout  *****/
/*****  divs out of order, caused absolute columns to vanish  ******/
/***  absolute positioning, use left (never right dimension) fixes layering problem ******/
/**** bodycontainer floated left caused doublewide blowout  ******/







/****   VERY IMPORTANT NOTE  ****/
/****   
   KEEP ALL ABSOLUTE POSITIONED DIVS INSIDE OF THE CANVAS_WRAP DIV, TO 
   KEEP ALL ABSOLUTE POSITIONED WORK BOXES VISIBLE IN Nvu and Dreamweaver 
   Editors.  IT's JUST A Z-INDEX RELATED FIX FOR WYSIWYG HTML EDITORS.
   VERY IMPORTANT NOTE  ****/

/* * * * browser equalization * * * */
/* no touchy the rules in this section unless you know what you're doing :) */
* {margin: 0; padding: 0; }

/* mac hide \*/
html,body { height: 100%; }
/* end hide*/

* html .wrap { height: 100%; }



body {
margin:2px 0px;
padding:0;
background: #92847B url("media/gradient_walnuxt.jpg") repeat-x 0% 0%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size: .68em;
color:#000000;
}

p {margin:0;padding:0;}

.wrap {
display:block;
margin:0 auto;
padding:0;
width:100%;
text-align:center;
}

/* The background-image's for the .wrap below are for preloading 
all the page's images, just add your own images to the pattern */  
/***  Preload media  ***/
.wrap {
	background-image: url(media/1.jpg);
	background-image: url(media/2.jpg);
	background-image: url(media/3.jpg);
	background-image: url(media/arrowblack_left.gif);
	background-image: url(media/arrowwhite_left.gif);
	background-image: url(media/bevbar_longit.gif);
	background-image: url(media/bevbar2_25.jpg);
	background-image: url(media/bevbar2_30.jpg);
	background-image: url(media/bevbar3_25.jpg);
	background-image: url(media/featuredarrow_over.gif);
	background-image: url(media/featuredarrow_up.gif);
	background-image: url(media/gradient_walnut.jpg);
	background-image: url(media/logored160w75h.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;}
/**** end preload images ****/

.headrow_one {
display:block;
float:left;
margin:0;
padding:0;
width:100%;
}

.rowone_left {
float:left;
margin:0;
padding:0;
width:22%;
height:80px;
color:#ffcc33;
}

.rowone_right {
float:right;
margin:0;
padding:0;
width:77%;
height:80px;
background: transparent url("media/bevbar_longit.gif") no-repeat left bottom; 
}

.headrow_two {
display:block;
float:left;
margin:0;
padding:0;
width:100%;
background: transparent url("media/bevbar2_30.jpg") repeat-x 50% 50%;
border-top:1px solid black;
}

.rowtwo_left {
float:left;
margin:0;
padding:0;
height:30px;
width:22%;
}

.rowtwo_mid {
float:left;
margin:0;
padding:0;
height:30px;
width:55%;
}

.rowtwo_right {
float:right;
margin:0;
padding:0;
height:30px;
width:22%;
}

.headrow_three {
display:block;
float:left;
margin:0;
padding:0;
width:100%;
background: transparent url("media/bevbar3_25.jpg") repeat-x 50% 50%;
border-top:1px solid black;
border-bottom:1px solid black;
}

.rowthree_left {
float:left;
margin:0;
padding:0;
width:22%;
text-align:center;}

.rowthree_mid {
float:left;
margin:0;
padding:0;
width:54%;
text-align:center;}

.rowthree_right {
float:right;
margin:0;
padding:0;
width:23%;
text-align:center;}

.mainbody {
margin:0;
padding:0;
}

.left {
float:left;
margin:0 auto;
padding:0;
width:22%;
background-color: transparent;
text-align:center;
}

.center {
float:left;
margin:0 auto;
padding:5px 0px;
width:55%;
background-color: #C2BBAF;
border-left:1px solid black;
border-right:1px solid black;
text-align:center;
}

.center_content {
margin:0 auto;
padding:0;
width:96%;
background-color:transparent;
text-align:left;
}


.right {
overflow:auto;
float:right;
margin:0;
padding:0;
width:22%;
background-color: transparent;
text-align:center;
}

.footer_top {
display:block;
clear:both;
margin:0px;
padding:0px;
width:100%;
background: transparent url("media/bevbar3_25.jpg") repeat-x 50% 50%;
border-top:1px solid black;
text-align:center;
}
.footer_bottom {
display:block;
clear:both;
margin:0px;
padding:0px;
width:100%;
background: transparent url("media/bevbar2_25.jpg") repeat-x 50% 50%;
border-top:1px solid black;
border-bottom:1px solid black;
text-align:center;
}

/***  BEGIN FORMS STYLING  ***/

form {
margin:0 auto;
padding:0;
text-align:center;
}

/***  This is for the Google language translation box  ***/

.pullmenus {
padding:0;
margin:0;
background-color: #ffffff;
text-align: left;
color: #000000;
width:95%;
font-size: 10px;
}

/***   Google Search Box  ****/

.searchtable {
margin:0 auto;
padding:0;
border:0;
text-align:center;
width:95%;
}

.searchbox1 {
margin:0;
padding:0;
background-color: #ffffff;
text-align: left;
color: #000000;
font-size:10px;
}

.searchbox2 {
margin:0;
padding:0;
background-color: #ffffff;
text-align: left;
color: #000000;
width:auto;
font-size:10px;
}

.searchbutton {
margin:0;
padding:0;
color: #ffffff;
font-size:10px;
background-color:#336699;}

/****  OUR SERVICES and DELIVERY BOXES  *****/
.services {margin:0 auto;margin-top:20px;width:96%;text-align:left;}
.delivery {margin:0 auto;margin-top:20px;width:96%;text-align:left;}

/***  LOGIN MEMBERSHIP BOX  ***/
.login_container {display:block;margin:0 auto;margin-top:20px; padding:0; padding-bottom:2px;width:96%;text-align:left;}
.username_box {margin:0 auto;padding:0;width:75%;background-color: #ffffff;text-align:left;
color: #000000;font-size:10px;}
.password_box {margin:0 auto;padding:0;width:75%;background-color: #ffffff;text-align:left;color: #000000;font-size:10px;}
.login_button {margin:0;padding:0;color: #ffffff;font-size:10px;background-color:#336699;}
/****  "LOGIN BOX BASE LINKS STYLES  ****/
.login_container a:link, .login_container a:visited { color:#990000;  width:auto; text-decoration:none;border-bottom:1px dashed #336699;}
.login_container a:hover, .login_container a:active  {color:#336699;  width:auto; text-decoration:none;border-bottom:1px dashed #990000; background-color: #cccccc;}
/****  END LOGIN MEMBERSHIP BOX  ****/

/****  "topmenu" HORIZONTAL  ****/
.topmenu {margin:0 auto; padding:0;width:100%; text-align:center;}
ul.topmenu {margin:0; padding:2px 0px; list-style: disc inside;text-align: center;}
ul.topmenu li {margin:0; padding:0; display:inline; width:25%;}
/****  "topmenu" horizontal menu link styles  ****/
ul.topmenu li a:link, ul.topmenu a:visited { color:#990000;  width:100%; text-decoration:none;border-bottom:1px dashed #336699;}
ul.topmenu li a:hover, ul.topmenu a:active  {color:#336699;  width:100%; text-decoration:none;border-bottom:1px dashed #990000; background-color: #cccccc;}



/***  submain left nav LIST STYLES  ***/
/*** here, outside box is 96% width, ul is auto, and li is 100%  ****/
.submain_nav {display:block;clear:both;margin:0 auto; margin-top:20px; padding:0;
width:96%; text-align:center;text-indent:0px;}
.submain_nav ul {display:block;clear:both;margin:0; padding:0;width:auto; text-align:left;
text-indent:0px;}
.submain_nav ul li {
display:block; width:99%;margin:0; padding:3px 0px;list-style: none; 
border-bottom: 1px solid #c2bbaf; text-indent:2px;}
.submain_nav ul li a {border-right: 4px double #000000;width:auto;}
/****  featuredservices_nav LINK STYLES  ****/
.submain_nav ul li a:link, .submain_nav ul li a:visited {
display:block; width:99%;padding:3px 0px;
background: url("media/duotickon_blueleft.gif") no-repeat right 4px;
font-size:10px;font-family:verdana;text-decoration:none; color:#000000;
font-weight:bold;}
.submain_nav ul li a:hover, .submain_nav ul li a:active {
display:block; width:99%;padding:3px 0px;
background: url("media/duotickon_blueleft.gif") no-repeat right -16px; 
font-size:10px;font-family:verdana;text-decoration:underline;color:#000000;
border-right: 4px double #333366;}
/* the following 3 rules are for indented submenu items, if applicable  ***/
.submain_nav ul ul li {line-height: 10px;border-bottom: 0px solid #c2bbaf;}
.submain_nav ul ul li a:link,  .submain_nav ul ul li a:visited 
{color:#ffffff; text-indent:8px;font-weight:normal; background-image:none; border:0;}
.submain_nav ul ul li a:hover, .submain_nav ul ul li a:active 
{color:#ffffff; text-decoration:underline;  background-image:none;}
/***  Rules for active current topic and subtopic  ***/
.submain_nav .current_topic {}
.submain_nav .current_subtopic {}
/***  ************  ***/



/****  Featured Services Vertical  ****/
.featuredservices_container {display:block;margin:0 auto; 
margin-top:20px; padding: 0; width:96%; text-align:left;}
/***  featuredservices_nav LIST STYLES  ***/
.featuredservices_nav {
display:block;clear:both;margin:0 auto;margin-top:10px; 
padding:0; width:98%; text-align:center;text-indent:0px;}
.featuredservices_nav ul {display:block;clear:both;margin:0;
padding:0; text-align:left;text-indent:0px;}
.featuredservices_nav ul li {
display:block; width:100%;margin:0; padding:0;list-style: none; 
border-bottom: 0px solid #7f7f7f; text-indent:14px;}

/****  featuredservices_nav LINK STYLES  ****/
.featuredservices_nav ul li a:link, 
.featuredservices_nav ul li a:visited {display:block; width:100%;padding: 4px 0px;
background: url("media/duoarrowright_lightblu.gif") no-repeat left 4px;font-size:10px;
font-weight:bold;font-family:verdana;text-decoration:none; color:#000000;}

.featuredservices_nav ul li a:hover, 
.featuredservices_nav ul li a:active {display:block; width:100%;padding: 4px 0px;
background: url("media/duoarrowright_lightblu.gif") no-repeat left -22px; 
font-size:10px;font-weight:bold;font-family:verdana;text-decoration:underline;color:#000000;}

/* the following 3 rules are for a featuredservices_nav indented submenu
in case you decide to add later. See free template called "a bit modern".
  ***/
.featuredservices_nav ul ul li {line-height: 10px;	border-bottom: none}
.featuredservices_nav ul ul li a:link,  .featuredservices_nav ul ul li a:visited {
color:#cccccc; text-indent:10px;}
.featuredservices_nav ul ul li a:hover, .featuredservices_nav ul ul li a:active {}



/****  Headlines Vertical  ****/
.headlines_container {display:block;margin:0 auto; margin-top:10px; padding: 0; width:96%; text-align:left;}

/***  Headlines LIST STYLES  ***/
.headlines_nav {display:block;clear:both;margin:0 auto; margin-top:0px; padding:0; 
 width:98%; text-align:center;text-indent:0px;}

.headlines_nav ul {
display:block;clear:both;margin:0; padding:0; text-align:left;text-indent:0px;}

.headlines_nav ul li {display:block; width:100%; margin:0; padding:0;
list-style: none; border-bottom: 0px solid #7f7f7f; text-indent:14px;
background: url("media/button_yellow.gif") no-repeat left 5px;}

/****  featuredservices_nav LINK STYLES  ****/
.headlines_nav ul li a:link, .headlines_nav ul li a:visited {
display:block; width:100%;padding: 4px 0px;font-size:10px;font-weight:bold;
font-family:verdana;text-decoration:none; color:#000000;}

.headlines_nav ul li a:hover, .headlines_nav ul li a:active {
display:block; width:100%;padding: 4px 0px;font-size:10px;
font-weight:bold;font-family:verdana;text-decoration:underline;color:#000000;}

/* the following 3 rules are for submenus in case you decide 
to add later. See oswd template called "a bit modern".  ***/
.headlines_nav ul ul li {line-height: 10px;	border-bottom: none}
.headlines_nav ul ul li a:link,  .headlines_nav ul ul li a:visited {
color:#cccccc; text-indent:10px;}
.headlines_nav ul ul li a:hover, .headlines_nav ul ul li a:active, {}



/****  "basemenu" (footer-top) styles   ****/
.footer_top .basemenu {display:block; margin:0 auto;  padding:0; width:auto; text-align:center;}
.footer_top ul.basemenu {display:block; margin:0; padding:0; padding-bottom:2px; list-style: none inside; text-align: center;}
.footer_top ul.basemenu li {margin:0; padding:0; display:inline; width:25%;}
/****  "basemenu" menu link styles   ****/
.footer_top ul.basemenu li a:link, .footer_top ul.basemenu li a:visited {
color:#990000;text-decoration:none; border-bottom:1px dashed #336699;}
.footer_top ul.basemenu li a:hover, .footer_top ul.basemenu li a:active  {
color:#336699;background-color: #eaeaea;border-bottom:1px dashed #990000;}


/****  footer_bottom styles   ****/
.footer_bottom {padding-bottom:2px;}
.footer_bottom a:link, .footer_bottom a:visited {color:#990000;text-decoration:none; border-bottom:1px dashed #000000;}
.footer_bottom a:hover, .footer_bottom a:active  {color:#000000;background-color: #eaeaea;border-bottom:1px dashed #990000;}













/****  "center_content"  ****/
.center_content {}
/****  "center_content" link styles   ****/
.center_content a:link, .center_content a:visited {color:#990000;text-decoration:none; border-bottom:1px dashed #336699;}
.center_content a:hover, .center_content a:active  {color:#336699;background-color: #eaeaea;border-bottom:1px dashed #990000;}





/************  BODY AND HEAD  **********/

h1 {
	margin:0; 
	padding:0;
	padding-top:32px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	width:100%;
filter:dropshadow(color=#C2BBAF, offx=1, offy=1, positive=true);
}

h2 {
	margin:0; 
	padding:0;
	padding-top:5px;
	font-size: 1.35em;
	font-weight: bold;
	color: #000000;
width:100%;
filter:dropshadow(color=#C2BBAF, offx=1, offy=1, positive=true);
}

h3 {
	margin:0; 
	padding:0;
	background: transparent url("media/bevbar2_25.jpg") repeat-x 50% 50%;
	border-bottom: 1px inset #000000;
	border-top: 1px inset #000000;
	border-right: 20px groove #c2bbaf; 
/*** IE filter wouldn't work here, for some reason, 
     tried several different things, but no dice.  
	 If you figure it out, please let me know ****/
	filter:dropshadow(color=#C2BBAF, offx=2, offy=2, positive=true);
	font-size: 1.25em;
	font-weight:bold;
	text-indent:1px;
	color: #000000;  
text-align:left;
}

h4 {
	margin:0; 
	padding:0;
	font-size:1em;
	font-weight:bold;
	color: #000000;
}


.img {margin-right:5px}
/*************  end  *******************/


		
.art_box1  {
 	DISPLAY: block; 
	margin:0 auto; 
	margin-top:5px;
	padding:2px;

	width:85%;
	height:64px;
	background:#000000;
	BORDER: #B59A6F 1px inset;
	text-align:center;
	color:#eaeaea;
}

.art_box2  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:85%;
	height:57px;
	background:#005177;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#000000;
	}
	
.art_box3  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:85%;
	height:50px;
	background:#669966;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#000000;
}

.art_box4  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:85%;
	height:43px;
	background:#C1B698;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#000000;
}

.art_box5  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:85%;
	height:36px;
	background:#653232;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#000000;
}
	
.art_box6  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:80%;
	height:29px;
	background:#fdeccc;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#ffffff;
}

.art_box7  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:80%;
	height:22px;
	background:#C92E2C;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#ffffff;
}

.art_box8  {
 	DISPLAY: block; 
	margin:0 auto; 
	padding:2px;
	width:75%;
	height:15px;
	background:#ffcc33;
	BORDER: #B59A6F 1px inset;
	text-align:center;
    color:#000000;
}

