
/* Reset
----------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}


q:before,q:after {
	content:'';
}

fieldset {
	border: 0;
}

.floatleft {
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.clear {
	clear:both;
}



.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

hr {
	display:block;
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	padding:0px 0px 0px 0px;
	margin:-5px 0px 8px 0px;
	overflow:hidden;
}


.divider {
	border-bottom:1px dotted #000000;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 13px 0px;
	text-align:center;
}

.divider-home {
	border-bottom:1px dotted #000000;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.img-left {
	float: left;
}

/* END Reset
----------------------------------------------------------------------------------------*/






/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/



body {
	background:url(../images/body_bg.jpg) no-repeat  left #f3ead5 fixed;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-align:center;
	color:#000000;


}



a 
{
    color:#ff3399;
	
	text-decoration:none;
	
}

a:hover, a:active {
	
	text-decoration:none;
	color:#000000;
}


p {
	line-height:17px;
	padding:0 0 15px 0;
}

/* Headings */


h2 {
	font-size:28px;
	font-style:italic;
	color:#000000;
	line-height:30px;
	margin:0 0 15px 0;
}


h3 {
	font-family:"Times New Roman", Times, serif; 
	font-size:15px;
	font-weight:bold;
	color:#333232;
	margin:0 0 6px 0;
}

h4 {
	font-size:15px;
	color:#000000;
	line-height:16px;
	margin:0 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;

}


/* Wrappers */


#wrapper {
	width:99%;
	padding:0;
	text-align:left;
	position:relative;
}




/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/














/* START LEFT CONTENT STYLES
----------------------------------------------------------------------------------------*/

#left-container {
	width:555px;
	float:left;
	position:fixed;
	display:block;
	margin-left:30px;
}


#left-content {
	width:555px;
	position:fixed;
	padding:30px 0 0 0;

}

#logo {
	width:173px;
	height:142px;
	margin:0 0 121px 0;

}

.contact-info {
	line-height:18px;
	font-size:16px;
	display:block;
	margin-bottom: 5px;
	position:absolute;
	
}

.left-content a {
	color:#000000;
	text-decoration:none;
	
}

.left-content a:hover, a:active {
	
	color:#ff3399;
	text-decoration:none;
}

.contact-info a:hover, a:active {
	
	color:#ff3399;
	text-decoration:none;
}






/* Left Column */


#left-col {
	width:140px;
	float:left;
	font-family:"Grotesque MT W01 Light Cn", Arial, Helvetica, sans-serif;
	
}

#left-col h4 {
	
	font-family:"Grotesque MT W01 Light Cn", Arial, Helvetica, sans-serif;

}

#left-col  input.text-box {
	width:124px;
	height:21px;
	background:none;
	font-family: "Times New Roman", Times, serif;
	color:#8f897a;
	font-size:15px;
	border:1px dotted #22201d;
	padding:6px 7px 0 7px;
	float:left;
	margin:0 0 8px 0;
}

#left-col  input.active {
	background-color:#ffffff;
}

#left-col  select {
	width:140px;
	margin:0 0 8px 0;
	color:#000000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

#left-col  input.submit-btn {
	width:86px;
	height:30px;
	background-color:#b1aa9d;
	color:#000000;
	text-transform:uppercase;
	border:none;
	float:left;
	font-size:14px;
	cursor:pointer;
	font-family:"Grotesque MT W01 Light Cn", Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;
}

#left-col  input.submit-btn:hover {
	width:86px;
	height:30px;
	background-color:#666666;
	color:#b1aa9d;
	text-transform:uppercase;
	border:none;
	float:left;
	font-size:14px;
	cursor:pointer;
	font-family:"Grotesque MT W01 Light Cn", Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;
}

#left-col ul {
	border-top:1px dotted #22201d;
	padding:0px 0 30px 0;
}

#left-col ul li {
	border-bottom:1px dotted #22201d;
	padding:5px 0 7px 0;
}

#left-col ul li a {	
	text-decoration:none;
	font-size:16px;
}

#left-col ul li.facebook a {
	background:url(../images/facebook.gif) no-repeat 0 0;
	padding:2px 0 0 25px;
	display:block;
	height:16px;
}

#left-col ul li.facebook a:hover {
	background:url(../images/facebook.gif) no-repeat 0 -18px;
}



/* END LEFT CONTENT STYLES
----------------------------------------------------------------------------------------*/

 ul li.facebook a {
	background:url(../images/facebook.gif) no-repeat 0 0;
	padding:2px 0 0 25px;
	display:block;
	height:16px;
}

 ul li.facebook a:hover {
	background:url(../images/facebook.gif) no-repeat 0 -18px;
}













/* START RIGHT CONTENT STYLES
----------------------------------------------------------------------------------------*/


#right-container {
	width:660px;
	float:right;
	position:relative;
}

#right-content {
	width:660px;
	float:right;
	height:auto !important;
	min-height:350px;
	height:350px;
}

.nav {
	width:640px;
	padding:20px 0 0 20px;
	position:fixed;
	z-index:10;
	background:url(../images/nav_bg.png) no-repeat 0 0;
	height:82px;
	color:#000000;
}

.nav ul li {
	width:87px;
	float:left;
	margin:0 19px 0 0;
	display:inline;
	position:relative;
	color:#000000;

}

.nav ul li a {
	text-decoration:none;
	font-size:15px;	
	display:block;
	padding:4px 0 4px 0;
	line-height:15px;
	border-top:1px dotted #000000;
	color:#000000;
}

.nav ul li a:hover,
.nav ul li.active > a {
	color:#ee4387;
	text-decoration:none;
}


/*1st sub level menu*/
.nav ul li ul{
	width:126px;
	position: absolute;
	left: 0;
	margin:0px 0 0 -18px;
	padding:2px 0 15px 0;
	display: block;
	background-color:#ffffff;
	visibility: hidden;


}



/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
	display: list-item;
	float: none;
	background:none;
	margin:0;
	padding:0;

}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.nav ul li ul li a {
	width:90px; /*width of sub menus*/
	margin:0 18px 0 18px;
	padding:0;
	font-size:14px;
	text-align:left;
	line-height:16px;
	text-decoration:none;
	text-transform:none;
	border:none;

}

.nav ul li ul li.first a {
	width:90px; /*width of sub menus*/
	margin:0 18px 0 18px;
	padding:5px 0 0 0;
	font-size:14px;
	text-align:left;
	line-height:16px;
	text-decoration:none;
	text-transform:none;
	border:none;
	border-top:1px dotted #000000;
}


.nav ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#da568c;
}




/* Content */


#content {
	width:620px;
	padding:151px 20px 20px 20px;
	background:url(../images/content_bg.png) repeat-y 0 0;
	font-family: "Times New Roman"
}

#content p {
	color:#333232;
}

#content-text-col {
	padding-left: 160px;	
}

.skip {
	display:block;
	margin:0 0 5px 0;
}

.skip a {
	color:#989796;
}

.content-title {
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding: 10px 0;
	display:block;
	margin:0;
	font-family: "Times New Roman"
}

/* Box Content */


.box-content {
	width:620px;
	overflow:hidden;
	margin:0 -20px 28px 0;
	border-top:1px dotted #000000;
	font-family:"Grotesque MT W01 Light Cn", Arial, Helvetica, sans-serif;
}

.box-col {
	width:139px;
	float:left;
	margin:0 21px 0 0;
	text-align:center;
	color:#000000;
	
}

.box-col .boxes {
	width:139px;
	height:111px;
	padding:21px 0 0 0;
	border-bottom:1px dotted #000000
}

.box-col .sub-title {
	font-size:14px;
	letter-spacing:0px;
	
	
}

.box-col span {
	font-size:20px;
	font-style:italic;
	font-family: Times New Roman;
	color:#000000;
	line-height:59px;
}

.box-col em {
	font-size:17px;
	color:#000000;
	line-height:19px;
	display:block;
}

.box1 {
	background-color:#95dbb9;
}

.box2  {
	background-color:#c0bfde;
}

.box3 {
	background-color:#f1b1c3;
}

.box4 {
	background-color:#ffd68a;
}



/* Content Column */


.content-col {
	width:620px;
	overflow:hidden;
}

.col {
	width:290px;
	padding:0 10px 0 0;
	float:left;
}


/* inner page - media specifics */

ul#media-list {}

ul#media-list li {
	border-bottom:1px dotted #000000;		
	overflow:hidden;
	padding:15px 0;
	
}

ul#media-list .date,
ul#media-list .description {	
	display:inline;
	float: left;
	font-family:"Times New Roman", Times, serif;
}

ul#media-list .date {
	font-style:italic;
}

ul#media-list .description {
	margin: 0 50px;
	width: 260px;
	font-family:"Times New Roman", Times, serif;
}

ul#media-list .thumb {
	display:inline;
	float: right;
}

ul#media-list .thumb img {
	display: block;
	margin-bottom: 5px;
}

ul#media-list a {
	color:#989897;
}

ul#media-list a:hover {
	text-decoration:none;
}

/* inner page - shop specifics */

.product-category {
	font-family:"Times New Roman", Times, serif;
}


.product-category li {
	border-bottom:1px dotted #000;
	display:block;
}

.product-category li a {
	font-style:italic;
	font-size:30px;
}

.product-category li a:hover {
	text-decoration:none;
}

.product-slider {
	border-bottom:1px dotted #000;
	margin: -15px 0 10px 0;
	position: relative;
}

.product-slider ul {}

.product-slider ul  li {}

.product-slider ul  li a {}

.product-slider ul  li a img {
	margin-right: 5px;
	vertical-align: bottom;
}

.modal-slider {
	position: relative;
}

.product-slider button,
.modal-slider button {
	background: #b9bbbb;
	border: 0;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height:29px;
	width:29px;
	position: absolute;
	z-index: 80;
}

.product-slider .prev,
.modal-slider .prev {		
	left: 0;	
}

.product-slider .next,
.modal-slider .next {		
	right: 0;	
}

.product-slider-content {
	display: none;
	width: 656px;
	text-align: left;
}

.product-slider-content .content-title {
	margin-bottom: 5px;
}

span.price {
	display: block;
	font-size: 30px;
	font-style: italic;
    margin-top: 10px;
	margin-bottom: 20px;
}

.cart-opt {
	
}

.cart-opt label.size ,
.cart-opt label.qty{
	display: block;
	float: left;
	margin-right: 15px;
}

.cart-opt select {
	display: block;
}

.cart-opt .btn {
	background: #c2c1c1;
	border: 0;
	color: #272727;
	clear: both;
	cursor: pointer;
	display: block;
	padding: 5px;
	margin: 15px 0 0 0;
}

.menu {
	margin: 40px 0 0 0;
}

.menu ul li a {
	display: block;
	font-family: Arial,Helvetica,sans-serif;
}

.menu ul li a:hover {
	color: #ee4387;
	text-decoration: none;
}


.prev-btn a {
	background:url(../images/prev_btn.png) no-repeat 0 0;
	width:29px;
	height:29px;
	display:block;
	position:absolute;
	bottom:5px;
	left:2px;
}

.next-btn a {
	background:url(../images/next_btn.png) no-repeat 0 0;
	width:29px;
	height:29px;
	display:block;
	position:absolute;
	bottom:5px;
	right:2px;
	float:right;
}


.modal-slider ul li img {
	position:relative;
}





/* Slider Content */


.slider-content {
	width:620px;
	border-bottom:1px dotted #000000;
}



/* Bottom Content */


#bottom-content {
	width:660px;
	overflow:hidden;
	color:#302e29;
	font-size:12px;
	padding:5px 0 0 0;
}

#bottom-content p {
	line-height:11px;
	padding:0 0 4px 0;
}

#bottom-content p img {
	position:relative;
	top:5px;
	left:2px;
}

#bottom-content a 
{
    
	color:#000000;
	text-decoration:none;
	
}

#bottom-content a:hover, a:active {
	color:#ff3399;
	text-decoration:none;
	
}

#left-col a {
	color:#000000;
	text-decoration:none;
	
}

#left-col a:hover, a:active {
	
	color:#ff3399;
	text-decoration:none;
}


.copyright {
	color:#8f897a;
}
/* END RIGHT CONTENT STYLES
----------------------------------------------------------------------------------------*/
.backlink {
	position: relative;
	top: 10px;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	background: url(../admin/images/icon_backlink.png) no-repeat left center;
}


.w50 {width: 50px;}
