/**
 * Savoy's Jewellers
 * @author      Roy Delgado <roy@pictographics.com>
 * @copyright   Copyright (c) 2009+ Pictographics Ltd
 * @since       Oct 21, 2009
 */

* {
  margin: 0 ;
  padding: 0 ;
}

.clear {
  clear: both ;
  height: 1% ;
}

body {
  background: #000 ;
}

#wrapper {
  width: 900px ;
  margin: 0 auto ;
  font: 0.9em/1.3em Times New Roman, Verdana, sans-serif ;
}
/* -------------------------  HEADER ------------------------- */
#header {
  width: 900px ;
  height: 100px ;
  background: #000 ;
}

#header a {
  color: #fff ;
  text-decoration: none !important ;
}

#header h3 {
  position: relative ;
  font-size: 18px ;
  color: #fff ;
  text-transform: uppercase ;
  font-weight: bold ;
  letter-spacing: 1px ; 
  left: 5px ;
  width: 150px ;
}

#header h1 {
  text-indent: -9999px ;
}

#logo {
  float: left ;
  background: black url(images/logo.jpg) ;
  width: 230px ;
  height: 100px ; 
}

#logo_link {
  display: block ; 
  height: 80px ;
  width: 220px ;
}

#logo_link span {
  display: block ;
  width: 0 ;
  height: 0 ;
  overflow: hidden ;
}
/* -------------------------  MENU ------------------------- */
.menu {
  float: left ;
  padding:0px 0px 0px 0px;
  width: 670px;
}

.menuItems {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:670px;
	height:100px;
	z-index:2;
}
.menuItems li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 106px;
	height: 100px;
	z-index:2;
	cursor:pointer;

}

.menuItems li a{
	height: 100px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	z-index:2;
	cursor:pointer;

}

#home a{
background-position:0px 0px;
}
#home a:hover, #home #aktiv{
background-position :1px -100px !important;
}

#rings a{
	background-position: -151px 0px;
}
#rings a:hover, #rings #aktiv{
	background-position:-151px -100px !important ;
}


#jewellery a{
	background-position:-302px 0px;
}
#jewellery a:hover, #jewellery #aktiv{
	background-position:-302px -100px !important;
}


#watchez a{
background-position:-453px 0px;
}
#watchez a:hover, #watchez #aktiv{
background-position:-453px -100px!important;
}

#giftware a{
background-position:-604px 0px;
} 
#giftware a:hover, #giftware #aktiv{
background-position:-604px -100px!important;
} 
  
#about a{ 
background-position:-750px 0px;
}
#about a:hover, #about #aktiv{ 
background-position:-750px -100px!important;
}

/* -------------------------  SEARCH ------------------------- */
#search {
  float: left ;
  width: 900px ;
  height: 55px ;
  background: #ddd url(images/search.jpg);
}

#search img {
  float: left ;
  border: none !important ;
}

#find input {
  position: relative ;
  border: none ;
  background: #000 ;
  left: 33px ;
  top: 15px ;
  color: #ddd ;
  width:180px ;
}

#find input[type="text"] {
  text-align: center ;
  font: italic normal bold 10px "Arial" ;
  padding: 5px ;
}


/* -------------------------  CONTENT ------------------------- */
#content-wrapper {
  clear: both ; 
  width: 900px ;
}

#content-wrapper a {
  color: #4689af ;  
  text-decoration: none ;
}

#content-wrapper a:hover {
  text-decoration: underline ;
}

/*-------- HOME ---------*/
#banner {
  width: 900px ;
  height: 333px ;
  clear: both ;
}

#banner img {
  width: 900px !important;
  height: 333px !important;
}

.pics { height: 333px; width: 900px; padding:0; margin:0; overflow: hidden; }
.pics img { height: 333px; width: 900px; background-color: #000; 
            top:0; left:0; border: 0; }

#boxes {
  width: 900px ;
  background: #000 url(images/box_bg.jpg) repeat-y ;
}

.box {
  float: left ;
  width: 300px ; 
  min-height: 270px ;
  text-align: justify ;
}

.box li {
  list-style-type: none ;
  list-style-image:url(images/list.png);
  margin-left: 15px ;
}

.box p {
  line-height: 1.3em ;
  margin-bottom: 10px ;
}

.gutter {
  padding: 8px 15px ; ;
}

span#services h1 {
  height: 25px ;
  width: 150px ;
  background: url(images/services.png) no-repeat;  
}

span#flyers h1 {
  height: 25px ;
  width: 150px ;
  background: url(images/flyers.png) no-repeat;  
}

span#education h1 {
  height: 25px ;
  width: 170px ;
  background: url(images/education.png) no-repeat;  
}

span#corporate h1 {
  height: 25px ;
  width: 172px ;
  background: url(images/corporate.png) no-repeat;  
}

.gutter h1 {
  color: red ;
  text-indent: -9999px !important ;
  padding-bottom: 15px ;
}

/*-------- GENERAL ---------*/
#content {
  clear: both ;
  color: #000 ;
  background: #fff ;
  overflow: hidden ;
}

#content h1 {
  margin: 6px 0 ;
  font-size: 115% ;
}

#content p {
  line-height: 1.3em ;
  margin-bottom: 10px ;
}

#content img {
  margin: 4px ;
}

#content a {
  text-decoration: none ;
  color: #4675ff ;
}

#content #text ul li {margin: 0 15px ;}

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

#breadcrumb {
  float: left ;
  width: 895px ;
  padding-top: 10px ;
  padding-left: 5px ;
  height: 25px ;
  background: url(images/breadcrumb.jpg) no-repeat ;
}


#breadcrumb a {
  color: #4675ff ;
  text-decoration: none ;
}


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

#sidebar {
  float: left ;
  width: 240px ;
  list-style: none ;
  margin-bottom: 15px ;
}

#sidebar li {
  margin: 0 ;
  padding: 0 ;
  background: #fff url(images/li.jpg) top left no-repeat ;
}

#sidebar li a {
  display: block ;
  text-transform: uppercase ;
  padding: 8px 0 8px 6px ;
  color: #000 ;
  font-weight: bold ;
  text-decoration: none ;
}

/* submenu styles */
#sidebar ul {
  list-style: none !important;
  margin-left: 15px ;
  padding: 0 ;
}

#sidebar ul#current {
  display: block ;
}

#sidebar ul li {
  background: #fff ;
  margin: 0 ;
  padding: 0 ;
}

#sidebar ul li a {
  display: block ;
  text-transform: capitalize  ;
  padding: 2px 8px ;
  margin: 0 ;
  color: #4675ff ;
}

#sidebar ul li a:hover {
  text-decoration: underline ;
  color: #000 ;
}

#sidebar li.current a {
  color: #000 !important;
  font-weight: bold ;
}


#text {
  float: left ;
  width: 640px ;
  padding-bottom: 15px ;
}

#text #page_title {
  text-transform: capitalize ;
  font-size: 18px ;
  margin-bottom: 20px ;
}

#text img {
  margin: 0 8px ;
}

p.error {
  padding: 5px ;
  color: #f00 ;
  font-weight: bold ;
  background: #fef ;
}


/* SEARCH RESULTS */

ol#search_results li  { font-weight: bold; }
ol#search_results li a { font-weight: normal; }

/*-------------------------- PRODUCTS ------------------------ */
div.category {
  width: 100% ;
  float: left ;
  margin: 5px 0 ;
  clear: both ;
}

div.product {
  margin: 15px 5px 15px 0px ;
  width: 145px ;
  height: 160px ;
  text-align: center ;
  text-transform: capitalize ;
  float: left ;
  overflow: hidden ;
}


img.product {
  float: none !important ;
  border: none ;
}

img.product {
  width: auto ;
  height: auto ;
  max-height: 105px ;
  max-width: 105px ;
}

.product-image {
  height: 105px ;
}

.product a {
  color: #000 !important;
}

h3.prod_title {
  text-transform: capitalize ;
  border-bottom: 1px solid #000 ;
}

span#small {
  color: #999 ;
  font-size: 12px ;
}

p#sample {
  float: left ;
  width: 100% !important ;
  clear: both ;
  margin-top: 15px ;
}

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

#footer {
  clear: both ;
  width: 900px ;
  margin: 35px auto ;
  text-align: center ;
  font-size: 90% ;
  color: #fff ;
  text-transform: uppercase ;
}

#footer span#copyright {}
#footer span#webulation {
  margin-left: 6px ;
  padding-left: 9px ;
}

#footer a {
  color: #fff ;
  text-decoration: none ;
}

#footer a:hover {
  text-decoration: underline ;
}

#footer li {
  list-style: none ;
  display: inline ;
  padding: 0 15px;
  border-right: 1px solid
}

#footer .last {
  border: none !important ;
}