/*
--------------------------------------------------------
Frank Art Painting. CSS Stylesheet
Author: Christopher Jack    http://plusinteresting.com
Version:  06 June 2007
------------------------------------------------------- */


/*-------------->>> Global Styles <<<---------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background: #fff;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, p, form, fieldset, legend, input, img {
	margin:0;
	padding:0;
}
p { text-align: left; }
img, fieldset { border:0; }
legend {
	height: 0;
	font-size: 0;
}
label { cursor: pointer; }
select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
cite { font:normal 85% verdana; }
em { font-style:italic; }
table { width: 95%; }
table, tr, td {
	margin:0;
	padding:0;
	border:0;
	border-collapse: collapse;
	vertical-align: top;
}
h1, h2, h3, h4, h5 {
	text-transform:uppercase;
	font-weight: normal;
}
a, a:link, a:visited {
	text-decoration: none;
	color:#900;
}
a:hover {
	color: #039;
	background: #f1ffd0;
	border-bottom: 1px dotted #900;
}
a:active { color: #039; }
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0.3em 2.5em;
	padding: 0px;
}
ol li { list-style: decimal; }
blockquote {
	background: transparent url(../imgs/open_quote.gif) no-repeat 0 2px;
	margin: 0 0 1em 0;
}
blockquote p {
	text-indent: 22px;
	font-size: 11px;
	padding: 0.5em 0;
	text-align: left;
}
blockquote cite { font-style: italic; }
blockquote > p:first-child {
	text-indent: 22px;
	font-size: 11px;
	margin-bottom: 0.7em;
	color: #4e3114;
	text-align: left;
}
.lastword {
	padding: 0 22px 0 0;
	background: transparent url(../imgs/close_quote.gif) no-repeat right top;
	color: #4e3114;
}


/*----------------->>> main structure <<<--------------------*/
#mainholder {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background: #fcfaf5 url(../imgs/bg_holder.gif) repeat-x 0 124px;
}
#header {
	position: relative;
	background: url(../imgs/bg_header.gif) repeat left top;
	top: 0px;
	margin: 0;
	padding: 15px 0 0 0;
}
#holder {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	left: 0px;
	padding-top: 2em;
	padding-bottom: 3em;
}
#left {
	width: 200px;
	margin-right: 21px;
	background: url(../imgs/bg_left.gif) no-repeat right top;
	padding-top: 1.5em;
	padding-bottom: 2em;
	float: left;
	position: relative;
	top: -2em;
	left: 0;
}
#rightcx {
	max-width: 72%; /* for FF */
	float: left;
	margin: 0;
	padding: 1em 1.2em;
	border: 1px solid #e5dfd3;
	background: #fff url(../imgs/bg_rightcx.gif) repeat-x 1px 1px;
}
#rightcx4admin {
	max-width: 70%; /* for FF */
	float: left;
	margin: 0;
	padding: 1em 1.2em;
	border: 1px solid #e5dfd3;
	background: #fff url(../imgs/bg_rightcx.gif) repeat-x 1px 1px;
}
#footer {
	position: relative;
	background: url(../imgs/bg_footer.gif) repeat-x left top;
	padding: 3.5em 0 1em 0;
	clear: both;
}


/*--------------------->>> Header <<<------------------------ */
#logo {
	height: 55px;
	background: transparent;
	margin: 0 0 15px 0;
	position: relative;
}
#nav {
	height: 39px;
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../imgs/bg_nav.gif) repeat-x left top;
}
#nav li {
	float: left;
	margin: 0;
}
#nav li a {
	height: 24px;
	display: block;
	position: absolute;
	top: 8px;
}
#nav li a.home {
	background:url(../imgs/bg_home_nav.gif) no-repeat 0 center;
	width: 57px;
	left: 18px;
	z-index: 4;
}
#nav li a.aboutUs {
	background: url(../imgs/bg_aboutUs_bg.gif) no-repeat 0 center;
	width: 77px;
	left: 77px;
	z-index: 5;
}
#nav li a.orderProgram {
	background: url(../imgs/bg_orderProgram_nav.gif) no-repeat 0 center;
	width: 110px;
	left: 156px;
	z-index: 6;
}
#nav li a.payment {
	background: url(../imgs/bg_payment_nav.gif) no-repeat 0 center;
	width: 74px;
	left: 267px;
	z-index: 7;
}
#nav li a.shipping {
	background: url(../imgs/bg_shipping_nav.gif) no-repeat 0 center;
	width: 75px;
	left: 344px;
	z-index: 8;
}
#nav li a.feedback {
	background: url(../imgs/bg_feedback_nav.gif) no-repeat 0 center;
	width: 81px;
	left: 420px;
	z-index: 9;
}
#nav li a.faq {
	background: url(../imgs/bg_faq_nav.gif) no-repeat 0 center;
	width: 57px;
	left: 501px;
	z-index: 10;
}
#nav li a:hover.home { background:url(../imgs/bg_home_nav.gif) no-repeat -57px center; }
#nav li a:hover.aboutUs { background: url(../imgs/bg_aboutUs_bg.gif) no-repeat -77px center; }
#nav li a:hover.orderProgram { background: url(../imgs/bg_orderProgram_nav.gif) no-repeat -110px center; }
#nav li a:hover.feedback { background:url(../imgs/bg_feedback_nav.gif) no-repeat -81px center; }
#nav li a:hover.payment { background:url(../imgs/bg_payment_nav.gif) no-repeat -74px center; }
#nav li a:hover.shipping { background:url(../imgs/bg_shipping_nav.gif) no-repeat -76px center; }
#nav li a:hover.faq { background:url(../imgs/bg_faq_nav.gif) no-repeat -57px center; }
#nav li a.homeActive { background:url(../imgs/bg_home_nav.gif) no-repeat -57px center; }
#nav li a.aboutUsActive { background: url(../imgs/bg_aboutUs_bg.gif) no-repeat -77px center; }
#nav li a.orderProgramActive { background: url(../imgs/bg_orderProgram_nav.gif) no-repeat -110px center; }
#nav li a.feedbackActive { background:url(../imgs/bg_price_nav.gif) no-repeat -57px center; }
#nav li a.paymentActive { background:url(../imgs/bg_payment_nav.gif) no-repeat -76px center; }
#nav li a.shippingActive { background:url(../imgs/bg_shipping_nav.gif) no-repeat -76px center; }
#nav li a.faqActive { background:url(../imgs/bg_faq_nav.gif) no-repeat -57px center; }
#loginBar {
	width: 362px;
	position: absolute;
	top: 60px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.sub_nav {
	line-height: 120%;
	text-align: right;
	padding: 2px 0.5em;
	color: #fffbee;
}
.sub_nav a, .sub_nav a:link, .sub_nav a:visited {
	text-decoration: none;
	color: #fffcee;
}
.sub_nav a:hover { color: #039; }
.loginBox {
	height: 58px;
	background: url(../imgs/bg_loginBar.gif) repeat-x center center;
}
.loginBox .form {
	padding: 1.3em 0 0 0.8em;
	margin: 0;
}
input.textBox {
	border: 2px solid #bf9b84;
	width: 76px;
	height: 14px;
	padding: 1px 2px;
	margin: 0 0.3em 0 0.2em;
	font-size: 11px;
	color: #900;
}
input.btn {
	width: 50px;
	height: 24px;
	top: 2px;
	position: relative;
	background: url(../imgs/btn_login.gif) no-repeat center center;
	border: 0px;
}


/*------------------->>> Holder <<<---------------------- */

/*---------->> left <<------------*/
#left .netnav {
	width: 175px;
	margin: 1em auto;
	padding: 0;
}
.netnav * { font-size:1em; }
.netnav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 1.5em;
	border-bottom: 1px solid #666;
	line-height: 150%;
	background: url(../imgs/bg_h4_items_left.gif) no-repeat 1px center;
}
.netnav ul, .netnav li {
	margin:0;
	padding:0;
	list-style: none;
}
.netnav li { display: inline; }
.netnav ul li a {
	text-decoration:none;
	display:block;
	margin:0;
	padding: 5px 0px;
	color:#900;
	padding-left: 18px;
	border-bottom:1px solid #ccc;
}
.netnav ul ul li a {
	padding-left: 18px;
	color: #666;
	padding: 5px 0 3px 0;
}
.netnav ul li a:hover { background: #fffcee url(../imgs/bg_li_items.gif) no-repeat 6px 50%; }
.netnav a.selected {
	background-color:#ececec;
	background: #fffcee url(../imgs/bg_li_items.gif) no-repeat 6px 50%;
}
#search label { text-transform:uppercase; }

/*-------->> menu nav states <<----------*/
.hideSwitch { display: none; }
.showSwitch { display: block; }
.rollup {
	padding-left:18px !important;
	background:#fff url(../imgs/bg_li_items.gif) no-repeat 6px center;
}
.rolldown {
	padding-left:18px !important;
	background:#f6f6f6 url(../imgs/bg_li_items_open.gif) no-repeat 6px center;
}
.showtopic { padding-left:25px !important; }

/*------------>> rightcx <<-------------*/
#rightcx h4 {
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	height: 19px;
	text-indent: 1em;
	display: block;
	padding-top: 6px;
}
#rightcx h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #900;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0.5em;
	text-transform: none;
	display: block;
}
#rightcx .content {
	margin-top: 1px;
	padding: 0.5em;
	border-top: 1px solid #e6e7e4;
	border-bottom: 1px solid #e6e7e4;
}
#rightcx p { text-align:justify; }
#rightcx .content img {
	float: right;
	margin: -33px 0.5em 0 0.2em;
}
#rightcx p.more {
	text-align: right;
	background: #EDE8D6;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	line-height: 150%;
}
#middle {
	width: 450px;
	float: left;
	background: transparent;
	margin-right: 1em;
}
#gallery {
	margin-bottom: 1em;
	background-color: #F8F7F3;
	padding: 0.5em;
	padding-bottom: 1.5em;
	height: 290px;
	border: 2px solid #F7F2F0;
	min-height: 305px; /* for FF */
}
#gallery h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #87431C;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0.5em;
}
#rightcx #gallery a {
	display: block;
	background-color: #F5F0DC;
	border: 1px solid #C0B8A9;
	border-color: #CDC1AF;
	margin-left: 1em;
}
#rightcx #gallery a:hover {
	border: 1px solid red;
	border-color: #B58162;
	background-color: #EDE0CD;
}
#rightcx #gallery img {
	display: block;
	background-color: #c60;
	padding: 2px;
	border: 1px solid #900;
	margin-left: 0.5em;
	width: 160px;
	height: 120px;
}
#rightcx #gallery a img {
	display: block;
	background-color: #c60;
	margin-left: 0.5em;
}
#rightcx #gallery a:hover img { background-color: #fff; }
#gallery form.selCategory {
	margin: 0.5em 0;
	height: 25px;
}
label.selCategory {
	font-weight: bold;
	color: #6B6B6B;
}

/*------->> image thumb styles of Show photos page <<----------*/
#rightcx table img {
	display: block;
	padding: 2px;
	margin-left: 0.5em;
	width: 200px;
	max-width: 220px; /* for FF */
	background-color: #E3D5B9;
}
#rightcx table a:hover {
}

/*------->> photo gallery <<----------*/
#hdMediaPhotoTour {
	position: relative;
	display: block;
	width: 435px;
}
#hdMainPhoto {
	position: relative;
	top: 20px;
	left: 20px;
	width: 224px;
	height: 224px;
}
#hdPhotoTourText {
	position: relative;
	top: 22px;
	left: 19px;
	float: left;
	display: inline;
	width: 225px;
}
#hdPhotoTourRight {
	width: 100%;
	margin: 0;
}
#hdMediaDirections {
	position: relative;
	display: inline;
	left: 0px;
}
#hdPhotoTourRight ol {
	margin: 0 2.5em;
	padding: 0px;
}
#hdMediaDirections p {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}
#hdMediaCategoryGroup {
	float: left;
	display: inline;
	width: 335px;
	top: 0.5em;
	left: 6px;
	margin: 0.5em 0 1em 1em;
}
#hdMediaCategoryLabel {
	float: left;
	font-weight: bold;
	padding-top: 2px;
	font-size: 11px;
}
#hdMediaCategoryDropDown { float: right; }
#hdPhotoTourThumbNailRowOne {
	height: 80px;
	width: 312px;
	float: left;
	margin: 0 0 1em 3em;
}
#hdPhotoTourThumbNailRowOne a img { margin-right: 20px; }
#hdPhotoTourThumbNailRowTwo {
	float: left;
	height: 80px;
	width: 312px;
	margin: 0 0 1em 3em;
}
#hdPhotoTourThumbNailRowTwo a img { margin-right: 20px; }
#hdMediaPrevNextButtonGroup {
	float: right;
	margin-right: 20px;
	font-size: 10px;
}
#hdPhotoTourThumbnailText {
	position: relative;
	width: 300px;
	top: 2.5em;
	float: left;
	left: 3em;
}
.hdPhotoDropdown { font-size: 10px; }
.hdMainContent {
	font-size: 9px;
	font-family: Verdana;
}
#hdMediaModule {
	background-color: #DEEBE1;
	border-left: 1px solid #A1D1AD;
	border-right: 1px solid #A1D1AD;
}
#hdMediaModuleBorder {
	border-top: 1px solid #A1D1AD;
	margin: 0px;
	padding: 0px;
	width: 574px;
}
#hdMainPhoto { background-color: #B7D3C2; }
#hdMediaTourCredit, #alt { color: #000; }
#hdMediaDirections p, #hdMediaCategoryLabel { color: #08562D; }
#hdMediaPrevNextButtonGroup, #hdMediaPrevNextButtonGroup a:link, #hdMediaPrevNextButtonGroup a:active, #hdMediaPrevNextButtonGroup a:visited { color: #08562D; }
.hdPhotoDropdown {
	color: #666;
	background-color: #fffcee;
	border: 2px solid #bf9b84;
	font-size: 11px;
}

/* --------->> about us <<--------- */
#aboutUs {
	margin-bottom: 1em;
	background-color: #FCFBF8;
}
#aboutUs .bg_title { background: url(../imgs/bg_h4_aboutUs.gif) no-repeat left bottom; }

/* --------->> Right <<------------ */
#right {
	width: 245px;
	float: left;
	background: transparent;
}
#whyCU {
	margin-bottom: 1em;
	background-color: #FBFDF6;
}
#whyCU .bg_title { background: url(../imgs/bg_h4_whyCU.gif) no-repeat left bottom; }
#whyCU h5 {
	font-size: 10px;
	color: #c33;
}
#testimons {
	margin-bottom: 1em;
	background-color: #FDFCF4;
}
#testimons .bg_title { background: url(../imgs/bg_h4_testim.gif) no-repeat left bottom; }

/*-------------------->>> Footer <<<-----------------------*/
#footer p {
	color: #333;
	line-height: 150%;
	font-size: 12px;
	text-align: center;
}

/*--------------------->>> Tools <<<-------------------------- */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}