/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Commons */
@font-face {
    font-family: 'gidolinyaregular';
    src: url('font/gidolinya-regular-webfont.eot');
    src: url('font/gidolinya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gidolinya-regular-webfont.woff2') format('woff2'),
         url('font/gidolinya-regular-webfont.woff') format('woff'),
         url('font/gidolinya-regular-webfont.ttf') format('truetype'),
         url('font/gidolinya-regular-webfont.svg#gidolinyaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ac_lineregular';
    src: url('font/ac_line-webfont.eot');
    src: url('font/ac_line-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ac_line-webfont.woff2') format('woff2'),
         url('font/ac_line-webfont.woff') format('woff'),
         url('font/ac_line-webfont.ttf') format('truetype'),
         url('font/ac_line-webfont.svg#ac_lineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
		font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 15px;
	color: #333333;
}


h1, h2, h3
{
		font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

h1
{
	font-size: 30px;	
	margin-bottom: 20px;
}


h1 span
{
	display:block;
	width: 250px;
	line-height:25px;
}

.header-common
{
	color: #603813;
	border-bottom: 1px solid #42210B;

}
.header-red
{
	color:#D72237;
	border-bottom: solid 2px #D72237;
}

.header-new-name
{
	color:#D72237;
	font-size:30px;font-weight:bold;position:relative;top:-230px;left:30px;z-index:100;
}

.header-new
{
	color:#754C24;
	font-size:35px;font-weight:bold;position:relative;top:-210px;left:50px;z-index:101;
}
.header-new-img
{
	position:relative;top:40px;left:30px;z-index:99;padding: 3px;
}

.header-brown
{
	color:#534741;
	border-bottom: solid 2px #534741;
}



/* Layout */

#outer
{
	width: 100%;
	position:relative;
	background-size:cover !important;
}

#wrapper
{
	width: 1150px;
	margin:auto;
	position:relative;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
}

#header
{
	clear:both;
	position:relative;
	width:100%;
	padding: 10px 20px;
	padding-bottom:2px;
	
}

#logo
{
	
	width: 250px;
}


/* MENU style */

#menu-main
{
	position:absolute;
	top:0;
	left:300px;
	font-family:	 ac_lineregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-transform:uppercase;

}

#menu-main a
{
	text-decoration: none;
	color: #333333;
}

#menu-main a:hover, #menu-main ul li.active a
{
	color: #ffffff;
}

#menu-main ul li
{
	float: left;
	padding: 40px 30px;
	padding-bottom: 15px;
}

#menu-main ul li:hover, #menu-main ul li:hover a, #menu-main ul li.active
{
	background: #D72237;
	color: #ffffff;
}


ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
}



/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:200px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    margin-top: 10px;
	margin-left: -30px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	padding: 10px;
	padding-left: 30px;
	width: 160px;
	margin: 0;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a
{
	background: none !important;
	color: #333333 !important;
}
ul#navigation ul li a:hover, ul#navigation ul li:hover a
{
	color: #ffffff !important;
}

#contact-bar a, #contact-bar a:hover { color: #ffffff;text-decoration: none;
}
#contact-bar
{
		clear:both;

	position:relative;
	background: #0071BC;
	color: #ffffff;
	
	font-family:	 ac_lineregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	text-align:center;

}

#contact-bar ul
{
	width: 1150px;
	margin: auto;
	padding:30px 25px;
	padding-top:10px;
}

#contact-bar ul li
{
	float: left;
	padding: 0px 50px;
}

#contact-bar ul li img
{
	margin-bottom: -3px;
	padding-right: 5px;
}

#banner
{
	position:relative;
	clear:both;
	line-height:0;

}


#content-wrapper
{
	float:left;
	clear:both;
	background: #F2F2F2;

}


#sidebar
{
	float:left;
	width:280px;
	padding:30px 10px;
	
	font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size:18px;
	color: #754C24;
	
	text-align:center;

}


#sidebar a
{
	text-decoration: none;
	color: #754C24;
}

#sidebar ul
{
	width: 232px;
	margin:auto;
}

#sidebar ul li
{
	padding:8px;
	padding-left: 50px;
	border-bottom: solid 1px #C7B299;
	
	text-align:left;
}

.icon-bag
{
	background: url(../images/icon-bag.png) 20px center no-repeat;
}

.icon-clutch
{
	background: url(../images/icon-clutch.png) 20px center no-repeat;
}

.icon-hat
{
	background: url(../images/icon-hat.png) 20px center no-repeat;
}

.icon-belt
{
	background: url(../images/icon-belt.png) 20px center no-repeat;
}

.icon-cosmetic
{
	background: url(../images/icon-cosmetic.png) 20px center no-repeat;
}

.icon-bag:hover, li.icon-bag.active
{
	background: url(../images/icon-bag-hover.png) 20px center no-repeat #ffffff;
}

.icon-clutch:hover, li.icon-clutch.active
{
	background: url(../images/icon-clutch-hover.png) 20px center no-repeat #ffffff;
}

.icon-hat:hover, li.icon-hat.active
{
	background: url(../images/icon-hat-hover.png) 20px center no-repeat #ffffff;
}
.icon-belt:hover, li.icon-belt.active
{
	background: url(../images/icon-belt-hover.png) 20px center no-repeat #ffffff;
}

.icon-cosmetic:hover, li.icon-cosmetic.active
{
	background: url(../images/icon-cosmetic-hover.png) 20px center no-repeat #ffffff;
}



#sidebar ul li:hover, #sidebar a:hover, #sidebar ul li:hover a
{
	color: #C1272D;
}

#sidebar ul li img
{
	margin-bottom: -3px;
	padding-right: 8px;
}

#content
{
	float:right;
	width: 800px;
	padding:20px 25px;
	background:#ffffff;
}



#footer
{
	clear:both;
	font-family:	 ac_lineregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	padding: 30px 50px;
	background: #1A1A1A;
	color: #ffffff;
	text-align:right;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
}

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

#footer span
{
	font-family:	 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

#website-counter
{
		font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
	float: left;
}


/* ABOUT Section */
#about-section
{
	margin-top:-20px;
	margin-bottom:30px;
	padding: 30px;
	background: #F2F2F2;
	font-size:24px;
	color:#754C24;
	line-height:40px;
	border-bottom: solid 8px #C7B299;
	
}


#about-section ul
{
	margin-left:30px;
	list-style:outside;
}


/* PRODUCT Section */

.product-pagination
{
	font-family:	 ac_lineregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}


.product-pagination a
{
	text-decoration:none;
	color: #333333;
}

.product-pagination ul
{

	float:right;
	padding:10px;
	
}
.product-pagination ul li
{
	float:left;
	width: 20px;
	height: 20px;
	padding:10px;
	margin: 5px;
	border: 1px solid #cccccc;
	
	text-align:center;
}

.product-pagination ul li:hover, .product-pagination ul li:hover a, .product-pagination ul li.active
{
	background: #D72237;
	border: 1px solid #D72237;
	color:#ffffff;
}


.product-pagination ul li.first-item
{
	border: none;
	width: 40px;
}

.product-pagination ul li.nav-arrow, .product-pagination ul li.nav-arrow a
{
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
}

#product-list
{
	clear:both;
}

ul.product-item
{
	width: 180px;
	margin-bottom: 40px;
	margin-left:15px;
	float: left;
	border: 1px solid #cccccc;
	text-align:center;
	
}

ul li.product-photo
{
	
}

ul li.product-name
{
	font-size: 18px;
	color: #D72237;position:relative;top:25px;
}

ul li.product-id
{
	position:relative;top:10px;
}

ul li.product-button
{
	font-family:	 ac_lineregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	padding:10px 30px;
	margin:15px;
	background: #D72237;
	color:#ffffff;
}

ul li.product-button a
{
	text-decoration: none;
	color: #ffffff;
}

ul li.product-button:hover
{
	text-decoration: none;
	background: #534741;
}

#product-details-section
{
	float:left;
	width:780px;
	margin-top:-20px;
	margin-bottom:30px;
	padding: 30px 10px;
	background: #F2F2F2;
	font-size:24px;
	color:#754C24;
	line-height:40px;
	border-bottom: solid 8px #C7B299;
}

#product-description-section
{
	width:357px;float:left;padding-left:20px;
}

/* added */
 #product-description-section{font-size:18px;}
#product-description-section ul {list-style-type: square;font-size:18px;}
#photo-album
{
	width: 373px;
	margin:auto;
	padding:10px;
}


#gallery
{
	width:373px; 
	margin:auto;
	padding: 10px 10px 10px 0;
	text-align: center;
}

#gallery img
{
	padding: 10px;
}

#gallery a:hover img
{
	background: #D72237;
}

/* CUSTOMERs Section */
#customer-section
{
	float:left;
	width:780px;
	margin-top:-20px;
	margin-bottom:30px;
	padding: 30px 10px;
	background: #F2F2F2;
	font-size:24px;
	color:#754C24;
	line-height:40px;
	border-bottom: solid 8px #C7B299;
	
}

#customer-section ul
{
	float:left;
}

#customer-section ul li
{
	float:left;
	width: 140px;
	height:140px;
	margin: 5px;
	text-align:center;
	border: 1px solid #cccccc;
}

/* CONTACT section */

#contact-section
{
	float:left;
	width:780px;
	margin-top:-20px;
	margin-bottom:30px;
	padding: 30px 10px;
	background: #F2F2F2;
	font-size:24px;
	color:#754C24;
	line-height:40px;
	border-bottom: solid 8px #C7B299;
}

#contact-form{
	width: 600px; margin: 0; padding: 0;
	
}


label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 95px;
	text-align: right; font-size: 16px; color: #445668; 
	text-transform: uppercase;
}

input {
	
	width: 400px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
	font-size: 16px;
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; 
	}
	input:-moz-placeholder {
	    color: #a1b2c3; 
	}

textarea {
	width: 405px; height: 200px; padding: 20px; margin: 0 0 20px 0; 
	font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
	font-size: 16px;

}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	
input:focus, textarea:focus {
}

input[type=submit] {
	width: 185px; height: 52px; float: right; padding: 10px 15px; margin: 0 35px 0 0;
	border: none;
	background:#D72237;
	cursor: pointer;
	font-size:20px;
	color:#ffffff;
		font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
}

input:hover[type=submit] {
	width: 185px; height: 52px; float: right; padding: 10px 15px; margin: 0 35px 0 0;
	border: none;
	background:#534741;
	cursor: pointer;
	font-size:20px;
	color:#ffffff;
		font-family: gidolinyaregular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
}

@media screen and (max-device-width: 1150px) {
	#wrapper
	{
		width: 960px !important;	
	}
	#sidebar
	{
		display:none;
	}
	#content-wrapper
	{
	}
	#content
	{
		padding-left:80px;
	}
}
