/*
Theme Name: Patina
Theme URI: http://patinaproducts.com
Author: Patina Products
Author URI: http://patinaproducts.com
Version: 1.0
Description: Patina Products

*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	/*color: #666;*/
	background: #f8f5e0; 
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#outer-wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:0;
	/*background: #eee;*/ 
}
#wrap {
	clear:both;
	background:#FFFFFF;
	width:100%;
	margin: 0 auto;
    padding:20px 0 40px; 
}
/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	width:950px;
	/*border:1px solid #dddddd;
	background: url(images/container-bg.png) top left repeat-y;*/
}

#container-top {
	width:970px;
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	/*background: url(images/container-top-bot.png) top left no-repeat;
	height:15px;*/
}

#container-bottom {
	margin: 0px auto; 
	padding: 0;
	width:970px;
	/*background: url(images/container-top-bot.png) bottom left no-repeat;
	height:15px;*/
}
#product-intro {
	height:180px;
	border:1px solid #ddd3ac;
	padding:10px;
	padding-right:420px;
}
.sculptures {
	background:url(images/banners/sculptures.jpg) no-repeat;
}
.rainchains {
	background:url(images/banners/rainchains.jpg) no-repeat;
}
.bells {
	background:url(images/banners/bells.jpg) no-repeat;
}
.crosses {
	background:url(images/banners/crosses.jpg) no-repeat;
}
.silhouettes {
	background:url(images/banners/silhouettes.jpg) no-repeat;
}
.crustaceans {
	background:url(images/banners/crustaceans.jpg) no-repeat;
}
.fish {
	background:url(images/banners/fish.jpg) no-repeat;
}
/*.zero {
	margin:0;
	padding:0;
	border:none;
}

*/
/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active { 
	color: #000; 
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 0 20px 5px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
li {
	margin:5px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	color: #666;
	margin: 0 35px 15px; 
	padding: 15px 15px 1px;
	background:#eee;
	/* border:1px solid #ddd; */
}
img { 
	border: 0 none; 
	background: none; 
}
p {
	padding: 0;
	margin: 10px 0 0; 
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
    display: block;
    clear:both;
}
table {
	border-collapse:collapse;
	/*margin-bottom:15px;
	margin-top:15px;*/
	width:100%;
	background-color: #FFFFFF;
}
tr, td, th {
	margin:auto; 
}
td, th {
	vertical-align: middle;
}
th {
	padding:5px;
	font-weight:bold;
	text-align:left;
	border: 1px solid #ddd3ac;
	background:#F8F5E0;
}
td {
	padding:10px;
	text-align:center; 
	border: 1px solid #ddd3ac;
}
tm {
	margin:auto;
	padding:3px;
	vertical-align:top;
}
tp {
	text-align:left; 
	padding: 5px;
}
.product {
	margin-top:20px;
}
.product td, .product th {
	vertical-align:bottom;
}
.entry ul {
	list-style-type:none;
	margin: 5px 0 0 10px;
	padding:0;
}
.entry ul li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.entry ul li ul li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.headings {
	background-color:#F8F5E0;
	color:#333333;
	vertical-align: middle;
	text-transform:uppercase;
	padding:5px;
}
.headings td {
	vertical-align: middle;
	padding:5px;
}
.document {
	width:55%;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
}
.title {
	text-align:left;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { 
	font-family: cambria, georgia, times, 'times new roman', serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#333;
}
h8 {
	font-family: cambria;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.0em;
    color:#333;
}
h1 { 
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4,h5,h6,h7 {
	font-size: 18px;
}
h8 {
	font-size: 20px;
}

.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
}
.entry p { /* This style used within the post content itself */
}
.entry h3 { /* This style used within the post content itself */
	margin:20px 0 10px;
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 5px;
}
.entry h1,.entry h2, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}

h3 a, h3 a:link, h3 a:visited {
	color:#333;
}
h3 a:hover, h3 a:active {
}
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:10px;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
}
#comments h3, #respond h3 { /* This style used as title in the comments section */
	margin-bottom:0;
}
#home-welcome .left .widget h4 { /* This style used in the Home page welcome message title */
	font-size:24px;
	margin:0 0 10px;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}

#home-bottom .widget h4 {
	font-size:20px;
	margin:0 0 5px;
}
.sitemap h2 {
	margin: 0 0 5px;
	font-size: 18px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.alignright, img.alignleft, img.aligncenter {
	background:#fff;
	 /* padding:5px; */
	/* border:1px solid #ddd; */
}

/*********************************************
	Header Styles
*********************************************/

#header-wrap {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:url(images/bg.png) top left repeat-x;
	border-bottom:1px solid #884400;
}

#header {
	width: 970px;
	clear: both;
	height: 85px;
	margin: 0 auto;
	padding: 0;
   /* background:url(images/bg.png) top left repeat-x;
	border-bottom:1px solid #333;*/
}
#header #title {
	width: 200px; 
	height: 60px;
	float: left;
	margin:10px 0 0;
    background:url(images/Patina_logo.png) no-repeat; 
}
#header #title a {
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	float: left;
	display: block;
	/*width: 550px; 
	height:60px;*/
	width: 250px; 
	height:40px;
	margin: 0px; 
	padding: 0px;
	text-indent: -9999px;
}
#header ul {
	width:600px; 
	list-style:none; 
	font-size:13px; 
	color:#000000; 
	clear:right; 
	float:right; 
	text-align:right; 
	margin:10px 0 0;
	padding:0 10px;
}
#header ul li {
	display:inline; 
	margin-left:15px;
	line-height:35px;
}
#header ul li a {
	font-weight:bold;
	color:#000000;
}
#header ul img {
	float:right;
}
.phone {
	font-size:16px;
	font-weight:bold;
}
/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:180px;
	height:50px;
	float: right;
	margin:0;
	padding:0;
	background: url(images/searchbg.gif) top right no-repeat;
}
#searchform {
	width:180px;
	float:right;
	padding:0;
	margin:0;
}
#searchform #searchfield {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color:#aaa;
	float:left;
  	padding:8px 0 0 9px;
	width:141px;
	height:22px;
	margin: 10px 0 0 0;
	border:0;
	background:transparent;
}
#searchform #submitbutton {
	margin: 10px 0 0;
	float:right;
	font-size:8pt;
	width:26px;
	height:30px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/

#menu-wrap {
	clear: both;
	width: 100%; 
	margin: 0 auto; 
	padding: 0 0 5px;
	height:35px;
	background: #b96537;
    border-bottom:1px solid #884400;
    /*border-bottom:1px solid #666666;*/
}

#menu-wrap .limit {
	clear: both;
	width: 970px; 
	margin: 0 auto; padding: 0;
}
#menu {
	width: 970px; 
	margin: 0; padding: 0;
	/*height:50px;*/
	line-height:40px;
	float:left;
}
#menu ul {
	font-size:14px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#menu li {
	margin: 0;
	padding:0;
	float: left;
	font-weight:bold;
       text-transform:uppercase;
}
#menu li li {
	padding:0;
	margin: 0;
	/*height:30px;
	font-weight:normal;
	line-height:30px;*/
	line-height:normal;
	font-size:12px;
	border:1px solid #884400;
	border-top:0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#menu li a:hover, #menu li a:active {
	color:#000;
    
}
#menu li.current_page_item,
#menu li.current_page_ancestor {
	/* background: url(images/navbg-on-right.png) top right no-repeat; 
	padding-right:15px;*/
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	/* background: url(images/navbg-on-left.png) top left no-repeat;
	padding: 0px 0px 0px 10px;*/
    color:#000;

}
#menu li li.current_page_item,
#menu li li.current_page_ancestor {
	padding-right:0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color:#000000;
	/*background:transparent;*/

}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	/*color: #333333;*/
	text-decoration: none;
	display: block;
	padding: 10px;

}
#menu li li a:hover, #menu li li a:active {
	color:#000;

}
#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited,
#menu li li.current_page_ancestor a,
#menu li li.current_page_ancestor a:link,
#menu li li.current_page_ancestor a:visited {
	background:#555;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color:#000000;
	/*padding: 0px 10px;
	background:transparent;*/
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited,
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	/*padding: 0px 10px;*/
	width:178px;
	color:#FFFFFF;
	background:#B96537;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active {
	background:#FFFFFF;
	color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -30px 0 0 198px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	width:auto;
}

/*********************************************
	Image Rotator Styles
*********************************************
#top-image { 
	width:360px;
	height:240px;
	margin: 0 auto;
	padding:20px;
	background: url(images/home-top-right.gif) top left no-repeat;
}
#top-image #rotator {
	width:360px;
	height:240px;
	padding: 0;
	margin:0 auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0; 
	padding: 0;
	width: 620px;
}
#content-full { 
	display: block;
	padding: 0;
	margin: 0;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 560px;
}
#content-product { 
	padding: 0;
	margin: 0 0 30px;
	border-bottom:1px dotted #DDDDDD;
}
.post {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom:1px dotted #ddd;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px; 
	padding: 0;
}
#float-left .sidebar {
	float: left;
}
.sidebar .widget-wrap {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
}
.sidebar .widget {
	padding: 10px;
	clear: both;
	margin: 30px 0 0;
	border:1px solid #DDD3AC; 
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px; 
	padding: 0px;
}
.sidebar ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar ul ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
}
.sidebar li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sidebar li li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 1px;
	border:1px solid #ddd;
	vertical-align:top;
	width:75px;
	height:75px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px; 
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer-top {
	width:100%;
	background: #555;
    clear:both;
	border-bottom:1px solid #666;
	text-align: center;
	margin: 0 auto;
	padding:0;
}

#footer {
	width:100%;
    font-size:11px;
	clear: both;
	display: block;
	color: #884400;
	text-align: center;
	margin: 0px auto;
	padding:10px 0 0;
	height:75px;
	background:#FFF url(images/bg-bot.png) top left repeat-x; 
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited, #footer-top a {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}
#footer-top ul {
	width:100%;
	padding:5px 0;
	margin:0 auto;
}
#footer-top ul li {
	display:inline;
	text-decoration:none;
	margin:0 15px;
}
/*********************************************
	New Home Page
*********************************************/
/*#home-banner {
/*	background: url(images/home-banner.jpg) top left no-repeat; *
	height:180px; 
	overflow:hidden; 
	text-align:right; 
	padding:20px 30px;
	border:1px solid #999;
}
#home-banner h1 {
	/*letter-spacing:normal;*
	text-align:right;
	color:#eeeeee;
}*/
img.home {
	border:1px solid #555555;
	margin:5px 0 10px;
}
.third {
	width:300px; 
	margin-right:25px; 
	float:left;
}
.lastThird {
	width:300px; 
	float:left;
}

/*********************************************
	New Product Page
*********************************************/
#half {
	background: url(images/half-bkgr.gif) top left repeat-y;
	padding:0;
}
.topic {
	/*padding:10px;*/
}
.topic .bottom {
	background:url(images/half-bottom.gif) no-repeat;
	height:10px;
	clear:both;
}
.topic h4, .left h4, .right h4 {
	background:#F8F5E0;
	line-height:40px;
	padding:0 15px;
	margin:0;
}
.topic a, .left a, .right a {
	color:#884400;
	font-weight:bold;	
}
.left {
	float:left;
	border:1px solid #ddd3ac;
	border-bottom:none;
	width:460px;
}
.right {
	float:right;
	border:1px solid #ddd3ac;
	border-bottom:none;
	width:460px;
}
.left p, .right p {
	margin:10px 15px;
}
.left ul, .right ul {
	padding:0 15px 15px 30px;
	border-top:1px solid #ddd3ac;
	margin:0;
	/*list-style-type: disc;*/
}
.left ul li, .right ul li {
	margin:10px 0 0;
	font-size:100%;
}
.left table, .right table {
	margin:0;
	border:none;
}
.left table tr, .right table tr {
	border-top:1px solid #ddd3ac;
}
.left table td, .right table td {
	padding:10px 15px;
	text-align:left;
	border:none;
	background:#FFFFFF;
}
#anatomy {
	text-align: center;
}
#anatomy img {
	border:1px solid #CCC; 
	margin-top:15px;
}
#anatomy p, h1, h2, h3, h4, h5, h6 {
	text-align:left;
}
/*#anatomy h4 {
	background:#eeeeee;
	line-height:40px;
	padding:0 15px;
	border-bottom:1px solid #CCCCCC;
	margin:0;
}*/
.half-end {
	clear:both;
	height:15px;
	background:#FFFFFF url(images/half-end.gif) top left no-repeat;
}
/*********************************************
	Customize It Page
*********************************************/

#flash {
	border:1px solid #c0c0c0;
	background:#eeeeee;
}
/*#flash #third {
	width:280px;
	float:left;
	margin-right:20px;
}
#flash #last {
	width:280px;
	float:left;
	margin:0;
}
#flash p {
	margin:0;
}*/

/*********************************************
	Specialty Advertising Page
*********************************************/
/*#specialty-banner {
	background: transparent url(images/specialty/specialty_banner.jpg) no-repeat scroll right center;
	height:342px; 
	overflow:hidden; 
	text-align:right; 
	color:#FFFFFF; 
}

#specialty-banner h1 {
	text-align:right;
	color:#eeeeee;
}

#specialty-banner p {
	font-size: 14px;
}

#specialty-banner {
	width:900px;        
}

#specialty-banner img {
	border:1px solid #999;
	margin-bottom:10px;
}

#specialty-banner .third {
	width:280px; 
	margin-right:30px; 
	float:left;
}

#specialty-banner .lastThird {
	width:280px; 
	float:left;
}*/

div#specialtyMenu {
	background: url(images/specialty/specialty_banner.jpg) no-repeat right;
	border:1px solid #ddd3ac;
	height: 300px;
	font-size:15px;
	color: #884400;
	padding:10px 15px;
	text-align: left;
	line-height:1.5em;
}
#specialtyMenu ul {
	/*padding:0 5px;*/
}
ul#sideMenu {
	position: relative;
}
ul#sideMenu a {
	text-decoration:underline;
}
ul#sideMenu li {
	text-transform: uppercase;
	margin-bottom: 5px;
}
ul#sideMenu a:hover, ul#sideMenu a:active, ul#sideMenu a.active {
	color: #884400;
	text-decoration: none;
}
.menuTag {
	/*border:1px solid #ddd3ac;
	background:#f8f5e0;*/ 
	background:#ddd3ac; 
	padding:10px 15px; 
	margin:0 0 15px; 
	font-style:italic; 
	text-align: right; 
}

/*********************************************
	Site Map Page
*********************************************/

.sitemap {
	font-size:12px;
	line-height:1.4em;
}
.sitemap ul {
	margin:0 0 15px 0;
}
.sitemap ul ul {
	list-style-type:none;
	margin: 0;
}
.sitemap ul ul ul {
	margin-left: 15px;
}

.sitemap ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sitemap ul li ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0;
	background: transparent;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	width:30%;
	float:left;
}
.map-wide {
	width:65%;
	float:right;
}
.sitemap .post {
	margin: 0 0 15px;
	padding:0 0 15px;
	border-bottom:1px dotted #ddd;
}
.clear {
	clear:both;
}

