/* @group General */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #585a5b;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

p {
	line-height: 1.5em;
	font-size: 110%;
	margin: 0 0 10px 0;
	color: #585a5b;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

.clearFloats {
	clear: both;
}

/* End hide from IE-mac */
#wrap {
	width: 1000px;
}


/* @end */

/* @group Columns */
#columns {
	background: #fff url(../img/bg_columns.gif) repeat-y left top;
}

/* @group Left */
#col_left {
	float: left;
	width: 174px;
	margin: 0 3px 0 0;
}
#col_left .container {
	
}

/* @group Left Top */
body#home #col_left #col_left_top {
	background: #3fd9f1;
}
body#products #col_left #col_left_top {
	background: #f4f6f7;
}
body#products.cat_1 #col_left #col_left_top, body#product_detail.cat_1 #col_left #col_left_top {
	background: #f4f6f7;
}
body#products.cat_2 #col_left #col_left_top, body#product_detail.cat_2 #col_left #col_left_top {
	background: #f4f6f7;
}
body#products.cat_3 #col_left #col_left_top, body#product_detail.cat_3 #col_left #col_left_top {
	background: #f4f6f7;
}
body#products.cat_4 #col_left #col_left_top, body#product_detail.cat_4 #col_left #col_left_top {
	background: #f4f6f7;
}
body#products.cat_5 #col_left #col_left_top, body#product_detail.cat_5 #col_left #col_left_top {
	background: #f4f6f7;
}
body#showrooms #col_left #col_left_top {
	background: #f4f6f7;
}
body#online_catalogs #col_left #col_left_top {
	background: #f4f6f7;
}
body#request_catalog #col_left #col_left_top {
	background: #f4f6f7;
}
body#sales_agencies #col_left #col_left_top {
	background: #f4f6f7;
}

body#media #col_left #col_left_top {
	background: #f4f6f7;
}
#col_left #col_left_top {
	border-bottom: 1px solid #dfdfe3;
}
#col_left #col_left_top .container {
	padding: 14px 11px;
}
#col_left #col_left_top #logo {
	
}
#col_left #col_left_top #search {
	margin: 23px 0 0 0;
}

#col_left #col_left_top #search #search_criteria {
	background: #fff;
	border: 1px solid #00aef0;
	padding: 4px;
	font-size: 100%;
	width: 109px;
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 0 5px 0 0;
}
#col_left #col_left_top #search #btn_submit {
	background: url(../img/btn_submit-trans.png) no-repeat left top;
	width: 26px;
	height: 22px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#link_expired_catalogs {
	display: block;
	color: #595A5B;
	margin: 10px 0 0 0;
	padding: 0 9px 0 0;
	text-align: right;
	font-size: 90%;
}
/* @end */

/* @group Left Bottom */
#col_left #col_left_bottom {
	
}
#col_left #col_left_bottom .container {
	padding: 0 11px;
}
#col_left #col_left_bottom #side_nav ul, #col_left #col_left_bottom #side_nav ul#showroom_list {
	list-style-type: none;
	font-size: 100%;
}
#col_left #col_left_bottom #side_nav ul li, #col_left #col_left_bottom #side_nav ul#showroom_list li {
	text-align: right;
	line-height: 1.5em;
	color: #595a5b;
}
#col_left #col_left_bottom #side_nav ul li.groupHeader, #col_left #col_left_bottom #side_nav ul#showroom_list li.groupHeader {
	font-weight: bold;
	padding: 10px 0 0 0;
}

#col_left #col_left_bottom #side_nav ul li a, #col_left #col_left_bottom #side_nav ul#showroom_list li a {
	color: #595a5b;
	text-decoration: none;
}
#col_left #col_left_bottom #side_nav ul li#discontinued_items {
	margin: 20px 0 0 0;
	border-top: 1px dotted #00aef0;
	border-bottom: 1px dotted #00aef0;
}

#col_left #col_left_bottom #side_nav ul li#discontinued_items a{
	font-weight: bold;
	color: #00aef0;
	padding: 10px 0;
	display: block;
}
#col_left #col_left_bottom #side_nav ul#showroom_list li.groupHeader {
	font-size: 110%;
	border-top: none;
	padding: 10px 0;
}
#col_left #col_left_bottom #side_nav ul#showroom_list li {
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
	text-align: left;
	line-height: 1.2em;
}
#col_left #col_left_bottom #side_nav ul#showroom_list li span.showroom_address {
	font-size: 90%;
}
/* @end */


/* @end */

/* @group Right */
#col_right {
	float: left;
	width: 820px;
}

#col_right .container {
	
}

#col_right #header_bar {
	min-height: 72px;
}
#header_bar #header_image {
	display: none;
}
#header_bar #header_image img {
	display: block;
}
#col_right #header_bar #header_bar_extra {
	display: none;
}
body#home #top_nav ul li.top_nav_home a, 
body#products #top_nav ul li.top_nav_products a, 
body#product_detail #top_nav ul li.top_nav_products a, 
body#showrooms #top_nav ul li.top_nav_showrooms a,
body#online_catalogs #top_nav ul li.top_nav_online_catalogs a,
body#request_catalog #top_nav ul li.top_nav_request_catalog a,
body#sales_agencies #top_nav ul li.top_nav_sales_agencies a,
body#behindTheScenes #top_nav ul li.top_nav_behind_the_scenes a{
	background: url(../img/bg_top_nav_active.gif) repeat-x left top;
	color: #fff;
}

/* hiding MEDIA & PRIVACY links on top bar */
#top_nav ul li.top_nav_media , #top_nav ul li.top_nav_privacy {
	display: none;
}
#col_right #top_nav ul li.top_nav_behind_the_scenes a {
	color: #e82511;	
}
#col_right #top_nav ul {
	list-style-type: none;
	float: left;
	background: url(../img/bg_top_nav.gif) repeat-x left top;
	width: 100%;
	margin: 0 0 3px 0;
}
#col_right #top_nav ul li {
	float: left;
}
#col_right #top_nav ul li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #595a5b;
}
#col_right #content {
	/*margin: 25px 0 0 0;*/
}
body#showrooms h1,
body#online_catalogs h1,
body#request_catalog h1,
body#sales_agencies h1,
body#products h1,
body#expired_catalogs h1,
body#las_vegas_market h1,
body#cyanInTheWild h1,
body#behindTheScenes h1  {
	color: #82888a;
	padding: 25px 0 10px 30px;
	font-size: 180%;
	margin: 0;
}
body#showrooms #issuu_catalog, 
body#online_catalogs #issuu_catalog,
body#products #issuu_catalog {
	margin: 10px 0 0 0;
}
body#cyanInTheWild div#content p{
	padding:5px 30px;	
}
body#cyanInTheWild div#content a{
	color: #585a5b;	
}
div#cyanInTheWild_images{
	padding: 5px 0 30px 30px;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:750px;
	/*
	height:345px;
	margin-left: 15px;
	*/
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	/*	
	border:1px solid #ccc;
	padding: 4px;
	*/
}
    div#rotator ul li.show {
	z-index:500;
}


.cyan_color{
	color:#00AEF0;
}

/* @group Home */

body#home #header_bar {
	background: url(../img/bg_home.jpg) no-repeat left top;
}
body#home #header_bar #header_image {
	display: block;
}
body#home #header_bar #header_bar_extra {
	/*background: url(../img/bg_cyan_overlay-trans.png) no-repeat left top;
	width: 820px;
	height: 72px;
	display: block;*/
}
body#home #content {
	/*background: url(../img/bg_home.jpg) no-repeat left -75px;
	padding: 492px 0 0 0;*/
}

#carousel {
	position: absolute;
	padding: 34px 0 0 734px;
}
#carousel ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 5px;
	background: #f4f6f7;
}
#carousel ul li {
	float: left;
	margin: 0 6px 0 6px;
}
#carousel ul li a {
	display: block;
	width: 10px;
	height: 10px;
	background: #c1c1c1;
	text-indent: -1000px;
	outline: none;
}
#carousel ul li a.carousel-selected {
	background: #0097db;
}
#carousel ul li a:hover {
	background: #0097db;
}

#carousel-wrapper {
    width: 820px; /* width of each slide */
    height: 460px;
    overflow: hidden;
}
#carousel-content {
    width: 11480px; /* width of all slides combined, for instance 14 slides X 850px = 11480px */
}
#carousel-content .slide {
    float: left;
    /*width: 370px;
    height: 445px;
    margin: 0 0 0 0;
    padding: 0 410px 0 20px;*/
}
#carousel-content .slide h2 {
	color: #595a5b;
	font-size: 16px;
	font-weight: normal;
}
#carousel-content .slide p {
	color: #595a5b;
	line-height: 1.5em;
}
#carousel-content .slide p a {
	color: #0097db;
	text-decoration: none;
}
#carousel-content #slide-1, #carousel-content #slide-2,
#carousel-content #slide-3, #carousel-content #slide-4,
#carousel-content #slide-5, #carousel-content #slide-6,
#carousel-content #slide-7, #carousel-content #slide-8,
#carousel-content #slide-9, #carousel-content #slide-10,
#carousel-content #slide-11, #carousel-content #slide-12,
#carousel-content #slide-13, #carousel-content #slide-14,
#carousel-content #slide-15 {
	width: 820px;
	height: 460px;
}
p#home_intro {
	padding: 10px;
	font-family: Verdana, sans-serif;
	line-height: 1.8em;
	font-size: 90%;
}
#promo_panels {
	margin: 0 0 20px 0;
}
#promo_panel_1 {
	width: 273px;
	height: 293px;
	float: left;
}
#promo_panel_2 {
	width: 274px;
	height: 293px;
	float: left;
	margin: 0 2px;	
}
#promo_panel_3 {
	width: 269px;
	height: 293px;
	float: left;	
}
/* @end */

/* @group Products */
body#products #header_bar {
	background: #c9edfb;
	width: 820px;
	height: 72px;
	display: block;
}
/* Acessories Section */
body#products.cat_1 #header_bar, body#product_detail.cat_1 #header_bar, body#cyanInTheWild div#header_bar {
	background: #fff url(../img/headers/2012_catalogs.jpg) no-repeat left top;	
}

body#products.cat_2 #header_bar, body#product_detail.cat_2 #header_bar {
	background: #fff url(../img/headers/2012_catalogs.jpg) no-repeat left top;	
}

body#products.cat_3 #header_bar, body#product_detail.cat_3 #header_bar {
	background: #fff url(../img/headers/2012_catalogs.jpg) no-repeat left top;	
	
}

body#products.cat_4 #header_bar, body#product_detail.cat_4 #header_bar {
	background: #fff url(../img/headers/2012_catalogs.jpg) no-repeat left top;	
	
}

body#products.cat_5 #header_bar, body#product_detail.cat_5 #header_bar {
	background: #fff url(../img/headers/2012_catalogs.jpg) no-repeat left top;	

}
#product_list_ajax_wrap {
	background: #525650;
	margin: 10px 0 0 0;
}
#product_list_wrap {
	background: #525650;
	width: 820px;
}
#catalog {
	width: 820px;
	height: 453px;
	background: #525650;
}
#product_list_wrap .container, #product_detail_wrap .container {
	padding: 40px;
}
#product_list_header, #product_detail_header {
	border-bottom: 1px solid #008bce;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#product_list_header #product_list_header_title {
	float: left;
}

#product_list_header #product_list_header_title h2, #product_detail_header h2 {
	color: #cbedfb;
	margin: 0;
}
#product_list_header_title span.dim {
	color:#999;
}


#product_list_header #product_list_header_pagination {
	float: right;
	padding: 8px 0 0 0;
}
#product_list_header #product_list_header_pagination .nextN {
	color: #cbedfb;
	font-size: 90%;
}
#product_list_header #product_list_header_pagination .nextN a {
	color: #cbedfb;
	text-decoration: underline;	
}
#product_list {
	min-height: 423px;
}
#product_list dl {
	float: left;
	margin: 0 10px 40px 0;
	max-width: 150px;
	max-height: 140px;
}
#product_list dl dt {
	
}
#product_list dl dt a {
	display: block;
	overflow: hidden;
	max-width: 150px;
	max-height: 140px;
}

#product_list dl dd {
	text-align: center;
	color: #000;
	font-size: 90%;
	padding: 5px 0 0 0;
}
#product_list dl dd a {
	color: #f4f6f7;
	font-weight: bold;
	display: block;
	text-decoration: none;
}


#product_list_footer {
	width: 820px;
	background: url(../img/bg_footer_pagination.gif) repeat-x left top;
}
#product_list_footer .container {
	padding: 20px 40px;
}
#product_list_footer {
	text-align: right;
	min-height: 100px;
}
#product_list_footer .nextN {
	color: #525650;
	font-size: 90%;
}
#product_list_footer .nextN a {
	color: #525650;
	text-decoration: underline;	
}
#no_products_found {
	padding: 40px;
}
/* @end */

/* @group Products Detail */
body#product_detail #col_right #content {
	background: #525650;
	min-height:	720px
}
#product_detail_gallery {
	/*position: relative;*/	
	/*margin: 0 0 0 180px;*/
}
#product_detail_image {
	/*float: left;
	width: 380px;*/
}
#product_detail_image_hidden {
	display:none;
}
#product_detail_thumbs_wrap {
	/*float: left;*/
}
#product_detail_thumbs {
	/*position: absolute;
	bottom: 0;
	left: 383px;*/
}
#product_detail_thumbs ul {
	float: left;
	list-style-type: none;
}
#product_detail_thumbs ul li {
	float: left;
	margin: 10px 10px 0 0;
	/*height: 35px;*/
}
#product_detail_info {
	width: 380px;
	margin: 20px 0 0 0;
}

#product_detail_info p {
	color: #cbedfb;
	line-height: 1.2em;
}
#product_detail_info p#product_number {
	font-size: 130%;
	font-weight: bold;
}
#product_detail_info .product_description {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}
#product_detail_info #disclaimer {
	color: #fff;
	font-size: 80%;
}
#resize_image_link {
	font-size: 60%;
	cursor: pointer;
	text-decoration: underline;
	color: #F4F6F7;
}
/* @end */

/* @group Showroom */
body#showrooms #header_bar #header_image, body#las_vegas_market #header_bar #header_image {
	display: block;
}
body#showrooms #header_bar{
	background: #f4f6f7;
}
body#showrooms #col_right #content {
	/*padding: 10px;
	background: #121212;*/
}


/* @end */

/* @group Online Catalogs */
body#online_catalogs #header_bar{
	background: #f4f6f7;
}
body#online_catalogs #header_bar #header_image {
	display: block;
}
ul#catalog_thumbs {
	list-style: none;
	float: left;
	margin: 0 0 0 110px;
}

ul#catalog_thumbs li {
	width: 130px;
	float: left;
	margin: 10px;
	text-align:center;
}
ul#catalog_thumbs li#catalog_garden_patio {
	margin: 10px 90px 10px 10px
}
/* @end */

/* @group Request a Catalog */
body#request_catalog #header_bar{
	background: #f4f6f7;
}
body#request_catalog #header_bar #header_image {
	display: block;
}
#catalog_request_form_wrap .container{
	padding: 10px 30px 10px 15px;
}

#catalog_request_form_left {
	float: left;
	width: 256px;
}
#catalog_request_form_right {
	float: left;
	width: 474px;
	padding: 30px 0 0 10px;
}
#catalog_request_form_right p {
	margin: 0 0 15px 0;
	color: #716e6e;
}
#catalog_request_form_right label {
	display: block;
	width: 280px;
	float: left;
}
#catalog_request_form_right label.error {
	text-transform: capitalize;
}
#catalog_request_form_right .fields {
	float: left;
	width: 180px;
	padding: 2px 0;
	text-transform: uppercase;
}
#catalog_request_form_right .checkboxes {
	margin: 0 5px 0 0;
}
#btn_request {
	margin: 5px 0 0 250px;
	background: #00aef0;
	color: #ffffff;
	padding: 8px;
	font-size: 120%;
	text-transform: uppercase;
	border: none;
	cursor:	pointer;
}
#catalog_request_form_right p.att_error, #catalog_request_form_right label.error {
	color: #C21414;
	font-style: italic;
}
#catalog_request_form_right p.att_message {
	color: #437F06;
	
}

h2.heading{
	color:#716e6e;
	margin: 0 0 20px 0;
	font-size: 180%;
}
h1#contest_header  {
	font-size:200%;
	padding:30px 0 10px 0;
	margin:0 0 0 30px;
	border-bottom: 1px solid #00aef0;
}
body#request_catalog h3 {
	color: #000;
	border-bottom: 2px solid #000;
	margin: 20px 0 10px 0;
}
#catalog_request_form_right p.regular_note{
	color: #00aef0;
	border-bottom: 1px solid #00aef0;
	padding-bottom:10px;
}
a#contest_rules_link{
	color: #00aef0;
	margin:0;
}
#contest_rules{
	margin:0;	
	color:#716E6E;
	padding:0 50px 25px 0;
	width:450px;	
	display:none;
}
#catalog_request_form_right p.note {
	text-transform: uppercase;
	color: #00aef0;
	font-size: 90%;
}
#catalog_request_form_right span.note {
	display: block;
	color: #00aef0;
	font-size: 80%;
}
#catalog_request_form_right span.shipping_note {
	display: block;
	color: #00aef0;
	font-size: 80%;
	padding: 0 0 0 30px;
	font-weight: bold;
}
hr.divider {
	border: none;
	color: #00aef0;
	border-top: 1px solid #00aef0;
	margin: 0 0 15px 0;
	/* ie */
	font-size: 1px;
	line-height: 0;
	height: 0;
	max-height: 0;
}
.catalog_shipping_info {
	padding: 0 12px 0 0;
}
.catalog_shipping_info p {
	color: #716e6e;
	text-align: right;
}
.catalog_shipping_info p span {
	color: #ec1212;
	font-weight: bold;
}
#product_category {
	float: left;
	list-style: none;
	margin: 0 0 40px 10px;
}

#product_category li {
	float: left;
	width: 210px;
	margin: 0 0 5px 0;
	color: #716E6E;
	font-size: 110%;
}
#product_category li input.fields {
	float: none;
}
.address_suggestion {
	background: #00aef0;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}
#catalog_request_form_right label.error[for=catalogs] {
	float: none;
}
#catalog_request_form_right optgroup{
	padding-top:5px;
}
#catalog_request_form_right option{
	padding-left: 5px;
}
/* @end */

/* @group Sales Agencies */
body#sales_agencies #header_bar{
	background: #f4f6f7;
}
body#sales_agencies #header_bar #header_image {
	display: block;
}
body#sales_agencies #locations_wrap .container{
	padding: 10px 30px;
}
#dealerList{
	margin: 10px 0 0 0;
	width:350px;
}
.data{
	background:#e6e5e4;
}
.data p {
	padding: 0 25px;
	line-height: 1.5em;
}
.data a{
	color: #00aceb;
}
p.dealer{
	margin-top:15px;
	text-transform: uppercase;
	color: #00ACEB;
	font-size: 110%;
}
/* @end */

/* @group Expired Catalogs */
body#expired_catalogs #header_bar #header_image {
	display: block;
}
body#expired_catalogs #expired_catalogs_wrap .container {
	padding: 10px 30px;
}
body#expired_catalogs #expired_catalogs_wrap .container div {
	border-top: 1px solid #008bce;
	border-bottom: 1px solid #008bce;
	padding: 30px 0 0 0;
	margin: 0 0 15px 0;
}
body#expired_catalogs #expired_catalogs_wrap dl {
	float: left;
	height: 200px;
	margin: 0 30px 0 0;
	width: 160px;
}
body#expired_catalogs #expired_catalogs_wrap dt {
	text-align: right;
}
body#expired_catalogs #expired_catalogs_wrap dt img {
	box-shadow:-5px 2px 5px #333;
	-webkit-box-shadow:-5px 2px 5px #333;
	-moz-box-shadow: -5px 2px 5px #333;
}
body#expired_catalogs #expired_catalogs_wrap dd {
	text-align: right;
	color: #716e6e;
	padding: 5px 0 0 0;
}
/* @end */
/* @group Behind The Scenes */
body#behindTheScenes #header_bar #header_image {
	display: block;
}
/* @end */
/* @group Media */

body#media #header_bar {
	background: #f4f6f7;
}
body#media #header_bar #header_image {
	display: block;
}
#media_wrap .container{
	padding: 40px;
}
#media_wrap .imageHeading {
	margin: 0 0 0 20px;
}
#pressRelease {
	float: left;
	width: 316px;
	margin: 30px 0 0 0;
}
#pressRelease h1 {
	padding: 10px 10px 10px 20px;
	margin: 0;
	border-bottom: 1px solid #d4dde9;
}
#pressRelease ul {
	list-style-type: none;
	margin: 15px 0 0 20px;
	padding: 0;
}
#pressRelease ul li {
	color: #88898a;
	margin: 0 0 30px 0;
}
#pressRelease ul li a {
	color: #88898a;
}
#pressReleaseContent {
	padding: 40px;
}
#pressReleaseContent h1 {
	margin: 0 5px 0 0;
}
#pressReleaseContent h2 {
	margin: 0 0 30px 0;
	font-size: 14px;
	font-weight: normal;
}
#pressReleaseContent p {
	line-height: 1.5em;
}

#pressReleaseContent p.prDate {
	margin: 0 0 30px 0;
}
#mediaFiles {
	float: left;
	width: 423px;
	margin: 30px 0 0 0;
	border-left: 1px solid #d4dde9;
}	
#mediaFiles h1 {
	padding: 10px 10px 10px 20px;
	margin: 0;
	border-bottom: 1px solid #d4dde9;
}
#mediaFiles dl {
	margin: 15px 0 15px 20px;
	padding: 0;
	float: left;
}
#mediaFiles dl#lastMediaFile {
	margin: 15px 0 35px 20px;
}
#mediaFiles dt {
	float: left;
	margin: 0 10px 0 0;
}
#mediaFiles dd {
	float: left;
	margin: 0 0 20px 0;
}
#mediaFiles dd p {
	line-height: 1.5em;
	color: #88898a;
	margin: 0;
}
#mediaFiles dd p a {
	color: #88898a;
}

#expired_catalogs_side {
	padding: 20px 0 0 0;
}



/* @end */

/* @group General */
#back{
	display:block;
	margin:10px;
}

#table_form {
	margin: 10px 0 0 50px;
}
body#popup {
	background: #0097db;
	margin: 0;
	padding: 0
}
#popupContent {
	padding: 10px;
	color: #fff;
}
#popupContent p {
	font-size: 120%;
}



/* @end */



/* @end */



/* @end */

/* @group Footer */
#footer {
	border-top: 2px solid #00a9ec;
	padding: 5px;
	text-align: center;
	margin: 0 0 0 177px;
	width: 810px;
}
#footer p {
	font-size: 90%;
	clear: both;
}
#footer p a {
	color: #585a5b;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 5px 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #585a5b;
	padding: 0 8px;
	font-size: 90%;
}
/* @end */
div.longText{
	padding:25px;
	width:500px;	
}

#col_left #col_left_bottom #side_nav ul li.catHdr, #col_left #col_left_bottom #side_nav ul#showroom_list li.catHdr {
	color:#725a5b;
	padding:10px 0;
}
#col_left #col_left_bottom #side_nav ul li.catHdr p{
	font-size: 100%;
	padding:0;
	margin: 0;
}

#col_left #col_left_bottom #side_nav ul li a.catLink, #col_left #col_left_bottom #side_nav ul#showroom_list li a.catLink {
	color:#00aef0;
}
#privacyLink{
	font-size:90%;
	color:#585a5b;
}
p.thumb_notation{
	font-size:90%;
	color:#fff;
}
#issuu_catalog p {
	margin: 20px 0 0 120px;
}
