/* for all pages of cathykiffney.com except home page */

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}
/* to avoid page-shift */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 1px;
	font-size: 12px;
	color: #666;
}

/*main wrapper for all pages except portfolio pages*/
#wrappernew {
	width: 890px;
	margin-top: 10px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(images/newbranch-white3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	border: 1px solid #933;
}

/*wrapper for portfolio pages */
#wrapperport {
	width: 890px;
	margin-top: 10px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(images/newbranch-white3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	border: 1px solid #933;
	min-height: 558px;
	_height: 558px;
}

/*navigation for all pages */
#navigation {
	text-align: center;
	width: 99%;
	height: 32px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	display: inline;
	text-transform: uppercase;
	text-align: center;
	color: #CCCCCC;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 6px;
}
#navigation a:link, #navigation a:visited {
	padding: 6px 16px;
	_padding: 9px 16px 4px 16px;
	color: #FFF;
	background-color: #d66750;
	text-decoration: none;
	border: 1px solid #993333;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFF;
	background-color: #91c3ae;
}
#navigation .current a:link {
	background-color: #91c3ae;
}
#navigation .current a:visited {
	background-color: #91c3ae;
}
#navigation .dark a:link {
	background-color: #be0d0b;
}
#navigation .dark a:visited {
	background-color: #be0d0b;
}
#navigation .dark a:hover {
	background-color: #91c3ae;
}

/*definitions for main content area, except portfolio pages */
#content {
	width: 820px;
	float: right;
	margin-top: 118px;
}
#content h1 {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 9px;
	font-weight: bold;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
#content p {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 12px;
}
#content .tighter p{
	line-height: 13px;
	padding-left: 36px;
	
}
#content p.short {
	padding-right: 120px;
}
#content p.larger {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#content p.caption {
	font-size: 10px;
	color: #666;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 0px 6px 0px;	
}
.caption2 {
	text-transform: lowercase;
}
#content p.nobottom {
	padding-bottom: 0px;
}
#content h2 {
	font-size: 12px;
	color: #666666;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 3px;
}
#content h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px -1px 40px;
}
#content ul {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	padding-right: 24px;
	padding-left: 36px;
	text-align: left;
	list-style-type: none;
	margin: 0px;
}
#content li {
	text-indent: -12px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 12px;
}

#content a:link, #content a:visited {
	color: #be0d0b;
	text-decoration: none;	
}
#content a:hover {
	color: #669999;
	text-decoration: underline;	
}
#content form {
	padding-top: 8px;
}
#content .box {
	text-align: center;
	border: 1px solid #91c3ae;
	width: 244px;
	margin-bottom: 14px;
	padding-top: 12px;
	padding-bottom: 8px;
	
}
#content .box p {
	font: 11px/15px Arial;
	padding: 0px 12px 12px 12px;
}



/*for right side of content, usually images */
#contentright {
	float: right;
	width: 360px;
	text-align: center;
	margin-right: 36px;
	margin-left: 12px;
}

/*for left-justified content */
#contentright p.left {
	text-align: left;
}
#contentright p.leftpad {
	text-align: left;
	padding-left: 60px;
}
#contentright h1.left {
	text-align: left;
}
#contentright-wider {
	float: right;
	width: 400px;
	text-align: center;
	margin-right: 26px;
}
#contentright-map {
	float: right;
	width: 430px;
	margin-left: 16px;
	text-align: center;
	margin-right: 12px;
}

/*for home page */
#contentright-home {
	float: right;
	width: 430px;
	text-align: center;
	margin-right: 38px;
	_margin-right: 24px;
}
/*for home page for a vertical image */
#contentright-home2 {
	float: right;
	width: 440px;
	text-align: center;
	margin-right: 38px;
	_margin-right: 24px;
	margin-top: -84px;
}



.imgright {
	float: right;
	margin-left: 16px;
	margin-right: 48px;
}

#tag {
	width: 790px;
	clear: both;
	height: 34px;
	text-align: center;
	color: #FFFFFF;
}
#tag p {
	text-align: center;
	color: #b2b6a8;
	font: 12px/14px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	padding-top: 16px;
}


/* for new portfolio system 9-07 */



/*left side thumbnail styles */

#leftport2 {
	float: left;
	width: 365px;
	margin-top: 160px;
	margin-left: 80px;
}
#leftport2 ul {
	list-style: none;
	float: left;
	margin-left: 40px;
	_margin-left: 20px;
	margin-top: 40px;
	width: 135px;
}
#leftport2 li {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 9px;
	letter-spacing: 1px;
	width: 135px;
}
#leftport2 a:link, #leftport2 a:visited {
	color: #999999;
	text-decoration: none;
	display: block;
}
#leftport2 a:hover {
	color: #be0d0b;
}
#leftport2 .current a:link, #leftport2 .current a:visited {
	color: #be0d0b;
	border-bottom: 1px solid #be0d0b;
	width: 135px;
}
#thumbnails {
	width: 180px;
	float: right;
}
#thumbnails img {
	padding: 4px;
}
#thumbnails a.thumbnail {
	cursor: pointer;
}
#portfolio_image {
	float: right;
	width: 410px;
	margin-top: 84px;
	margin-right: 10px;
	_margin-right: 6px;
	text-align: center;
	min-height: 450px;
	_height: 450px;
}
#portfolio_image img {
	margin-top: 6px;
}
#portfolio_image p.portfolio_label {
	padding-top: 6px;
	color: #666;
	font: bold 10px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#portfolio_image p.portfolio_label2 {
	color: #666;
	font: 10px/12px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	margin-bottom: 12px;
}
#portcontent {
	float: right;
	margin-right: 36px;
	_margin-right: 22px;
	margin-top: 170px;
	text-align: left;
	width: 380px;
	font-size: 10px;
	line-height: 14px;
}
#portcontent p {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	padding-right: 36px;
	padding-left: 0px;
	padding-bottom: 12px;
}
#portcontent a:link, #portcontent a:visited {
	color: #be0d0b;
	text-decoration: none;	
}
#portcontent a:hover {
	color: #669999;
	text-decoration: underline;	
}


/* for online catalog showroom */
#catalog {
	width: 660px;
	margin-left: 30px;
	margin-top: 6px;
	_margin-top: 24px;
}
#catalog h1 {
	font-size: 11px;
	text-transform: uppercase;
	color: #336666;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 16px;
	font-weight: bold;
	padding-bottom: -6px;
}
#catalog p {
	padding: 0px 8px 8px 12px;
}
#catalog p.center {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
}
#catalog h4 {
	font-size: 13px;
	color: #be0d0b;
	letter-spacing: 1px;	
}
#catalog .info {
	width: 190px;
	line-height: 15px;
	border-bottom: 1px solid #be0d0b;
	padding: 12px 15px 8px 16px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
} 
#catalog .pic {
	padding: 4px;
	text-align: center;
	border-left: 1px solid #be0d0b;
	border-bottom: solid 1px #be0d0b;
	width: 430px;
} 
#catalog .pic img {
	border: none;
	padding-right: 3px;
}
#catalog .pic a {
	border: none;
}
	
#wholesaleinfo {
	border: 1px solid #be0d0b;
	width: 600px;
	color: #333;
	margin-top: 14px;
	margin-left: 28px;
}
#wholesaleinfo td {
	padding: 8px 4px 4px;
}
#wholesaleinfo td.label {
	width: 145px;
	text-align: right;
}

#contactinfo {
	width: 520px;
	color: #333;
	font-size: 11px;
	margin-top: 0px;
	border: 1px solid #be0d0b;
	margin-left: 42px;
}
#contactinfo td {
	padding: 8px 4px 4px;
}
#contactinfo td.label {
	width: 110px;
	text-align: right;
}


.imgborder {
	padding: 4px 4px 8px;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #99CC66;
	border: 1px solid #999966;
	font-size: 10px;
	margin-bottom: 8px;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.list {
	margin-left: 30px;
}
#footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: 10px;
	line-height: 16px;
	color: #999999;
	padding-top: 4px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

.indent {
	margin-left: 20px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91c3ae;
}
.small {
	font-size: 9px;
	text-align: center;
}
.redlinebot {
	border-bottom: solid 1px #be0d0b;
}
.bigger {
	font-size: 14px;
	line-height: 16px;
}
/*for google map */
.map {
	border: 1px solid #ccc;
}

/*for mail stuff, from Devin*/
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
