body,html {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: default;
	font-family: arial;
	font-size: 10pt;
	color: #fff;
	border: 0px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	background-color: #002F5E;
}

a {
	color: white;
}

table {
	font-size: 10pt;
}

p {
	line-height: 20px;
}

/* Big box with list of options */
#ajax_listOfOptions{
    position:absolute;	/* Never change this one */
    width:260px;	/* Width of box */
    height:240px;	/* Height of box */
    overflow:auto;	/* Scrolling features */
    border:1px solid #317082;	/* Dark green border */
    background-color: #fafafa;
    text-align:left;
    font-size:0.9em;
    z-index:100;
    color: #248;
    
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
    margin:1px;		
    padding:1px;
    cursor:pointer;
    font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
    
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
    background-color: #fc3;
    color:#248;
}
#ajax_listOfOptions_iframe{
    background-color:#F00;
    position:absolute;
    z-index:5;
}


#temp_div {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#popup_bg {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	margin: 0px;
	padding: 0px;
}

#popup {
	visibility: hidden;
	position: absolute;
	border: 0px solid orange;
	-moz-opacity: 1.0;
	opacity: 1;
	filter: alpha(opacity = 100);
	z-index: 1002;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#popup_inner {
	position: relative;
	text-align: left;
	line-height: 20px;
	color: #000;
	font-size: 10pt;
	margin: auto;
	margin-top: 25px;
	width: 85%;
	border: 0px solid red;
}

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

.popup_button {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	border: 0px solid red;
}

.popup_button div {
	cursor: pointer;
	width: 100px;
	padding-top: 2px;
	background-image: url(images/btn_popup.jpg);
	background-repeat: none;
	background-position: top center;
	color: #ddd;
	font-weight: bold;
	margin: auto;
	border: 1px solid #244;
}

.btn_popup {
	position: absolute;
	text-align: center;
	height: 33px;
	width: 130px;
	border: 0px solid red;
	background-position: top center;
	top: 66px;
	left: 155px;
}

.btn_popup a {
	color: #ccc;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}

.btn_popup a:hover {
	color: #fff;
}

.main_inner_div {
	text-align: left;
	width: 1000px;
	margin: auto;
	background-image: url(images/bg_inner.png);
	background-repeat: repeat-x;
	background-color: #1A437B;
	padding-bottom: 20px;
}

.main_inner_div_pad {
	padding-left: 30px;
	padding-right: 30px;
}

/****************************************************************************************************************************************************
    Header
*****************************************************************************************************************************************************/
.header_div {
	position: relative;
	background-image: url(images/bg_header.png);
	width: 1000px;
	height: 73px;
	margin: auto;
}

.header_div_home_link {
	float: left;
	width: 500px;
	height: 100%;
	cursor: pointer;
}

.header_postcode_ps_search_container {
	border: 0px solid red;
	width: 450px;
	height: 45px;
	float: right;
}

.header_postcode_ps_search_table {
	color: #555;
	font-size: 8pt;
	float: right;
	margin-right: 20px;
	height: 40px;
	margin-top: 4px;
	border: 0px solid red;
}

.header_button {
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;
	color: #555;
	background-color: #fff;
	border: 1px solid #777;
	cursor: pointer;
}

.header_search_input_container {
	margin-top: 3px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #777;
}

.header_search_input {
	width: 100px;
	font-size: 8pt;
	border: 0px;
	height: 12px;
}

.header_div_tab {
	float: right;
	margin-top: 10px;
	margin-right: none;
	background-image: url(images/bg_header_tab.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 80px;
	height: 19px;
	margin-right: 3px;
}

.header_div_tab a {
	padding-top: 2px;
	display: block;
	color: #cdcdcd;
	height: 1em;
	text-decoration: none;
	padding-bottom: 1px;
}

.header_div_tab a:hover {
	color: #fff;
	text-decoration: none;
}

.primary_menu_container {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 110px;
}

.primary_menu_button {
	float: left;
	margin-left: 0px;
	width: 150px;
	text-align: center;
}

h1 {
	font-size: 11pt;
}

.main_content_container {
	width: 100%;
	font-size: 10pt;
}

.mcc_left_side {
	padding-left: 32px;
	padding-right: 50px;
}

.mcc_right_side {
	width: 250px;
	text-align: right;
	padding-right: 38px;
}

.secondary_menu {
	text-align: left;
	background-image: url(images/btn_secondary.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 30px;
	margin-bottom: 5px;
}

.secondary_menu a,.secondary_menu a:link,.secondary_menu a:visited {
	color: #1B4A89;
	display: block;
	height: 1em;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-weight: bold;
}

.secondary_menu a:hover {
	color: #001327;
}

.secondary_menu_tc {
	text-align: left;
	background-image: url(images/btn_secondary_tc.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 30px;
	margin-bottom: 5px;
}

.secondary_menu_tc a,.secondary_menu_tc a:link,.secondary_menu_tc a:visited
	{
	color: #fff;
	display: block;
	height: 1em;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 9px;
	font-weight: bold;
}

.secondary_menu_tc a:hover {
	color: #4df;
}

.secondary_menu_content_container {
	text-align: center;
}

.primary_menu_button a {
	text-decoration: none;
	font-size: 8pt;
}

.page_heading {
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(images/bg_heading.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 60px;
}

.page_heading_text {
	font-size: 13pt;
	color: #eee;
	padding-top: 18px;
	padding-left: 30px;
	width: 60%;
	float: left;
}

.page_heading_fb {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

.page_heading_text a {
	color: #eee;
}

.page_heading_text_ps {
	display: inline;
	font-size: 10pt;
	color: #eee;
	padding-left: 5px;
}

.app_div {
	margin-bottom: 20px;
}

/****************************************************************************************************************************************************
    Trade Counter 
*****************************************************************************************************************************************************/
.tc_nag{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-top: 1px dashed #e60;
    margin-top: 20px;
    color: #333;	
}

.tc_main_inner_div {
	width: 100%;
	background-color: #eee;
	color: #333;
	padding-bottom: 20px;
}

.tc_main_inner_div a {
	color: #248;
}

.tc_message {
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	border: 1px solid #ccc;
	background-color: #ddd;
}

.tc_home_links {
	margin-top: 30px;
}

.tc_home_links li {
	margin-top: 8px;
}

.tc_home_links li a {
	text-decoration: none;
}

.tc_home_links li a:hover {
	text-decoration: underline;
}

.tc_change_password a,.tc_change_password a:link,.tc_change_password a:visited
	{
	text-decoration: none;
}

.tc_change_password a:hover {
	text-decoration: underline;
}

.tc_update_account a,.tc_update_account a:link,.tc_update_account a:visited
    {
    text-decoration: none;
}

.tc_update_account a:hover {
    text-decoration: underline;
}


/****************************************************************************************************************************************************
    Home Gallery
*****************************************************************************************************************************************************/
#hg_image_div {
	width: 670px;
	height: 300px;
	float: left;
	padding: 0px;
	margin-left: 18px;
	margin-top: 18px;
	display: inline;
    opacity: 1;                 /* CSS3 */
    -moz-opacity: 1;            /* legacy Firefox */
    -khtml-opacity: 1;          /* legacy Safari/Konqueror */
    filter: alpha(opacity=100); /* MSIE */    
}

#hg_image {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

#hg_thumbnail_container {
	display: inline;
	width: 200px;
	height: 300px;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	text-align: center;
}

.hg_thumbnail {
	margin-bottom: 10px;
}

#hg_div {
	margin-bottom: 20px;
	padding: 0px;
	width: 935px;
	height: 340px;
	background-image: url(images/bg_gallery.png);
	background-repeat: no-repeat;
}

.hg_image_out {
	border: 1px solid #ccc;
	cursor: pointer;
}

.hg_image_over {
	border: 1px solid #e60;
	cursor: pointer;
}

#hg_inspiration_link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#hg_inspiration_link :hover {
	color: #e60;
}

.hg_btn_more_inspirations {
	margin: auto;
	margin-top: 0px;
	background-image: url(images/btn_more_inspirations.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 28px;
	padding-top: 6px;
	text-align: center;
}

.hg_btn_more_inspirations a {
	display: block;
	height: 1em;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.hg_btn_more_inspirations a:hover {
	display: block;
	height: 1em;
	text-decoration: none;
	color: #e60;
}

/****************************************************************************************************************************************************
    Inspirations Gallery
*****************************************************************************************************************************************************/
#ig_image_div {
	width: 670px;
	height: 300px;
	float: left;
	padding: 0px;
	margin-left: 18px;
	margin-top: 18px;
	display: inline;
}

#ig_image {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#ig_main_div {
	padding: 0px;
	width: 935px;
	height: 370px;
	background-image: url(images/bg_gallery_inspiration.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	position: relative;
	top: 0px;
	left: 0px;
}

.ig_icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	color: #333;
	position: absolute;
}

#ig_main_div a {
	text-decoration: none;
}

.ig_gallery_title {
	color: #eee;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 15px;
	position: absolute;
	left: 708px;
	width: 200px;
	border: 0px solid red;
	top: 17px;
}

.ig_product_container {
	border: 0px solid red;
	display: inline;
	width: 200px;
	height: 225px;
	float: right;
	margin-top: 55px;
	margin-right: 25px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}

.ig_btn_generic {
	position: absolute;
	background-image: url(images/btn_ig_generic.png);
	background-repeat: no-repeat;
	font-size: 9pt;
	width: 102px;
	height: 25px;
	text-align: center;
}

.ig_btn_generic a {
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	height: 1em;
	color: #ccc;
}

.ig_btn_generic a:hover {
	color: #fff;
}

.ig_legend {
	font-size: 8pt;
	color: #ccc;
	position: absolute;
	top: 333px;
	left: 270px;
}

.ig_select_bar_container {
	background-image: url(images/bg_gallery_scroll_bar.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 940px;
}

.ig_select_bar {
	width: 900px;
	margin-top: 7px;
	margin-left: 15px;
}

.ig_image_scroll_button {
	width: 50px;
}

.ig_thumbnail_container {
	text-align: left;
	margin: auto;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 740px;
	height: 65px;
	white-space: nowrap;
	position: relative;
}

#ig_image_container_inner {
	position: relative;
	overflow: hidden;
}

.ig_thumbnail_cell {
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

.ig_image_out {
	border: 1px solid #ccc;
	cursor: pointer;
}

.ig_image_over {
	border: 1px solid #e60;
	cursor: pointer;
}

/****************************************************************************************************************************************************
    Product Showroom
*****************************************************************************************************************************************************/
.ps_view_switcher_container {
	padding-top: 23px;
	color: #ccc;
	float: right;
	margin-right: 10px;
	font-size: 10pt;
}

.ps_category_container {
	text-align: center;
	font-size: 10pt;
	margin: auto;
	margin-top: 30px;
	border: 0px solid red;
}

.ps_product_category {
	margin: auto;
	background-image: url(images/bg_category.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	border: 0px solid red;
	width: 134px;
	height: 230px;
	padding-top: 10px;
	padding-left: 0px;
	
}

.ps_product_category_header {
	margin: auto;
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	width: 128px;
	border: 0px solid red;
	height: 38px;
	/*background-color: #246;*/
}

.ps_product_category_header_cell {
    background-image: url(images/bg_category_title.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 128px;
    height: 38px;    	
}

.ps_product_category_header a{
    text-decoration: none;
} 

.ps_product_category_header a:hover{
    text-decoration: none;
    color: #51B4EC;
}

.ps_product_style {
	margin: auto;
	margin-top: 6px;
	width: 126px;
	display: block;
	height: auto;
	font-size: 8pt;
}

.ps_product_style a{
    color: #f5f5f5;
    text-decoration: none;
} 

.ps_product_style a:hover{
    text-decoration: none;
    color: #51B4EC;
}

.ps_category_container_side {
	margin-top: 2px;
	width: 163px;
	height: 555px;
	font-size: 9pt;
	float: left;
	background-image: url(images/bg_category_side.jpg);
	background-repeat: no-repeat;
}

.ps_category_container_side a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ps_category_container_side a:hover {
	text-decoration: underline;
}

.ps_product_category_heading_side {
	background-color: #103869;
	color: #fff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.ps_product_catstyle_side {
	display: block;
}

.ps_product_catstyle_side_selected {
	display: block;
	background-color: #51B4EC;
}

.ps_product_category_link_side_selected {
	color: red;
	text-decoration: none;
}

.ps_product_list_header {
	background-image: url(images/bg_ps_product_heading.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 35px;
}

.ps_change_page_link {
	height: 1em;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	font-size: 9pt;
}

.ps_change_page_current_page {
	margin-left: 3px;
	margin-right: 3px;
	color: #DE9F06;
	font-weight: bold;
	font-size: 10pt;
}

.ps_product_list_info {
	float: left;
	padding-top: 5px;
	font-size: 9pt;
	font-weight: bold;
}

.ps_product_list_filter {
	float: right;
}

.ps_product_list_filter_price {
	border: 1px solid yellow;
	text-align: center;
	width: 30px;
	margin: 0px;
	padding: 0px;
}

.ps_product_list {
	float: right;
	margin-right: 10px;
	font-size: 8pt;
	width: 745px;
}

.ps_product_list a, ps_product_list a:link, ps_product_list a:visited {
	text-decoration: none;
}

.ps_product_list a:hover {
	text-decoration: underline;
}

.ps_product_list_wl_print {
    float: right;
    margin-right: 10px;
    font-size: 8pt;
    width: 745px;
}

.ps_product_list_wl_print a, ps_product_list_wl_print a:link, ps_product_list_wl_print a:visited {
    color: #000;
    text-decoration: none;
}

.ps_product_list_wl_print a:hover {
    color: #000;
    text-decoration: underline;
}

.ps_product_list tr td {
	padding-left: 10px;
}

.ps_product_list_row_odd {
	background-color: #4472AB;
}

.ps_product_list select {
	font-size: 9pt;
}

.ps_product_list_tile {
	background-image: url(images/bg_ps_product_tile.png);
	background-repeat: no-repeat;
	width: 33%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 11px;
	text-align: left;
}

.ps_price_col {
	text-align: right;
	padding-right: 3px;
}

.ps_btb_atml_detail {
	margin: auto;
	margin-top: 20px;
	background-image: url(images/btn_atml_even.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 23px;
	font-size: 8pt;
}

.ps_btb_atml_detail a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 3px;
	cursor: pointer;
	color: #cdcdcd;
}

.ps_btb_atml_detail a:hover {
	color: #fff;
}

.ps_product_detail_cell {
	background-image: url(images/bg_product_detail_sep.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.ps_btn_atml {
	padding-top: 5px;
	padding-right: 4px;
	text-align: right;
}

.ps_btn_atml_tile a {
	float: left;
	margin-top: 16px;
	margin-left: 21px;
	color: #cdcdcd;
	text-decoration: none;
}

.ps_btn_atml_tile a:hover {
	color: #fff;
	text-decoration: none;
}

.ps_btn_atml a {
	background-repeat: no-repeat;
	width: 93px;
	height: 23px;
	display: block;
	padding-top: 4px;
	text-align: center;
	cursor: pointer;
	color: #cdcdcd;
}

.ps_btn_atml a:hover {
	color: #fff;
	text-decoration: none;
}

/****************************************************************************************************************************************************
    Footer
*****************************************************************************************************************************************************/
#footer {
	margin-top: 40px;
	margin-right: 30px;
	float: right;
	clear: both;
	width: 430px;
}

#footer ul {
	display: inline;
	text-align: right;
	float: left;
	margin-top: 22px;
}

#footer ul li {
	display: inline;
}

#footer a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 15px;
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
	text-decoration: underline;
}

.clearance_div {
	clear: both;
	height: 0px;
	font-size: 0pt;
}

/****************************************************************************************************************************************************
    Showroom Locator
*****************************************************************************************************************************************************/
.sl_search {
	width: 260px;
	border: 1px solid #999;
	font-size: 8pt;
	height: 17px;
}

.sl_header_div {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

.sl_results {
	width: 940px;
	padding-bottom: 10px;
	font-size: 8pt;
}

.sl_results tr td {
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

.sl_results_header_cell {
	font-weight: bold;
	height: 18px;
}

.sl_map {
	background-image: url('images/loading.jpg');
	background-repeat: no-repeat;
	background-color: #E5E3DF;
	background-position: center;
	border: 1px solid #ccc;
	width: 940px;
	height: 500px;
}

.sl_tooltip {
	background-color: #fff;
	padding: 5px;
}

.sl_approximate_message {
	background-image: url(images/bg_sl_sep.png);
	background-repeat: no-repeat;
	font-size: 7pt;
	margin-top: 0px;
	padding-top: 10px;
	color: #ccc;
}

#sl_directions {
	margin: 0px;
	margin-left: 10px;
	font-size: 8pt;
	background-color: #fff;
	padding: 0px;
	text-align: left;
	color: #248;
	border: 1px solid #ccc;
}

#sl_directions table {
	font-size: 9pt;
	color: #248;
}

#sl_directions a {
	color: #248;
}

/****************************************************************************************************************************************************
    Contact Us
*****************************************************************************************************************************************************/
.cu_general_table td {
	padding-top: 5px;
}

.cu_phone_bg {
	margin-top: 25px;
	margin-left: 80px;
	width: 300px;
	height: 115px;
	background-image: url(images/bg_contact_phone.png);
	background-repeat: no-repeat;
}

.cu_phone_info {
	padding-left: 15px;
	padding-top: 15px;
}

.cu_phone_info_sub {
	color: #ccc;
	font-size: 8pt;
}