@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body-bg.gif) repeat-x; 
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

#bgText {
	width: 100%;
	background: url(images/textBg.png) no-repeat center top;
	}
	
#wrapper {
	/*width: 85%;
	min-width: 760px;
	max-width: 960px;*/
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(images/wrapBg.png) repeat-y;
	color: #fff;
    }
	
/*Header*/

#header {
	width: 100%;
	height: 130px;
	background: url(images/EqLogo.png) no-repeat left;
	}

ul#telephone {
	float: right;
	margin: 0;
	padding: 40px 70px 0 0;
	list-style: none;
	}

#telephone li.first {
	font-size: 160%;
	color: #fff;
	}
	
#telephone li {
	font-size: 150%;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	}

/*navWrap*/

#navWrap {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	background: #4a5a67;
	}

/*General*/

a {
	color: #fff;
	}

p a:hover, dd a:hover {
	color: #000;
	}

img {
	border: none;
	}


h1 {
	font-size: 130%;
	color: #fff;
	}

h2 {
	margin: 0 0 20px 0;
	color: #ccc;
	font-size: 130%;
	padding-left: 130px;
	}

h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 110%;
	}

.clear {
	clear: both;
	}

.here { /*To differentiate beginning of brcumb nav and links*/
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
	
p#bcrumb {
	margin: 2px 0 20px 0;
	padding: 2px 0 2px 5px;
	text-transform: uppercase;
	color: #000;
	font-size: 90%;
	}

p#bcrumb .noLink {
	color: #809bb2;
	}
	
p#bcrumb a {
	color: #000;
	text-decoration: none;
	}

p#bcrumb a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
/*Main Structure*/

#fullContentArea {
	float: left;
	width: 100%;
	line-height: 1.5em;
	}
	
#content {
	float: left;
	width: 60%;
	line-height: 1.5em;
	}
	
#altContent {
	float: left;
	width: 70%;
	line-height: 1.5em;
	}

#sideBar {
	float: right;
	width: 35%;
	}

#altSideBar {
	float: right;
	width: 25%;
	}

#content .gutter, #altContent .gutter, #fullContentArea .gutter, #sideBar .gutter, #altSideBar .gutter  {
	padding: 15px;
	}



/*Home*/

dl.intro {	
	margin: 15px 0;
    padding: 15px;
	}

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

dl.intro dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #fff;
	}

dl.intro dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.intro dd {
	margin-left: 220px;
	font-size: 95%;
	line-height: 1.5em;
	color: #fff;
	}

#types {
	width: 100%;
	float: left;
	}

#types h2 {
	margin-bottom: 20px;
	color: #ccc;
	font-size: 130%;
	padding-left: 130px;
	}

.watches, .jewellery, .giftware {
	float: left;
	width: 150px;
	margin: 0 3px;
	}

.watches ul, .jewellery ul, .giftware ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.watches li, .jewellery li, .giftware li {
	margin: 0;
	padding: 0 0 0 10px;
	}

.watches li a, .jewellery li a, .giftware li a {
	text-decoration: none;
	}
	
.watches li a:hover, .jewellery li a:hover, .giftware li a:hover {
	text-decoration: underline;
	color: #406686;
	}

/*#handmadegallery {
	float: left;
	width: 100%;
	}*/

#handmadegallery h3 {
	text-align: center;
	}
	
#jsgallery { /*Need extra div inside media flash or positioning hides section title*/
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	}

.gallerydesctext { /*style descriptive text on js gallery*/
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

/*About Page*/

/*ABOUT PAGE*/

dl.feature {
	margin: 15px 0;
	padding: 15px;
	width: 100%;
	}

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

dl.feature dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #fff;
	}

dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.feature dd {
	margin-top: 10px;
	margin-left: 172px;
	font-size: 90%;
	line-height: 1.5em;
	color: #fff;
	}

/*MAP*/

#mapWrap {
	width: 220px;
	float: left;
	background-color: #44507a;
	}

#mapWrap img {
	margin-left: 8px;
	}
	
p#center {
	text-align: center;
	color: #fff;
	}

ul#address {
	list-style: none;
	}

#address li {
	margin: 0;
	padding: 0 0 2px 0px;
	color: #fff;
	}

p.googlemap {
	text-align: center;
	color: #fff;
	}

p.googlemap a {
	color: #FFFF00;
	}

/*Design Process Page*/

/*DL styling is shared with FEATURE on about page*/

/*Contact Page*/

/*Contact Us Form*/

#contactForm {
	margin: 10px 0 10px 0;
	width: 80%;
	}
	
#contactForm p {
	margin: 3px;
	font-size: 90%;
	}
	
.warning {
	font-style: italic;
    color: #FFFF00;
	background-color: inherit;
	}
.success {
	color: #FFFF00;
	font-size: 85%;
	}
	
#contactForm .formbox {
    width: 150px;
	background-color: #ccc;
}

.label {
	float: left;
	width: 90px;
	}

#contactForm label.labelBlock {
	display: block;
	}

#contactForm select {
	background-color: #ccc;
	}
	
#contactForm input#send {
	margin: 5px 0 0 0;
	width: 80px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	background-color: #44507a;
	color: #ddd;
	}

#contactForm input#send:hover {
	background-color: #666;
	text-decoration: underline;
	}

#contactForm textarea {
	width: 90%;
	height: 130px;
	background-color: #ccc;
	}

ul.contact {
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
	}

.contact li.bold {
	margin-top: 10px;
	font-weight: bold;
	}

.contact li {
	margin: 0;
	padding: 0;
	}

/*Galleries*/

.galleryImg {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.galleryImg p.caption {
	margin: 0;
	padding: 0;
	text-align: center;
	}

p#navBox {
	float: left;
	width: 100%;
	padding: 3px 0;
	text-transform: uppercase;
	text-align: center;
	}

.gallerydesctext {
	display: none;
	}

#aboutBrand p {
	text-align: justify;
	}

/*Footer*/
	
#footer {
	clear: both;
	padding: 5px 0;
	}
	
#footer p {
	margin: 0;
    padding: 0;
    text-align: center;
	color: #fff;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

dl.feature {display: inline-table; }

/* Hides from IE-Mac \*/
* html dl.feature { height: 1%; }
dl.feature { display: block; }
/* End hide from IE-Mac */

dl.intro {display: inline-table; }

/* Hides from IE-Mac \*/
* html dl.intro { height: 1%; }
dl.intro { display: block; }
/* End hide from IE-Mac */
