/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	background: url(images/ceramic-tiles-uk.jpg) no-repeat;
}

a:link, a:visited { color: #8dc641; text-decoration: none; } 
a:active, a:hover { color: #8dc641; text-decoration: none }

h1 {
	height: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #e6dc18;
	padding-left: 30px;
	padding-top: 5px;
	}
h2 {
	padding-left: 8px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #84a50f;
	}

#templatemo_container {
	width: 775px;
	margin: auto;
}
#templatemo_header {
	height: 216px;
	background: url(images/ceramic-tiles-uk.jpg) no-repeat;
}
.templatemo_menu{
	float: left;
	width: 775px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.templatemo_menu ul {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	list-style: none;
}

.templatemo_menu li{
	display: inline;
}

.templatemo_menu li a{
	float: left;
	padding: 8px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 97px;
}

.templatemo_menu li a:hover{
	color: #3e3e3e;
}
#templatemo_site_title {
	float: right;
	margin-right: 30px;
	margin-top: 90px;
	width: 700px;
	color: #4e4a41;
	font-weight: bold;
	font-size: 22px;
	text-align: right;
}
#templatemo_slogan {
	float: right;
	width: 700px;
	margin: 10px;
	text-align: right;
	font-weight: bold;
	height: 2px;
}

#templatemo_content {
	float: left;
	width: 775px;
	background: url(images/templatemo_content_bg.jpg) repeat-x;
}
#templatemo_content_left{
	float: left;
	width: 520px;
}
#templatemo_content_right {
	float: right;
	width: 238px;
}
#templatemo_content p{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#templatemo_content img {
	float: right;
}
#templatemo_content_bot {
	float: left;
	width: 775px;
	background: #f1eee6;
}
#templatemo_content_bot li{
	padding-left: 0px;
	padding-right: 30px;
	text-align: justify;
}
#templatemo_content_bot strong {
	color:#6ba122;
	text-decoration: underline;
}
#templatemo_content_bot span {
	color:#6ba122;
	text-decoration: underline;
	font-weight: bold;
}
#templatemo_content_bot p {
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;	
}
.templatemo_bottom_text_left {
	float: left;
	width: 775px;
}
.templatemo_bottom_text_right {
	float: right;
	padding-right: 20px;
	width: 250px;
}
#templatemo_footer {
	float: left;
	width: 775px;
	height: 20px;
	padding-top: 10px;
	background: #d8d0c5;
	font-weight: bold;
	text-align: center;
}
#gallery ul{
/*Remove all spacings and bullets*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery li{
	display:block;
	float: left;
	margin-bottom:10px;
}
#gallery img {
	padding: 10px;
	border: 1px solid transparent;
}
#gallery li ul#data{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	display: none;
	position: absolute;
	width:200px;
	_width:200px;
	padding:10px 0px !important;
}

#gallery li ul#data li{
	margin-top: 5px;
	display:block;
	float:left !important;
	width:200px;
	_width:200px;
	padding-right:10px;
	margin:0px !important;
	padding-left:10px !important;
}

#gallery img:hover{
	color: #369;
	background-color: transparent;
	border-color: #369;
}

#gallery li:hover ul#data{
	display: block;
	list-style-type: none;
	margin-top:-5px;
	padding:0px !important;
}

#gallery ul:before{
/*display the 'Image Information' at the top of the popups*/
    font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	display: block;
}

#gallery ul:after{
/*display the '(click to view the larger version of this image)' at the bottom of the popups*/
    font-size: 90%;
	text-align: right;
	border-top: 1px solid #999;
	display: block;
	margin-top: 1em;
}

#gallery img{
/*width and height may be adjusted according to the dimension size of the thumbnail images*/
	width: 86px;
	height: 129px;
	display: block;
}

img,a img{
/*Remove borders from images*/
	border: 0;
}
#galleryh ul{
/*Remove all spacings and bullets*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#galleryh li{
	display:block;
	float: left;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:0px;
}

#galleryh img {
	padding: 10px;
	border: 1px solid transparent;
}
#galleryh li ul#datah{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	display: none;
	position: absolute;
	width:200px;
	_width:200px;
	padding:10px 0px !important;
}

#galleryh li ul#datah li{
	margin-top: 5px;
	display:block;
	float:left !important;
	width:200px;
	_width:200px;
	padding-right:10px;
	margin:0px !important;
	padding-left:10px !important;
}

#galleryh img:hover{
	color: #369;
	background-color: transparent;
	border-color: #369;
}

#galleryh li:hover ul#datah{
	display: block;
	list-style-type: none;
	margin-top:-5px;
	padding:0px !important;
}

#galleryh ul:before{
/*display the 'Image Information' at the top of the popups*/
    font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	display: block;
}

#galleryh ul:after{
/*display the '(click to view the larger version of this image)' at the bottom of the popups*/
    font-size: 90%;
	text-align: right;
	border-top: 1px solid #999;
	display: block;
	margin-top: 1em;
}

#galleryh img{
/*width and height may be adjusted according to the dimension size of the thumbnail images*/
	width: 135px;
	height: 135px;
	display: block;
}
