* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:15px;
}



a:link, a:visited, a:active {
	color:#5d5d5d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:950px;
	margin:0 auto;
}

/*header*/

#header {
	height:80px;
	padding-top:5px;
}

#logo {
	float:left;
}

#account {
	float:right;
	font-weight:bold;
	width:400px;
	text-align:right;
}

#account a:link, #account a:visited, #account a:active {
	color:#5d5d5d;
	text-decoration:underline;
	font-weight:bold;
}

#account a:hover {
	text-decoration:none;
	font-weight:bold;
}

#links {
	margin-bottom:10px;
}

#cart {
	background-image:url(../images/bag.jpg);
	background-repeat:no-repeat;
	background-position:200px top;
	height:28px;
	padding-top:10px;
}

/*header end*/

/*navigation*/

#navigation {
	clear:both;
	background-color:#df8f90;
	padding:5px;
	height:25px;
	color:#fff;
}

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

#navigation a:hover {
	text-decoration:underline;
}

#menu {
	margin-top:5px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#search {
	float:right;
}

/*navigation end*/

/*content*/

#content {
	padding-top:20px;
}

#picture {
	width:710px;
	height:386px;
	border:1px solid #5d5d5d;
	float:left;
	margin-bottom:20px;
	
}

#featured {
	float:right;
}

#featured ul li {
	width:233px;
	height:124px;
	border:1px solid #5d5d5d;
	margin-bottom:5px;
	list-style-type:none;
}

/*shop listing*/

#column, #mainleft {
	float:left;
	width:140px;
	padding-top:15px;
}

#column ul li, #mainleft ul li {
	list-style-type:none;
	margin-bottom:7px;
}

#column ul li a:link, #column ul li a:visited, #column ul li a:active, #mainleft ul li a:link, #mainleft ul li a:visited, #mainleft ul li a:active {
	font-weight:bold;
	text-decoration:none;
}

#column ul li a:hover, #mainleft ul li a:hover {
	text-decoration:underline;
}

#main {
	padding-top:15px;
	float:right;
	margin-bottom:20px;
	width:794px;
}

#main ul li {
	list-style-type:none;	
	float:left;
	text-align:center;
	width:180px;

	margin-left:10px;
	height:295px;
}

#main ul li img {
	width:129px;
	height:243px;
}

#main ul li a:link, #main ul li a:visited, #main ul li a:active {
	text-decoration:none;
}

#main ul li a:hover {
	text-decoration:underline;
}

#shop {
	width:792px;
	height:200px;
	border:1px solid #5d5d5d;
	margin-bottom:20px;
}

#main h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

/*shop listing end*/

/*shop detail*/

#image {
	float:left;
	margin-right:10px;
	text-align:center;
	padding-bottom:10px;
}

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

#image a:hover {
	text-decoration:underline;
}

#image img {
	border:1px solid #5d5d5d;
	/*width:250px;
	height:357px;*/
}

#description {
	padding-bottom:10px;
}

#alternate  {
	margin-top:20px;
}

#alternate ul li {
	margin:0;
	width:100px;
	height:142px;
	border:1px solid #5d5d5d;
	margin-right: 5px;
}

#alternate ul li img {
	width:100px;
	height:142px;
	
}

/*shop detail end*/

/*content end*/

/*signup*/

#signup {
	clear:both;
	background-color:#df8f90;
	padding:5px;
	height:25px;
	color:#fff;
}

#newsletter {
	float:right;
}

/*signup end*/

/*footer*/

#footer {
	clear:both;
	font-weight:bold;
}

#footer p {
	line-height:38px;
}

#footer p.copyright {
	text-align:center;
}

/*footer end*/

.hidden {
	display: none;
}


/*added in to change template of information pages. nothing on styles.css is changed*/

body {
	color:#000;
}

#content.information {
	color:#fff;
	margin-bottom:20px;
}

#content.information ul, #content.information ol {
	list-style-type:disc;
	margin-left:40px;
}

#content.information a:link, #content.information a:visited, #content.information a:active {
	color:#fff;
}

#content.information a:hover {
	color:#000;
}

#content.information a.black:link, #content.information a.black:visited, #content.information a.black:active,
#content.information a.mainnavst:link, #content.information a.mainnavst:visited, #content.information a.mainnavst:active {
	color:#000;
}

#content.information a.black:hover,
#content.information a.mainnavst:hover {
	color:#fff;
}


#shopmiddle, #collectionmiddlemain, #collectionmiddle, #pressmiddle, #newstockistsmiddle {
	border:none;
}

#pressmiddle table {
	margin:0 auto;
	border-collapse:collapse;
	
}

#pressmiddle table td {
	padding:5px;
}

#bottomleft {
	float:none;
	margin-top:0px;
	width:auto;
	padding-top:4px;
}