/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #71726E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

div.post h2 {
margin-top:30px;
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 940px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 70px;
	background: #000000;
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(/App_Themes/Press/images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#menu span {
	float:right;
	margin-right:40px;
}
#menu span {
	float:right;
	margin-right:40px;
}
#menu em {
	color:white;
}



/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 273px;
	margin-left: 10px;
	background: url(/App_Themes/Press/images/img02clr.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 210px 0 0 10px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/App_Themes/Press/images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

div.entry img{
	margin:10px;}
}
.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 144px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #000000;
}

/*URBAN GREY MENU*/

.urbangreymenu{
width: 190px; /*width of menu*/
}


.urbangreymenu .headerbar{
font: normal 12px Verdana;
color: white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenuimageicon
{
background: #606060 url(/App_Themes/Press/images/imgIcon.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/

	}
	
.urbangreymenushoeicon
{
background: #606060 url(/App_Themes/Press/images/shoesIcon.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/

	}
	

}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #999;
}

.product > h3{
margin-left:25%;
}

.product

 {
 padding:5px;
 height:250px;
 width:195px;
 background-color:#fff;
 margin:3px;
border:1px #ccc solid;
text-align:left;
vertical-align:top;
 
	}
	table .product > span 
	{
margin-left:20px;
	}
	table .product img
	{
margin:0px;
	vertical-align:bottom;
	}
td.product a > img 
{
margin-top:5px;
margin-bottom:5px;
margin-left:25%;
margin-right:0;
	}


	table .product .prices img
	{
margin:0px;
	vertical-align:middle;
	bottom:1px;
position:relative;
}
table .product .prices {
	text-align:left;
width:44%;	
}
.productActionContainer{
padding:2px;
	border:1px #ccc dashed;
}
.productActionContainer > span{
line-height:20px;
}
.fl
{
	float:left;
	padding-left:20px;
	
}

.fr {
	float:right;
}

.clearAll {
	clear:both;
	}

.feedback_success
{
 border: 1px solid #009900;
 background-color: #CDEB8B;
 color: #009900;
}

.feedback_error
{
 border: 1px solid #FF9999;
 background-color: #FFEEEE;
 color: #FF9999;
}

#person a
{
 padding: 0 0 0 0;
 background-image:none;
 float:none;
 display: inline;
}
.loginContainer {border:thin #000 solid;margin:100px auto auto;;width:300px;background-color:#fff;padding:10px;}
.loginHeader {background:white;margin:auto;width:300px;}
.loginContainer input {
border:1px solid #3A0700;
margin-right:5px;
padding:3px;
width:144px;
}
.loginContainer input[type=submit]{
	background:#3A0700 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:11px;
padding:3px;
text-transform:lowercase;
width:152px;
}
.loginContainer legend {

	font-size:32px;
letter-spacing:-1px;
color:#811305;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
margin:0;
padding:0;
text-transform:lowercase;
margin-bottom:10px;
}
.loginContainer p {
	margin:0 0 1em;
}
.CMSListMenuLink {

background:#999999 none repeat scroll 0 0;
color:white;display:block;
width:182px;
padding:0 0 0 8px;font-size:14px;

}

.CMSListMenuLinkHighlighted{
background:#333 url(/App_Themes/Press/images/iconArrow.png) no-repeat scroll 90% 50%;
/*background:#811305 none repeat scroll 0 0;*/
color:white;display:block;
width:176px;
border:3px solid #900;
padding:0 0 0 8px;
font-weight:bold;
}

.blueitems ul li a {
background:#93C3CD url(/App_Themes/Press/images/blue.png) repeat scroll 50% 50%;

}

.pinkitems ul li a {
background:#DB4865 url(/App_Themes/Press/images/pink.png) repeat scroll 50% 50%;
}

.yellowitems ul li a {
background: #ccd232 url(/App_Themes/Press/images/yellow.png) 50% 50% repeat;
}

.greenitems ul li a {
background: #ccd232 url(/App_Themes/Press/images/green.png) 50% 50% repeat;
}

.headlineProdWrap { text-align:center; }
.contentProdWrap {vertical-align:bottom;}
.productWrap {height:356px;}

td.contentProdWrap > span {
margin-left:20px;
}