/* Start of CMSMS style sheet 'highnoon' */
body {background:#000;color:#FAF5DF;
font-size:12px;
     /* Trebuchet MS,arial;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:0;padding:0}

img{border:0}
input{width:140px}
input.paypal{width:70px}
input.qty{width:15px}
h1,h2,h3,p,form{margin:0;padding:10px 0}
b,strong,h1,h2,h3{color:#A47219;font-weight:700}
a{color:#A47219;cursor:pointer;font-weight:700;outline:none;text-decoration:none}
a:hover {text-decoration:underline;}
#container{background:url(images/content.png) repeat-y;margin:0 auto;position:relative;width:798px}
#header{background:url(images/highnoon.png) no-repeat;height:188px;}

#menu { margin:0; position:absolute; top:105px; padding:0px 0 0 190px;text-align:center}

/* 
   this method, using list-style, doesn't work well in IE6 or IE7 (list-style and floats don't play nice)
   #header ul#menu li { margin:7px 15px; float:left; height:18px; display:block;}
   #header #menu li.none { list-style:none}
   #header ul#menu li a { display:list-item; list-style-image: url(images/star.png); list-style-type:circle; }
   #header ul#menu li.none a {display:block}
*/

/* 
  this method uses a background image for the * and works better in IE 
*/
#header ul#menu li { margin:7px 0px; float:left; height:18px; display:block;  list-style:none;
	background:url(images/star.png) no-repeat 0 3px;}
#header #menu li.none { background:none;}
#header ul#menu li a { margin:0px 10px 0px 20px; } /* gives space for the star */


#content{}
#middle-home{margin:0 auto;width:400px}
#middle{margin:0px 0 0 60px;width:500px} /*top margin was 20px */
/* #left{float:left;width:150px;margin-left:25px}*/
#left{float:left;width:150px;padding-left:25px}
#media a{color:#fff}
#media img{float:left;margin-top:-2px;padding-right:10px}
#right{float:right;width:150px;padding-right:25px}
#footer{background:url(images/footer.png) no-repeat;clear:both;height:27px}
#tinymce{color:#000}
.boxl{float:left;padding-top:30px;width:150px}
.boxr{float:right;width:150px}
.clear{clear:both}
.submit,.check{width:auto}
.center{display:block;margin:0 auto;padding:10px 0}


/* End of 'highnoon' */

