/*---------------------------------------------
Midas Tiling Services | www.midastiling.co.uk

Version:	1.2 - 05/06/2008
Created by: 	Liam Campbell | www.camble.co.uk
-----------------------------------------------*/

* {
margin: 0; 
padding: 0; }

:focus { outline: 0;}

body {
background-color: #f2f2f2;
background-repeat: no-repeat;
}

.bgtile {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border: 0;
	width: 1000px;
	height: 120%;
	background-image: url('../images/bgtile.gif'); 
	background-repeat: repeat;
}

img { 
border: 0;
-ms-interpolation-mode:bicubic; }

.clear {
clear: both; }

.right {
float: right; }

.left {
float: left; }

hr, .hide {
display: none; }

.font10 {
font-size: 10px; }

.font14 {
font-size: 14px; }

ul {
	list-style: none;
	line-height: 8px;
}






/*STRUCTURE*/

.content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	width: 900px;
 	background-repeat: no-repeat;
}

#topline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	width: 100%;
	height: 30px; 
	background-color: #ffffff; 
	background-repeat: no-repeat;
	color: #676767;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	width: 100%;
	height: 140px; 
	background-image: url('../images/headertile.gif'); 
	background-repeat: repeat-x;
}
#contact {
	margin: 32px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #993333;
	text-align: right;
}


#maintext {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	width: 511px;
	background-color: #ffffff;
	background-repeat: repeat-y;
}
#rightcontent {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 260px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	float: right;
}

#footer {
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border: 0;
	width: 100%;
	background-color: #333333; 
	background-repeat: no-repeat;
	color: #676767;
}
.footersection {
	width: 200px; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #ffcc00;
}
.footersection a:link, .footersection a:active, .footersection a:visited  {
	color: #fff;
	text-decoration: none; 
}
.footersection a:hover  {
	color: #ffcc00; 
	text-decoration: underline; 
}
.footersection2 {
	width: 480px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	text-align: left;
}
.footersection2 a:link, .footersection2 a:active, .footersection2 a:visited  {
	color: #ffcc00;
	text-decoration: none; 
}
.footersection2 a:hover  {
	color: #cc9900; 
	text-decoration: underline; 
}
#copyright {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #676767;
	text-align: left;
}





/*NAVIGATION*/


#navigation ul { 
margin: 0px 0px 0px 0px;
padding: 0;
list-style-type: none;
border: #999999 solid 1px;
height: 26px;
background-color: #666666;

}

#navigation li { 
margin: 0px 0px 0px 0px;
display: block; 
padding: 0px 33px 0px 32px;
height: 26px; 
font-family: Arial, san-serif;
font-size: 13px;
line-height: 26px; 
border-right: #ffffff solid 1px;
text-decoration: bold;
float: left;}

#navigation li a:link, #navigation li a:active, #navigation li a:visited  {
display: block;
color: #ffffff; 
text-decoration: none; }

#navigation li a:hover  {
display: block;
color: #ffcc00; 
text-decoration: underline; }

#navigation ul li.last
{
    border-right: none;
    padding-right: 32px;
}



/*GLOBAL TYPOGRAPHY*/


h1 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 14px;
line-height: 24px;
color: #676767;
margin: 0px 0px 0px 0px; 
text-align: left; }

h1 a:link, 
h1 a:active, 
h1 a:visited  {
color: #676767; 
text-decoration: none; }

h1 a:hover  {
color: #333333;
text-decoration: none; }

h2 {
font-family: Tahoma, san-serif;
font-size: 12px;
line-height: 18px;
font-weight: normal;
color: #676767;
margin: 0px 0px 0px 0px;
text-align: left; }

h2 a:link, 
h2 a:active, 
h2 a:visited  {
color: #cc3333; 
text-decoration: none; }

h2 a:hover  {
color: #ffcc00;
text-decoration: none; }

h3 {
font-family: Tahoma, san-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
color: #676767;
margin: 0px 0px 0px 0px; }

h3 a:link, 
h3 a:active, 
h3 a:visited  {
color: #0099ff; 
text-decoration: none; }

h3 a:hover  {
color: #ffcc00;
text-decoration: none; }

h4 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 11px;
line-height: 20px;
color: #676767;
margin: 0px 0px 0px 0px;
text-align: left; }

h4 a:link, 
h4 a:active, 
h4 a:visited  {
color: #cc3333; 
text-decoration: none; }

h4 a:hover  {
color: #333333;
text-decoration: none; }

h5 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 11px;
line-height: 20px;
color: #ffcc00;
margin: 0px 0px 0px 0px; }

h5 a:link, 
h5 a:active, 
h5 a:visited  {
color: #005883; 
text-decoration: none; }

h5 a:hover  {
color: #cc0000;
text-decoration: none; }

h6 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 11px;
line-height: 14px;
color: #005883;
margin: 0px 0px 0px 0px; }

h6 a:link, 
h6 a:active, 
h6 a:visited  {
color: #005883; 
text-decoration: none; }

h6 a:hover  {
color: #0099ff;
text-decoration: none; }

p {
color: #676767;
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left; }

p a:link, 
p a:active, 
p a:visited  {
color: #005883; 
font-weight: bold;
text-decoration: none; }

p a:hover  {
color: #0099ff;
text-decoration: underline; }

.textfield {
font-family: Tahoma, san-serif;
font-size: 12px;
line-height: 15px;
color: #676767;
padding: 2px 2px 2px 2px; }

.dropdown {
font-family: Tahoma, san-serif;
font-size: 12px;
line-height: 15px;
color: #676767;
padding: 2px 2px 2px 2px;
}




/*GALLERY*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }














