/* CSS for Fiery Feet website (www.fieryfeet.co.uk), written by stilby */
/* May 2007 */

/* Layout 
============================================================================= */

body {
    text-align: center;
    background: #F8F8F3;
}

#wrap {
    width: 760px;
    margin: 20px auto;
    text-align: left;
    background: #ccc url(../images/page_background.png) repeat-y 50% 0;
    position: relative;
}

#catalogue {
	background: #fff url(../images/catalogue_background.png) repeat-y 50% 0;
}

#header {
    height: 109px;
    background: #000 url("../images/header.png") no-repeat 50% 0;
    position: relative;
}

#header ul{
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 270px;
}

#row_wrapper {
	background-image: url("../images/page_background.png"); 
	background-repeat: repeat-y;
}

.large_col {
	float: left;
	width: 470px;
}

.small_col {
	width: 289px;
	float: left;
}

#footer{
	text-align: center;
	clear: both;
	color: #C9C9C9;
	background: #000 url("../images/footer.png") no-repeat bottom center ;
	height: 25px;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.left {
	margin: 0 18px 18px 10px;
}

img.right {
	margin: 0 0 18px 18px;
}

.clear {
	clear: both;
}

#jdsgShowcase {
    width: 260px !important;
    height: 161px !important;
    margin: 10px 0px 10px 10px;
}

.main_content, .large_col, .nav_content, .small_content {
	background-color: transparent;
}


/* Typography
==============================================================================*/
body {
    font-size: 62.5%;
    font-family: Verdana, Helvetica, Sans;
}

html>body {
	font-size: 10px;
}

h1, h2, h3, p, li, td {
	margin-left: 10px;
	margin-right: 5px;
}


html td {
	padding-left: 10px;
	padding-right: 10px;
}

tr {
	border-bottom: 1px solid gray;
}

#catalogue{
	margin-bottom: 18px;
	clear: both;
	text-align: center;
}

#catalogue table, #catalogue h1{
	text-align: left;
}

#catalogue table {
	width: 95%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}


table tfoot {
	margin-bottom: 1.5em;
}

thead td {
	font-weight: bold;
}

td h2 {
	margin-left: 0;
}

p, #row_wrapper ul, #row_wrapper ol, td{
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 1.5em;
}


#row_wrapper .large_col li {
	line-height: 150%;
	margin-bottom: 0;
}

#row_wrapper .large_col .expanded_list li {
	margin-bottom: 1.5em;
}

h1, h2, h3 {
	color: #ff4100;
}
	
h1 {
	font-size: 210%;
	line-height: 171.429%;
	margin-bottom: 0.857143em;
}

h2 {
	font-size: 160%;
	line-height: 1.125em;
	margin-top: 0.5625em;
	margin-bottom: 0.5625em;
}

h3 {
	font-size: 120%;
	line-height: 150%;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-weight: bold;
}

#footer p{
	text-align: center;
	margin: 0 0 2px 0;
	font-size: 100%;
}

blockquote {
	display: block;
	margin: 20px 20px 18px 20px;
	padding: 0 10px;
	background: transparent url(../images/quoleft.png) left top no-repeat;
}

blockquote div {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 180%;
	line-height: 150%;
	color: #8D8D8D;
	padding: 0 30px;
	background: transparent url(../images/quoright.png) right bottom no-repeat;
	margin-bottom: 1em;
}

.quotee {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 160%;
    line-height: 1.125em;
    color: #8d8d8d;
    font-style: italic;
    text-align: right;
    padding: 0;
}

.small_col blockquote {
	background: transparent;
	margin: inherit;
	margin-top: 18px;
}

.small_col blockquote div{
	background: transparent;
	border-top: double;
	border-bottom: double;
	padding-top: 9px;
	padding-bottom: 9px;	
}

.small_col .quotee {
	font-size: 180%;
}

.small_col p, .small_col ul {
	font-size: 100%;
	line-height: 1.8em;
	margin-bottom: 1.8em; 
}

.small_col ul li, .small_col ol li{
	font-size: 100%;
	line-height: 1.8em;
	margin-bottom: 0;
}

span.highlight {
    background-color: #FFE1BF;
    line-height: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.amp {
	font-family: "Goudy Old Style","Palatino","Book Antiqua", "Times New Roman" serif;
	font-size: 110%;
	font-style: italic;
}

td {
	margin-right: 1em;
}

/* Lists, images etc.
==========================================================================*/

#header li {
    font-size: 150%;
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0.8em;
}



#header li a:link{
    color: #fff;
    text-decoration: none;
    background: transparent;
}
#header li a.active {
	color: #ff4100;
	text-decoration: overline;
}


#header a:visited {
	color: #fff;
	text-decoration: none;
}


ul {
	list-style-position: inside;
}

#header li a:hover {
    color: #ff4100;
    background: inherit;
    text-decoration: none;
}

#header li a.active:hover {
	text-decoration: overline;
}

.large_col ul, .small_col ul {
	list-style-type: circle;
}

ul.blank_list {
	list-style-type: none;
}



/* Links
==========================================================================*/


a:link, a:visited {
    color: #b32e00;
    text-decoration: underline;
}

a:hover {
	text-decoration: underline overline;
	color: #B32E00;
	background: #FFE1BF;
}

#footer a{
	text-decoration: none;
}


