sip
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html, body {
height:100%;
}
	
body {
margin:0px;
padding:0px;
text-align:center;
background-color:#F6F6F6;
font-size:14px;
line-height:19px;
font-family: 'Montserrat', sans-serif;
color:#333;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

p {
margin-bottom:9px;
}

a {
color:#333;
text-decoration:underline;
outline:none;
}

a:hover {
text-decoration:none;
}

/* CONTAINER */

#container {
position:relative;
width:960px;
padding: 0 20px;
margin:0px auto;
text-align:left;
background:#fff;
box-shadow:0 0 12px #999;
}


/* HEADER */

#header {
float:left;
width:1000px;
margin-left:-20px;
color: #FFF;
}

#header a.brand {
display:block;
float:left;
text-indent:-9999px;
width:490px;
height:105px;
}

/* LOGGED OUT HEADER */

#header2 {
float:left;
width:1000px;
margin-left:-20px;
color: #FFF;
background:#cfcfcf;
border-bottom:solid #48569c 3px;
}

#header2 a.brand {
display:block;
float:left;
text-indent:-9999px;
width:490px;
height:105px;
background:url(../images/brand.gif) no-repeat 20px top;
}

/* LOGGED IN HEADER */

#header {
background:#898989;
}

#header a.brand {
background:url(../images/brand.png) no-repeat 20px top;
}	

/* LOG-IN */

#header p.logged-in {
float:right;
margin-top:45px;
margin-right:30px;
}

.logged-in a {
color: #FFF;
}

.login {
float:right;
margin-top:50px;
margin-right:20px;
}

.login a {
color: #FFF;
}

.login label {
float:left;
margin-right:5px;
}

.login input {
float:left;
margin-right:5px;
}

p.register {
text-align:right;
font-size:11px;
margin-right:10px;
}

p.register a {
text-decoration:none;
}

p.register a:hover {
text-decoration:underline;
}

.btn {
margin-top:-1px;
}


/* TOP MENU */

ul.top-menu {
	float:left;
	width:1000px;
	display:table;
}

ul.top-menu li {
	display:table-cell;
	text-align:center;
	text-transform:uppercase;
}

ul.top-menu li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:12px 0;
	font-weight:400;
	font-size:20px;
	line-height:20px;
	letter-spacing:1px;
}

/* SILVER */

ul.top-menu li a.silver {
	background:#32c1c5;
	box-shadow: inset 2px 2px 6px #289c9f;
}
ul.top-menu li a.silver:hover {
	background:#289c9f;
}
ul.top-menu li a.silver.current {
	box-shadow:none;	
}
ul.top-menu li a.silver.current:hover {
	background:#32c1c5;
}

/* MARCASITE */

ul.top-menu li a.marcasite {
	background:#c732b0;
	box-shadow: inset 2px 2px 6px #a2298f;
}
ul.top-menu li a.marcasite:hover {
	background:#a2298f;
}
ul.top-menu li a.marcasite.current {
	box-shadow:none;	
}
ul.top-menu li a.marcasite.current:hover {
	background:#c732b0;
}

/* STONE SET */

ul.top-menu li a.stone-set {
	background:#3166c6;
	box-shadow: inset 2px 2px 6px #27519d;
}
ul.top-menu li a.stone-set:hover {
	background:#27519d;
}
ul.top-menu li a.stone-set.current {
	box-shadow:none;	
}
ul.top-menu li a.stone-set.current:hover {
	background:#3166c6;
}

/* CHAINS */

ul.top-menu li a.chains {
	background:#7832c6;
	box-shadow: inset 2px 2px 6px #60289e;
}
ul.top-menu li a.chains:hover {
	background:#60289e;
}
ul.top-menu li a.chains.current {
	box-shadow:none;	
}
ul.top-menu li a.chains.current:hover {
	background:#7832c6;
}


/* MENU */

.menu ul {
	margin-bottom:20px;
}

.menu ul li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#777;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:3px;
	padding:1px 0 3px;
	border-bottom:1px solid #eee;
}

.menu ul li a:hover {
	color:#48569c;
}


/* CONTENT */

p.home-intro {
	font-size:16px;
	line-height:22px;
	color:#777;
	margin-bottom:35px;
	width:510px;
}

#content {
float:left;
width:730px;
background-image: url(../images/background.jpg);
background-position: top right;
background-repeat: no-repeat;
padding:30px 0 60px;
}

h2 {
font-size:23px;
color:#48569c;
margin-bottom:12px;
line-height:130%;
}

span.purple {
color:#48569c;
}

span.grey {
color:#aaa;
}

#otherproducts {
float:left;
margin-top: 30px;
width:730px;
}

/* PRODUCTS */

.product {
float:left;
margin-right:13px;
margin-bottom:20px;
width:230px;
}

.product-img {
float:left;
border:1px solid #ccc;
background-color:#FFF;
}

.product-new {
	background-image: url(../images/new.png);
	background-position: top right;
	margin: 0px 10px 0 181px;
	float: right;
	width: 50px;
	height: 50px;
	z-index: 99;
	position: absolute;
}

.categorytitle-img {
border:1px solid #ccc;
background-color:#FFF;
}

a.product-title {
display:block;
float:left;
background:url(../images/product-title.gif) no-repeat left top;
height:20px;
width:230px;
color:#FFF;
text-decoration:none;
padding-top:2px;
}

a.product-title:hover {
background:url(../images/product-title.gif) no-repeat left -22px;
}


/* SIDEBAR */

#sidebar {
float:left;
width:180px;
margin-right:30px;
padding:30px 0 60px;
}

p.product-menu-header {
color:#333;
font-weight:700;
border-bottom:#EEE 1px solid;
padding-bottom:5px;
margin-bottom:5px;
text-transform:uppercase;
}

ul.product-menu {
color:#777;
}

ul.product-menu li {
margin-bottom:0px;
}

ul.product-menu li a {
display:block;
text-decoration:none;
color:#777;
width:155px;
padding:5px 0 0 0;
}

ul.product-menu li a:hover {
color:#48569c;
}

/* PRODUCT PAGE */

.prod-left, .prod-right {
float:left;
margin-right:30px;
}

/* SEARCH */

form.search {
margin:100px 0 50px 0;	
}

form.search input {
float:left;
margin-right:5px;
}


/* FOOTER */

#footer {
position:relative;
clear:both;
margin:40px auto 0 auto;
width:960px;
padding:20px 0;
background:#eee url(../images/footer.gif) no-repeat center top;
text-align: center;
}

#footer p {
font-size:11px;
margin-bottom:0;
}

/* GOOGLE TRANSLATE */

.goog-te-gadget-simple {
	position:absolute;
	right:30px
}

/* SLIDE */

#slides {
	display: none
}

.slide-container {
	float:left;
	margin: 0 auto;
	width:1000px;
	height:360px;
	margin-left:-20px;
}



