@font-face {
   font-family: 'TrajanProRegular';
   src: url('../fonts/trajanpro-regular-webfont.eot');
   src: local('Trajan Pro'),
   		url('../fonts/trajanpro-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trajanpro-regular-webfont.woff') format('woff'),
        url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'),
        url('../fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: 'TrajanProBold';
    src: url('../fonts/trajanpro-bold-webfont.eot');
    src: local('Trajan Pro'),
		 url('../fonts/trajanpro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    background-color: #000000;
}
img {
    vertical-align: top;
    border: none;
}
#container {
	position: relative;
}
#gender {
    /*width: 984px;*/
	width: 940px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    background-image: url(../images/bg-gender.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4px;
    z-index: 100;
}
#gender ul {
    list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px #000;
    font-family: TrajanProBold;
}
#gender ul li {
    float: left;
    display: inline;
    margin-right: 35px;
}
#gender ul li a {
    color: #b09558;
    text-decoration: none;
}
#gender ul li a:hover, #gender ul li .active {
    color: #FFFFFF;
}
#categories {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 42px;
    /*width: 1024px;*/
    width: 980px;
    height: 44px;
}
#categories .nobg {
    background-image: none !important;
}
#categories .parent {
    list-style-type: none;
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    background-image: url(../images/bg-parent.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 44px;
    position: relative;
}
#categories .parent li {
    float: left;
    width: 0px;
}
#categories .parent > li {
    width: auto;
}
#categories .parent li a {
    color: #b09558;
    text-decoration: none;
    display: block;
    height: 44px;
    background-image: url(../images/bg-categories.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
#categories .parent li a:hover, #categories .parent li .active {
    color: #FFFFFF;
}
#categories .parent li .rcorner {
    background-image: url(../images/bg-parent-rcorner.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 28px;
}
#categories .parent li .lcorner {
    background-image: url(../images/bg-parent-lcorner.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 28px;
}
#categories .parent li .last {
    position: absolute;
    right: 0px;
}
#categories .child {
    font-family: TrajanProBold;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    list-style-type: none;
    height: 37px;
    float: left;
}
#categories .child > li {
    width: auto;
}
#categories .child li a {
    background-image: none;
    padding-top: 2px;
}

.carousel {
    /*height: 768px;
    width: 1024px;*/
	height: 629px;
    width: 980px;
    position: relative;
}
.carousel ul {
	list-style-type: none;
	height: 629px;
}
.carousel ul .royalSlide  {
	position: relative;
	width: 981px;
	height: 609px;
}
.prev-nanigation {
    background-image: url(../images/collection-carousel-arrow-prev.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    height: 70px;
    width: 24px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 303px;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.next-nanigation {
    background-image: url(../images/collection-carousel-arrow-next.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    height: 70px;
    width: 24px;
    overflow: hidden;
    display: block;
    left: auto;
    top: 303px;
    right: 20px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.carousel .button {
    position: absolute;
    background-image: url(../images/click-product.png);
    background-repeat: no-repeat;
    text-indent: -5000px;
    height: 29px;
    width: 29px;
    overflow: hidden;
}
#content {
	background-image:none;
	margin-left: 0;
	min-height:none;
    /*width: 1024px;*/
	width: 980px;
    padding-bottom: 43px;
}
#content .icons {
    float: left;
    width: 84px;
    min-height: 550px;
    margin-top: 42px;
    background-image: url(../images/bg-collections-icons.jpg);
    background-repeat: repeat-y;
    padding-bottom: 30px;
}
#content .icons ul {
    list-style-type: none;
    padding-top: 58px;
    margin-right: 14px;
    margin-left: 14px;
}
#content .icons ul li {
    padding-top: 9px;
}
#content .icons ul li a {
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    overflow: hidden;
    height: 39px;
    width: 56px;
}
#content .product {
    float: right;
    /*width: 880px;*/
    width: 836px;
    min-height: 550px;
    background-image: url(../images/bg-collections-product.jpg);
    margin-top: 42px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
#content .product .photos {
    float: left;
    width: 353px;
    margin-top: 64px;
}
#content .product .photos .big {
    background-image: url(../images/bg-product-photo.png);
    background-repeat: no-repeat;
    height: 240px;
    width: 348px;
    padding-left: 5px;
    padding-top: 5px;
}
#content .product .photos .list {
    list-style-type: none;
}
#content .product .photos .list li {
    float: left;
    display: inline;
    padding-right: 17px;
    padding-top: 11px;
}
#content .product .photos .list .last {
    padding-right: 0;
}
#content .product .photos .list li a {
    background-image: url(../images/bg-product-thumb.png);
    background-repeat: no-repeat;
    display: block;
    height: 74px;
    width: 102px;
    padding-top: 3px;
    padding-left: 4px;
}
#content .product .description {
    float: right;
    width: 470px;
    margin-top: 60px;
}
#content .product .description h3 {
    font-family: TrajanProBold;
    font-size: 18px;
    font-weight: normal;
    color: #4e362e;
    text-shadow: 1px 1px #f2ead9;
    text-transform: uppercase;
}
#content .product .description p {
    font-size: 14px;
    line-height: 18px;
    color: #4e362e;
    padding-top: 6px;
}
#content .product .description ul {
    font-size: 14px;
    line-height: 18px;
    color: #4e362e;
    padding-left: 15px;
    list-style-type: square;
    padding-top: 6px;
}
#content .product .description a {
    color: #4e362e;
    text-decoration: underline;
}
#content .product .colors {
    background-image: url(../images/hr.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 6px;
}
#content .product .colors h4 {
    font-family: TrajanProBold;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #4e362e;
    text-shadow: 1px 1px #f2ead9;
    padding-top: 6px;
}
#content .product .colors #colorscarousel {
    float: left;
    width: 693px !important;
    height: 65px;
    overflow: hidden;
	margin-top: 12px;
	padding-left: 35px;
	padding-right: 20px;
}
#content .product .colors #colorscarousel ul {
    list-style-type: none;
}
#content .product .colors #colorscarousel ul li a {
    display: block;
    background-image: url(../images/bg-product-color-thumb.jpg);
    background-repeat: no-repeat;
    height: 61px;
    width: 81px;
    padding-top: 4px;
    padding-left: 4px;
    margin-right: 14px;
	float: left;
}
#content .product .colors #colorscarousel .prev-nanigation,
#content .product .colors #colorscarousel .next-nanigation {
	background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 49px;
    width: 17px;
    overflow: hidden;
	top: 8px;
	z-index: 2;
}
#content .product .colors #colorscarousel .prev-nanigation {
	background-image: url(../images/product-carousel-arrow-prev.png) !important;
	left: 0px !important;
}
#content .product .colors #colorscarousel .next-nanigation {
	background-image: url(../images/product-carousel-arrow-next.png) !important;
	right: 0px !important;
}
#stickynav {
	background-image: url(../images/bg-stickynav.png);
	background-repeat: no-repeat;
	height: 35px;
	/*width: 984px;*/
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	left: 0;
}
#stickynav ul {
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#stickynav ul li {
    display: inline;
    float: left;
    margin-right: 36px;
}
#stickynav ul .last {
    margin-right: 0px;
}
#stickynav ul li a {
    color: #b09558;
    text-decoration: none;
}
#stickynav ul li a:hover, #stickynav ul li .active {
    color: #FFFFFF;
}
.clear {
    clear: both;
}

.accesories {
	background: url("../images/bg-shalove.jpg") repeat scroll 0 0 transparent !important;
}

.img-holder {
	width: 850px;
	margin-left: 145px;
	margin-top: 100px;
}

.img-holder a {
	border: 1px solid #C2AD76;
	float: left;
}

.img-holder a {
	margin-left: 90px; 
}

.img-holder a.first {
	margin-left: 0px; 
}

.close-articules-holder {
    background: url("../images/xxx.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 29px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 29px;
}
