* {
	margin: 0;
}

html, body {
/*	height: 100%;*/
	min-height: 1200px;
}

body {
	height: 100%;
}

html {
	background: #171312 url(../img/bg.jpg) top center; 	
}

body {
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
/*	background-image:url(../scripts/randImg.php);*/
	background-position:center top;
	background-repeat:no-repeat;*
	min-height: 1230px;
}

a, a:visited, a:active, a:link {
	color: #e6086e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #969696;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	color: #969696;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0 5px;
}

.head, .holder, #footer, #imageHolder {
	margin: 0 auto;
}

.head {
	height: 270px;
	width: 942px;
}

.holder {
	width: 942px;
	background: #171312 url(../img/holder-bg.png) top center;
	background-color:transparent;
/*	opacity:0.6;
	min-height: 600px;*/
	padding-top: 20px;
}

#footer {
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 912px;
	padding: 0 15px 25px;
	text-align: right;
}

#lCol {
	float: left;
	display: inline;
	width: 284px;
}

#rCol {
	float: left;
	display: inline;
	width: 584px;
	margin-left: 11px;
	background: #fff;
	min-height: 500px;
	padding: 15px;
	padding-bottom: 40px;
}

.clr {
	clear: both;
}

#bottomMenu {
	clear: both;	
}

#bottomMenu ul {
	list-style: none;
	height: 14px;
	padding: 10px 0 10px 30px;
}

#bottomMenu ul li {
	float: left;
	display: inline;
	text-transform: uppercase;
	margin-right: 30px;
}

#bottomMenu a {
	color: #4d4d4d;
}

#bottomMenu a:hover {
	color: #e6086e;
	text-decoration: none;
}

#lCol h2 {
	color: #fff;
	background: url(../img/l-head-gray.png) top left no-repeat;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	padding: 8px 0 0 30px;
	        
}

#lCol h2.pink {
	background: url(../img/l-head-pink.png) top left no-repeat;
}

#lCol .wBlock {
	background: #fff;
	margin: 0 0 30px 30px;
}

.catMenu {
	margin: 0;
	list-style: none;
	padding: 20px 15px;
}

.catMenu li {
	padding: 0;
	text-transform: uppercase;
}

.catMenu li a {
	color: #828282;
	padding: 4px 3px;
	display: block;
}

.catMenu li a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}

.wrapper {
}

#header {
	height: 200px;
}

#mainMenu {
	padding: 0 0 15px 15px;
	background: url(../img/menu-bg.gif) repeat-x transparent;
	list-style: none;
	margin: 0 15px;
	height: 55px;
}

#mainMenu li {
	float: left;
	display: inline;
	text-transform: uppercase;
}

#mainMenu li a {
	color: #201b1c;
	height: 30px;
	display: block;
	padding: 0 15px 0 0;
	
}

#mainMenu li a:hover {
	color:#E6086E;
	text-decoration: none; 
}

#mainMenu li a span {
	display: block;
	padding: 25px 15px 15px 15px;
}

#mainMenu li a.act {
	color: #fff;
	background: url(../img/menu-act-s.png) no-repeat top right;
	
}

#mainMenu li a.act span {
	background: #E6086E url(../img/menu-act.png) repeat-x top;
}

#imageHolder {
	width: 992px;
	background: #171312 url(../img/holder-bg.png) top center repeat-y;
	background-color:transparent;
	padding-top: 15px;
	margin-bottom: 0px;
	height: 315px;
}

#imageHolder .navigation{
	width: 40px;
	float: left;
}

#imageHolder .caroselle {
	float: left;
	width: 912px;
	margin: 0 5px 0 15px;
}

#imageHolder ul {
	list-style: none;
	padding: 0;
	margin-left: 15px;
}

a#prevImage, a#nextImage {
	width: 40px;
	height: 80px;
	background: url(../img/in-prev.png) transparent no-repeat left;
	display: block;
	margin-top: 100px;
}

a#nextImage {
	background-image: url(../img/in-next.png);
}

a#prevImage:hover, a#nextImage:hover {
	text-decoration: none;
	background-position: right;
}


#imageHolder a:focus {
	-moz-outline-style: none;
	outline: none;
}

#imageHolder ul li{
	float: left;
	display: inline;
	margin-right: 13px;
	width: 210px;
	height: 325px;
}


#imageHolder ul li a{
	display: block;
	height: 315px;
	background: bottom;
	background-color: #fff;
	border:5px solid #FFFFFF;
}
#imageHolder ul li span{
	display: none;
	height: 315px;
	width: 100%;
	background: top;
}

.item {
	margin: 10px 10px 30px;
	height: 285px;
	padding-top: 10px;
	border-top: 1px solid #dfdfdf;
}

.item img{
	float: left;
	display: inline;
	margin-right: 25px; 
}

.item h2 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #e6086e;
	padding: 4px 10px;
	margin-bottom: 30px;
}

.item h2 a, .item h2 a:hover{
	color: #fff;
	text-decoration: none;
}

.item .description {
	float: left;
	width: 349px;
}

.item .description p {
	line-height: 30px;
	margin-left: 5px;
}

.dButton, .lButton {
	margin: 25px 0 30px;		
}

.dButton a, .lButton a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #333;
	padding: 4px 15px;
}

.dButton a:hover, .lButton a:hover {
	text-decoration: none;
	background-color: #e6086e;
	padding: 4px 15px;
}

.lButton a {
	background-color: #b2b2b2;
}
.1lButton a:hover {
	background-color: #e5e5e5;
		
}

.single {
	margin: 10px 10px 80px;
	padding-top: 10px;
}

#singleLeft {
	width: 370px;
	float: left;
	display: inline;
}
#singleRight {
	width: 180px;
	margin-left: 14px;
	float: left;
	display: inline;
}
#singleRight img {
	margin-bottom: 7px;
}
#singleLeft img {
	margin-bottom: 15px;
}

#singleLeft  p {
	margin-bottom: 12px;
}

#singleRight .lButton a,  #singleRight .dButton a {
	width: 150px; 
	display: block;
	text-align: center;
}

#singleRight .lButton ,  #singleRight .dButton  {
	margin: 15px 0 0 0px;
}

.paginator {
	text-align: center;
	color: #828282;
	padding-top: 20px;
	border-top: 1px solid #dfdfdf;
}

.paginator a.inactive:hover {
	text-decoration: none;
}

#rCol p.bodytext {
	margin-bottom:6px;
}

.csc-default h1.csc-firstHeader {
	margin-bottom:20px;
}

.wPopup {
	width: 100%;
	height: 100%;
	background: #fff;
}

#header {
	text-align: right;
}

#header img {
	margin-top: 26px;
	margin-right: 15px;
}

.dressesBrand img {
	margin-right: 20px;
	margin-bottom: 20px;
}

ol li {
	margin-bottom: 8px;
}

ol {
	padding-left: 25px;
}

.featured {
	width: 126px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.featured h2 {
	margin: 0;
	color: #e6086e;
	font-size: 12px;
	text-transform: uppercase;
/*	background-color: #e6086e;
	padding: 4px 10px;*/
	margin-bottom: 6px;
}

.featuredBox {
	height: 230px;
}