/* ============================================================== GLOBAL ============== */

a:link, a:visited {
	color: #9e1879;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #666;
}

ul {
	list-style-type: none;
}


#wg_content {
	min-height: 400px;
}

#wg_footer {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin: 0;
}

#wg_footer ul {
	list-style-type: none;
	text-align: right;
	position: relative;
	right: -10px;
}

#wg_footer .submit {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 3px;
	cursor: pointer;
}

#wg_footer a:link, #wg_footer a:visited, #wg_footer a:active {
	text-decoration: none;
	color: #44423a;
	font-family: Helvetica, Arial, sans-serif;
}

#wg_footer a:hover {
	color: #6d6b64;
}

#wg_header a:link, #wg_header a:visited, #wg_header a:active {
	text-decoration: none;
	color: #44423a;
	font-family: Helvetica, Arial, sans-serif;
}

#wg_header a:hover {
	color: #6d6b64;
}

#wg_header #collections {
	text-align: right;
	margin: 20px 0 0 0;
	position: relative;
	right: -20px;
}

#wg_header {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin: 10px 0 0 0;
}

#wg_header .topnav {
	text-align: right;
	position: relative;
	right: -15px;
}

#wg_header .topnav a {
	margin: 0 5px;
}

.policies {
	text-align: left;	
}

.policies p {
	margin-bottom: 10px;
}

/* ============================================================== CONTACT FORM ============== */

.wg_form {
	margin: 25px 0 25px 0; border: 1px solid #ccc; padding: 20px 0 40px 20px;
}

.wg_form  input, .wg_form  textarea, .wg_form  select {
	border: 1px solid #6b6b6b;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	padding: 2px;
	color: #9e1879;
	min-width: 300px !important;
	margin: 0 0 15px 0;
}


.wg_form  label {
	/*
width: 7em;
	float: left;
	text-align: right;
	margin: 1em 1em 0 0;
*/
	padding-bottom: 3px;
}


.wg_form  button.submit {
	/* margin: 0 0 0 3em; */
	color: #9E1879;
	background-color: #fff;
	float: left;
	cursor: pointer;
	border-width: 0;
	border:1px solid #44423A;
}


/* ============================================================== ABOUT ============== */


.about_bg {
	background:url(../images/about_wg.jpg) 0 0 no-repeat; 
	min-height: 400px !important;
	height: 400px;
	position:relative;
	right: -10px;
	}

.about_bg p {
	margin-bottom: 10px;
}

/* ============================================================== RETAILERS ============== */


.retailers_bg {
	/*background:url(../images/retailers_bg.jpg) 0 0 no-repeat; */
	min-height: 400px !important;
	height: 400px;
	position:relative;
	right:-10px;
}

.store_listings a {
	margin: 0 0 0 0.75em;
}

.retailer_region {
	margin: 10px 0;
	font-weight: bold;
}

.retailer_locale {
	margin: 25px 0 10px 0;
	color: #9e1879;
}

.retailer_name {
	float:left;
font-weight:bold;
margin-right:0.75em;
text-align:left;
width:10em;
}

li {
	color: #333;
}


/* ============================================================== COLLECTION HOMEPAGE ============== */

.collection_hp {
	background: url(../images/collection_bg_su10.jpg) 0 0 no-repeat;
	height: 450px !important;
	width: 960px;
	min-height: 450px;
	position: relative;
	right: 10px;
}

.collection_hp ul {
	list-style-type: none;
	position: relative;
	top: 110px;
	
}

.collection_hp a:link, .collection_hp a:visited, .collection_hp a:active {
	color: #333;
}

.collection_hp a:hover {
	color: #9e1879;
}

.collection_sub, .collection_sub:visited {
	display:block;
	margin-left: 10px;
	color: #333;
	margin-top: 5px;
}


/* ============================================================== PRESS ============== */

.press li {
	margin-top: 1em;
}

.press_collection div {
	float:left;

text-align: center;
text-transform: uppercase;
font-size:80%;
margin:0 8px 20px;
width: 88px;
}

.press_collection div img {
	border:1px solid #CCCCCC;

}

/* ============================================================== CONTEXT MENU ============== */


#categories_nav {
	padding:0;
	margin:5px 0 5px 0;
	text-align:right;
	position:relative;
	right: -25px;
	/* top:-18px; */
}
#categories_nav a:link, #categories_nav a:visited {
	color:#333;
	text-decoration:none;
}

#categories_nav a.active {
	/* font-weight: bold; */
	color: #9e1879;
}


.category_sub_link {
	text-transform:lowercase;
}

.active {
	/* font-weight: bold; */
	color: #9e1879;
}


.footer_group {
	position: relative;
	right: -60px;
}
