@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.saaphireglassmerchants.co.uk
Description: Glass Manufacturer
Author: Luke Elwell
Author URL: http://www.motif.tv

Copyright (c) Sapphire Glass Merchants Ltd.

*/

/* Generic
---------------------------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #DDD;
}

img {
	border: none;
}

/* Font and Typography
---------------------------------------------------------------------------------*/
h1 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}

h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}

p {
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	clear: left;
}

ul {
	margin: 10px;
	padding: 0;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: underline;	
	color: #888;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 890px;
	margin: 0 auto;
}

#header {
	background:#FFFFFF url(../images/testbanner.jpg) no-repeat scroll 0 0;
	height:253px;
	margin:0 10px;
	overflow:hidden;
	
	/*height: 187px;
	background-color: #FFF;
	background: url(../images/bg_header.jpg) no-repeat;
	margin: 0 10px;*/
}

#header h1, #header p {
	color: #FFF;
}

#times {
background-color:#00ADED;
float:right;
margin:10px 10px 0 0;
padding:10px;
width:200px;
display:none;
}

#nav {
	height: 44px;
	clear: left;
	background-color: #0080FF;
	background: url(../images/bg_nav.png) no-repeat;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 47px;
}


#nav li {
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style-type: none;
	float: left;
	padding: 0 47px 0 0;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #CCC;
	text-decoration: underline;
}

#welcome {
	width: 870px;
	height: 240px;
	margin: -7px 10px 0 10px;
	clear: left;
	background: #FFF url(../images/blurb.jpg) no-repeat;
	position:relative;
}

#welcome p {
	width: 380px;
	font: italic 19px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0;
	padding: 26px 0 26px 26px;
}

#about_div, #services_div, #portfolio_div, #testimonials_div, #suppliers_div, #clients_div, #contact_div {
	width: 818px;
	margin: 0 10px 0 10px;
	clear: left;
	background-color: #FFF;
	padding: 10px 26px 20px 26px;
}

#about_div {background: #FFF url(../images/image1.jpg) top right no-repeat}
#services_div {background: #FFF url(../images/image2.jpg) top right no-repeat}
#portfolio_div {}
#testimonials_div {}
#suppliers_div {}
#clients_div {}
#contact_div {}

#about_div p {
	width: 445px;
	text-align: justify;
}

#services_div li {
	width: 435px;
	text-align: justify;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
}


#arrow {
	width: 860px;
	height: 28px;
	background: #FFF url(../images/arrow.png) no-repeat;
	float: left;
	clear: left;
	margin: 0 auto;
	padding: 5px 10px;
}

#footer {
	width: 870px;
	background-color: #333;
	margin: 0 auto;
	clear: both;
}

#footer_left {
	float: left;
	padding: 10px;
	color: #FFF;
}

#footer_right {
	float: right;
	padding: 10px;
	color: #FFF;
}

#footer a:link, #footer_right a:visited, #footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
}

/* Contact Page
---------------------------------------------------------------------------------*/
#contact_left {
	float: left;
	padding-right: 20px;
}

#contact_right {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #CCC;
}

#contact_left p, #contact_right p {
	width: 305px;
}

.contact_field {
	border: 1px solid #CCC;
	font: 13px Arial, Helvetica, sans-serif;
	color: #AAA;
	width: 200px;
	padding: 4px;
}

.contact_box {
	width: 300px;
	border: 1px solid #CCC;
	font: 13px Arial, Helvetica, sans-serif;
	color: #AAA;
	padding: 4px;
}

.button{
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 3px;
	clear: both;
}

.button:hover{
	border: 1px solid #333;
	background-color: #D8E8EE;
	padding: 5px;
	cursor: pointer;
}

.map {
	border: 1px solid #CCC;
}

#open {
	width: 300px;
	background: url(../images/open.jpg) no-repeat;
	padding: 2px 0 0 130px;
	margin-top: 20px;
	height: 80px;
}

#open p {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Gallery
---------------------------------------------------------------------------------*/
#gallery ul {
	margin: 0;
	padding: 0;
}

#gallery li{
	list-style-type: none;
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

#gallery li:hover{
	border: 1px solid #999;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#bestofclick {
background:none;
height:52px;
left:710px;
position:absolute;
top:155px;
width:148px;
}

#bestofclick a{
height:52px;
width:148px;
position:absolute;
}

#bestofclick span {
display:none;
}

