@charset "utf-8";
/* CSS Document */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	background-image:url('../images/repeat.jpg');
	background-repeat:repeat-x;
}
p {
	font-size:16px;
	font-family: 'Flamenco', serif;
	color:#333;
}
a {
	text-decoration:none;
	color:#333;
}
h1{
	background: url('../images/logo.png'); 
	background-repeat:no-repeat;
	width:142px;
	height:96px;
	text-indent: -9999px;
	margin: 20px 110px -26px;
}
ul {
	font-size:19px;
	font-family: 'Flamenco', serif;
	color:#333;
	line-height:29px;
}
.container {
	width:960px;
    margin: 0 auto ;
}
.main {
	background-image:url('../images/backNew.jpg');
	background-repeat:no-repeat;
	width:960px;
	height:697px;
    overflow: hidden;
	display:block;
}

/*HOME*******************************************************/
p#intro {
	float:right;
	font-size:20px;
	margin: 100px 90px 0 0;
	width: 400px;
	line-height:24px;
}
#badge { 
	width: 300px;
	margin: 70px 0 0 40px;
}
/*END HOME*******************************************************/

/*CONTACT*******************************************************/
ul#col1 {
	margin:15px 0 0 90px;	
	list-style-type: none;
}
ul#col2 {
	margin:15px 50px 0 0;	
	float:right;
	list-style-type: none;
}
ul#col3{
	margin:15px 260px 0 0;	
	float:right;
	list-style-type: none;
}
p#contact {
	font-size:21px;
	margin:70px 0 0 90px;	
}
li.space {
	margin-top:10px;
}
/*END CONTACT*******************************************************/

.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
}
.slideshow-container {
	position: relative;
	clear: both;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#nav {
	  width: 960px; 
	  height: 78px;
	  float: right; 
	  margin: 72px 0 0 0;
}
#nav li {
	  float: left; 
	  list-style: none;
}
a.nav li:focus {
	outline: none;
}

/*Shoe description*******************************************************/
.caption {
}
.caption-container {
	position: relative;
	clear: left;
	height: 45px;
	margin: 45px 80px 0;
}
.caption p.title {
	font-size:28px;
}
.caption p.colour {
	font-size:16px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
/*End Shoe description**************************************************/

/*Thumbnails************************************************************/
ul.thumbs {
	clear: both;
	margin: 75px 0 5px 45px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0 0 20px;
	list-style: none;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs a img {
	border: none;
	display: block;
}


#thumbs_contain {
	margin: -75px 0 90px 20px;
}
#bags_adjust {
	margin-top: 100px;
}
/*End Thumbnails*******************************************************/

.footer {
	margin: -140px 80px 0;
}

