* {margin:0; padding:0;}

body, html {

		margin:0;
		padding:0;
		color:#000;
		font-family: georgia;
		line-height:120%;
		font-size:92%;

	}

	body {

		min-width:770px;
		background-image:url(images/bg.jpg);
		background-repeat:repeat-x;

	}

  .floatright {float:right; margin-left:15px;}
	.floatleft {float:left; margin-right:15px;}
	
	.clear {clear:both;}
	
	
	/*-------clear fix-------*/
  .box {
    background: #ccc;
    border: 1px solid;
  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
	/*-------end clear fix-------*/

	#wrap {

		margin:0 auto;
		width:770px;

	}
	
	h2, h3 {margin:15px 0;}
	
	p {margin:12px 0;}
	
  h2 {font-size:25px; font-style:italic; margin:20px 2px 30px 0; color:#524370; border-bottom:1px solid #B5A6D2; padding-bottom:3px;}
  h3 {margin:0; background:#BDCDAD; padding:9px 5px; color:#485E3A; font-size:18px; font-style:italic; border-right:1px solid #fff;}
  a h3  {text-decoration:none; color:#485E3A;}
  h3.plain {background:transparent; padding:15px 0 0 0;}
  table {border-collapse:collapse; width:100%; margin-bottom:20px; border-right:1px solid #fff;}
  table th, table td {padding:5px; text-align:left; color:#485E3A;}
  table td {border-bottom:1px solid #DCE1CF; color:#806CA8;}
  table th {background:#DCE1CF;}


  fieldset {padding:10px; border:1px solid #E2DDEB; margin:30px 0;}
  legend {font-weight:bold; color:#485E3A;}


	#nav {

		padding:30px 0 0 0;
		border-top:7px solid #66538C;

	}
	
	#nav h1 {text-indent:-999999px; background:url(images/logo.jpg) no-repeat; width:777px; height:115px; margin:23px 0 29px 0;}





	
  #navlist li {display:inline; padding:15px;}

	#main {

		background-repeat:no-repeat;
		float:left;
		width:521px;
		padding:0;
		margin:0 0 20px 0;
		position:relative;
		top:-18px;

	}


	#sidebar {

		float:right;
		width:249px;
		padding:15px 0 100px 0;
		margin:2px 0 20px 0;
		background:#CAE2A9 url(images/sidebar_bottom.jpg) no-repeat center bottom;
		position:relative;
		top:-20px;

	}
	
	#sidebar h3 {
    background:transparent;
    margin:0 10px 15px 25px;
    padding:5px 0 0 0;
    border:none;
	}
	
	#sidebar img {border:2px solid #66538C;}
	
	#sidebar ul li {border-top:1px dotted #fff; margin:0; list-style-type:none;}
	
	#sidebar ul {border-bottom:1px dotted #fff; margin:0;}
	
	#sidebar ul li a {display:block; padding:13px 13px 13px 38px; background:url(images/sidebar_arrow.jpg) 8px 13px no-repeat; color:#485E3A;}
	#sidebar ul li a:hover {background:#F0F2EC url(images/sidebar_arrow_hover.jpg) 8px 13px no-repeat; color:#485E3A;}

        

	#footer {
		clear:both;
		background:#66538C;
		color:#fff;
		padding:10px;
	}

	#footer p {

		margin:0;
		text-align:center;

    }
   
  dl {margin-top:25px;} 
  dt {font-weight:bold; float:left; clear:left; width:140px;}
  dd span {margin-left:140px;}
  dd {padding-bottom:10px;}
  
  
  .departmentbox {padding:10px; border:1px solid #E2DDEB; background:#F1EFF5; margin:15px 2px 0 0; width:200px; height:190px; float:left; text-align:center; margin-right:38px;}
  .departmentbox h3 {background:transparent; border:none; display:block; height:35px; padding-top:3px;}
  .departmentbox img {border:none;}
  
  .newproductbox {padding:10px; border:1px solid #E2DDEB; background:#F1EFF5; margin:15px 2px 0 0;}
  .newproductbox h3 {background:transparent; border:none;}
  
  .backtotop {display:block; margin-bottom:40px;}
  
  
/*navigation*/



/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#mainnav {position:relative; z-index:1; margin:25px 0 0 0; top:-20px;}



/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin:0 auto; list-style-type: none; display:table;}
#pmenu ul {padding:0; margin:0; list-style-type: none; display:block;}

/* Hide the sub levels */
#pmenu li ul {display:none;}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {display:block;  width:120px; font-size:13px; color:#000; line-height:34px; text-decoration:none; text-indent:5px; border-bottom:1px solid #fff; text-align:left;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {width:200px;}


/* Set up the list items */
#pmenu li {float:left; background:#fff;}
#pmenu li.tc {display:table-cell;}

#pmenu li ul li {background:#DEE7C9;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#CCC0ED; color:#fff;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:26px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#CCC0ED; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#fff; color:#000;}

/* Set up the pointers for the sub level indication */
#pmenu li.drop {background:#fff;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}



/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}
