body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

#header 
{
    position: relative;
    top: 20px;
    height: 60px;
    margin: 0 auto;
    background: #ffffff;
    width: 800px;
	border-bottom: 1px solid #000;
}

#header img
{
    float: left;
}


#header ul
{
    font-size: 9pt;
    display: inline;
    float: right;
	padding-top: 40px;
}

#header li
{
    list-style: none;
    margin-left: 0;
    border-left: 1px solid gray;
    padding: 0px 10px;
    display: inline;
}

#header li.first 
{
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

#header li a, a:visited
{
    color: #b4b3b4;
    text-decoration: none;
}

#header li a:hover 
{
    color: #715554;
    text-decoration: none;
}

#container
{
    position: relative;
    top: 20px;
    margin: 0px auto;
    text-align: center;
    width: 800px;
    height: 550px;
}

#side-bar
{
	float: left;
	width: 150px;
	height: 100%;
	border-right: 1px solid #000;
}

#links
{
    padding: 10px 20px 1em 0;
	border: none;
}

#links ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#links li
{
    display: block;
    padding: 15px 0.3em 15px 0px;
    width: 100%;        
    border-bottom: 1px solid #ccc;
}

#links li a, a:visited
{
    font-family: Georgia;
	color: #5a3e1d;
	font-size: 12pt;
	text-decoration: none;
	width: auto;
}

#links li a:hover
{
    font-family: Georgia;
	color: #9b9a9b;
	font-size: 12pt;
	text-decoration: none;
	width: auto;
}	 

#links li ul
{
	font-size: 9pt;
	font-family: Georgia;
	color: #5a3e1d;
	text-align: right;
	list-style: none;
	margin: 0;
	border: none;
}

#links li ul li
{
	padding: 5px 0 0 0;
	border: none;
}

#links li ul li a, a:visited
{
	font-size: 9pt;
	font-family: Georgia;
	color: #9b9a9b;
	text-decoration: none;
}

#links li ul li a:hover
{
	font-size: 9pt;
	font-family: Georgia;
	color: #5a3e1d;
	text-decoration: none;
}


#slideshowbuttons
{
	height: 15px;
	width: 45px;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	position: relative;
	border: 1px solid #000;
}

a.slideshowprev
{
	background: url("images/prev.png") no-repeat left;
	width: 15px;
	height: 15px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -5px;
}

a.slideshowprev:hover
{
	background: url("images/prev_h.png") no-repeat left;
}

a.slideshowprev span
{
	visibility: hidden;
}

a.slideshownext
{
	background: url("images/next.png") no-repeat right;
	width: 15px;
	height: 15px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	padding: 0;
}

a.slideshownext:hover
{
	background: url("images/next_h.png") no-repeat right;
}

a.slideshownext span
{
	visibility: hidden;
}

#banner
{
	width: 130px;
	border-top: 1px solid #ccc;
	margin-right: 20px;
	padding: 10px 0 15px 0;
	float: right;
}

/********* Collecitons Page *******/
.current_collection {
	color: #E58136 !important; /* without the important, this style gets overridden */
	text-decoration: none !important;
}

#content
{
	float: left;
	width: 649px;
	margin: 0 auto;
	border: none;
	position: relative;
}  

#content img
{
	margin: 0 auto;
	padding: 0;
}         


#content .sizechart {
	left: 57px;
	position: absolute;
	top: 435px;	
}

#content .enquiry {
	position: absolute;
	right: 3px;
	top: 445px;
}

/********* Footer ****************/
.footer{
	color:#5A3E1D;
	font-family:Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size:11px;
	clear: both;
	width: 99%;
	margin: 0 auto;
	padding: 15px 0px;
}

.footer .copy {
	float: left;
}

.footer .credits {
	float: right;
}
