/* -------------------------------------------------------------------------
contemporaryclock.co.uk - main style sheet

last update: 5 October 2007
author: Andy Gosling
email: andygosling@gmail.com
------------------------------------------------------------------------- */

/* reset whitespace */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/* layout
------------------------------------------------------------------------- */

body {
	font: 81.25%/160% Georgia, "Times New Roman", Times, serif;
	background: #727556;
	color: #FFF;
	text-align: center;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	padding-top: 30px;
	height: 60px;
}

#container {
	clear: both;
	background-color: #7D8264;
	padding: 10px 10px 10px 10px;
}

#clocks #content {
	background: #8F937A url("../images/item_bg.gif") repeat-y;
	padding: 25px 0 25px 30px;
}

#clocks #content:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

#clocks #leftColumn {
	float: left;
	width: 310px;
}

#clocks #rightColumn {
	text-align: center;
	float: right;
	width: 370px;
}

#clocks .intro #leftColumn {
	float: left;
	width: 740px;
}

#footer {
	margin-top: 25px;
	clear: both;
	text-align: center;
}

#container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.rule {
	clear: both;
	border-top: 1px solid #000;
}

.ruleAbove {
	clear: both;
	border-top: 1px solid #000;
}

/* type
------------------------------------------------------------------------- */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

p {
	font-size: 0.95em;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.7em;
	margin: 0 0 0.6em 0;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 0.8em 0;
	font-style: italic;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.95em;
}

strong {
}

.small {
	font-size: 0.88em;
}

/* hyperlinks */

a:link, a:visited {
	color: #C0C2B2;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

a:hover, a:active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* header
------------------------------------------------------------------------- */

#title {
	position: absolute;
	top: 29px;
	right: 0;
	width: 270px;
	height: 43px;
	background: url("../images/logo.gif") no-repeat;
	text-indent: -999em;
}

#home #title {
	top: 120px;
	right: 34px;
	width: 381px;
	height: 25px;
	background: url("../images/title.gif") no-repeat;
}

p#tel {
	float: right;
	width: 175px;
	height: 15px;
	background: url("../images/tel.gif") no-repeat;
	text-indent: -999em;
}

/* main navigation
------------------------------------------------------------------------- */

ul#mainNav {
	list-style: none;
	margin: 0;
	float: left;
	position: relative;
	width: 450px;
	height: 23px;
	background: none;
}

#clocks ul#mainNav {
	height: 55px;
	background: url("../images/menu_rule.gif") no-repeat 0 17px;
}

/* primary nav */

ul#mainNav li {
	float: left;
	margin-right: 22px;
	height: 18px;
}

li#navHome {
	width: 43px;
	background: url("../images/nav_home.gif") no-repeat;
}

li#navClocks {
	width: 130px;
	background: url("../images/nav_clocks.gif") no-repeat;
}

li#navAbout {
	width: 75px;
	background: url("../images/nav_about.gif") no-repeat;
}

li#navContact {
	width: 96px;
	background: url("../images/nav_contact.gif") no-repeat;
}

ul#mainNav li a {
	display: block;
	height: 18px;
	outline: none;
	border: none;
	text-indent: -999em;
}

li#navHome a:link,
li#navHome a:visited {
	width: 43px;
	background: url("../images/nav_home.gif") no-repeat 0 0;
}

li#navClocks a:link,
li#navClocks a:visited {
	width: 130px;
	background: url("../images/nav_clocks.gif") no-repeat 0 0;
}

li#navAbout a:link,
li#navAbout a:visited {
	width: 75px;
	background: url("../images/nav_about.gif") no-repeat 0 0;
}

li#navContact a:link,
li#navContact a:visited {
	width: 96px;
	background: url("../images/nav_contact.gif") no-repeat 0 0;
}

ul#mainNav li a:hover,
ul#mainNav li a:active {
	background-position: 0 -22px;
}

/* secondary nav */

#clocks ul#mainNav ul {
	position: absolute;
	width: 450px;
	top: 30px;
	left: 0px;
	list-style: none;
}

#clocks ul#mainNav ul li {
	float: left;
	margin-right: 17px;
	height: 15px;
}

#clocks ul#mainNav ul li a {
	display: block;
	height: 15px;
}

#clocks li#navFloor a:link,
#clocks li#navFloor a:visited {
	width: 171px;
	background: url("../images/nav_floor.gif") no-repeat 0 0;
}

#clocks li#navWall,
#clocks li#navWall a:link,
#clocks li#navWall a:visited {
	width: 94px;
	background: url("../images/nav_wall.gif") no-repeat 0 0;
}

#clocks li#navmantel,
#clocks li#navmantel a:link,
#clocks li#navmantel a:visited {
	width: 111px;
	background: url("../images/nav_mantel.gif") no-repeat 0 0;
}

#clocks ul#mainNav ul li a:hover,
#clocks ul#mainNav ul li a:active {
	background-position: 0 -21px;
}

/* active menu items */

#home li#navHome a {
	background: url("../images/nav_home_on.gif") no-repeat 0 0;
	cursor: default;
}

#clocks li#navClocks a {
	background: url("../images/nav_clocks_on.gif") no-repeat 0 0;
	cursor: default;
}

.floorstanding li#navFloor,
.floorstanding li#navFloor a {
	background: url("../images/nav_floor_on.gif") no-repeat 0 0 !important;
	cursor: default;
}

.wall li#navWall,
.wall li#navWall a {
	background: url("../images/nav_wall_on.gif") no-repeat 0 0 !important;
	cursor: default;
}

.mantel li#navmantel,
.mantel li#navmantel a {
	background: url("../images/nav_mantel_on.gif") no-repeat 0 0 !important;
	cursor: default;
}

#about li#navAbout a {
	background: url("../images/nav_about_on.gif") no-repeat 0 0;
	cursor: default;
}

/* breadcrumb trail
------------------------------------------------------------------------- */

#breadcrumb {
	color: #FFF;
	margin: 0 0 25px 10px;
	font-size: 0.88em;
	font-style: italic;
}

#breadcrumb strong {
	color: #FFF;
	font-weight: normal;
}

/* main content
------------------------------------------------------------------------- */

#home #banner {
	width: 740px;
	height: 270px;
	background: url("../images/banner_home.jpg") no-repeat;
	margin-bottom: 30px;
}

h1 {
	text-indent: -999em;
	height: 19px;
	margin: 0 0 15px 10px;
}

#clocks h1 {
	background: url("../images/h1_clocks.gif") no-repeat;
	width: 228px;
}

.floorstanding #wrapper h1 {
	background: url("../images/h1_floor.gif") no-repeat;
	width: 331px;
}

.wall #wrapper h1 {
	background: url("../images/h1_wall.gif") no-repeat;
	width: 181px;
}

.mantel #wrapper h1 {
	background: url("../images/h1_mantel.gif") no-repeat;
	width: 213px;
}

#about h1 {
	background: url("../images/h1_about.gif") no-repeat;
	width: 132px;
}

#contact h1 {
	background: url("../images/h1_contact.gif") no-repeat;
	width: 168px;
}

/* homepage */

#home #header {
	height: 30px;
}

#home #leftColumn {
	float: left;
	width: 220px;
	margin-left: 10px;
	background-color: transparent;
}

#home #rightColumn {
	float: right;
	width: 492px;
	background: url("../images/home_display_bg.gif") repeat-y;
}

#home h1 {
	width: 161px;
	height: 23px;
	background: url("../images/h1_welcome.gif") no-repeat;
	text-indent: -999em;
	margin: 0 0 24px 0;
}

#home .displayPanel {
	width: 163px;
	float: left;
	margin: 0 0 8px 1px;
}

#home .displayPanel h2 {
	height: 53px;
	width: 163px;
	margin: 0;
}

#home .displayPanel h2 a:link,
#home .displayPanel h2 a:visited {
	display: block;
	height: 53px;
	width: 163px;
	text-indent: -999em;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#home .displayPanel h2 a:hover,
#home .displayPanel h2 a:active {
	background-position: 0 -53px;
}

#home .displayPanel h2.floorstanding,
#home .displayPanel h2.floorstanding a {
	background-image: url("../images/h2_floorstanding.gif");
}

#home .displayPanel h2.wall,
#home .displayPanel h2.wall a {
	background-image: url("../images/h2_wall.gif");
}

#home .displayPanel h2.mantel,
#home .displayPanel h2.mantel a {
	background-image: url("../images/h2_mantel.gif");
}

#home .displayPanel .itemBlock {
	background-color: #FFF;
	width: 120px;
	float: left;
	color: #666;
	margin: 0 1px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 5px;
}

#home .displayPanel img {
	border: none;
}

#home .displayPanel a {
	display: block;
	margin-bottom: 8px;
	border: none;
}

#home .displayPanel .itemBlock h3 {
	font: 0.95em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin: 5px 2px 0 5px;
}

#home .displayPanel p {
	font-size: 0.88em;
	line-height: 1.5em;
	font-style: italic;
	margin: 0 5px 3px 8px;
}

#home .displayPanel p.more {
	clear: both;
	text-align: right;
	font: 1em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin: 0 5px 3px 0;
	background: url("../images/white_arrow.gif") no-repeat right bottom;
}

#home .displayPanel p a:link,
#home .displayPanel p a:visited {
	margin-right: 8px;
	color: #D2D4CA;
	display: inline;
	border-bottom: 1px dotted #FFF;
}

#home .displayPanel p a:hover,
#home .displayPanel p a:active {
	color: #FFF;
	border-bottom: 1px solid #D2D4CA;
}

/* clocks page */

#clocks .intro .section img {
	clear: both;
	float: left;
	border: none;
}

#clocks .intro .section .info {
	padding: 0 12px 10px 12px;
	background: url("../images/section_bg.gif") repeat-x 0 0;
	float: left;
	width: 346px;
	min-height: 152px;
}

#clocks .intro  #leftColumn .section .info h2 {
	margin-top: 30px;
	background: no-repeat 0 0;
	height: 25px;
}

#clocks .intro  #leftColumn .section #floor h2 {
	background-image: url("../images/h2_floorstanding_intro.gif");
	width: 332px;
}

#clocks .intro  #leftColumn .section #wall h2 {
	background-image: url("../images/h2_wall_intro.gif");
	width: 183px;
}

#clocks .intro  #leftColumn .section #mantel h2 {
	background-image: url("../images/h2_mantel_intro.gif");
	width: 214px;
}

#clocks .intro  #leftColumn .section .info h2 a:link,
#clocks .intro  #leftColumn .section .info h2 a:visited {
	background: no-repeat 0 0;
	height: 25px;
	display: block;
	border: none;
	text-indent: -999em;
	overflow: hidden;
}

#clocks .intro  #leftColumn .section #floor h2 a:link,
#clocks .intro  #leftColumn .section #floor h2 a:visited {
	background-image: url("../images/h2_floorstanding_intro.gif");
	width: 332px;
}

#clocks .intro  #leftColumn .section #wall h2 a:link,
#clocks .intro  #leftColumn .section #wall h2 a:visited {
	background-image: url("../images/h2_wall_intro.gif");
	width: 183px;
}

#clocks .intro  #leftColumn .section #mantel h2 a:link,
#clocks .intro  #leftColumn .section #mantel h2 a:visited {
	background-image: url("../images/h2_mantel_intro.gif");
	width: 214px;
}

#clocks .intro  #leftColumn .section .info h2 a:hover,
#clocks .intro  #leftColumn .section .info h2 a:active {
	background-position: 0 -30px;
}

#clocks .intro  #leftColumn .section .info p {
	font: 0.95em/1.6em Georgia, "Times New Roman", Times, serif;
}


/* listing page */

.listing #leftColumn {
	width: 727px !important;
	background-color: #8F937A;
	padding: 14px 0 0 14px;
}

.listing .item {
	width: 140px;
	float: left;
	margin: 0 5px 10px 0;
	padding-bottom: 3px;
}

.listing .item .itemImage {
	text-align: center;
	width: 132px;
	background-color: #FFF;
}

.listing .item .itemImage a {
	width: 100%;
	height: 100%;
	display: block;
}

.listing .item .itemImage img {
	border: none;
}

.floorstanding .listing .item .itemImage a {
	height: 200px;
}

.wall .listing .item .itemImage a {
	height: 180px;
}

.mantel .listing .item .itemImage a {
	height: 132px;
}

.listing .item .itemImage a:link,
.listing .item .itemImage a:visited {
	border: 1px solid #8F937A;
}

.listing .item .itemImage a:hover,
.listing .item .itemImage a:active {
	border: 1px solid #333;
}

body#clocks .listing #leftColumn .item h2 {
	font-size: 0.95em;
	font-weight: normal;
	font-style: italic;
	margin: 6px 0 5px 0;
}

body#clocks .listing #leftColumn .item h2 a:link,
body#clocks .listing #leftColumn .item h2 a:visited {
	color: #E9E9E4;
}

body#clocks .listing #leftColumn .item h2 a:hover,
body#clocks .listing #leftColumn .item h2 a:active {
	color: #FFF;
}

body#clocks .listing #leftColumn .item p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: #333;
	margin: 0 0 4px 0;
}

/* item page */

#clocks #leftColumn h2 {
	font-size: 2.1em;
	color: #FFF;
	margin-bottom: 0.3em;
}

#clocks #leftColumn h3 {
	margin-bottom: 1em;
}

#clocks #leftColumn p {
	font: 0.95em/1.6em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

#clocks #leftColumn p.price {
	font: 0.95em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.8em;
	font-style: italic;
}

/* about page */

#about #leftColumn {
	float: left;
	width: 350px;
	margin: 0 20px 0 10px;
}

#about #rightColumn img {
	border: 10px solid #8F937A;
	margin-bottom: 10px;
}

#about #rightColumn #banner {
	float: left;
}

#about #rightColumn #banner img {
	border: none;
	margin: 0;
}

#about #rightColumn #banner a:link,
#about #rightColumn  #banner a:visited {
	border: 1px solid #DDC69E;
	display: block;
}

#about #rightColumn #banner a:hover,
#about #rightColumn  #banner a:active {
	border: 1px solid #453721;
}

/* contact page */

#contact #leftColumn {
	float: left;
	width: 350px;
	margin: 0 20px 0 10px;
}

#contact #leftColumn h2 {
	font-size: 1.5em;
	font-style:italic;
	color: #C0C2B2;
	margin-bottom: 0.2em;
}

#contact #leftColumn .vcard p {
	margin-bottom: 0;
}

#contact #leftColumn .vcard p.times {
	margin-top: 10px !important;
}

#contact #rightColumn #map {
	float: left;
	width:330px;
	height: 330px;
	border: 10px solid #8F937A;
	margin-bottom: 10px;
}


/* footer
------------------------------------------------------------------------- */

#footer p {
	width: 759px;
	font-size: 0.88em;
	font-style: italic;
	color: #C0C2B2;
}

#footer p a:link,
#footer p a:visited {
	color: #E9E9E4;
	border-bottom: 1px solid #B1B4A2;
}

#footer p a:hover,
#footer p a:active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#footer p.contact {
	height: 24px;
	background: url("../images/footer_text.gif") no-repeat;
	text-indent: -999em;
}