#map {
	overflow: hidden;
}
.disappear {
	display: none;
}

.appear {
	display: block;
}


.main_body_team {
	padding-right: 80px;
	padding-bottom: 40px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 20px;
	background-color: #000000;
	empty-cells: show;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #333333;
	text-decoration: none;
}

.tblue {
	color: #000066;
}

a.blue{ 
	color: #000066;
}

a:hover {
	text-decoration: underline;
}


.layout_wrapper {
	width: 800px;
	margin: 10px auto 10px auto;
}

.layout_float {
	/*position: absolute;
	width: 800px;
	z-index: 5;*/
}

.layout {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	position: relative;
	/*overflow: hidden;*/
	/*background-image: url(../images/sw_bg-grad-left.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
}


.taps_t0 .layout {
	background-color: #ffffff;
	/*background-image: url(../images/sw_bg_grad.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;*/	
}

.taps_tp .layout {
	background-color: #ffffff;
	/*background-image: url(../images/sw_bg-grad-left.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/	
}

.taps_t0 .prod .layout {
	background-color: #ffffff;
	/*background-image: url(../images/sw_bg-grad-left.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/	
}

.main_image {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	min-height: 490px;
	overflow: hidden;
}

.main_image img {
	display: block;
	width: 800px;
}

.bgDGrey {
	background-color: #cccccc;
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #333333;
	overflow: hidden;
	width: 800px;
	height: 116px;
	background-color: #ffffff;
}




.header_logo {
	margin: 0px 0px 0px 0px;
	display: block;
}

form {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header .form {
	float: right;
	margin: 6px 0px 0px 0px;
	text-transform: capitalize;
	/*width: 360px;*/
}

.topRight{
	width: 400px;
	margin: 20px 22px 0px 0px;
	float: right;
}

.logo{
	width: 137px;
	height: 162px;
	position: absolute;	
	top: -20px;
}

.header .loginfo {
	float: right;
	padding:0px;
	height: 56px;
	overflow: hidden;
}



.hdate {
	text-align: right;
	margin-bottom: 10px;
}

.taps_t0 .menu, .taps_tp .menu {
	background-color: #b8beb8;
}

.menuWrapper{
	width: 800px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.menu {
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: 30px;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	width: 803px;
}

.menu div {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 30px;
	/*overflow: hidden;*/
	background-position: 0px 0px;
}

.menu div.item {
	padding: 7px 10px 7px 10px;
	margin-left: 10px;
	width: auto;
	height: auto;
	font-size: 1.3em;
	font-weight: normal;
}

.menu a:hover div.item {
	/*background-color: #cccccc;*/
}

.menu a {
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.menu a:hover {
	text-decoration: none;
}

/* HOME MENU ITEM */

.menu a div.home {
	background-image: url(../images/home_off.png);
	background-repeat: no-repeat;
} 

.menu a:hover div.home, .menu a:hover div.home_on {
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
} 

.menu a div.home_on {
	background-image: url(../images/home_on.png);
	background-repeat: no-repeat;
} 

/* SHOP MENU ITEM */

.menu a div.shop {
	background-image: url(../images/shop_off.png);
	background-repeat: no-repeat;
} 

.menu a:hover div.shop, .menu a:hover div.shop_on {
	background-image: url(../images/shop_over.png);
	background-repeat: no-repeat;
} 

.menu a div.shop_on {
	background-image: url(../images/shop_on.png);
	background-repeat: no-repeat;
} 

/* ABOUT MENU ITEM */

.menu a div.about {
	background-image: url(../images/about_off.png);
	background-repeat: no-repeat;
} 

.menu a:hover div.about, .menu a:hover div.about_on {
	background-image: url(../images/about_over.png);
	background-repeat: no-repeat;
} 

.menu a div.about_on {
	background-image: url(../images/about_on.png);
	background-repeat: no-repeat;
}

/* PRESS MENU ITEM */

.menu a div.press {
	background-image: url(../images/press_off.png);
	background-repeat: no-repeat;
} 

.menu a:hover div.press, .menu a:hover div.press_on {
	background-image: url(../images/press_over.png);
	background-repeat: no-repeat;
} 

.menu a div.press_on {
	background-image: url(../images/press_on.png);
	background-repeat: no-repeat;
} 

/* HELP MENU ITEM */

.menu a div.help {
	background-image: url(../images/help_off.png);
	background-repeat: no-repeat;
} 

.menu a:hover div.help, .menu a:hover div.help_on {
	background-image: url(../images/help_over.png);
	background-repeat: no-repeat;
} 

.menu a div.help_on {
	background-image: url(../images/help_on.png);
	background-repeat: no-repeat;
} 




.hdate .hdate_inner {
	padding: 7px 0px 0px 0px;
}

/*
.header .menu a {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.header .menu a div {
	float: left;
	padding: 5px 8px 10px 8px;
	text-decoration: none;
	cursor: pointer;
}


.header .menu a div.on {
	background-image: url(../images/sw_menu_grad_on.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
}

.header .menu a:hover div {
	background-image: url(../images/sw_menu_grad_over.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
}

*/

.content {
	width: 800px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.taps_th .content {
	/*background-image: url(../images/sw_col_home_bg.gif);
	background-repeat: repeat-y;
	background-position: 650px 0px;*/
}

.taps_t0 .content {
	background-image: url(../images/bg-line.gif);
	background-repeat: repeat-y;
	background-position: 160px 0px;
}


.taps_th .inner {
	/*
	background-color: #ffffff;
	background-image: url(../images/sw_bg-grad-left.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
	*/
}

.content .c1 {
	width: 638px;
	float: left;
	padding-top: 32px;
}

.content .c1 .inner {
	padding: 18px 22px 18px 22px;
}

.content .c2 {
	width: 161px;
	margin-right: 1px; /* for right border */
	float: left;
	overflow: hidden;
	/*padding-top: 32px;*/
	background-image: url(../images/left_menu.png);
	background-position: top;
	background-repeat: repeat;
}



.content .c2 .inner {
	margin: 18px 22px 18px 22px;
}


.content .c2 h2 {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
}

.content .c3 {
	width: 26px;
	float: left;
	padding-top: 32px;
}

.content .subbar {
	/*margin-top: 265px;*/
	height: 22px;
	/*background-image: url(../images/sw_sb_spacer.gif);
	background-repeat: repeat-x;*/
	color: #333333;
	overflow: hidden;
	margin-top: 20px;
}

.taps_th .content .c1 {
	float: right;
	width: 638px;
	height: 455px;
	overflow: hidden;
}

.taps_th .subbar {
	margin-top: 0px;
	display: none;
}

.taps_t0 .content .c1 {
	float: right;
}

.taps_t0 .content .c2 {
	float: right;
}

.taps_t0 .content .c3 {
	float: right;
	display: none;
}

.taps_t0 .content .c2 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.taps_t0 .subbar {
	/*margin-top: 0px;*/
}

.taps_tp .content .c1 {
	clear: both;
	width: 800px;
	
}

.taps_tp .content .c2 {
	display: none;
}

.taps_tp .content .c3 {
	display: none;
}

.taps_tp .subbar {
	/*margin-top: 0px;*/
}

.taps_th .content .c1 {
	display: none;
}

.taps_th .content .c2 {
	width: 160px;
	position: absolute;
}

.taps_th .content .c3 {
	display: none;
}

.footer {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	clear: both;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #333333;
}

.footer .left {
	float: left;
	padding: 7px 0px 12px 22px;
}

.footer .left  p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer .right {
	float: right;
	padding: 7px 40px 0px 0px;
}

.copyright {
	position: absolute;
	bottom: 12px;
	right: 22px;
	text-align: right;
}

.fathom_tagline {
	text-align: center;
	font-size: 0.9em
}

.fathom_tagline a {
	color: #ffffff;
}

div.link_doc {
	background: url(../images/icon_doc_small.gif) left 15% no-repeat;
	line-height: 20px;
	padding-left: 20px;
}
div.link_pdf {
	background: url(../images/icon_pdf_small.gif) left 15% no-repeat;
	line-height: 20px;
	padding-left: 20px;
}

h1 {
	margin: 0px 0px 7px 0px;
	font-size: 1.6em;
	color:#c5996c;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 7px 0px;
	font-size: 1.3em;
	color:#c5996c;
	font-weight: normal;
}

h2 a {
	color:#000066;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr32 {
	margin-right: 32px;
}

.clboth {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.clleft {
	clear: left;
}

.clright {
	clear: right;
}


.btn_search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	width: 67px;
	height: 24px;
	background: url(../images/sw_btn_search.png) no-repeat;
	background-color: transparent;
	border: none;
}
.btn_addTo{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	width: 67px;
	height: 24px;
	background: url(../images/buy_me.png) no-repeat;
	background-color: transparent;
	border: none;
}

.btn_submit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 67px;
	height: 24px;
	background-image: url(../images/sw_btn_submit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.btn_nletter {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 67px;
	height: 24px;
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}


.form_newsletter{
	margin: 6px 0px 20px 20px;
	width: 120px;
}
.taps_th .form_newsletter{
	color: #ffffff;
}
	
.form_newsletter form{
	text-align: left;
}
.inpt_nletter{
	margin: 6px 0px 0px 0px;
	width: 120px;
	text-align: left;
	font-size: 10px;
}


/* HOME */

.home_heading {
	font-weight: bold;
}

.home_content {
}

.c2 h2 {
	margin: 18px 22px 10px 22px;
}

.mailing_box {
	margin: 20px 0px 0px 20px;
	width: 180px;
	background-image: url(../images/sw_box-blue-top.gif);
	background-repeat: no-repeat;
	background-color: #000469;
	color: #ffffff;
	overflow: hidden;
	display: block;
}

.mailing_box .mbcontent {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.mailing_box h2 {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
}

.mailing_box p {
	font-size: 0.9em;
}

/* NEWS MODULE */

.news_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.news_heading {
	color: #000;
	font-weight: bold;
}

a.news_heading {
	color: #007b66;
}

h1 span {
	color: #333333;
	font-weight: normal;
	font-size: 0.7em;
}

.news_heading span {
	color: #c5996c;
	font-weight: normal;
	font-size: 0.9em;
}

.nlist h2 {
	margin: 0px 0px 0px 0px;
}

.nlist p {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.nlist {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h2 span {
	color: #333333;
	font-weight: normal;
	font-size: 0.85em;
}

.news_description {
	font-weight: bold;
}

.news_content {
}

.nsmi div, .nsmi p, .nsmi_on div, .nsmi_on p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nsmicontent {
	background-color: #ffffff;
}

.nsmicontent .nsmiinner{
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
}

.nsmi a, .nsmi a:hover, .nsmi_on a, .nsmi_on a:hover {
	text-decoration: none;
}

.nsmi a .nsmicontent {
	/*border-left: 4px solid #ffffff;*/ 
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;
}

.nsmi_on a .nsmicontent {
	/*border-left: 4px solid #007b66;*/ 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	background-color: #e4e4e4;
	background-position: top;
	background-image: url(../images/sw_list-grad.gif);
	background-repeat: repeat-x;
	
}

.nsmi a:hover .nsmicontent {
	/*border-left: 4px solid #007b66;*/ 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	background-color: #858585;
	background-position: top;
	background-image: url(../images/sw_list-grad-over.gif); 
	background-repeat: repeat-x;
}

.taps_th .nsmi a:hover .nsmicontent {
	/*border-left: 4px solid #ffffff;*/ 
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	background-position: top;
	background-image: url(../images/spacer.gif); 
	background-repeat: repeat-x;
}

/* SERVICES MODULE */

.ssmi div, .ssmi p, .ssmi_on div, .ssmi_on p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ssmi a, .ssmi a:hover, .ssmi_on a, .ssmi_on a:hover {
	text-decoration: none;
}

.ssmi_on a .ssmicontent {
	background-image: url(../images/sw_list-grad.gif);
	font-weight: bold;
}

.ssmi a:hover .ssmicontent {
	color: #999999;
}

.ssmi div.ssmiinner, .ssmi_on div.ssmiinner {
	padding: 2px 22px 2px 22px;
}

/* HOMEPAGE MENU - color fix */
.taps_th .content .c2 h2 {
	color: #ffffff;	
}

.taps_th .content .c2 .ssmicontent {
	color: #ffffff;	
}

.taps_th .content .c2 a:hover .ssmicontent {
	color: #999999;	
}

.services_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.services_box_wrap {
	padding: 0px 0px 0px 20px;
	width: 180px;
	color: #ffffff;
	overflow: hidden;
	display: block;
}
.products_sbbox_fr {
	margin: 0px 0px 0px 0px;
	float: right;
}


.services_box {
	margin: 20px 0px 0px 20px;
	width: 180px;
	background-image: url(../images/sw_box-green-top.gif);
	background-repeat: no-repeat;
	background-color: #176963;
	color: #ffffff;
	overflow: hidden;
	display: block;
}

.services_box .sbcontent {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.services_box a {
	color: #ffffff;
}

.services_box h2 {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
}

.services_box p {
	font-size: 0.9em;
}

.services_box .email {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.services_box p.tel {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.services_description {
	font-weight: bold;
}

.services_content {
}

.service_rp_img {
	float: right;
	margin: 0px 0px 15px 15px;
}

.service_rpsb_img {
	margin-bottom: 15px;
}

.service_rp_img_col {
	float: right;
	margin: 0px 0px 0px 15px;
}

.service_para {
	clear: left;
}

.service_lt_img {
	float: left;
	margin: 0px 15px 15px 0px;
}

div.service_list {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.service_list div.li {
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/number-bullet.gif);
	background-repeat: no-repeat;
	position: 0px 0px;
	padding: 9px 0px 0px 11px;
}

div.service_list div.li div {
	color: #000000;
	font-weight: normal;
	padding-left: 30px;
	position: relative;
	top: -22px;
}


/* TEAM MODULE */

.team_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.team_heading {
	color: #007b66;
	font-weight: bold;
}

/* LINKS MODULE */

.lsmi div, .lsmi p, .lsmi_on div, .lsmi_on p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.lsmi a, .lsmi a:hover, .lsmi_on a, .lsmi_on a:hover {
	text-decoration: none;
}

.lsmi_on a .lsmicontent, .lsmi a:hover .lsmicontent {
	background-image: url(../images/sw_list-grad.gif);
	color: #007b66;
	font-weight: bold;
}

.lsmi div.lsmiinner, .lsmi_on div.lsmiinner {
	padding: 2px 22px 2px 22px;
}

.links_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.links_heading {
	color: #007b66;
	font-weight: bold;
}

.links_heading a {
	color: #007b66;
}

.links_main_heading {
	color: #007b66;
	font-weight: bold;
	margin-bottom: 10px;
}

.links_description{
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}


/* QUOTE MODULE */

.qfinput {
	width: 235px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.qftextarea {
	width: 235px;
	height: 125px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.qfbutton {
	float: left;
	width: 235px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}



/* CONTACT MODULE */

#gmap {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.cfinput {
	width: 235px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.cftextarea {
	width: 233px;
	height: 55px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.cfbutton {
	width: 235px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}

.contact_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}


/* QUOTE MOULE */

.qftable {
	float: left;
	margin-right: 30px;
}

.quote_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* VACANCIES MODULE */

/* USES NEWS CSS */

/* PRODUCTS MODULE */


.products_title {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.info_box {
	margin: 20px 0px 0px 20px;
	width: 180px;
	background-image: url(../images/sw_box-green-top.gif);
	background-repeat: no-repeat;
	background-color: #176963;
	color: #ffffff;
	overflow: hidden;
	display: block;
}

a.item {
	color: #c5996c;
}

.itcontainer {
	position: absolute; 
	bottom: 0px; 
	width: 98px; 
	display: table-cell;
}

.itcontainer img {
	display: block;
}

/* PRODUCT SUB-SECTIONS USE SERVICES CSS */

.psmimg {
	float: right;
	margin: 0px 0px 20px 20px;
}

.lmh_furniture h2 {
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.lmh_furniture div {
	background-image: url(../images/bg_menu_furniture.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

a.lmh_furniture:hover div {
	background-image: url(../images/bg_menu_furniture_over.gif);
}


a.lmh_tableware, a.lmh_tableware:hover {
	text-decoration: none;
}

.lmh_tableware h2 {
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.lmh_tableware div {
	background-image: url(../images/bg_menu_tableware.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

a.lmh_tableware:hover div {
	background-image: url(../images/bg_menu_tableware_over.gif);
}

.lmh_on div {
	margin-bottom: 5px;
}

#pmt {
	margin-top: 21px;
}

a.thead {
	color: #ffffff;
	text-decoration: none;
}

a.thead:hover h2 {
	color: #efefef;
	text-decoration: none;
}


.products_description {
	font-weight: bold;
}

.products_content {
}

.product_type {
	width: 198px;
	float: left;
	margin: 0px 13px 20px 0px;
	overflow: hidden;
}

.product_type img {
	display: block;
}

.product_type .furniture {
	background-image: url(../images/sw_intro-furniture-middle.gif);
	background-repeat: no-repeat;
	background-color: #8c7155;
}

.product_type .exhibition {
	background-image: url(../images/sw_intro-exhibition-middle.gif);
	background-repeat: no-repeat;
	background-color: #777777;
}

.product_type .tableware {
	background-image: url(../images/sw_intro-tableware-middle.gif);
	background-repeat: no-repeat;
	background-color: #bc8e46;
}

.product_type .product_type_middle {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}

.product_type .product_type_middle h2 {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-bottom: 3px;
}

.product_type .product_type_middle p {
	font-size: 0.9em;
}

.ptm_div {
	/*margin-left: 12px;*/
}

.product_info_box {
	width: 180px;
	float: left;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.product_info_box img {
	display: block;
}

.product_info_box .product_info {
	background-image: url(../images/sw_info-middle.gif);
	background-repeat: repeat-y;
	background-color: #9aa59d;
}

.product_info_box .product_info_middle {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}

.product_info_box .product_info_middle h2 {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-bottom: 3px;
}

.product_info_box .product_info_middle p {
	font-size: 0.9em;
}

.products_sbbox {
	margin: 0px 0px 0px 0px;
	float: left;
}

.product_item_wrapper {
	float: left;
	width: 185px;
	overflow: hidden;
	margin: 15px 15px 0px 0px;
}

.newrow {
	clear: left;
}

.endrow {
	margin: 15px 0px 0px 0px;
} 

.product_nav {
	float: right;
	width: 80px;
	text-align: right;
}

.product_nav1, .product_nav2, .product_nav3 {
	float: right;
	display: inline-block;
	font-size: 9px;
	margin-left: 15px;
}

.pqfield {
	width: 15px;
}

#csmenu {
	text-align: right;
	/*width: 300px;*/
	margin: 0px;
}

.mamenu {
	margin: 0px 20px 0px 20px;
}

/* ---------------------------------- */

.breadcrumbs {
	margin: 0px 0px 0px 20px;
}

#fmenu {
	margin-top: 90px;	
}

#smenu {
	width: 160px;
	overflow: hidden;
	margin-bottom: 200px;
}

#smenu_products {
	width: 160px;
	overflow: hidden;
	margin-bottom: 200px;
}


#smenu_contact {
	width: 160px;
	overflow: hidden;
	margin-bottom: 200px;
}

#smenu_news {
	width: 160px;
	/*height: 600px;*/ 
	margin-bottom: 20px;
	overflow: hidden;
}

/* ---------------------------------- */

#dhtmlgoodies_slideshow{
		width:350px;	/* Total width of slideshow */
		position: relative;
		left: 20px;
	}
	
	#galleryContainer{	
		height:55px;
		position:relative;
		overflow:hidden;
	}
	
	#arrow_left{
		position:absolute;
		left:-20px;
		top: 18px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:-20px;
		top: 18px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:50px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	
	#theImages div.idiv {
		float: left; 
		width:50px; 
		height: 50px; 
		position: relative; 
		border: 1px solid #cccccc; 
		background-color: #ffffff; 
		margin: 0px 3px 0px 3px;
	}
	
	#theImages div.idiv img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
		position: absolute;
		bottom: 0px;
	}
	
	
	/* ---------------------------------- */
	
	
	.menu a.mycart {
		font-weight: normal;
		font-size: 1em;
	}
	
	.info_cell {
		border-top: 1px solid #cccccc;
	}
	
	.btn {
		position: relative;
		top: 7px;	
		z-index: 6;
	}
	
	.btnText {
		display: inline;
		position: absolute;
		text-align: center;
		width: 61px;
		height: 30px;
		overflow: hidden;
		z-index: 7;
	}
	
	.btnText a, .btnText a:hover {
		color: #ffffff;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		top: 11px;
	}
	
	.table_favourites {
		border-bottom: 1px solid #cccccc;
	}
	
	.table-head {
		background-color: #dbc293;
		color: #ffffff;
		font-size: 1.2em;
	}
	
	.table_row {
		background-color: #f6f0e4;
	}
	
	/* ---------------------------------- */
	
	
	#codeigniter_profiler {
		margin-top: 550px;
	}
	
	.mt3 {
		margin-top: 3px;
	}

	.tBold{
		font-weight:bold;
	}

	.tStrike{
		text-decoration: line-through;
	}

	.tUnderline{
		text-decoration: underline;
	}

	.tItalic{
		font-style: italic;
	}
	
	.item_content {
		float: left;
		width: 330px;
	} 
	.item_content h1 {
		color: #000;
		font-size: 13px;
		text-transform: none;
		font-weight: bold;
		float: left;
		width: 220px;
	} 	
	.item_content select {
		width: 145px;
	}
	.item_price {
		color: #999;
		font-size: 21px;
		float: right;
		width: 110px;
		margin: 0px 0px 0px 0px;
	} 
	
	.item_price_strike {
		color: #999;
		font-size: 12px;
	} 
	
	.item_price_special {
		color: #ba0000;
		font-weight: bold;
		font-size: 14px;
		float: right;
		width: 110px;
		margin: 0px 0px 0px 0px;
	} 
	
	.tpred {
		color: #ba0000;
	}
	
	.item_code{
		
	}
	.item_designer{
		color: #c5996c;
		font-size: 12px;
		font-weight: bold;		
	}
	
	.item_designer a {
		color: #c5996c;
	}
	
	.pcicon{
		float: left;
		margin: 0px 20px 20px 0px;
	}
	.pciconLast{
		float: left;
		margin: 0px 0px 20px 0px;
	}
	textarea.OBaddress{
		width: 159px;
		height: 75px;
	}


/* ---------------------------------- */

/* FATHOMIT TEMP */

.taps_t0 .content .c2 p.flmitem {
	margin-bottom: 7px;
}

.taps_t0 .content .c2 p.flmitem a:hover {
	color: #c5996c;
	text-decoration: none;
}

a.adminBtn:hover {
	color: #c5996c;
	text-decoration: none;
}

hr {
	border: 1px solid #ffffff;
	border-top: 1px solid #666666;
	margin: 5px 0px 20px 0px;
}

hr.sub {
	border: 1px solid #ffffff;
	border-top: 1px solid #cccccc;
	margin: 5px 0px 5px 0px;
}
.mainHD{
	margin-bottom: 25px;
}

.pNotes{
	width: 327px;
	border: 1px solid #999;
}
.pDelivery{
	width: 327px;
	border: 1px solid #999;
}
.pReturns{
	width: 327px;
	border: 1px solid #999;
}

.pNotes div,.pDelivery div,.pReturns div{
	width: 307px;
	margin: 20px 0px 20px 10px;
}

#about{

}
#delivery{

	display: none;
}
#returns{
	display: none;
}

label{
	display: block;
	float: left;
	width: 100px;
}

a.crown:link, a.crown:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/crown_off.jpg);
	background-position: 0px 40%;
	background-repeat: no-repeat;
}

a.crown:hover, a.crown:active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/crown_on.jpg);
	background-position: 0px 40%;
	background-repeat: no-repeat;
	color: #c5996c;
}

.formAlert{
	color: red;
	text-align: left;
}

.img_preview_txt {
	font-size: 0.9em;
	margin-top: 5px;	
}

.site_map h1 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.site_map h2 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.site_map h3 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.site_map h4 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.site_map .group {
	border-left: 1px solid #000000;
	margin-left: 15px;
}

.site_map .group .group {
	margin-left: 25px;
}

.site_map .group .group .group {
	margin-left: 40px;
}

.site_map .item {
	width: 10px;
	height: 5px;
	border-top: 1px solid #000000;
	margin: 5px 5px 0px 0px;
	float: left;
}

.site_map h1 a { color: #000000; }
.site_map h2 a { color: #000000; }
.site_map h3 a { color: #000000; }
.site_map h4 a { color: #000000; }

.fsticker {
	position: absolute;
	top: 200px;
	right: -80px;
	z-index: 10;
}

/* -------------------------------- */


.tbold{
	font-weight:bold;
}

.tstrike{
	text-decoration: line-through;
}

.tunderline{
	text-decoration: underline;
}

.titalic{
	font-style: italic;
}

.black { color: #000000; }
.white { color: #ffffff; }
.blue { color: #3366ff; }
.gold { color: #aa9833; }
.pink { color: #ff9a9a; }
a.pink { color: #ff9a9a; }
.red { color: #ff3333; }
