/*----------Reset----------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0; padding: 0; margin: 0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

/*----------General----------*/

body {
	font:11px Verdana;
	background: url(/images/bodybg.png) repeat-x;
}

#wrapper{
	margin: 0 auto;
	width:960px;
	}

h3, h4{
	color: #FFF;
	font-size: 16px;
	margin-bottom: 5px;
}	
	
h3{
	font-size: 19px;
	font-weight: bold;
}

h4#quote{
	color:#000;
}

p{
	font-size: 12px;
}

.clearance {
	clear:both;
}

.warn {
	border:1px solid #f66;
	background:url(/images/required.gif) left center
}

.message {
	border: 1px solid #ccc;
	background: #FEFF8F;
	padding:10px;
	margin-bottom:20px;
}
#content img {

}
#content img.left {
	margin-left: 0;
	margin-right: 7px;
}
#content img.right {
	margin-left: 7px;
	margin-right: 0;
}


/*----------Top Level Menu----------*/

	#toplevelmenu {
		float:left;
		width:750px;
		font-size: 10px;
		line-height:normal;
		font-weight: bold;
      }

	#toplevelmenu li {
		display:inline;
      }
	#toplevelmenu a {
		float:left;
		background:url("/images/tableft.gif") no-repeat left bottom;
		padding:0 0 0 2px;
		text-decoration:none;
      }
	#toplevelmenu a span {
		float:left;
		display:block;
		background:url("/images/tabright.gif") no-repeat right bottom;
		padding:5px 10px 4px 6px;
		color:#FFF;
      }

	#toplevelmenu a span {float:none;}

	#toplevelmenu a:hover span {
		color:#FFF;
      }
	#toplevelmenu a:hover {
		background-position:0% -63px;
      }

	#toplevelmenu a:hover span {
		background-position:100% -63px;
      }
	  
	#toplevelmenu a:active span {
		background-position:100% -21px;
      }

	  #toplevelmenu a:active {
		background-position:0% -21px;
      }

/*----------Current Page Menu----------*/

#toplevelmenu .current a		{background-position:0% -21px;}
#toplevelmenu .current a span 	{background-position:100% -21px;}


/*----------Large Main Col----------*/

#col{
	width: 765px;
	float: right;
}

/*----------Head----------*/

#head{
	height: 140px;
	background: url(/images/headbg.png) no-repeat;
}

#head h1{
	margin-left: -9999px;
}
	
#head h4{
	font-weight: normal;
	font-size: 20px;
	margin: 20px 0 0 20px;
	text-align: center;
	width: 450px;
}

/*----------News Bar----------*/

#newsbar{
	height: 150px;
	}

#newsbar a{
	color: #FFF;
	text-decoration: underline;
}

#newsbar a:hover{
	color: #333;
}

#newsbar #callout{
	float: left;
	width: 460px;
	margin-top: 10px;
}

#newsbar p{
	color: #FFF;
	text-align: justify;
}

#newsbar h3, #newsdate{
	display: inline;
}

#newsdate{
	font-size: 10px;
	margin-left: 4px;
}

/*----------Shop Bar----------*/

#shopbar{
	height: 150px;
	}

#shopbar a{
	color: #FFF;
	text-decoration: underline;
}
	
#shopbar a:hover{
	color: #333;
}

#shopbar #quickcart{
	float: left;
	width: 460px;
	margin-top: 10px;
}

#shopbar p{
	color: #FFF;
	text-align: justify;
}

#shopbar h3, #carttotal{
	display: inline;
}

#carttotal{
	font-size: 10px;
	margin-left: 4px;
}

/*----------News & Shop Bar----------*/

#contact{
	float: right;
	width: 270px;
	margin-top: 10px;
	padding: 23px 0 30px 15px;
	border-left: 1px dashed #333;
}

#contact #tel{
	letter-spacing: 0.31em;
	padding-bottom: 7px;
}

#contact #fax{
	letter-spacing: 0.3em;
	padding-bottom: 7px;
}

#contact #email{
	letter-spacing: 0.115em;
}

#js{
	background:red;
}

/*----------Content----------*/

#content, #content p{
	word-spacing: 2px;
	text-align: justify;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 16px;
	font-size: 14px;
	padding-bottom: 10px;
}

#content a{
	color: #00826C;
	text-decoration: underline;
}

#content a:hover{
	color: #333;
	text-decoration: underline;
}

#content h1{
	color: #00826C;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 10px;
	line-height: 28px;
}

#content h2{
	color: #00826C;
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 10px;
	line-height: 25px;
}

#content h2 a{
	color:#666;
	text-decoration:none;
}

#content h3{
	color: #00826C;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 22px;
}

#content h4{
	color: #00826C;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 20px;
}

#content h5{
	color: #00826C;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 18px;
}

#content h6{
	color: #00826C;
	font-weight: bold;
	padding-bottom: 10px;
}

#content pre{
	color: #666;
	padding-bottom: 10px;
}

#content ol{
	list-style: decimal;
	padding: 10px 0 10px 25px;
}

#content ul{
	list-style: disc;
	padding: 10px 0 10px 20px;
}

#content ul li{
	padding: 0 0 2px 5px;
}

#content li{
	padding-bottom: 2px;
}

/*----------Footer----------*/

#foot{
	text-align: right;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*----------Sub Col----------*/

#subcol{
	width: 190px;
	float: left;
	margin: 0;
	background: url(/images/nonemenubg.png) no-repeat bottom;
}

#submenu{
	background: url(/images/subcolbg.png) no-repeat;
	padding: 150px 20px 10px 30px;
	min-height:125px;
	_height: 125px; /* IE6 */
	
}

#nonemenuitems{
	padding: 10px 20px 100px 30px;
}


#submenu ul{
	width:136px;
}
#submenu li,
#nonemenuitems li{
	padding-left: 35px;
	padding-bottom: 5px;
	min-height:23px;
	_height:23px; /* why oh why do you make me do these things? why? */
	}

#subcol .one	{ background: url(/images/bulletone.png) 0% 50% no-repeat; 		} 
#subcol .two	{ background: url(/images/bullettwo.png) 0% 50% no-repeat; 		} 
#subcol .three	{ background: url(/images/bulletthree.png) 0% 50% no-repeat; 	} 
#subcol .four	{ background: url(/images/bulletfour.png) 0% 50% no-repeat; 	} 
#subcol .five	{ background: url(/images/bulletfive.png) 0% 50% no-repeat; 	} 
#subcol .six	{ background: url(/images/bulletsix.png) 0% 50% no-repeat;		} 
#subcol .container { padding-top:10px;}

#submenu li a,
#nonemenuitems li a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#submenu li a:hover,
#nonemenuitems li a:hover{
	color: #AAA;
	text-decoration: underline;
	font-size: 12px;
}
#submenu li span,
#nonemenuitems li span{
	height:23px;
}

/*----------Sub Col Form----------*/

#subcol input {
width: 135px;
margin-bottom: 10px;
border: 1px solid #000;
}

#subcol .submit{
	width:137px;
	background: #636363;
	background: url(/images/submitbg.png) repeat-x;
}

#subcol .submit:active{

	background: #636363;
	background: url(/images/submitbg.png) repeat-x -10px -10px;
}

/*---------- Galleries ----------*/


ul#galleries{
	margin:0;padding:0;
}

#galleries li{

	list-style-type:none;
}

#galleries li img{

	float:right;
	margin-left:20px;
	margin-top:40px;
}

#gallery img{
	float:left;
	margin-right:35px;
	margin-bottom:35px;
}

/*super-specific override for demargining end of row items*/
html body #wrapper #col #content .rowend{
	margin-right:0;
}

/*---------- News ----------*/

#content p.newsitem {
	width:365px;
	float:left;
	margin-right:35px;
	margin-bottom:10px;
	text-align:left;
}

#content p.newsitem.two {
	margin-right:0;
}

#content p.newsitem a {
	text-decoration:none;
}

#content p.newsitem a.title {
	font-weight:bold!important;
	display:block;
	font-size:16px;
	margin-bottom:0;
}

/* ------------- datePicker CSS button ------------- */

a.dp-choose-date {
	float: left;
	clear:none;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* ------------- datePicker CSS ------------- */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #00826C;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #00BF9C;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
