@import "reset.css";

/* ----------------------------------------------------------------
   B A S E
---------------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	background: #cee1f5 url(/img/page_background.jpg);
	font-family: "Palatino", "Cambria", "Book Antiqua", Georgia, "Times New Roman", serif;
	line-height: 1.1em;
}

div#container {
	width: 722px;
	margin: auto;
}

#swfContent {
	z-index: 1;
}

/* ----------------------------------------------------------------
   P O P U P   S C R I P T
---------------------------------------------------------------- */

#dimmer {
	background-color: #000 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
}

#positioner {
	background-color: red !important;
	background: url(/img/loader.gif) no-repeat center center !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 155;
}

#popup_container {
	background-color: #fff;
  position: absolute;
	top: 50%;
	left: 50%;
	z-index: 160;
	overflow: auto;
}

#close_button {
	color: #fff;
  position: absolute;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	left: 0;
	z-index: 165;
	padding: .5em 1em;
	background-color: #000;
}

#close_button a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
}

/* ----------------------------------------------------------------
   H E A D E R
---------------------------------------------------------------- */

div#header {
	height: 140px;
	float: left;
	width: 100%;
	padding-top: .4em;
}

div#header a {
	background: url(/img/header.png) no-repeat center center;
	display: block;
	width: 200px;
	height: 140px;
	margin: 0 auto;
	text-indent: -9000px;
}

/* ----------------------------------------------------------------
   N A V I G A T I O N
---------------------------------------------------------------- */

ul#navigation {
	background: url(/img/navigation.png) no-repeat center center;
	height: 47px;
	border-top: 2px solid #a7aaad;
	float: left;
	width: 100%;
	z-index: 50;
}

ul#navigation li {
	float: left;
	position: relative;
	z-index: 70;
}

ul#navigation li ul {
	border: 1px solid #cdcdcd;
	border-bottom: none;
	position: absolute;
	display: none;
	z-index: 60;
	width: 160px;
	clear: both;
}

ul#navigation li a {
	display: block;
	height: 47px;
	line-height: 47px;
	padding: 0 15px;
	margin-right: 10px;
	text-indent: -9000px;
}

ul#navigation li a#menu0 {
	width: 135px;
}

ul#navigation li a#menu393 {
	width: 141px;
}

ul#navigation li a#menu394 {
	width: 105px;
}

ul#navigation li a#menu01 {
	width: 191px;
	margin: 0;
}

ul#navigation ul li {
	font-size: 14px;
	background-color: #62696f;
	float: left;
	clear: both;
	color: #fff;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
}

ul#navigation ul li a {
	display: block;
	height: auto;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	text-indent: 0;
	padding: 6px 10px;
	margin: 0;
	z-index: 49;
	float: left;
	width: 140px;
/*	background-color: red;*/
}

ul#navigation ul li a:hover {
	background-color: #cee1f5;
	color: #565a5e;
}

/* ----------------------------------------------------------------
   C O N T E N T   B L O C K
---------------------------------------------------------------- */

div#content_back {
	background: #fff url(/img/content_back.png) repeat-y center center;
	float: left;
	z-index: 4;
}

div#content_top {
	background: url(/img/content_top.png) no-repeat top center;
	float: left;
	z-index: 3;
}

div.content {
	background: url(/img/content_bottom.png) no-repeat bottom center;
	width: 662px;
	min-height: 388px;
	height: auto !important;	/* these two lines are important for IE */
	height: 388px;
	color: #444;
	padding: 23px 30px;
	float: left;
	position: relative;
	z-index: 2;
}

div#flash {
	width: 716px;
	height: 431px;
	padding: 3px;
	padding-bottom: 0;
}

/* ----------------------------------------------------------------
   F O O T E R
---------------------------------------------------------------- */

ul#footer_links {
	background: url(/img/footer_links.png) no-repeat center center;
	height: 37px;
	float: left;
	width: 100%;
}

ul#footer_links li {
	float: left;
}

ul#footer_links li a {
/*	background-color: red;*/
/*	opacity: .5;*/
	font-size: 15px;
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	margin-right: 10px;
	text-indent: -9000px;
}

ul#footer_links li a#visit_link {
	width: 100px;
	margin-left: 190px;
}

ul#footer_links li a#blog_link {
	width: 69px;
}

ul#footer_links li a#contact_link {
	width: 66px;
	margin: 0;
}

div#footer {
	border-top: 2px solid #a7aaad;
	color: #4b5055;
	float: left;
	padding-top: 10px;
	width: 100%;
	clear: both;
	text-align: center;
}

div#footer_text {
	line-height: 18px;
}

div#footer p {
	font-size: 12px;
	line-height: 20px;
	float: left;
}

div#footer p#up_to_date {
	margin-left: 4em;
}

div#footer p#connect {
	margin-right: 4em;
}

div#footer p#connect a#facebook_link, div#footer p#connect a#twitter_link {
	color: #4b5055;
	text-decoration: none;
	display: inline-block;
	padding-left: 18px;
	margin-left: 4px;
}

div#footer p#connect a#facebook_link {
	background: url(/img/facebook.png) no-repeat center left;
	padding-left: 20px;
}

div#footer p#connect a#twitter_link {
	background: url(/img/twitter.png) no-repeat center left;
}

div#footer fieldset {
	float: right;
	margin: 0 10px;
}

div#footer fieldset {
	float: left;
}

div#footer fieldset input {
	background-color: #fff;
	color: #62696f;
	border: 1px solid #62696f;
	font-size: 10px;
	padding: .3em;
	outline: none;
}

div#footer fieldset input:focus {
	border-color: #333;
}

div#footer fieldset input.submit {
	background-color: #ccc;
	font-size: 10px;
}

div#copyright {
	width: 100%;
	color: #4b5055;
	text-align: center;
	font-size: 12px;
	margin: 0;
	margin-bottom: 1em;
	clear: both;
	line-height: 37px;
}

div#copyright a {
	text-decoration: none;
	color: #4b5055;
}

div#copyright a#opt_logo {
	display: inline-block;
	background: url(/img/opt_logo.gif) no-repeat center left;
	height: 34px;
	width: 33px;
	text-indent: -9000px;
}

/* ----------------------------------------------------------------
   C A T A L O G   P A G E
---------------------------------------------------------------- */

div#catalog_page, div#product_page {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 407px;
}

div#catalog_page h3, div#print_page h3, div#product_page h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}

div#catalog {
	float: left;
	position: relative;
	min-height: 388px;
	height: auto !important;	/* these two lines are important for IE */
	height: 388px;
}

div#catalog_left {
	float: left;
	width: 324px;
	margin-bottom: 2em;
}

img.item_image {
	width: 288px;
	height: 216px;
}

div#catalog_left dl {
	margin-top: 1em;
}

dl.item_information dt {
	font-weight: bold;
}

dl.item_information dd.details {
	font-size: 11px;
	line-height: 1.1em;
	margin-top: 1em;
}

div#catalog_left ul.item_links {
	position: absolute;
	bottom: 0;
	left: 0;
}

ul.item_links li {
	font-family: "Palatino", "Cambria", "Book Antiqua", Georgia, "Times New Roman", serif;
	float: left;
}

ul.item_links li.seperator {
	padding: 0 .7em;
}

ul.item_links li a {
	color: #444;
	text-decoration: none;
}

div#catalog_right {
	float: right;
	width: 324px;
	margin-bottom: 2em;
}

div#catalog_right div#image_grid {
	min-height: 328px;
}

div#catalog_right div#image_grid img {
	width: 100px;
	height: 75px;
	border: 1px solid #b2c1cc;
	margin-right: 2px;
}

div#catalog_right ul.pagination {
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin-top: 1em;
	position: absolute;
	bottom: 0;
	right: 8px;
}

div#catalog_right ul.pagination li {
	float: left;
	padding-left: .5em;
}

div#catalog_right ul.pagination li a {
	color: #444;
	text-decoration: none;
}

div#catalog_right ul.pagination li a.active {
	border-bottom: 1px solid #999;
}

/* ----------------------------------------------------------------
   P R O D U C T   P A G E
---------------------------------------------------------------- */

div#product_page {
	text-align: center;
}

div#product_page .item_image {
	margin-top: 2.5em;
	margin-bottom: 4.5em;
}

div#product_page div.product {
/*	background-color: red;*/
	position: relative;
}

div#product_page ul.item_links {
	position: absolute;
	left: 188px;
	bottom: 0;
}

div#product_page dl.item_information dt {
	font-family: "Palatino", "Cambria", "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: .2em;
	margin-top: .25em;
}

div#product_page div#email_page div.arrow {
	left: 335px;
}

div#product_page div#concierge_page div.arrow {
	left: 415px;
}


/* ----------------------------------------------------------------
   P R I N T   I T E M
---------------------------------------------------------------- */

div#print_page {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 600px;
	height: 400px;
	color: #444;
	padding: 0 2em .5em 2em;
	margin: 0;
}

div#print_page div#header {
	background-image: none;
	border-bottom: 1px solid #999;
	height: auto;
	text-indent: 0;
	float: left;
	padding-top: 1em;
	padding-bottom: .6em;
	position: relative;
}

div#print_page div#header h1 {
	float: right;
	background: url(http://www.kwiat.com/images/kwiat_crown.gif) no-repeat center center;
	width: 94px;
	height: 52px;
	text-indent: -9000px;
}

div#print_page div#header h2 {
	font-size: 18px;
	float: left;
	color: #444;
	position: absolute;
	bottom: .5em;
	vertical-align: bottom;
}

div#print_page div#content {
	width: 100%;
	float: left;
	padding-top: 1em;
	position: relative;
	display: table;
/*	background-color: red;*/
}

div#print_page img.item_image {
	float: left;
}

div#print_page dl {
	font-size: .8em;
	float: right;
	height: 6em;
	position: absolute;
	width: 50%;
	top: 50%;
	right: 0;
	margin-top: -3em;
}

div#print_page div#footer {
	font-family: "Palatino", "Cambria", "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 12px;
	border-top: 1px solid #999;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #444;
	width: 100%;
	text-align: center;
	float: left;
/*	background-color: blue;*/
}

#print_block {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#print_block a {
	color: #444;
	text-decoration: none;
}

/* ----------------------------------------------------------------
   E M A I L   I T E M
---------------------------------------------------------------- */

div.slidedown {
	text-align: left;
	background-color: #efefef;
	float: left;
	clear: both;
	margin-top: 1em;
	border: 1px solid #ccc;
	padding: 1.5em;
	position: relative;
	width: 624px;
}

div.slidedown div.message {
	font-weight: bold;
}

div.slidedown span.error {
	color: red;
}

div.slidedown h3 {
	padding: 0;
}

div.slidedown div.left {
	float: left;
	width: 300px;
/*	border: 1px solid red;*/
}

div.slidedown div.right {
	float: right;
	width: 300px;
/*	border: 1px solid blue;*/
}

div.slidedown h2 {
	font-size: 26px;
	margin-bottom: 1em;
}

div.slidedown p {
	display: block;
	font-size: 11px;
	margin-bottom: 1em;
}

div.slidedown label {
	width: 100%;
	font-size: 10px;
	display: block;
	float: left;
	clear: both;
}

div.slidedown label.error {
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}


div.slidedown input.text, div.slidedown textarea {
	display: block;
	float: left;
	clear: both;
	width: 290px;
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: .2em;
	margin-bottom: 1em;
}

div.slidedown .disabled {
	background-color: #efefef;
}

div.slidedown input.text:focus, div.slidedown textarea:focus {
	outline: 0;
	border-color: #62696f;
}

div.slidedown textarea {
	margin-bottom: .6em;
}

div.slidedown div#mail_list {
	float: left;
	width: 230px;
}

div.slidedown div#mail_list label {
	font-size: 10px;
	margin-left: 1em;
	display: block;
	clear: none;
	float: none;
	width: auto !important;
}

div.slidedown input.checkbox {
	font-size: 12px;
	display: block;
	float: left;
}

div.slidedown input.submit {
	font-size: 10px;
	float: right;
	border: 1px solid #ccc;
	padding: .3em;
	background-color: #fff;
}

div.arrow {
	position: absolute;
	top: -10px;
	height: 10px;
	width: 19px;	
	background: url(/img/arrow.gif) no-repeat center center;
}

div#email_page div.arrow {
	left: 148px;
}

div#concierge_page div.arrow {
	left: 228px;
}


/* ----------------------------------------------------------------
   I M A G E   P O P U P
---------------------------------------------------------------- */

div.sized {
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
}

div.image_popup {
	background-color: red;
	padding: 1em;
	float: left;
}

div.image_popup h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	margin-bottom: 1em;
}

div.image_popup img {
	float: left;
}

div#catalog_popup {
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;	
}

div#catalog_popup_img_con {
	border: 2px solid #ccc;
	margin: 5px;
	padding: 10px;
}

div.popup_footer {
	padding: 0 0 5px 7px;
}

div.popup_footer a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}
/* ----------------------------------------------------------------
   A B O U T   P A G E
---------------------------------------------------------------- */

div#about_page div.background_image {
	background: url(/img/about_back.jpg) no-repeat center center;
	width: 329px;
	height: 387px;
	float: right;
}

div#about_page p {
	margin-bottom: 1em;
	line-height: 1.3em;
}


/* ----------------------------------------------------------------
   C O N T A C T   P A G E
---------------------------------------------------------------- */

div#contact_page {
	width: 716px;
	padding: 3px;
	min-height: 428px;
	height: auto !important;	/* these two lines are important for IE */
	height: 428px;
}

div#contact_page div#contact_left {
	float: left;
	width: ;
	padding: 23px 30px;
}

div#contact_page div#contact_right {
	float: right;
	padding: 23px 30px;
}

div#contact_page div.background_image {
	background: url(/img/contact_back.gif) no-repeat center center;
	width: 181px;
	height: 428px;
	float: left;
}

div#contact_page h3 {
	font-size: 22px;
	margin-bottom: .8em;
}

div#contact_page h4 {
	font-size: 18px;
	margin-bottom: 1em;
}

div#contact_page dl {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

div#contact_page dl dt {
	font-weight: bold;
}

div#contact_page input.text, div#contact_page textarea {
	width: 240px;
	border: 1px solid #ccc;
	padding: .3em;
	margin-top: .2em;
	margin-bottom: .5em;
}

div#contact_page textarea {
	height: 2.6em;
}

div#contact_page input.text:focus, div#contact_page textarea:focus {
	outline: 0;
	border-color: #62696f;
}

div#contact_page div#mail_list {
	margin-bottom: .5em;
}

div#contact_page div#mail_list label {
	font-size: 12px;
	margin-left: 1em;
	display: block;
}

div#contact_page div#mail_list input {
	font-size: 12px;
	display: block;
	float: left;
}

div#contact_page label {
	font-size: 12px;
	display: block;
/*	float: left;
	clear: both;
*/}

label span {
	padding: 10px;
}

div#contact_page input.submit {
	font-size: 10px;
/*	float: right;*/
	margin: 0;
	margin-top: 1em;
	border: 1px solid #ccc;
	padding: .3em;
	background-color: #fff;
}


/* ----------------------------------------------------------------
   S P O T L I G H T   P A G E
---------------------------------------------------------------- */

div#spotlight_page {
	width: 722px;
	min-height: 434px;
	height: auto !important;	/* these two lines are important for IE */
	height: 434px;
	padding: 0;
	position: relative;
}

div#spotlight_page .page_content {
	background: url(/img/vintage_background.gif) no-repeat top center;	
	padding: 23px 30px;
}

div#spotlight_page h3 {
	font-size: 24px;
	height: 2em;
	margin-top: .2em;
}

div#spotlight_page h4, div#spotlight_page p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

div#spotlight_page h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

div#spotlight_page p {
	font-size: 14px;
	line-height: 1.3em;
}

div#spotlight_page img.float_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

div#spotlight_page a.next_link, div#spotlight_page a.previous_link {
	display: block;
	height: 37px;
	position: absolute;
	text-indent: -9000px;
	bottom: 20px;
}

div#spotlight_page a.next_link {
	background: url(/img/next_link.gif) no-repeat top center;	
	width: 55px;
	right: 30px;
}

div#spotlight_page a.previous_link {
	background: url(/img/previous_link.gif) no-repeat top center;	
	width: 99px;
	left: 310px;
}


div#spotlight_page div#spotlight_left {
	float: left;
	width: 55%;
	margin-right: 1em;
	position: relative;
}

div#spotlight_page div#spotlight_right {
	float: right;
	width: 40%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 1em;
}

div#spotlight_page a.title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	margin-bottom: 1em;
	display: block;
	color: #62696f;
	text-decoration: none;
}	

div#spotlight_page div#spotlight_left p {
	font-size: 12px;
	font-weight: bold;
}

div#spotlight_page div#spotlight_left h4 {
	display: inline;
	clear: none;
	float: left;
}

div#spotlight_page div#spotlight_left a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #4e5b6b;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
}

div#spotlight_page div#spotlight_left a.title {
	font-size: 16px;
	font-style: normal;
	display: block;
	margin-bottom: 1em;
}

div#spotlight_page div#spotlight_left a.articleLink {
	display: block;
	position: absolute;
	bottom: 2em;
	left: 230px;
	margin-top: 1em;
}

div#spotlight_page div.linked_item {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;		
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	margin-top: .5em;
	position: relative;
}

div#spotlight_page div.linked_item a {
/*	position: absolute;
	bottom: 1em;
	left: 73px;
	font-style: italic;
*/}

div#spotlight_page div.linked_item a span {
	position: absolute;
	bottom: 1em;
	left: 73px;
	font-style: italic;
}


div#spotlight_page div.linked_item.last {
	border-bottom: none;
}

div#spotlight_page div.linked_item img {
	border: 2px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#spotlight_page div.linked_item h4 {
	font-size: 14px;
	margin-bottom: 1em;
}

div#spotlight_page div.linked_item a {
	color: #62696f;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}


/* ----------------------------------------------------------------
   D E A L E R ' S   P A G E
---------------------------------------------------------------- */

div#dealers_page {
	width: 722px;
	height: auto !important;	/* these two lines are important for IE */
	padding: 0;
	position: relative;
}

div#dealers_page .page_content {
	background: url(/img/vintage_background.gif) no-repeat top center;	
	padding: 23px 22px;
}

div#dealers_page .listings {
	height: 336px !important;
	padding: 0 0 0 .7em;
	overflow: auto;	
}

div#dealers_page h3 {
	font-size: 24px;
	height: 2em;
	margin-top: .2em;
}

div#dealers_page dl {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1em;
	float: left;
	width: 23%;
	margin-right: 2%;
	height: 7em;
}

div#dealers_page dt {
	font-weight: bold;
}

div#spotlight_page div#spotlight_left {
	float: left;
	width: 55%;
	margin-right: 1em;
	position: relative;
}

div#spotlight_page div#spotlight_right {
	float: right;
	width: 40%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 1em;
}


/* ----------------------------------------------------------------
   P R I V A C Y   P O L I C Y
---------------------------------------------------------------- */

div#privacy_page {
	width: 682px;
	padding: 20px;
/*	color: #656565;*/
	font-size: 12px;
	line-height: 1.4em;
}

div#privacy {
	overflow-y: auto;
	height: 382px !important;
	min-height: 382px !important;
	padding: .5em;
	padding-right: 1em;
}

div#privacy h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

div#privacy h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

div#privacy p {
	margin: 0;
	margin-bottom: 1em;
}

