@import url(reset.css);
@import url(base.css);

body {
	background: #d6d5d5 url(../images/bg.gif) repeat-x center 30px;
	color: #534e4e;
	text-align: center;
}

h1 {
	color: #534e4e;
	font-size: 1.6em;
	margin-bottom: 2em;
	text-align: center;
}

h1.image, h2 { background: url(../images/hr.gif) repeat-x center; }

h1.image { text-align: left; }

h2 {
	color: #f8f8f8;
	text-align: center;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 0.3em;
}

a:link, a:visited { color: #4376ba; }

a:hover { text-decoration: none; }

a:active { color: #C32326; }

.list li {
	background: url(../images/bullet.gif) no-repeat;
}

.orderedList { list-style: lower-alpha; }

#container {
	text-align: left;
	margin: 0 auto;
	width: 840px;
}

#header {
	background: url(../images/header-bg.gif) no-repeat center;
	margin-bottom: 10px;
	text-align: right;
}

#header a { /* Logo */
	float: left;
	margin: 15px 30px;
}

#header div { /* Telephone number etc */
	display: inline;
	float: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 20px 40px;
}

#header div h3 { font-size: 3.6em; }

#header div h3 span { font-size: 0.5em; }

#header div p {
	font-size: 1.8em;
	margin: 0;
}

#header div a { 
	float: none;
	margin: auto;
}

#content { margin-bottom: 10px; }

#footer {
	background: url(../images/footer-bg.gif) no-repeat center;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

#websiteby, #websiteby a:link, #websiteby a:visited { color: #534E4E; }

#websiteby {
	font-size: 1em;
	padding-bottom: 20px; /* Should be margin */
	text-align: center;
}

/*************** Homepage ***************/
#homeGunCabinets, #homeSaddleAndTackCabinets {
	display: inline;
	float: left;
	text-align: center;
	width: 410px;
}

#homeGunCabinets { margin-right: 19px; }

#homeGunCabinets a, #homeSaddleAndTackCabinets a {
	display: block;
	margin-bottom: 10px;
}

.keyFeatures {
	margin-bottom: 20px;
	text-align: center;
}

.keyFeatures h3 {
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.keyFeatures ul {
	font-weight: bold;
	list-style: square;
	margin-bottom: 20px;
	text-align: left;
}

.keyFeatures ul span { font-weight: normal; }

#homeGunCabinetRange { margin-bottom: 20px; }

#homeGunCabinetRange h2 { text-align: center; }

#homeGunCabinetRange ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 160px;
}

#homeGunCabinetRange ul li.last { margin-right: 0; }

#homeBritishMade {
	background: url(../images/british-quality-tag-bg.gif) no-repeat;
	margin: 40px 50px 20px 50px;
	padding: 4px 8px;
	text-align: left;
	width: 304px;
}

#homeBritishMade h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
}
/******************************/

/* Product Range page */
#productspecs {
	display: inline;
	float: right;
	width: 750px;
}

.productspecs h2 {
	background-image: none;
	background-color: #666;
	color: #F2F2F2;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	width: 50%;
}

.productspecs h2 span {
	font-size: 0.9em;
	font-weight: normal;
}

.productspecs table.table {
	border: solid 1px #666;
	border-left: none;
	border-top: none;
	margin-bottom: 1em;
}

.productspecs table.table th, .productspecs table.table td {
	border-left: solid 1px #666;
	padding: 1px 3px;
}

.productspecs table.table th, .productspecs table.table tr.border-top td { border-top: solid 1px #666; }

.special-offer-banner {
	margin-bottom: 5px;
	text-align: center;
}

.special-offer-banner q {
	background-color: #DC1414;
	color: #F8F8F8;
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0 25%;
	padding: 4px 8px;
	text-decoration: blink;
	width: 50%;
}

#productimages {
	display: inline;
	float: right;
	margin-right: 10px;
	text-align: center;
	width: 80px;
}

#productimages div { margin-bottom: 50px; }

#productimages img { border: solid 1px #666; }

#productimages p { font-size: 0.9em; }

.quote {
	background-color: #8cadd9;
	border: solid 2px #1b4a89;
	border-width: 2px 0;
	color: #1b4a89;
	margin-bottom: 2em;
	padding: 10px 30px;
}

.quote p {
	font-weight: bold;
	margin: 0;
}

.quote blockquote p {
	font: normal 1.4em/1.8em Georgia, "Times", Serif;
	font-style: italic;
	margin-bottom: 1em;
}