



/* Reset defaults manually, becuase browsers' are oft kaput  ;)  */

body, div, h1, h2, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote {

    margin: 0px;
padding: 0px;

    border: 0px;

}


/* Set bg color, banner image for top */

body {

    background: #231f20;

    text-align: center;
}




/* font stuff */

p, div, li,  h1, h2, h3, h4, td, input, select, textarea {

    font-family: verdana, lucida, arial, helvetica, sans-serif;

    font-size: 13px;

    color: #000;

    line-height: 16px;
}



/* margin fix */

p, h1, h2, h3, h4, ul {

	margin-bottom: 15px;
}



/* Links Links Links! */

a img, :link img, :visited img {

    border: none
}

a:link, a:visited {

    color: #3399cc;
}
    
a:hover, a:active {

    color: #192da3; 
    background-color: #ffda6c;
}

 

 
/* Create a clear class for my Divs  */
div.clear {

    clear: both;

    overflow: hidden;

    height: 1px;
}



/* ----------------------------------- */

/* Wrapper (shell)       */

/* ----------------------------------- */

#wrapper {

	width: 781px;

	margin: 0 auto;

	text-align: left;

	background-color: #231f20;
}

#main {

background-color: #231f20;
padding-top: 4em;

}

/* ----------------------------------- */

/* Top - Main Banner      */

/* ----------------------------------- */

#top {

	background: transparent url(images/zmw.gif) 0 0 no-repeat;

	height: 172px;

}

#topabout {

	background: transparent url(images/zmwabout.gif) 0 0 no-repeat;

	height: 172px;
}

#topservices {

	background: transparent url(images/zmwservices.gif) 0 0 no-repeat;

	height: 172px;

}

#topstore {

	background: transparent url(images/zmwstore.gif) 0 0 no-repeat;

	height: 172px;

}

#topphotos {

	background: transparent url(images/zmwphotos.gif) 0 0 no-repeat;

	height: 172px;

}

#topblog {

	background: transparent url(images/zmwblog.gif) 0 0 no-repeat;

	height: 172px;

}

#topcontact {

	background: transparent url(images/zmwcontact.gif) 0 0 no-repeat;

	height: 172px;

}

/* comment out the following a span if I want to make clickable logo */

#top a span {

		display: none;
    }
#topabout a span {

		display: none;
    }
#topservices a span {

		display: none;
    }
#topstore a span {

		display: none;
    }
#topphotos a span {

		display: none;
    }
#topblog a span {

		display: none;
    }
#topcontact a span {

		display: none;
    }
   




div#header {
 background-color: #a8a8a8;
 background-image: url(images/desert.jpg);
 height: 400px;
 margin: 0;
border: 1px solid #f09328;
}


/* ----------------------------------- */

/* Menu and Navigation     /*

/* ----------------------------------- */

div#navigation {
 background-color: #141414;
/* 1F1C0D */
 height: 70px;
 opacity: .8;
 margin-top: 0px;
}
ul#menu {
 margin: 0;
 padding: 0;
}

ul#menu ul, ul#menu li {
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

ul#menu a {
border: 0;
 border-right: 1px solid #a8a8a8;
 border-bottom: 1px solid #f09328;
 border-top: 1px solid #f09328;
 color: #FFF;
 float: left;
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 85%;
 font-weight: bold;
 height: 45px;
 line-height: 14px;
 opacity: 1.0;
 padding: 25px 0 0 0;
 text-align: center;
 text-decoration: none;
 width: 129px;
 position:relative;
}


ul#menu a:hover {
 background-color: #cdcdcd;
color: blue;
}

ul#menu a.end {
 border-right: 1px solid #f09328;
}

ul#menu a.start {
 border-left: 1px solid #f09328;
}

ul#menu a.current {

background-color: #cdcdcd;
color: red;
border-bottom: 1px solid #f09328;
}

ul#menu a.current:hover {


}









	

/* ----------------------------------- */

/* Spacer - kind of a quick hack I guess, but an effective layout technique... */

/* ----------------------------------- */


#spacer {

	background: #231f20;

	height: 30px;
}



/

/* ----------------------------------- */

/* Main - serving as a spacer    */

/* ----------------------------------- */

#main {

	margin-top: 1em;
background: #231f20;
}

   


/* ----------------------------------- */

/* Columns - yikes this gets complicated with lists, etc.  */

/* ----------------------------------- */


/* Define three similar columns  */

#more-info {

float: left;
width: 650;
padding-left:70px;
padding-bottom: 1em;  
background-color: #231f20;

}



#inside p, #more-info h2, p, #news h2, p {

color: white;

padding-top: 0em;
margin-left: 20px;
margin-right: 7px;
}

#more-info h2 {

padding-left: 25px;
padding-bottom: 15px;
}









/* ----------------------------------- */
/* MORE-INFO COLUMN    */
/* ----------------------------------- */




/* More-Info Border DIV - Again, had to use a div to get that nice dotted border */

#more-infoborder {

	margin-top: 15px;
margin-left: -70px;

	min-height: 5em;



}




#footer {

position: relative;
padding-top: 600px;
}

#footer h3 {

font-size: .7em;
margin-left: 20px;
margin-top: -10px;
}

#footer p {

}




#contact 



fieldset { margin:0;padding:0;border:0;}

		label{ width:250px; display:block; color:white;}
		.txt_input{width:250px; display:block;}
		textarea{height:80px; width:250px;}
		input{display:block;}
		.req{color: red;font-size:90%;}
		#form_errors{color:#f00; display:none;}
		#form_thanks{color:#000; display:none;}
		{ padding-top: 1em;}
		{padding-bottom: 2em;}
		
		
#space {
min-height: 3em
}


#address {

       float: right;
       width: 250px;
       margin-left: 35px;
       border-left: 3px dotted red;
}
#address a, a:link {
color: red;
}
a:hover {
background: white;
}
#address2 {

       padding-left: 35px;
}



#services ul, li {
color: white;

}
