* {margin:0; padding:0; border:none;}


body {
  
  text-align:center;  
  background:url(images/header2_bkg_800.jpg) no-repeat center top; 
}

/* font styles */

body 			{ font-family: Verdana, Geneva, Arial, helvetica, sans-serif; color:#666666; }

h2 				{color:#C0494D; /*pink*/ font-weight:100; margin:5px 0 0 0; font-size:27px; letter-spacing:4px; }
h3 				{color:#C0494D; /*pink*/ font-weight:100; margin:5px 0 0 0; font-size:22px;}
h4, h6 		{color:#457D83; /*blue*/ font-weight:100; margin:5px 0 0 0;}

h5
{
    color: #457D83; /*blue*/
    font-weight: bold;
    margin: 15px 0px 15px;
}


p 				{font-size:12px; line-height:17px; margin:7px 0;}

span.blue 		{color:#457D83; /*blue*/ font-weight:bold;}
div.center 		{text-align:center; width:100%; font-size: 12px;}

/*layout */

div#wrapper 	{text-align:left; margin:0 auto; width:1000px;} 
div#header 		{ height:225px; }
div#main 		{margin-top:17px;}

div#main div 	{float:left; margin:.25%; }

html>/**/ body div#main div  {margin:.75%;}

div.half 		{width:48%;}
div.one_third 	{width:32%;  }
div.two_thirds 	{width:65%; }
div.one_quarter {width:22%;}
div.clear 		{display:block; clear:both;}


/* header */

div#header h1 {
        
        height:175px;        
        text-indent:-9999px; 
    /*    margin-left:10px;        
        margin-top:37px;
       background:url(images/logo.gif) no-repeat 0 0; */}
    



p a, p a.visited {	color: #C0494D;}

div#header p {text-indent: -9999px;}

/* Nav bar */

div#nav {text-align:center;  height:65px;
		background:url(images/nav_bkg.gif) no-repeat top center;
		
 }

div #nav ul { margin-left:150px; }

div #nav ul li { width:140px; display:block; float:left;
			padding:13px 0 15px 0;
			border-left:1px solid #ffffff; margin-top:6px;
}
div #nav ul li.last {border-right:1px solid #ffffff;}

div #nav ul li a {color:#ffffff; text-decoration:none;}

div #nav ul li:hover {background:url(images/nav_bkg_over.gif) 0 0  no-repeat;
}
div #nav ul li:hover a { color:#6E4B37; }



/* Lists */
div#main ul {margin:7px;}
div#main ul li {list-style:url(images/li.gif); list-style-position:inside; margin:5px 0; font-size:12px;
    }
    
div#main ul li a, div#main ul li a.visited 
{
 text-decoration: none;
 color:#666666;
}

div#main ul li:hover a { color: #C0494D; }

/* misc */
img.shop_img {border:7px solid #6E4B37; display:block; margin:0 auto; margin-top:17px;}

hr
{
    height: 1px;
    background-color: #dc686b;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#footer
{
    border-top: #dc686b thin solid;
    margin-top: 20px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6E4B37;
}

div#footer a, div#footer a.visited
{
    color: #457D83;   
}

