*{text-decoration:none;}

.feedback-panel {
    padding:20px;
    width: 250px;
    background: #a80329;
    border: #29216d 1px solid;
    position:absolute;
    top:200px;
	color:#fff;
	z-index:100;
	font-size:14px;
    left:-291px;
}

.feedback-panel h4 {
	font-size:15px !important;	
}
 
.feedback-panel a.feedback-tab {
    background:transparent url(../images/xmas_opening.gif) no-repeat scroll 0 0;
    border-width: 1px 1px 1px 0;
    display:block;
    height:200px;
    left:60px;
    bottom:21px;
    position:relative;
    float:right;
    text-indent:-9999px;
    width:40px;
    outline:none;
}
 
textarea {
    width:90%;
    padding:5px;
}
 
#response-message {
    background: #ccc;
    border: 1px solid #999;
    padding:50px;
}



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
}


a{outline:none;}
img a{border:none;}
a img {border:none;}
h2{color:#f4970e; font-size:16px; margin-top:1px; }


#header_container {
	background-color: #000000;
	background-position:left top;
	background-repeat:repeat-x;
	margin: 0 auto;
	border: none;
	height:126px;
	text-align: center;
	background-image: url(../images/header_bg.gif);
}
#header {
	background-color: transparent;
	background-image:url(../images/nick_munro_logo.gif);
	height:126px;
	width:905px;
	margin: 0 auto;
	padding: 0;
	background-position: 0px;
	background-repeat: no-repeat;
}
.nav_bg {
	background-image:url(../images/header_nav_bg.gif);
	background-repeat:repeat-x;
	height:35px;
	width:auto;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	background-position: left bottom;
}


/* MOSAIC FILTERING NAV */

.shop-grid-container { margin:0px; margin:15px -10px; padding:0px; padding-top:50xp; height:auto; margin-left:-8px; }

ul.mosaic {
	margin:0px 0px 10px 0px;
	padding:0;
}

ul.mosaic li {
padding:0;
	list-style-type: none;
	display: inline;
	color:#EE8224;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
ul.mosaic li a:hover {
	list-style-type: none;
	display: inline;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}
	
	ul.mosaic li.selected {
		-webkit-border-radius: 15px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#FFFFFF;
		background: #616161;
		-webkit-box-shadow: 1px 1px 0px #000000;
	}
	
	ul.mosaic .selected a, ul.mosaic .selected a:visited {
		text-shadow: 1px 1px 0px #000000;
		color: #fff;
	}

ul.mosaic_item {
	list-style-type: none;
	display: block;
	float: left;
	padding:0;
	margin: 0;
	margin-left:8px;
}
ul.mosaic_item li {
	list-style-type: none;
	display: block;
	float: left;
	padding:0;
	margin: .3em;
}
	
	ul.mosaic_item li img {
		border: 2px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px #ac987e;
		-moz-box-shadow: 0px 0px 5px #ac987e;
		box-shadow: 0px 0px 5px #ac987e;
		margin-bottom:6px;
margin-right:11px;
	}


ul.mosaic a, ul.mosaic a:visited {
	color: #EE8224;
	text-decoration: none; 
}


.cleaner { 
clear:both;
}






/* TOOL TIP NEW HOME PAGE 25.08.2010 */

.ddimgtooltip{
box-shadow: 3px 3px 2px #616161; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}




/* END TOOL TIP NEW HOME PAGE 25.08.2010 */








/*DROPDOWN/////////////////////////*/

.megamenu {

width:903px;
height:35px;
color:#FFF;
margin:0 auto;
padding:0;
}

.megamenu ul {
text-align:left;
list-style-type:none;
margin:0 auto;
padding:0;
display:inline;
padding-top:5px;
list-style:none;
text-align:left;
}

.megamenu ul li {
list-style-type:none;
display:block;
float:left;
padding:0;
margin:0;
margin-top:5px;
}

.megamenu li a {
	display:block;
	height:30px;
	background:url(../images/header_nav_middle.gif) 0 -60px repeat-x;
	font-size:12px;
	font-family:"century gothic";	
        margin-right: 4px;
	text-decoration:none;
	float:left;
	font-style: normal;
	font-variant: normal;
}
.megamenu li a span.left {
	display:block;
	background:url(../images/header_nav_left.gif) left -60px no-repeat;
	float:left;
	color:#FFFFFF;

}
.megamenu li a span.left span.right {
	display:block;
	background:url(../images/header_nav_right.gif) right -60px no-repeat;
	float:left;
	padding:7px 29px 7px 29px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#FFFFFF;

}
.megamenu ul li a:hover {
	background:url(../images/header_nav_middle.gif) 0 -30px repeat-x;
	color:#fff;

}
.megamenu ul li a:hover span.left {
	background:url(../images/header_nav_left.gif) left -30px no-repeat;

}
.megamenu ul li a:hover span.left span.right {
	background:url(../images/header_nav_right.gif) right -30px no-repeat;
}
.megamenu ul li a.hover {
	display:block;
	height:30px;
	background:url(../images/header_nav_middle.gif) 0 top repeat-x;
	font-family:"century gothic", Verdana, Arial;
	text-decoration:none;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover span.left2 {
	display:block;
	background:url(../images/header_nav_left.gif) left top no-repeat;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover span.left2 span.right2 {
	display:block;
	background:url(../images/header_nav_right.gif) right top no-repeat;
	padding:7px 23px 7px 23px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#ee8224;
}
.megamenu li a.hover:hover, .megamenu li a.hover:visited, .megamenu li a.hover:active, .megamenu li a.hover:link {
	display:block;
	height:30px;
	background:url(../images/header_nav_middle.gif) 0 top repeat-x;
	font-family:"century gothic", Verdana, Arial;
	margin-right: 4px;
	text-decoration:none;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover:hover span.left2, .megamenu li a.hover:link span.left2, .megamenu li a.hover:active span.left2, .megamenu li a.hover:visited span.left2    {
	display:block;
	background:url(../images/header_nav_left.gif) left top no-repeat;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover:hover span.left2 span.right2, .megamenu li a.hover:link span.left2 span.right2, .megamenu li a.hover:active span.left2 span.right2, .megamenu li a.hover:visited span.left2 span.right2 {
	display:block;
	background:url(../images/header_nav_right.gif) right top no-repeat;
	padding:7px 23px 7px 23px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#ee8224;
}





/*    INSERT   MOD    HERE    */













.megamenu ul li.downservices {
margin:0;
margin-top:5px;

}

.servicesdropped {
display:none;
text-align:left;
position:absolute;
background:#000;
font-size:10px;
width:560px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius-topright:0;
-webkit-border-radius-topright:0;
-moz-border-radius-topleft:0;
-webkit-border-radius-topleft:0;
border:1px solid #999;
margin:34px 0 0 240px;
padding:20px 0 20px 10px;
opacity: 0.93;
-ms-filter: "alpha(opacity=93)";
filter: "alpha(opacity=93)";
z-index:10;
}


.servicesdropped h3 {font-size:13px; margin-left:10px;  clear:both; padding:0px 0 4px 10px; margin:0px;}
.servicesdropped h3 a{color:#FFF;}
.servicesdropped h3 a:hover{color:#FFF; text-decoration:none;}

.servicesdropped h4 {font-size:13px; margin-left:10px;  clear:both; padding:8px 0 4px 10px; margin:0px; }
.servicesdropped h4 a{color:#FFF;}
.servicesdropped h4 a:hover{color:#FFF; text-decoration:none;}


.servicesdropped ul.left {
text-align:left;
float:left;
font-size:11px;
width:176px;
margin:0;
background-image:none;
padding:0;
height:auto;
}

.servicesdropped ul.middle {
text-align:left;
float:left;
border-right:1px solid #333;
border-left:1px solid #333;
font-size:11px;
width:176px;
margin:0;
padding:0;
padding-left:10px;
height:245px;
}



.servicesdropped ul.right {
text-align:left;
float:left;
font-size:11px;
width:176px;
margin:0;
background-image:none;
padding:0;
padding-left:10px;
height:auto;
}

.servicesdropped ul.right li a,.servicesdropped ul.middle li a , .servicesdropped ul.left li a {
list-style-type:none;
display:block;
color:#888;
font-size:11px;
margin:0;
padding:0px 0px 0px 10px;
background:none;
clear:both;
width:150px;
font-family:"century gothic", Verdana, Arial;
height:10px;
}

.servicesdropped ul.right li a:hover,.servicesdropped ul.middle li a:hover, .servicesdropped ul.left li a:hover {
list-style-type:none;
color:#f4970e;
display:block;
font-size:11px;
margin:0;
padding:0px 0px 0px 11px;
height:10px;
}





.youtube a {
	background-image:url(../images/youtube_feature.jpg);
	background-position:left -104px;
	height:104px;
	margin:0px;
	width:246px;
	background-repeat: no-repeat;
	display:block;
}
.youtube a:hover {
	background-position:left top;
	background-image: url(../images/youtube_feature.jpg);
	display: block;
}






ul#topnav a.nav_item span {position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;}






.home_left {
	width:646px;
	float:left;
	padding-top:20px;
	background-color: #000;
}
.home_right {
	width: 246px;
	float:right;
	margin-top: 20px;
	padding:0;
	border: 1px solid #2A2828;
}



/*
 * jQuery Nivo Slider v2.6
*/
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}











.featured_product_left {
	width:646px;
	clear:both;
	height:349px;
	background-color:#000;
	float:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.featured_product_selecter_left {
	width:598px;
	height:170px;
	float:left;
	background-color: #070707;
	background-image: url(../images/product_select_slider_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #2a2828;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.product_selecter_clear { clear:both; float:left; height:1px; width:100%; }

.nick_story { 
	float:none;
	height: auto;
	width: 248px;
	padding-bottom: 15px;
}

.vintage_collecton {
	float:none;
	width:248px;
	height:auto;
	padding-bottom:15px;	
}
.featured_product_right_home {
	float:none;
	width:236px;
	height:53px;
	padding:98px 0px 0px 13px;
	background-image:url(../images/latest_product_diningtable.jpg);
	background-repeat:no-repeat;

}

.featured_product_right_home span.upperright {
color:#FFFFFF;
font-size:11px;
line-height:12px;
float:left;
margin-top:29px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.priceandlinkright a{font-size:11px; font-weight:lighter; color:#f7941e; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
.priceandlinkright a:hover{text-decoration:underline; }


.featured_product_right {
	float:none;
	width:248px;
	height:192px;
	padding:0px;
	

}

.oneColFixCtrHdr #container {
	width: 904px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}


.oneColFixCtrHdr #container2 {
	width: 904px;
	text-align: left;
	margin:0 auto;
	padding:0;
	background-color: #000;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background: #000;
	padding-top: 0;
	height: auto;
}

.ContentClear { clear:both; height:1px; }






.watches_header { width:904px; height:auto; display:block; float:left; margin-top:20px; }








/* ===== bottom three ===== */

.bottom_three {
	width:902px;
	margin-top:15px;
	height:115px;
	border:1px solid #353333;
	float:none;
	background-color:#161716;
}



.bottom_three p { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; line-height:16px; margin:0 0 8px 0; padding:0px; }
.bottom_three h3 { font-family:Helvetica, Arial, sans-serif; font-size:13px; text-transform:uppercase; color:#808080; font-style:normal; font-variant:normal; line-height:16px; margin:0 0 5px 0;  }
.bottom_three h4 { font-family:Helvetica, Arial, sans-serif; font-size:13px;  margin:0 0 0px 0; padding:0px; color:#E6E6E6;}
.bottom_three h4 a{ color:#E6E6E6; text-decoration:none;}
.bottom_three h4 a:hover{ color:#E6E6E6; text-decoration:underline;}
.bottom_three a:link { font-family:Helvetica, Arial, sans-serif; font-size:13px; color:#E6E6E6; text-decoration:none; }
.bottom_three a:hover { font-family:Helvetica, Arial, sans-serif; font-size:13px;  color:#E6E6E6; text-decoration:underline; }

.bottom_three_guarantee {
	background-image:url(../images/bottom_feat_egg.jpg);
	width:271px;
	height:95px;
	float:left;
	margin-top: 10px;
	/*padding-right: 66px;*/
	margin-bottom: 10px;
	padding-left: 10px;
	background-position: right 50%;
	background-repeat:no-repeat;
}

.bottom_three_guarantee_text { width: 205px; display:block; }

.bottom_three_blog {
	background-image:url(../images/bottom_feat_mirror.gif);
	width:268px;
	height:95px;
	float:left;
	display:inline;
	margin-top: 10px;
	/*padding-right: 90px;*/
	margin-bottom: 10px;
	padding-left: 10px;
		background-position: right 50%;
}

.bottom_three_blog_text { width: 150px; display:block; }



.bottom_three_commission {
	background-image: url(../images/cuff_links_feature_bg.png);
	width:333px;
	height:95px;
	float:left;
	display:inline;
	margin-top: 10px;
	/*padding-right: 173px;*/
	margin-bottom: 10px;
	padding-left: 10px;
		background-position: right 58%;


}

.bottom_three_commission_text { width: 195px; display:block; }


.bottom_four {
	width:902px;
	margin-top:15px;
	height:104px;
	float:none;
	background-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #353333;
	border-bottom-color: #353333;
	margin-bottom: 15px;
}

.bottom_four p { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; line-height:16px; margin:0 0 8px 0; padding:0px;  }
.bottom_four h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; line-height:16px; margin:0 0 8px 0; font-weight:bold; padding:0px;  }
.bottom_four ul { margin:0px; padding:0px; list-style:none; }
.bottom_four li { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; margin:0px; padding:0px; line-height:15px;  }
.bottom_four li a:link, .bottom_four li a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; text-decoration:none; margin:0 0 2px 0; padding:0px;  }
.bottom_four li a:hover, .bottom_four li a:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; text-decoration:underline; 	 margin:0 0 2px 0; padding:0px;  }
.bottom_four label { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; width:140px; float:left; line-height:16px; margin:0 0 8px 0; padding:0px;  }

.bottom_four_divider {
	width:1px;
	height:104px;
	background-image:url(../images/bottom_four_divider.jpg);
	float:left;
}

.bottom_four_shop_by {
	width:257px;
	height:78px;
	float:left;
	padding:16px 0px 10px 10px;
}

.bottom_four_generallinks {
	width:104px;
	height:72px;
	float:left;
	padding: 16px;
}
.bottom_four_servicelinks {
	width:140px;
	height:77px;
	float:left;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 16px;
}
.bottom_four_newsletter {
	width:303px;
	height:72px;
	float:left;
	padding: 16px;
	padding-right:0;
}
.bottom_four_house_beautiful {
	width:297px;
	background-image:url(../images/house_beautiful_column_bg.gif);
	background-repeat:no-repeat;
	background-position:15px 8px;
	height:48px;
	float:left;
	padding: 40px 20px 16px 16px;
}

.bottom_four_house_beautiful p { margin:0px; line-height:15px; }

/* === about us === */

.about_us_container { width:902px; height:auto; display:block; float:none; padding:0px; margin:24px 0 0px 0; border: 1px solid #353333; background-color:#1C1E1D; }
.about_us_header { width:872px; height:33px; padding:15px; margin:0px; border-bottom: 1px solid #353333; background-color:#1C1E1D;}
.about_us_3_col_l { width:573px; height:auto; padding:15px; margin:0px; float:left; border: none; background-color:#1C1E1D;}
.about_us_3_col_l h3 { font-size:22px; margin:0 0 7px 0; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; }
.about_us_3_col_l p { font-size:13px; margin:0 0 30px 0; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:normal; line-height:22px; }
p span.white { font-size:12px; margin:0 0 13px 0; padding:8px 0 0 0 ; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:normal; line-height:1.3em; }


.clear { height:1px; clear:both; display:block; }

.about_us_3_l_a {
	width:261px;
	height:522px;
	float:left;
	background-color:#1C1E1D;
	background-image: url(../images/about-us-col-divider.jpg);
	background-repeat: no-repeat;
	background-position: right -14px;
	padding-right: 15px;
}

.about_us_3_l_b {
	width:256px;
	height:522px;
	float:right;
	background-color:#1C1E1D;
	background-image: url(../images/about-us-col-divider.jpg);
	background-repeat: no-repeat;
	background-position: right -14px;
	padding-right: 25px;


}

.about_us_3_l_b img { margin: 0 0 10px 0; }

.about_us_3_col_r { float:right; width:284px; height:auto; padding:0 10px 0 0px; }


.aboutCol1{width:250px; height:670px; float:left; background-image: url(../images/about-us-col-divider.jpg); background-repeat: repeat-y; background-position: 100% 0; padding-right:22px; margin:15px 15px 15px 15px; clear:both;}
.aboutCol2{width:261px; height:670px; float:left; background-image: url(../images/about-us-col-divider.jpg); background-repeat: repeat-y; background-position: 100% 0; padding-right:22px; margin:15px 15px 15px 3px; display:inline;}
.aboutCol3{width:276px; height:670px; float:left; margin:0 0 15px 3px; display:inline;}
.aboutCol1 h3 { font-size:21px; margin:0 0 10px 0; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; }
.aboutCol1 p { color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 48px;
    padding: 0;}



.aboutCol2 p { margin: 0 0 10px 0 !important; }


/* == end == */





/* == contact us == */

.contact_us_container {
	background-image:url(../images/contact_us_bg.jpg);
	width:904px;
	height:496px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.contactText{width:185px; height:200px; float:right; text-align:left; margin-top:240px;}
.contact_us_container p { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; margin:0px; padding:0 0 8px 0; }


p a:link, p a:visited { font-family:Arial, Helvetica, sans-serif; color:#F7931E; text-decoration:none; }

p a:hover, p a:active { font-family:Arial, Helvetica, sans-serif; color:#F7931E; text-decoration:underline; }



.shopBy{width:250px; float:left; margin-bottom:5px;}

.greyText{color:#CCC; font-size:12px; font-family:Arial, Helvetica, sans-serif;}


.shop_by_product { width:90px; height:16px; float:none; margin:0px; margin-left:13px; border:1px solid #999; background-color:#FFF; padding:2px; }

#footer {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width:882px;
	background-color: #000000;
	background-image: url(../images/ccards.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}
.footer_left { float:left; width: 529px; height:50px; }

.footer_left_l { float:left; width:350px; }

span.light {
	margin: 0;
	color: #AFAFB0;
	display:block;
	float:left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
}
span.light a{color: #AFAFB0; text-decoration:underline;}
span.light a:hover{color: #AFAFB0; text-decoration:none;}


span.dark {
	margin: 0;
	color: #747578;
	display:block;
	float:left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
span.rss {
	width:155px;
	height:13px;
	float:right;
	color: #AFAFB0;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size: 10px;
	background-image:url(../images/rss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 9px;
	padding-left: 25px;
}
#search_mini_form{display:inline;}

.searchBox{width:226px; height:60px; float:left; background-image: url(../images/searchBox.jpg); background-repeat:no-repeat; margin-bottom:10px;}

br.clear{clear:both; line-height:1;}

.submit{width:17px; height:18px; background-image:url(../images/submit1.jpg); margin-top:28px; border:none; padding:2px; cursor:pointer; margin-left:5px;}
.submit1{width:17px; height:18px; background-image:url(../images/submit2.jpg); margin-top:28px; border:none; padding:2px; cursor:pointer; margin-left:0px;}

.searchText{margin:28px 0 0 9px; border:1px solid #999; background-color:#FFF; height:20px; padding:2px; }
.searchText1{margin:0px 1px 0 0px; border:1px solid #999; background-color:#FFF; height:20px; padding:2px;}

.newhomesidebox{width:247px;
height:104px;
margin-bottom:16px;
}
.feature_commission
{width:247px;
height:auto;
margin-bottom:16px;
}
.latest_product
{ width:245px;
border:1px solid #2a2828;
height:265px;
background:#000000;
background-image:url(../images/latest_product_swallow_tail_bg.jpg); background-repeat:no-repeat;}
 


.newhomesideboxlast {width:236px;
height:71px;
margin-bottom:15px;
background-image:url(../images/our-best-seller.jpg);
background-repeat:no-repeat;
padding-top:35px;
padding-left:10px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.newhomesideboxlast .highligher{

font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.newhomesideboxlast a{

font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#f7941e;
text-decoration:none;
}

.newhomesideboxlast a:hover{

text-decoration:underline;
}

.priceandlink {color:#fff; font-size:11px; padding-top:10px; font-weight:lighter;  font-family:Verdana, Arial, Helvetica, sans-serif;  }

.priceandlink a{font-size:11px; font-weight:lighter; color:#f7941e; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
.priceandlink a:hover{text-decoration:underline; }


#homepagebox {
width:603px;
height:147px;
padding-top:200px;
padding-left:20px;
background-image:url(../images/domus-view-range.jpg);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
margin-top:20px;
}

#home_offer_and_shop {
width:624px;
height:347px;
background:#000000;
margin-top:20px;
margin-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;

}

.home_offer_left { float:left; background:#000000; background-image:url(../images/crackle_glass_feat_bg.jpg); background-repeat:no-repeat; width:218px; height: 270px; border:1px solid #2a2828; padding:76px 20px 0px 0px; }
.shop_online_white a { background-image:url(../images/shop-online-text-btn-white-orange.png);
width:214px; height:38px; background-position:left 0px; display:block; }
.shop_online_white a:hover { background-image:url(../images/shop-online-text-btn-white-orange.png);
width:214px; height:38px; background-position:left -39px; display:block; }



.home_shop_right { float:right; background:#000000; border:1px solid #2a2828; width:367px; height:346px; }

.home_shop_right .download_btn a:link { margin:34px 0 0 16px; width:111px; height:39px; display:block; float:left; background-image:url(../images/download_btn.gif); background-repeat:no-repeat; }
.home_shop_right .download_btn a:hover { background-position:left -39px; }




.view_range a { background-image:url(../images/view-range-new.png);
width:87px; height:22px; background-position:left 0px; display:block; }
.view_range:hover a { background-image:url(../images/view-range-new.png);
width:87px; height:22px; background-position:left -22px; display:block; }


.view_range_black a { background-image:url(../images/view_range_black.png);
width:88px; height:23px; background-position:left 0px; display:block; }

.view_range_black:hover a { background-image:url(../images/view_range_black.png);
width:88px; height:23px; background-position:left -23px; display:block; }


.shop_online a { background-image:url(../images/shop-online-text-btn.png);
width:214px; height:38px; background-position:left 0px; display:block; }
.shop_online a:hover { background-image:url(../images/shop-online-text-btn.png);
width:214px; height:38px; background-position:left -39px; display:block; }

.redbold {color:#CC0000;
font-weight:bold;}


.view-products_btn a{ background-image:url(../images/view-range.png);
width:86px; height:21px; background-position:left 0px; display:block; margin-left:55px;}

.view-products_btn:hover a{ background-image:url(../images/view-range.png);
width:86px; height:21px; background-position:left -21px; display:block; margin-left:55px;}


.item {
	width:201px;
	height:260px;	
	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	border: 2px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px #ac987e;
		-moz-box-shadow: 0px 0px 5px #ac987e;
		box-shadow: 0px 0px 5px #ac987e;
	margin-bottom:16px;
margin-left:5px;
margin-right:15px;
margin-top:5px;

}

.itembot {
	width:201px;
	height:260px;	
	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	border: 2px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px #ac987e;
		-moz-box-shadow: 0px 0px 5px #ac987e;
		box-shadow: 0px 0px 5px #ac987e;
	margin-bottom:5px;
margin-left:231px;
margin-right:-209px;
margin-top:5px;

}

.item .caption, .itembot .caption {
	width:203px;
	height:260px;
	z-index:100;

	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;
	

	/* hide it by default */
	display:none;
	top:0px;

	/* opacity setting */
	    /* ie  */
	background-image:url(../images/shopoverlay.png);
	text-align:center;
	

}

.item .caption h3, .itembot .caption h3 {
	text-decoration:none;
	color:#333333;
	font-size:19px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
	
margin-top:191px;
text-shadow:#EDEDED 1px 1px;
	font-weight:normal;
}

.item .caption p, .itembot .caption p {
	padding:5px;	
	
margin-right:0;
margin-bottom:0;
margin-top:-4px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	margin-top:-18px;
}

.item img, .itembot img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
	left:0px;
}

.view-products_btn { background-image:url(../images/view-range.png);
width:86px; height:21px; background-position:left 0px; display:block; margin-left:55px;}

.view-products_btn:hover { background-image:url(../images/view-range.png);
width:86px; height:21px; background-position:left -21px; display:block; margin-left:55px;}
