/*---------------------------------------------
TerenceLett.com base style
author:   Joe Smalley/Motion
version:  July 2007

Classes preceeded by a dot (.)
IDs with a hash mark (#)
----------------------------------------------- */

html body{
	width: 900px;
	height: 100%;
	background-color: #0d3d23;
	margin: 0 auto;
	padding: 0;
	border:	0;
	font-family: 'Lucida Grande', Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: white;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
}

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

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

a img{
	border: 0;
	text-decoration: none;
}

.clear, div.spacer {
	clear:both;
}

.bold{
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 22px;
}

#wrapper{
	background-color: black;
	text-align: left;
}

#main {
	width: 900px;
	margin: 0 auto;
}

/*---------------------------------------------
HEADER
---------------------------------------------*/

#header{

}

#header #utilites #logo{
	float: left;
	margin: 15px 20px 2px 20px;
}


/*---------------------------------------------
HEADER - UTILITES
---------------------------------------------*/

#header #utilites{
	margin: 0;
	padding: 0;
	width: 720px;
	margin: 0 auto;
	list-style: none;
}

#header #utilites li{
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

#header #utilites li a{
	color: white;
	text-decoration: none;
}

#header #utilites li a:hover{
	text-decoration: underline;
}


/*---------------------------------------------
HEADER - NAVBAR
---------------------------------------------*/

		/* DIAMOND COLLECTIONS, JEWELLERY, WATCHES, ETC*/
		.navbar ul{
			width: 900px;
			list-style-type: none;
			padding: 0;
			margin: 0; /* for IE6, it adds a strange border for no reason */
			display: block;
			color: black;
		}
		
		.navbar li{
			float: left;
			display: inline;
			width: 149px;
			margin: 0;
			padding: 0;
		}
						
		.navbar li a{
			text-decoration: none;
			float: left;
			width: 145px;
			color: white;
			background-color: #333333; /* background colour of menus */
		}
		
		.navbar li a:hover{
			background-color: #E4C24D;
			color: black;
			text-decoration: none;
			border-color: black;
			display: block;
		}
				
		.navbar li ul{
			position: absolute;
			top: 180px;
			margin-left: -1px;
			width: 145px;
			border: 0;
			display: block;
			height: auto;
		}

		/* need this otherwise linked images get a border */
		.navbar ul li a{
			padding: 0;
			margin: 0;
			border: 0;
		}
		
		.navbar ul li ul li{
		border: 0;
		}
				
		.navbar ul li ul li a{
			padding: 3px;
			border-bottom: 1px solid #222222;
		}
		
		.navbar ul li{
			padding: 0;
			margin: 0;
			border: 0;
			border-right: 1px solid #808080;
		}
		
		.navbar #last{
			border-right: none;
		}
				
		.navbar .title{
			background-color: #333333;
			color: #E4C24D;
			font-weight: bold;
			width: 145px;
			padding-left: 3px;
			padding-right: 3px;
			padding: 3px;
			border: 0;
			border-top: 1px solid #E4C24D;
			border-bottom: 1px solid #222222;
		}
		
		
		/*Not really sure why IE needs all these,but hey it works!*/
		*html .navbar  li ul{
			margin-top: 1.4em;
			margin-left: -150px;
		}	
		*html .navbar  li li ul{
			position: absolute;
			left: 0px;
		}
		/*These assist the iframe shim*/
		*html .mlmenu iframe{
			position: absolute;
			display: none;
			filter: alpha(opacity=0);
			z-index: 2;
		}
		*html select,object,iframe{
			z-index: 1;
		}

/*---------------------------------------------
FOOTER
---------------------------------------------*/

#footer{
	width: 900px;
	text-align: center;
}

#footer hr{
	width: 875px;
	border: 0;
	color: #848484;
	background-color: #848484;
	height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

#index #footer hr{
	margin-top: 0;
}

*html #index #footer hr{
	margin-top: -7px;
}

#footer ul{
	width: 390px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}

#footer ul li{
	width: 90px;
	float: left;
	margin: 0;
	padding: 8px 10px 0px 10px;
}

#footerbrands{
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 9px;
}

/*---------------------------------------------
CONTENT
---------------------------------------------*/

#content{
	padding: 20px;
}

#index #content{
	padding-bottom: 0;
}

.index #content{
	padding: 0;
}

#breadcrumbs{
	margin: 0;
	padding: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}

/*---------------------------------------------
PRODUCT OVERVIEW
---------------------------------------------*/

#product-thumbs{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

#product-thumbs li{
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

#product-thumbs li a{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none
	}
	
#product-thumbs li a:hover{
	z-index:25; 
	background-color:#ff0;
}

#product-thumbs li a span{
	display: none;
}

#product-thumbs li a:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -1em;
	left: 3.5em;
    border: 1px solid #111111;
    background-color: #333333;
	color: #E4C24D;
	white-space: nowrap;
	padding: 2px;
}

#product-overview-lhside{
	width: 510px;
	float: left;
}

#product-overview-rhside{
	width: 350px;
	float: left;
}

h1.producttitle{
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 0;
}

.clickthumbnail{
margin: 0px;
margin-bottom: 20px;
}



/*---------------------------------------------
PRODUCT- DETAILS
---------------------------------------------*/

#product-2cols-left{
	float: left;
	width: 350px;
}

#product-2cols-right{
	float: right;
	width: 500px;
	height: 400px;
	text-align: center;
	padding-bottom: 15px;
}

#product-description{
	text-align: justify;
	padding-bottom: 20px;
	line-height: 19px;
}

#product-description-short{
line-height: 14px;
}

#product-2cols-left p{
margin-top: 0;
}

#product-2cols-left h3{
font-family: 'Lucida Grande', Arial, Helvetica, Geneva, Verdana, sans-serif;
font-weight: bold;
}

#product-2cols-left ul{
padding-left: 14px;
}

#product-2cols-left li{
padding-bottom: 4px;
}

h2.producttitle{
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 15px;
}

#product-spectable{
	margin-bottom: 10px;
}

#product-spectable img{
	margin-left: 10px;
}

.product-spec-headers{
	font-weight: bold;
	width: 90px;
	margin: 0;
	color: #CCCCCC;
}

.productdetail-icon{
	margin-top: 4px;
	padding-right: 6px;
	width: 16px;
}

.productdetail-icon-aftersales,
.productdetail-icon-enquire,
.productdetail-icon-back,
.productdetail-icon-watchwaterproofing,
.productdetail-icon-diamond{
padding-left: 23px;
padding-top: 8px;
margin-top: -11px;
margin-bottom: -11px;
height: 22px;
}

.productdetail-icon-aftersales{
background: url(../images/products/watchaftersales.gif) no-repeat left center;
}

.productdetail-icon-enquire{
background: url(../images/products/enquire.gif) no-repeat left center;
}

.productdetail-icon-back{
background: url(../images/products/back.gif) no-repeat left center;
}

.productdetail-icon-watchwaterproofing{
background: url(../images/products/watchwaterproofing.gif) no-repeat left center;
}

.productdetail-icon-diamond{
background: url(../images/products/diamond.gif) no-repeat left center;
}

h2.features{
color: #E4C24D;
padding-bottom: 3px;
}

/*---------------------------------------------
HOME
---------------------------------------------*/

#home-latestproducts{
width: 200px;
float: right;
}

#womanphoto{
margin-left: 30px;
}

#featuredproducts{
margin-top: 12px;
margin-bottom: 2px;
}

#welcometext{
line-height: 18px;
}

/*---------------------------------------------
DEFAULT FORM STYLE
---------------------------------------------*/

form {
	float: left;
}

form fieldset {
	position: relative;
	margin: 1em 0; /*  space out the fieldsets a little*/
	margin-top: 0;
	padding: 1em;
	padding-bottom: 0;
	border : 1px solid #444444;
	background-color:#333333
}

form fieldset div{
	padding-top: 7px;
}

form legend {
	position: absolute;
	top: -.5em;
	left: .2em;
	font-weight: bold;
	font-size: 13px;
	background-color: black;
	padding: 1px;
}

form .rightsection{
	float: left;
	margin:0;
	margin-top: -11px;
	padding: 0;
	padding-bottom: 1em;
}

form p {
	position: relative;
	margin:0;
	padding: 0;
	padding-bottom: 8px;
}

form label {
	float: left;
	display:inline;
	width: 11em;
	padding-top: 2px;	
}

form input.textfield,
form textarea, 
form select {
	border: 1px solid #E4C24D;
	font-family: 'Lucida Grande', Arial, Helvetica, Geneva, Verdana, sans-serif;
	padding: 2px;
	font-size: 12px;
}

form submit{
	float: right;
}

/*---------------------------------------------
JEWELLERY REPAIRS & COMMISSIONS
---------------------------------------------*/

#commissionsform form{
}

#commissionsform fieldset{
	float: left;
}

#commissionsform #leftfieldset{
	margin-right: 40px;
}

#commissions-background{
	background-image: url(../images/commissions/header.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}

#commissions-header{
padding-bottom: 140px;
}

/*---------------------------------------------
WATCH SERVICING & REPAIRS
---------------------------------------------*/
.introtext{
font-size: 15px;
}


#watch_servicing_repairs-background{
	background-image: url(../images/watch_servicing_repairs/header.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}

/*---------------------------------------------
CONTACT US
---------------------------------------------*/

#contact-details{
	float: left;
	margin-right: 30px;
}

/*---------------------------------------------
THE MASTERCUT DIAMOND
---------------------------------------------*/

#themastercutdiamond h2{
color: #E4C24D;
}

.twocols{
width: 300px;
float: left;
margin-right: 50px;
}