/* Start of CMSMS style sheet 'Album (for default, ImageGallery, and Thickbox templates)' */
/*
This template is needed if you use the default, ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:auto;
	margin:0 0.5em 0.5em 0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}

.thumb img,.thumb a img,.thumb a:link img
{
/* Set link formatting*/
	/* width:100px; */
/* Thumb width*/ 
	height:72px;
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:101;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6px;
}

#TB_window
{
	position:absolute;
	background:#fff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
}

#TB_window img
{
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#TB_caption
{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
	margin-right:100px;
}

#TB_closeWindow
{
	height:25px;
	float:right;
	padding:10px 12px 5px 10px;
}

#TB_closeWindow a,#TB_closeWindow a:link,#TB_closeWindow a:visited
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:hover
{
	background:red;
	color:white;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:active
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#TB_closeAjaxWindow
{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent
{
	padding:2px 15px 15px;
	overflow:auto;
}

#TB_load
{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:101;
}

#TB_loadContent
{
	margin-left:-125px;
	position:absolute;
	top:-50px;
	left:50%;
	width:250px;
	height:100px;
	visibility:visible;
}

/* End of 'Album (for default, ImageGallery, and Thickbox templates)' */

/* Start of CMSMS style sheet 'desmond main navigation' */
/* CSS Document */

/* set the size of the unordered list <ul> and add the background image */ /*these are to comment out the comments, so they don't get read by the browser, if you don't need the comments you can delete it.*/
#navigation {
clear:both;
}

#imap {
  display:block;
  width:800px;
  height:29px;
  background: url(./uploads/images/menu.gif) no-repeat; /* main image*/
  position:relative;
  }

  /* set up the unordered list <ul><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:800px;
  height:0px;
  padding-top:0px;
  verflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent 400px 400px;
  cursor:default;
  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:29px;
  he\ight:0;
  }
  /* the <ul><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  /* place the <li>s in the correct absolute position */
#imap li{
  position:absolute;
  padding:0;
  margin:0;
  }

/*  DRESSERS  */
#imap #pic52 {/* this is the first id= */
  left:1px; /* because this is a horizontal menu we are going to move the blocks to the left, the next one is 'left' as many 'px' as the width of the image, plus the '1px'. just keep adding the last one on for the next one, even if they are not the same size. if this was a vertical menu we would be using the " top:0px " to move them from the top down */
  top:0px;
  z-index:20;
  }

/*  CUTTERS  */
#imap #pic72{
  left:65px;
  top:0px;
  z-index:20;
  }

/*  HUNTINGTON  */
#imap #pic81 {
  left:115px;
  top:0px;
  z-index:20;
  }

/*  DIAMOND  */
#imap #pic85 {
  left:186px;
  top:0px;
  z-index:20;
  }

/*  DRESSERS FOR PRECISION GRINDERS  */
#imap #pic109 {
  left:245px;
  top:0px;
  z-index:20;
  }

/*  PORTABLE DRESSER GRINDER  */
#imap #pic98 {
  left:433px;
  top:0px;
  z-index:20;
  }

/*  COATED ABRASIVE DRESSER  */
#imap #pic104 {
  left:584px;
  top:0px;
  z-index:20;
  }

/*  SWIRL OFF  */
#imap #pic110 {
  left:734px;
  top:0px;
  z-index:20;
  }

  /* style the <li><a> links physical size and the background image for the hover */

/*  DRESSERS  */
#imap a#a52 {  /* this is the second id= */
  display:block;  /*this is so the link is as big as the box it's in and the size of the image.*/
  width:64px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  CUTTERS  */
#imap a#a72 {
  display:block;
  width:49px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  HUNTINGTON  */
#imap a#a81 {
  display:block;
  width:70px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  DIAMOND  */
#imap a#a85 {
  display:block;
  width:58px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }
  
/*  PORTABLE GRINDER DRESSER  */
#imap a#a98 {
  display:block;
  width:150px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }
  
/*  COATED ABRASIVE DRESSER  */
#imap a#a104 {
  display:block;
  width:149px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  DRESSERS FOR PRECISION GRINDING  */
#imap a#a109 {
  display:block;
  width:187px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  SWIRL OFF  */
#imap a#a110 {
  display:block;
  width:66px;
  height:29px;
  text-decoration:none;
  z-index:20;
  }

/*  DRESSERS  */
#imap a#a52:hover {background: transparent url(./uploads/images/menu.gif) 0px -29px no-repeat ;}

/*  CUTTERS  */
#imap a#a72:hover {background: transparent url(./uploads/images/menu.gif) -64px -29px no-repeat;}

/*  HUNTINGTON  */
#imap a#a81:hover {background: transparent url(./uploads/images/menu.gif) -114px -29px no-repeat;}

/*  DIAMOND  */
#imap a#a85:hover {background: transparent url(./uploads/images/menu.gif) -185px -29px no-repeat;}

/*  DRESSERS FOR PRECISION GRINDING  */
#imap a#a109:hover {background: transparent url(./uploads/images/menu.gif) -244px -29px no-repeat;}

/*  PORTABLE GRINDER DRESSER  */
#imap a#a98:hover {background: transparent url(./uploads/images/menu.gif) -432px -29px no-repeat;}

/*  COATED ABRASIVE DRESSER  */
#imap a#a104:hover {background: transparent url(./uploads/images/menu.gif) -583px -29px no-repeat;}

/*  SWIRL OFF  */
#imap a#a110:hover {background: transparent url(./uploads/images/menu.gif) -733px -29px no-repeat;}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* The wrapper clears the floating elements of the menu, not used on this menu, you can use it if you need to */

#menuwrapper {
        }

/* Set the width of the menu elements at second and third level. Leaving first level flexible. */

#imap li li {
        width: 190px;
background-image:none;
       }

/* Unless you know what you do, do not touch this */

#imap{
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
#imap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
#imap ul {
    position: absolute;
    top: auto;
    }
#imap ul ul {
    margin-top: 1px; /* this is normally 0px but for this menu we wanted the white line around the main image to show above the drop downs  */
    margin-left: -1px;
    left: 100%;
    top: 0px;
    }  

#imap li {
    margin-left: -1px;
    float: left;
    }
#imap li li {
    margin-left: 0px;
    margin-top: 1px;
    position: relative;
    }
#imap li li li {
    margin-left: 0px;
    margin-top: -1px; 
    }
#imap li li a{
    margin-left: 0px;
    margin-top: -1px;
    position: relative;
    }

/* Styling the basic apperance of the menu elements */

#imap a {
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    }
	
#imap li a {text-indent:-9000px; /* this moves the words (menutext) of the first layer, images, out of the way which you will need if you have only one layer/no drop downs */
    }

#imap li li a {
    text-indent:0px; /*this makes the second level words in the drop downs show up or else they will inherit the action of the line above*/
    background-color: #ffffff;   /* before */
    padding: 2px 5px; 
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
    color:#000;    /* color of link text */
    }

#imap li li li a {
    text-indent:0px; /*this makes the second level words in the drop downs show up or else they will inherit the action of the line above*/
    background-color: #ffffff;   /* before */
    padding: 2px 5px; 
	border:#000000 1px solid;
    color:#000;    /* color of link text */
    } 

#imap a:hover {
    display: block;
    }

#imap li li :hover{
	color: #00a3e4;   /* second and third layer drop down hover color */
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#imap ul, #imap li:hover ul, #imap li:hover ul ul,
#imap li.menuparenth ul, #imap li.menuparenth ul ul {
    display: none;
    }
	
#imap li:hover ul, #imap ul li:hover ul, #imap ul ul li:hover ul,
#imap li.menuparenth ul, #imap ul li.menuparenth ul, #imap ul ul li.menuparenth ul {
    display: block;
    }

/* IE Hacks */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#imap li li {
    float: left;
    clear: both;
    }
#imap li li a {
    height: 1%;
    }
/* End of 'desmond main navigation' */

/* Start of CMSMS style sheet '2-12-07' */
html {
height:100%;
overflow: -moz-scrollbars-vertical !important;
}

body {
	background-attachment: scroll;
	background-color: #00a3e4;
	background-image: url(./uploads/images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  height:100%; 
}

#cntnt01searchinput{
width:130px;
float:left;
clear:left;
}

#wrapper {
	width:800px;
	margin-left:50%;
	padding:0;
	position:absolute;
	top:-1px;
	left:-400px;
}

#header {
	width:800px;
	height:127px;
	background:#FFFFFF url(./uploads/images/logo-bg.png) center no-repeat;
	margin:0;
	padding:0;
	float:left;
	clear:both;
}

a {
	color: #00a3e4;
	text-decoration:none;
	text-transform:capitalize;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:0;
}

a:hover {
	color: #00a3e4;
	text-decoration:underline;
	text-transform:capitalize;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:0;
}


/* TOP NAVIGATION
------------------------------------------------*/
#top-nav {
	 height: 21px;
	 display:block;
	 list-style:none;
	 position:relative;
	 top:0px;
	 left:620px;
	 margin: 0;
	 padding: 0;
	 width: 181px;
	 background: url(./uploads/images/top-menu.gif) top left;
}
  
#top-nav li {list-style: none; margin: 0; padding: 0; position:absolute; top:0px;}
#top-nav li, #top-nav a {display: block; height: 21px;}

#home {left: 0px; width: 78px;  }
#contactus {left: 79px; width: 102px;}

#home a:hover {background: transparent url(./uploads/images/top-menu.gif) 0px -21px no-repeat;}
#contactus a:hover {background: transparent url(./uploads/images/top-menu.gif) -79px -21px no-repeat;}

/*  BEGIN CONTENT  */

#content {
	width:800px;
	background:#000000 url(./uploads/images/content-bg.gif) center top repeat-y;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}

#col1{
	width:540px;
	float:left;
height: expression('400px'); min-height: 400px;
	clear:left;
	margin: 0 0 0 15px;
	padding:0;
	background: #FFFFFF url(./uploads/images/col1-bg.jpg) left top no-repeat;
	display:inline;
}

#col1 h1{
	text-transform:capitalize;
	font-size:24px;
	font-weight: bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:none;
	padding:0;
	margin:10px 0 0 0;
	
}

#col1 h2{
	text-transform:capitalize;
	font-size:13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00a3e4;
	background-color:none;
	padding:0;
	margin:10px 0 10px; 0;
}

#col1 h3{
	text-transform:capitalize;
	font-wieght:bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	padding:0;
	margin:0 0 5px 0;
}

#col1 p{
	/*text-transform:capitalize;*/
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:10px 0 15px 0;
}


#col1 ul, #col1 ul ul, #col1 ul ul ul{
list-style:round;
float:none;
}

#col1 li, #col1 li li, #col1 li li li{
float:none;
clear:both;
list-style:round;
text-align:left;
vertical-align: text-top;
}

#col2{
	width:185px;
	float:left;
	clear:right;
	margin: 0 0 0 30px;
	display:inline;
}

#col2 h3{
	text-transform:capitalize;
	font-wieght:bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	padding:0;
	margin:0 0 5px 0;
}

#col2 h3 a {
	color: #666;
	text-decoration:none;
	text-transform:capitalize;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:0;
}

#col2 h3 a:hover {
	color: #666;
	text-decoration:underline;
	text-transform:capitalize;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:0;
}

/*  SUBPAGE CONTENT  */

#subcontent {
	width:800px;
	background:#000000 url(./uploads/images/subcontent-bg.gif) center top repeat-y;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}

#subpage{
	width:770px;
	float:left;
	clear:left;
	margin: 0 0 0 15px;
	padding:0;
	background: #FFFFFF url(./uploads/images/col1-bg2.jpg) right top no-repeat;
	display:inline;
/*height: expression('400px'); min-height: 400px;*/
}

#subpage h1{
	text-transform:capitalize;
	font-size:24px;
	font-weight: bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:none;
	padding:0;
	margin:10px 0 0 0;
	
}

#subpage h2{
	text-transform:capitalize;
	font-size:13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00a3e4;
	background-color:none;
	padding:0;
	margin:10px 0 10px; 0;
}

#subpage h3{
	text-transform:capitalize;
	font-wieght:bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	padding:0;
	margin:0 0 5px 0;
}

#subpage p{
	/*text-transform:capitalize;*/
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:10px 0 15px 0;
}


#subpage ul, #subpage ul ul, #subpage ul ul ul{
list-style:round;
float:none;
}

#subpage li, #subpage li li, #subpage li li li{
float:none;
clear:both;
list-style:round;
text-align:left;
vertical-align: text-top;
}

#subpage-search{
margin:10px 0px 0 0;
float:right;
clear:left;
}

/*  END SUPAGE CONTENT  */

/*  SWIRL OFF CONTENT  */

#swirlcontent {
	width:800px;
	background:#000000 url(./uploads/images/subcontent-bg.gif) center top repeat-y;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}

#swirlpage{
	width:770px;
	float:left;
	clear:left;
	margin: 0 0 0 15px;
	padding:0;
	background: #FFFFFF url(./uploads/images/swirl-bg.jpg) left top no-repeat;
	display:inline;
/*height: expression('400px'); min-height: 400px;*/
}

#swirlpage h1{
	display:none;	
}

#swirlpage h2{
	text-transform:capitalize;
	font-size:13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00a3e4;
	background-color:none;
	padding:0;
	margin:10px 0 10px; 0;
}

#swirlpage h3{
	text-transform:capitalize;
	font-wieght:bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	padding:0;
	margin:0 0 5px 0;
}

#swirlpage p{
	/*text-transform:capitalize;*/
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:none;
	line-height:18px;
	padding:0;
	margin:128px 0 170px 0;
}


#swirlpage ul, #swirlpage ul ul, #swirlpage ul ul ul{
list-style:round;
float:none;
}

#swirlpage li, #swirlpage li li, #swirlpage li li li{
float:none;
clear:both;
list-style:round;
text-align:left;
vertical-align: text-top;
}

#swirlpage-search{
margin:10px 0px 0 0;
float:right;
clear:left;
}

#swirlpage table.product-info th {
	padding:3px;
	border:#000000 1px solid;
	-moz-border-radius: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	background-color: #F3BE33;
	color:#ffffff;
	text-align:left;
}

/*  END SWIRL OFF CONTENT  */


#featured-product{
	background-color:#FFFFFF;
	border:#dcdcdc 1px solid;
	padding:5px;
	margin:0px;
}

#featured-product h1{
	color:#00A4E4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#featured-product p{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#footer {
	width:800px;
	height:43px;
	background:#000000 url(./uploads/images/footer-bg.gif) center bottom no-repeat;
	text-align:center;
	float:left;
	clear:both;
display:inline;
}

#footer p{
	color:#cdcdcd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 10px 0px 0px 0px;
	padding:0px;
}

.hide {
	display:none;
}

.search-form{
	margin:0px;
	padding:0px;
}

textarea {
	width: 300px;
	height: 150px;
}

table.product-info {
	border:#000000 1px solid;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 15px 0px;
	padding:0px;
	float:left;
	clear:both;
	text-align:left;
}

table.product-info th {
	padding:3px;
	border:#000000 1px solid;
	-moz-border-radius: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	background-color: #00a3e4;
	color:#ffffff;
	text-align:left;
}

table.product-info td {
	padding:3px;
	border:#000000 1px solid;
	background-color:#ffffff;
	-moz-border-radius: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	color:#000000;
	text-align:left;
}

.product-photo {
	float:left;
	clear:right;
	margin-right:15px;
	margin-bottom:15px;
	padding:0;
/*	border:#dcdcdc 1px solid;
*/}

#sitemap ul {
	color: #000;
	background-color:none;
	float:none;
}

#sitemap li {
	color: #000;
	background-color:none;
	float:none;
list-style:none;

margin:0 0 0 15px;
}

#sitemap li a{
	color: #000;
	background-color:none;
	float:none;
list-style:none;
}

#sitemap li a:hover{
	background-color:none;
	float:none;
list-style:none;
}

#sitemap li li {
	color: #000;
	background-color:none;
	float:none;
list-style:square;
margin:0 0 0 30px;
}

#sitemap li li li {
	color: #000;
	background-color:none;
	float:none;
list-style:square;
margin:0 0 0 45px;
}
/* End of '2-12-07' */

