/*

	CSS for Mounir Jewellers website
	I have tried to include most of the tags that you will be using throughout the site.
	Let me know if there are any more you need.
	There are also a few useful classes written at the bottom of this document.

*/


/* Set all margins, padding and borders to 0 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Box Model Fixer */

.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Colours & Typography */

body {
	background: #EFE6DD;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde", Arial, sans-serif;
	color: #000000; /*#D62077;*/
	font-size: 0.8em;
    text-align: center;
}

#wrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1 {
	font-weight: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	color: #D62077;
	font-weight: normal;
}
/* LINKS*/
a
{
    color: #D62077;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* HEADER */
#header {
color: #D62077;


}
#mainlogo {
	float: left;
}
#searchbox {
    float: right;
	padding-top: 90px;
}

#topbannerimage{
	width:950px;
	height: 132px;
	clear:both;
	z-index:-100;
}

#topbannerimage.rotating {
	height: 360px;
}

#gallery .panel img {
	width:950px;
	height: 360px;
}

/* BODY */


/* MENU */
.menu {
    clear: both;
    text-align: left;
    background-color: #EEDDD6;
    width: 100%;
    min-height: 22px;
	margin-bottom: 9px;
}

 .menu li {
    display: block;
    float: left;
    width: auto;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 78px;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-align: center;
    background-color: #EEDDD6;
    z-index: 200;
}

.menu li.right {
	padding-right: 0px;
	padding-left: 5px;
}

.menu li{
    float:left;
    position:relative;
}

.menu ul{
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     font-size: 0.9em;
     line-height: 1.1em;
     text-align: left;
     background-color: #ffffff;
	 margin-top: 10px;
	 position:absolute;
	 width: 160px;
	 top:1.5em;
	 display:none;
	 border-top: 2px solid #D62077;
	 z-index: 400;
 }

.menu a:link, .menu a:active, .menu a:visited{
    display:block;
    text-decoration:none;
    text-align: left;
 }

.menu ul li {
	padding-right: 0px;
	margin-right: 0px;
	line-height: 1.2em;
	background-color: #ffffff;
	font-size: 1.0em;
	float: none;
}
.menu li ul a{
   /* float:left;*/
}

.menu li ul a:hover {
	text-decoration: underline;
}

.menu ul ul{
	top:auto;
	}

.menu li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul{
    display:none;
    }
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul{
    display:block;
    }

#nav a:hover{
    background-color:#fff;
    color:#333;
}

#footer {
	padding-top: 9px;
	z-index: -100;
}

#footer .menu {
	position:relative;
	z-index: -100;
}
#footer .menu li {
	padding-right: 110px;
}
#footer .menu li.right {
	padding-right: 2px;
}


#templatetext {
	float: left;
}

#templateimage
{
	float: right;
	padding: 5px;
}
/* POSITIONING */
.topleft {
	float: left;
	padding-top: 80px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* PRODUCTS */
#leftpane
{
	width: 430px;
	height: 460px;
	float: left;
}

#leftpane a
{
	color: #000000;
}

#middlepane .productprice
{
	color: #000000;;
}

#middlepane .label
{
	font-size: 15px;
	color: #D62077
}

#leftpane .btnright
{
	margin-left: 273px;
	background-color: #EEDDD6;
	padding: 5px;
	margin-top: 5px;
}


#pieceimage
{
	border: 2px solid #DD4B91;
	background-color: #FFFFFF;
	width: 410px;
	height: 390px;
	margin-bottom: 15px;
	padding-top: 20px;
}

.btnleft
{
	background-color: #EEDDD6;
	padding: 5px;
}

#relatedpieces {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
	list-style-image: none;
}

#relatedpieces li {

	vertical-align: top;
	margin: 0px;
	margin-left:15px;
	height: 160px;
	width: 175px;
	padding-top: 15px;
	background-color: #ffffff;
	border: 1px solid #DD4B91;
	margin-bottom: 25px;
}

.relateditemstitle {
	font-size: 15px;
	color: #D62077;
	padding-left: 45px;
}

.matchingitem
{

}

#middlepane
{
	float: left;
	/*width: 350px;*/
}

#middlepane .productname
{
	color: #D62077;
	font-size: 15px;
}

#rightpane
{
	float: right;
}

#piececontainer
{
	margin-top: 10px;
}

#piececontainer li
{
	float: left;
	border: 1px solid #D62077;
	list-style-type: none;
	padding: 0;
	margin-right: 6px;
	width: 310px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}

#piececontainer li.right
{
	margin-right:0px;
}

#piececontainer li .iteminfo
{
	text-align: center;
}

/* shopping basket */

.shoppingbasket th
{
	color: #D62077;
}
.shoppingbasket th, .shoppingbasket td
{
	font-weight: normal;
    padding: 5px 20px 1px 1px;
}

/* stockists */
#stockistleft {
	float: left;
	width: 300px;
	padding-left: 50px;
}

#stockistleft h3, #stockistright h3{
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 4px;
	/*letter-spacing: 2px;*/
}

#stockistleft .stockistsubtitle, #stockistright .stockistsubtitle {
	/*letter-spacing: 1px;*/
	font-weight: normal;
	text-transform: uppercase;
}
#stockistright {
	float: left;
	width: 600px;
}

#stockists li {
	list-style-type: none;
	width: 295px;
	margin-bottom: 5px;
	height: 135px;
}

#stockistright li {
	float: left;
}
#stockists p.stockistname {
	color: #D62077;
}

/* newsletter */

#newslettersignup
{
	padding-left: 195px;
}
#newslettersignup p label {
	width: 200px;
	float: left;
}

/* confirm order */
#confirmorderdetails p label{
	width: 200px;
	float: left;
}

/* buttons */
#btnBacktoTop
{
	background-color: #EEDDD6;
	padding: 5px;
	float: left;
	clear:both;
	margin-top: 4px;
}

/* press */
#nopress
{
	width: 300px;
	margin-top: 20px;
}