/*
--------------------------------------------------
Diaoro.net PAGE STYLES
Last revised 25 March 2007
--------------------------------------------------
Individual page styles
Assign ID to <body> and prepend to declarations
*/
/*
--------------------------------------------------
Home
--------------------------------------------------
*/
#home #full ul {
		text-align: center;
		position: relative;
		top: 14em;
		list-style: none;
		}
#home #full ul li {
		display: inline;
		padding: 0 1.05em;
		}
#home #full ul li a {
		font-size: 16px;
		line-height: 1.05;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
/*
--------------------------------------------------
Catalogue
--------------------------------------------------
*/
#catalogue #full {
                height:506px;
                }
#catalogue #container {
                padding:0;
                }
#catalogue #full ul {
		text-align: center;
		list-style: none;
		}
#catalogue #full ul li {
		display:inline;
		padding: 0;
		}
#catalogue #full ul li a {
                display:block;
                float:left;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#catalogue #full ul li a p {
                visibility:hidden;
		}
#catalogue #full ul li a:hover p {
                visibility:visible;
		}
#catalogue #cat-forever a {
                background: url(/images/uploads/j01_off.jpg) no-repeat;
                width:177px;
                height:506px;
                }
#catalogue #cat-forever a:hover {
                background: url(/images/uploads/j01_on.jpg) no-repeat;
                }
#catalogue #cat-timeless a {
                background: url(/images/uploads/j02_off.jpg) no-repeat;
                width:177px;
                height:506px;
                }
#catalogue #cat-timeless a:hover {
                background: url(/images/uploads/j02_on.jpg) no-repeat;
                }
#catalogue #cat-gents a {
                background: url(/images/uploads/j03_off.jpg) no-repeat;
                width:175px;
                height:506px;
                }
#catalogue #cat-gents a:hover {
                background: url(/images/uploads/j03_on.jpg) no-repeat;
                }
#catalogue #cat-wedding a {
                background: url(/images/uploads/j04_off.jpg) no-repeat;
                width:180px;
                height:506px;
                }
#catalogue #cat-wedding a:hover {
                background: url(/images/uploads/j04_on.jpg) no-repeat;
                }
#catalogue #cat-engagement a {
                background: url(/images/uploads/j05_off.jpg) no-repeat;
                width:174px;
                height:506px;
                }
#catalogue #cat-engagement a:hover {
                background: url(/images/uploads/j05_on.jpg) no-repeat;
                }

/*
--------------------------------------------------
Collections
--------------------------------------------------
*/
#collections #midpanel {
		width: 272px; /* @19.4375em */
		padding-right: .75em;
		}

/*
--------------------------------------------------
Points of Sale
--------------------------------------------------
*/
.geo-list {
		float:left;
		width:30%;
		}
