/* General Set-up and Typography */


* {
  margin: 0;
  padding: 0;
}

body {
  font: 60%/1.6 Arial, Tahoma, Verdana, sans-serif;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: normal;
  border-bottom: 1px solid #CDCDCD;
}

hr {
  height: 1px;
  color: #000000;
}

p,li {
  font-size: 1.7em;
  color: #67869d;
}

a {
	color: #67869d;
	text-decoration: none;
}

a:hover {
	color: #9e005d;
	text-decoration: underline;
}

h1, h2, p {
  margin: 1em 0;
}

img {
  border: 0px;
}

/* General Construction */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 1002px; 
  margin: 0 auto; 
  text-align: left; 
  background-color: #fff;
}


#content { 
  width: 600px;
  float: right; 
}

#mainNav { 
  width: 180px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 


/* Header Styles */

#branding h1 {
  margin: 0px;
  text-indent: -5000px;
  background: #fff url(../images/logo.jpg) no-repeat top left;
  height: 79px;
}
#branding h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#branding {
	background-color: #fff;
	height: 111px;
	margin-top: 5px;
	margin-bottom: 12px;
}


/* Top Navigation Styles */

#topnav {
	background-color: #edebeb;
	font-weight: normal;
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 20px;
}

#topnav ul {
	list-style: none;
	border-top: 2px solid #67869d;
	border-bottom: 2px solid #67869d;
}

#topnav li {
	display: inline;
	margin-left: 13px;
	margin-right: 7px;
}

#topnav li a {
	color:#67869d;
	padding: 2px;
	text-decoration: none;
	font-size: 0.8em;
}

#topnav li a:hover {
	text-decoration: underline;
	background-color: #fff;
}

/* Footer Styling */

#footer {
  background-color: #edebeb;
  padding: 0px 20px;
  border-top: 3px solid #67869d;
  color: #000;
  height: 60px;
  text-align: right;
}

#footer p{
	font-size: 1.1em;
}

#footer a {
	color: #67869d;
	text-decoration: none;
}

#footer a:hover {
	color: #9e005d;
	text-decoration: underline;
}

#col3 {
	width: 200px;
	float: right;
	padding: 0px 0 10px 10px;
}
#col3 .col3box {
	background-color: #edebeb;
}
#col3 h3 {
	background: #0D277E url(../images/heading-bg.jpg) repeat-x top left;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
#col3 ul {
	list-style:none;
	margin-left: 10px;
}
#col3 li {
	font-size: 1.2em;
}
#col3 p {
	font-size:1.2em;
	padding-left: 10px;
	padding-bottom: 4px;
	color: #67869d;
}
#col3 form {
	padding-bottom: 10px;
}
#col3 a {
	color: #67869d;
	text-decoration: none;
}

#col3 a:hover {
	color: #9e005d;
	text-decoration: underline;
}



/* Side Navigation Styling */

#mainNav {
	margin-bottom: 10px;
	background-color: #edebeb;
}

#mainNav ul {
	list-style: none;
}

#mainNav h3 {
	font-family: Helvetica;
	font-size: 1.6em;
	font-weight: normal;
	color: #ffffff;
	background: #0D277E url(../images/heading-bg.jpg) repeat-x top left;
	padding-left: 10px;
}

#mainNav ul li {
	width: 180px;
	margin-bottom: 1px;
	background-color: #edebeb;
	font-size: 12px;
	border-bottom: 1px dotted #a3a3a3;
}

#mainNav li a {
	display: block;
	padding-left: 10px;
	background-color: #edebeb;
	color: #67869d;
	text-decoration: none;
}

#mainNav li a:hover {
	color: #fff;
	background-color: #9e005d;
}

#mainNav ul li ul li {
	border-bottom: 1px dotted #a3a3a3;
}



#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width: 180px;
	margin-left : 180px;
	margin-top: -20px;
	background-color: #edebeb;
	z-index: 1000;
}

#nav li ul li ul {
	background-color: #edebeb;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	background-color: #edebeb;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




#mainNav .leftdivider {
	margin: 0px;
	height: 10px;
	background-color: #fff
}
#mainNav #searchform input {
	margin-left: 7px;
}

.searchbox {
	width: 150px;
}

.searchbutton {
	background-color: #edebeb;
	border: none;
	color: #67869d;
	font-weight: bold;
}

#mainNav p {
	color: #67869d;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav p a {
	color: #67869d;
	text-decoration: none;
	font-weight: bold;
}

#mainNav p a:hover {
	color: #9e005d;
	text-decoration: underline;
}

#mainNav .stairparts-link {
	background: #8a9fb4 url(../images/small-stairparts-logo.gif) top left no-repeat;
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#mainNav .stairparts-link p {
	color: #fff;
}

#mainNav .stairparts-link p a {
	color: #fff;
}


/* Main Content */

#content {
	padding: 0px;
}

#content h1 {
	padding-left: 8px;
	color: #3E5C7A;
	margin: 0px;
	margin-top: -9px;
}

#content p {
	font-size: 1.3em;
	line-height: 18px;
	padding-left: 8px;
}

#content li {
	font-size: 1.2em;
	margin-left: 15px;
	padding-left: 20px;
	color: #3E5C7A;
}
#content h2 {
	padding-left: 8px;
	color: #3E5C7A;
	margin: 0;
}
#content h3 {
	padding-left: 8px;
	color: #3E5C7A;
	margin: 0;
	font-size:1.1em;
}
.floatleft {
	float: left;
}

.floatright {
	float: right;
}
.clear {
	clear: both;
}
.homeheading {
	float: left;
	margin-left: 5px;
}
.homeheading  h2{
	font-family: Helvetica;
	font-size: 2em;
	color: #575757;
}
.imgleft img {
	float: left;
	margin: 5px;
}
#subcatlist {
	list-style:none;
}
#subcatlist a {
	font-size: 12px;

}
.whitetext {
	color: #fff;
	padding: 1px;
	font-size: 1.2em;
}
.planlist {
	list-style: none;

}
.footersmall {
	font-size: 0.8em;
}
#gmap {
	margin-left: 50px;
	width: 500px; 
	height: 350px;
	border: 1px solid #000;
}
.maintext {
	font-size: 1.3em;
}
.baskclass p{
	margin:0px;
}
#breadcrumbs {
	height: 20px;
	margin-bottom: 10px;
}

.content-divider {
	height: 2px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #a3a3a3;
}

#call-to-action-box {
	margin: 10px auto;
	margin-top: 30px;
	text-align: center;
}


#call-to-action-box .offerlist {
	width: 566px;
	height: 158px;
	overflow: hidden;
	text-align: left;
	padding: 15px 20px 10px 10px;
	background: transparent url(../images/call-to-action-bg.gif) no-repeat top left;
}
#call-to-action-box h1 {
	color: #fff;
	margin: 0 30px 0 0;
	text-align: center;
}

#call-to-action-box p {
	color: #fff;
	margin: 0 30px 0 0;
}

/* Christmas Message */

.christmas-message p {
	font-family: Times New Roman;
	color: #000;
}
.christmas-message p strong {
	font-size: 1.2em;
	font-family: Times New Roman
	color: #000;
}
.christmas-message h1  strong {
	color: #000;
	font-family: Times New Roman;
}
.christmas-message h5 {
	font-size: 1.6em;
	font-family: Times New Roman;
	margin: 0px;
	font-weight: normal;
}
.christmas-message small {
	font-size: 0.85em;
}

.christmas-message {
/*	background: #fff url(../images/christmas-pic.jpg) no-repeat right top;*/
	border: 2px solid #3C4B59;
	margin: 5px;
	padding: 15px 5px 5px 5px;
}

#content p.smallfont {
		font-size: 1.0em;
}

/* Easter Message */
#easter-delivery {
	margin-bottom: 10px;
	text-align: center;
}

#easter-delivery-content h1 {
	text-decoration: underline;
}
.pics1, .pics2, .pics3 {
	width: 196px;
	height: 267px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.basketbox {
	border: 1px dashed #0D277E;
	margin-bottom: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px;
}
#friendform label {
	width: 250px;
	display: block;
	margin: 0px;
}
#friendform label input {
	float: right;

}
.home_offerbox {
	float: left;
	width: 150px;
	overflow: hidden;
	height: 175px;
}

.home_offerbox a {
	text-decoration: none;
	color: #0D277E;
}
.smalltext {
	font-size: 0.8em;
}
.hometext {
	font-size: 1.1em;
}
.textcentre {
	text-align: center;
}
.discountwording {
	font-size:0.8em;
}