@charset "utf-8";

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
} 

/* Remove annoying border on linked images. */
a img { border: none; }

/*ie6 png fix*/
/*img { behavior: url(iepngfix.htc) }*/

/*remove underline for links*/
a {
	text-decoration:none;
}

/* -------------------------------------------------------------- 
  
   * End Reset
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Defaults
   
-------------------------------------------------------------- */

img {
	display:block;
}

a img {
  	border: 0;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear {
	clear:both;
}

body{
	font:12px Arial, Helvetica, sans-serif;
	color:#3D3D16;
	background-color:#F6F5E5;
}

a{
	text-decoration:none;
}

.error {
	color:#FF0000;
}	
/* -------------------------------------------------------------- 
  
   * End Defaults
   
-------------------------------------------------------------- */





/* -------------------------------------------------------------- 
  
   * Wrap
   
-------------------------------------------------------------- */

#wrap {
	width:942px;
	margin: 0 auto;
}

/* -------------------------------------------------------------- 
  
   * End Wrap
   
-------------------------------------------------------------- */





/* -------------------------------------------------------------- 
  
   * Header
   
-------------------------------------------------------------- */

#header {
	height:155px;
}

h1 {
	float:left;
	height:106px;
	width:330px;
	background-image:url(../images/belfast_sink_drainers_logo.png);
	text-indent:-9000px;/*hide text*/
	margin:25px 0 0 25px;
}

#cart {
	float:right;
	margin-top:126px;
	background:url(../images/bg_cart.gif) right no-repeat;
	height:21px;
	padding-right:49px;
	font-weight:bold;
}

#cart ul {
	padding-top:4px;
}

#cart ul li {
	display:block;
	float:left;
	padding-left:13px;
}

#cart ul li a:link, #cart ul li a:visited {
	color:#4E4E28;
}

#cart ul li a:hover {
	color:#000000;
}

#currency {
	position:relative;
	padding-right:47px;
}

.currency {
	text-indent:-9000px;/*hide text*/
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	top:-2px;
}

.pounds_selected {
	background-image:url(../images/bg_currency_pound_select.gif);
	right:20px;
}

.euros_selected {
	background-image:url(../images/bg_currency_euro_select.gif);
	right:0;
}

.pounds {
	background-image:url(../images/bg_currency_pound.gif);
	right:20px;
}

.euros {
	background-image:url(../images/bg_currency_euro.gif);
	right:0;
}

/* -------------------------------------------------------------- 
  
   * End Header
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Navigation
   
-------------------------------------------------------------- */

#navigation {
	width:942px;
	height:35px;
	background-image:url(../images/bg_navigation.png);
}

li.top_list{
	float:left;
}

a.top_link{
	height:35px;
	display:block;
	text-indent: -9000px;/*Hide Text*/
}

#navigation ul li a.top_link:hover{
	background-position:0 -35px;
}

a#but_home:link, a#but_home:visited{
	background:url(../images/bg_but_home.png) top left no-repeat;
	width:115px;
}

a#but_about:link, a#but_about:visited{
	background:url(../images/bg_but_about.png) top left no-repeat;
	width:84px;
}

a#but_draining_boards:link, a#but_draining_boards:visited{
	background:url(../images/bg_but_draining_boards.png) top left no-repeat;
	width:158px;
}

a#but_bespoke_service:link, a#but_bespoke_service:visited{
	background:url(../images/bg_but_bespoke_service.png) top left no-repeat;
	width:158px;
}

a#but_shipping_terms:link, a#but_shipping_terms:visited{
	background:url(../images/bg_but_shipping_terms.png) top left no-repeat;
	width:167px;
}

a#but_contact:link, a#but_contact:visited{
	background:url(../images/bg_but_contact.png) top left no-repeat;
	width:100px;
}

#nav_drop {
	position:absolute;
	background-color:#514206;
	padding:8px 13px;
}

a.drop_link:link, a.drop_link:visited {
	color:#F1E2B4;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	padding-left:17px;
	background:url(../images/bg_dot_drop_down.gif) top left no-repeat;
}

a.drop_link:hover {
	color:#FBF5E6;
	background-position:0 -25px;
}

/* -------------------------------------------------------------- 
  
   * End Navigation
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Home Page
   
-------------------------------------------------------------- */

#home_right {
	float:right;
	width:489px;
	height:253px;
	background-image:url(../images/bg_home_page_right.png);
}

#home_right h2 {
	background-image:url(../images/headers/Handmade_Belfast_Sink_Draining_Boards.png);
	height:52px;
	width:478px;
	text-indent: -9000px;/*Hide Text*/
}

#home_right ul {
	font-size:19px;
	color:#E8E4A8;
	margin-top:7px
}

#home_right ul li {
	padding:0 0 12px 60px;
	background:url(../images/bg_dot_green_large.png) no-repeat;
	background-position:30px 7px;
}

#home_boxes {
	clear:both;
	height:260px;
	padding:11px 0;
}

.home_box {
	float:left;
	height:258px;
	width:226px;
	border:1px solid #E9E9D6;
	background-color:#FAFAF7;
	text-align:center;
}

.home_box_space {
	margin-left:10px;
}

.home_box h3 {
	margin:2px;
	width:222px;
	height:35px;
	text-indent: -9000px;/*Hide Text*/
}

h3#home_h3_oak {
	background-image:url(../images/headers/HP_OAK_DRAINERS.gif);
}

h3#home_h3_beech {
	background-image:url(../images/headers/HP_BEECH_DRAINERS.gif);
}

h3#home_h3_sycamore {
	background-image:url(../images/headers/HP_SYCAMORE_DRAINERS.gif);
}

h3#home_h3_elm {
	background-image:url(../images/headers/HP_ELM_DRAINERS.gif);
}

.home_box p	{
	margin:12px 5px 9px;
}

a.home_details:link, a.home_details:visited {
	font-weight:bold;
	color:#D58000;
	font-size:14px;
}

/* -------------------------------------------------------------- 
  
   * End Home Page
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Product Pages
   
-------------------------------------------------------------- */

#product_right {
	width:305px;
	height:471px;
	background:#9C994D url(../images/bg_product_right.gif) repeat-y;
	float:right;
	padding:19px 25px 0 30px;
}

#product_right h2 {
	text-indent: -9000px;/*Hide Text*/
	height:27px;
}

h2#product_oak {
	background:url(../images/headers/Oak_Belfast_Sink_Drainer.png) no-repeat;
}

h2#product_beech {
	background:url(../images/headers/Beech_Belfast_Sink_Drainer.png) no-repeat;
}

h2#product_sycamore {
	background:url(../images/headers/Sycamore_Belfast_Sink_Drainer.png) no-repeat;
}

h2#product_elm {
	background:url(../images/headers/Elm_Belfast_Sink_Drainer.png) no-repeat;
}

h3#product_price {
	color:#FFFFFF;
	font-size:13px;
}

.product_description {
	font-size:16px;
	margin:14px 0;
}
	

h4#product_features {
	background:url(../images/headers/Features.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:16px;
	margin-top:14px;
}

h4#product_dimensions {
	background:url(../images/headers/Dimensions.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:16px;
	margin-top:14px;
}

#product_right ul li {
	margin:4px 0;
	background:url(../images/bg_dot_green_small.gif) no-repeat;
	padding-left:25px;
}

.add_to_cart {
	background-image:url(../images/bg_but_add_to_cart.gif);
	width:305px;
	height:38px;
	padding-bottom:1px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	background-color:#E4EAF1;
	border: none;
	display:block;
	cursor:pointer;
}

#product_form {
	margin-top:15px;
}

#product_form p {
	margin:7px 0;
	text-align:right;
	font-size:14px;
}

#product_left {
	float:left;
	height:468px;
	width:568px;
	border:1px solid #E9E9D6;
	background-color:#FAFAF7;
	margin-top:10px;
}

.product_pic {
	border-bottom:1px solid #E9E9D6;
}

#product_size_large {
	float:left;
	margin-left:19px;
	text-align:center;
}

#product_size_standard {
	float:left;
	margin-left:8px;
	text-align:center;
}

a.product_size:link, a.product_size:visited {
	color:#333333;
	padding-top:3px;
	display:block;
}

#product_note {
	margin:24px 0 0 46px;
	width:360px;
	font-size:11px;
	color:#3D3D16;
	float:left;
}

/* -------------------------------------------------------------- 
  
   * End Product Pages
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * CheckOut
   
-------------------------------------------------------------- */

h2#checkout_checkout {
	background:url(../images/headers/CheckOut.png) no-repeat;
}

h3#checkout_postage {
	background:url(../images/headers/Postage.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:23px;
}

h3#checkout_google_checkout {
	background:url(../images/headers/Google_Checkout.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:23px;
}

h3#checkout_international_shipping {
	background:url(../images/headers/International_Shipping.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:23px;
}

p.checkout_info {
	margin:2px 0 14px;
}

p.checkout_info a:link, p.checkout_info a:visited {
	color:#3D3D16;
	position:relative; /*ie fix to show underline*/
	border-bottom:1px solid;
}

p.checkout_info a:hover {
	color:#E8E4A8;
}

#checkout_left {
	float:left;
	height:428px;
	width:478px;
	border:1px solid #E9E9D6;
	background-color:#FAFAF7;
	margin-top:10px;
	padding:40px 45px 0;
}

#cart_table {
	width:100%;
	font-size:13px;
}

#cart_table tr{
	height:40px;
}

#cart_table tr.row2{
	background-color:#F2F2E6;
}

#cart_table th {
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

#cart_head {
	font-weight:bold;
}

.cart_item_pad {
	padding-left:20px;
	font-weight:bold;
	color:#616123;
}

.cart_qty {
	text-align:center;
}

td.cart_qty input {
	border:1px solid #979752;
}

tr#cart_foot td {
	font-weight:bold;
}

.cart_sub_total {
	text-align:right;
	padding-right:20px;
}

input.update_cart {
	border:1px solid #979752;
	background-color:#F2F2E6;
	font-size:11px;
	padding:3px;
	cursor:pointer;
}

.cart_instruct {
	float:left;
	width:230px;
	margin-top:25px;
	line-height:17px;
}

.cart_checkout_button {
	text-align:right;
	margin-top:25px;
}

.checkout_p {
	margin-top:25px;
}	

.checkout_h {
	font-weight:bold;
	margin-top:25px;
}	

.checkout_empty {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

/* -------------------------------------------------------------- 
  
   * End CheckOut
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Contact Page
   
-------------------------------------------------------------- */

h2#contact_contact_page {
	background:url(../images/headers/Contact_Page.png) no-repeat;
}

h3#contact_correspondense {
	background:url(../images/headers/Correspondense.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:23px;
}

#contact_form p {
	margin-bottom:6px;
	line-height:20px;
}

.required {
	background:url(../images/bg_required_mark.png) right top no-repeat;
	padding-right:9px;
}

#contact_form input {
	width:200px;
	border:1px solid #BDBD84;
}

#contact_form textarea {
	width:400px;
	height:150px;
	border:1px solid #BDBD84;
}

#contact_form input.contact_submit {
	border:0px;
	background-image:url(../images/bg_but_contact_submit.gif);
	width:157px;
	height:39px;
	padding-bottom:;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	border: none;
	display:block;
	cursor:pointer;
}
		

/* -------------------------------------------------------------- 
  
   * End Contact Page
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Shipping Page
   
-------------------------------------------------------------- */

#text_page {
	background-color:#9C994D;
	padding:20px 30px;
}

h2#shipping_shipping_policy {
	background:url(../images/headers/Shipping_policy.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:27px;
	margin-bottom:14px;
}

#text_page h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

#text_page h4 {
	font-size:14px;
	font-weight:bold;
	margin:16px 0 6px;
	color:#FBF5E6;
}

#text_page p {
	margin-bottom:14px;
}

#text_page ul {
	padding:0 0 14px 0;
}

#text_page table {
	background-color:#B9B471;
	width:40%;
}

#text_page table tr td {
	padding:5px 10px;
	font-size:13px;
}
		
/* -------------------------------------------------------------- 
  
   * End Shipping Page
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * About and Bespoke Service Page
   
-------------------------------------------------------------- */

#text_right {
	background-color:#9C994D;
	padding:19px 30px;
	width:359px;
	height:306px;
	float:right;
}

h2#about_bsd {
	background:url(../images/headers/About_Belfast_Sink_Drainers.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:27px;
	margin-bottom:10px;
}

h2#bespoke_service {
	background:url(../images/headers/Bespoke_Service.png) no-repeat;
	text-indent: -9000px;/*Hide Text*/
	height:27px;
	margin-bottom:10px;
}

#text_right p {
	font-size:15px;
	margin-bottom:14px;
}

#text_right p a:link, #text_right p a:visited {
	color:#3D3D16;
	position:relative; /*ie fix to show underline*/
	border-bottom:1px solid;
}

#text_right p a:hover {
	color:#E8E4A8;
}
		
/* -------------------------------------------------------------- 
  
   * End About and Bespoke Service Page
   
-------------------------------------------------------------- */





/* -------------------------------------------------------------- 
  
   * Footer
   
-------------------------------------------------------------- */

#footer {
	clear:both;
	height:26px;
	background-image:url(../images/bg_navigation.png);
	color:#F1E2B4;
	font-size:13px;
	padding:9px 15px 0;
}

#copyright {
	float:left;
}

#design {
	float:right;
}

#design a:link, #design a:visited {
	color:#F1E2B4;
}	

/* -------------------------------------------------------------- 
  
   * End Footer
   
-------------------------------------------------------------- */




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-loading img{
	display:inline;
}/*Added to set back correct*/
