#nav							{width:960px; list-style:none; margin:0px; padding:0px; float:left; margin-top:0px; margin-left:2px; overflow:hidden;}
#nav li							{float:left; width:106px; height:46px; margin:0px; padding:0px; text-align:center;}
#nav li	 a						{background:url(/templates/Drumart_1_col/images/navbtn.gif); height:46px; margin:0px; padding:0px; display:block; font-size:12px; font-weight:bold; color:#e6decf; text-decoration:none; line-height:45px;}
#nav li	 a:active				{background:url(/templates/Drumart_1_col/images/navbtn.gif); color:#e6decf; text-decoration:none;}
#nav li	 a:visited				{background:url(/templates/Drumart_1_col/images/navbtn.gif); color:#e6decf; text-decoration:none;}
#nav li	 a:hover				{background:url(/templates/Drumart_1_col/images/navbtn.gif); background-position:-106px; width:106px; height:46px; margin:0px; padding:0px; display:block;}
#nav li.active a				{background:url(/templates/Drumart_1_col/images/navbtn.gif); background-position:-106px; width:106px; height:46px; margin:0px; padding:0px; display:block;}

#nav li.left a					{background:url(/templates/Drumart_1_col/images/nav-left.gif);}
#nav li.left a:hover			{background:url(/templates/Drumart_1_col/images/nav-left.gif); background-position:-106px;}

#nav li.right a					{background:url(/templates/Drumart_1_col/images/nav-right.gif);}
#nav li.right a:hover			{background:url(/templates/Drumart_1_col/images/nav-right.gif); background-position:-106px;}

#sub							{width:328px; float:right; list-style:none; margin:0px; padding:0px; margin-left:50px; overflow:hidden;}
#sub li							{float:left; margin:0px; padding:0px; text-align:center; font-size:12px; font-weight:bold; height:42px;}
.sub-1 a						{width:110px; background:url(/templates/Drumart_1_col/images/sub-1.gif); color:#451c11; text-decoration:none; line-height:35px; display:block; height:42px;}
.sub-2 a						{width:108px; background:url(/templates/Drumart_1_col/images/sub-2.gif); color:#451c11; text-decoration:none; line-height:35px; display:block; height:42px;}
.sub-3 a						{width:110px; background:url(/templates/Drumart_1_col/images/sub-3.gif); color:#451c11; text-decoration:none; line-height:35px; display:block; height:42px;}
.sub-1 a:hover					{background-position:-110px; color:#451c11; text-decoration:none;}
.sub-2 a:hover					{background-position:-108px; color:#451c11; text-decoration:none;}
.sub-3 a:hover					{background-position:-110px; color:#451c11; text-decoration:none;}



/********** FOOTER **********/

#footer					{background:#000; padding:30px; border-top: 1px solid #43251b;}
#footer_holder				{overflow:hidden; width:960px; margin:0 auto;}
.footer_left				{float:left; width:300px; color:#966f41; font-size:12px; overflow:hidden; margin-bottom:20px;}
.footer_right				{float:right; width:600px; color:#966f41; text-align:right; font-size:12px; overflow:hidden; margin-bottom:20px;}
.footer_right a				{color:#927f6d; margin-left:10px; text-decoration:none;}
.footer_right a:active			{color:#927f6d; margin-left:10px; text-decoration:none;}
.footer_right a:visited			{color:#927f6d; margin-left:10px; text-decoration:none;}
.footer_right a:hover			{color:#966f41; margin-left:10px; text-decoration:none;}
.footer_left a				{color:#927f6d; text-decoration:none;}
.footer_left a:active			{color:#927f6d; text-decoration:none;}
.footer_left a:visited			{color:#927f6d; text-decoration:none;}
.footer_left a:hover			{color:#966f41; text-decoration:none;}


.raisedBlurb {
    position: relative;
    top: -200px;
    left: 30px;
    margin: 0 auto;
    color: #000000;
    padding: 10px;
    text-align: left;
    background-color: #f3f0eb;
    border: 1px solid #18443b;
    z-index: 8;
    width: 400px;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 4px 4px 6px #666; 
    -moz-box-shadow: 4px 4px 6px #666; 
    box-shadow: 4px 4px 6px #666; 
}

div.close {
    position: absolute;
	top: 0;
	right: 0;
}

.blurb {
    position: relative;
    top:10px;
    left:30px;
    float:left;
    z-index: 10;
}

.blurbTop {
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: 9;
}

.roundBlurb {
    color: #19443b;
    font-size:12pt;
    padding: 15px;
    text-align: left;
    background-color: #b4c7c1;
    background-color: #fff9e0;
    border: 1px solid #18443b;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* Finger pointer over image */

.htimage {
	cursor: pointer;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #e0d0b2;
	border: 1px solid #930;
	padding: 10px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #930;
}

.tool-text {
	font-size: 100%;
	margin: 0;
	padding-left: 12px;
}
