/*
Template Name: GreyScale Business
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(homepage.css);

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	background-color:#FFFFFF;
	}

img{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #D2D2D2; padding:5px; color:#666666; background-color:#F7F7F7;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	position: relative;
	width: 100%;
	margin: 0;
	text-align: left;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin: 0 0 15px 0;
	padding: 15 0 15px 0;
	line-height: normal;
	font-weight: normal;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #D2D2D2;
}

.col1{color:#FFFFFF; background-color:#181818;}
.col2{
	color: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #D2D2D2;

}

/* ----------------------------------------------Generalise-------------------------------------*/

#head, #intro, .homecontent, #breadcrumb, #container, #projects, #footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Head-------------------------------------*/

#head{
	height:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#head #topnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#head h1, #head p, #head ul, #head a{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	border:none;
	}

#head h1 a{
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #181818;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#head p{
	display: block;
	position: absolute;
	top: 55px;
	left: 0;
	color: #CCCCCC;
	background-color: #181818;
	font-size: 16px;
	width: 325px;
}

/* ----------------------------------------------Homepage Intro-------------------------------------*/
/* Featured Image Slider */
#intro{
	border: medium solid #808080;
	position: relative;
	margin: -30px auto 0;
	display: block;
	width: 960px;
	height: 470px;
	padding: 15px;
	background-color: #EEEEEE;
}
#intro .fb {
	position: relative;
	display: block;
	width: 252px;
	height: 470px;
	background-color: #EEEEEE;
	float: right;
	padding-left: 0px;
}
#featured {
	overflow: hidden;
	margin: 0px auto 0;
	width: 700px;
	height: 475px;
	background: #181818;
	display: inline;
	position: relative;
	background-color: #FFFFFF;
}

#slider {
	overflow: hidden;
	background-position: center;
	width: 700px;
	padding: 0 15 0 15;
	display: block;
	top: 5px;
	bottom: 5px;
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
}
#slider ul {
	padding: 10px;
	height: 455px;
	overflow: hidden;
}
#slider ul li {
	width: 425px;
	overflow: hidden;
}
#slider img {
	border: medium solid #C0C0C0;
	overflow: hidden;
	float: left;
	width: 420px;
	position: relative;
	z-index: 9;
	height: 375px;
}
#slider .data {
	float:right;
	width:310px;
	padding:0 39px 0 0;
}
/* Slider Custom Grid */

	.float								{display:inline; float:left; position:relative;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 							{
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
	.container_12 .grid_1				{width:45px;}
	.container_12 .grid_2 				{width:130px;}
	.container_12 .grid_3 				{width:215px;}
	.container_12 .grid_4 				{width:300px;}
	.container_12 .grid_5 				{width:385px;}
	.container_12 .grid_6 				{width:470px;}
	.container_12 .grid_7 				{width:555px;}
	.container_12 .grid_8 				{width:640px;}
	.container_12 .grid_9 				{width:725px;}
	.container_12 .grid_10 				{width:810px;}
	.container_12 .grid_11 				{width:895px;}
	.container_12 .grid_12 				{width:980px;}
	

/* ----------------------------------------------Breadcrumb Navigation-------------------------------------*/

#breadcrumb{
	position: relative;
	display: block;
	width: 930px;
	padding: 15px;
	color: #777777;
	background-color: #EEEEEE;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#breadcrumb a{
	font-weight:bold;
	color:#000000;
	background-color:#EEEEEE;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.first{font-weight:bold;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Container-------------------------------------*/

#container{
	padding:30px 0;
	}
#container .contactlf{
	float: left;
	width: 400px;
	position: relative;
}
#container .contactrt{
	float: right;
	position: relative;
	width: 400px;
}

#container a{
	color: #000000;
}

/* ----------------------------------------------Content-------------------------------------*/

#content{
	display:block;
	float:left;
	width:630px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#000000; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#000000; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Right Block-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder, #column #featured{
	display: block;
	width: 300px;
	margin-bottom: 5px;
	color: #000000;
}

#column .holder p{
	line-height:1.6em;
	}

#column h2{
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#column .holder h2.title{
	display: block;
	width: 100%;
	height: 65px;
	margin: 0;
	color: #666666;
	background-color: #FFFFFF;
	line-height: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}
	
/* Featured Block */

#column #featured a{
	color:#000000;
	background-color:#F9F9F9;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured li{
	display: block;
	width: 250px;
	margin: 0;
	color: #333333;
	background-color: #F9F9F9;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	}

#column #featured li p{
	line-height:1.6em;
	}

#column #featured li p.imgholder{
	display: block;
	width: 225px;
	height: 175px;
	margin: 20px 0 15px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	color:#666666;
	background-color:#F9F9F9;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.more{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* ----------------------------------------------Projects-------------------------------------*/

#projects{
	margin: 0 auto;
	padding: 30px 0 30px 15;
}

#projects a{
	display:block;
	width:300px;
	color:#000000;
	background-color:#EEEEEE;
	}

#projects p{
	padding: 0 0 0 15;
	float: right;
	margin: 20px 5px 0 5;
	width: 625px;
	position: relative;
	line-height: 1.5em;
	font-size: medium;
}

#projects strong{
	display:block;
	width:100%;
	text-align:right;
	font-weight:bold;
	}

#projects img{
	display: block;
	width: 290px;
	margin: 0 15 10px 0;
	padding: 4px;
	color: #666666;
	background-color: #F7F7F7;
	border: 3px solid #CCCCCC;
	float: left;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:20px 0;
	}

#footer a{
	color:#FF9900;
	background-color:#181818;
	}

#footer h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	background-color:#181818;
	line-height:normal;
	border-bottom:1px dashed #CCCCCC;
	}

#contactform{
	display: block;
	float: left;
	width: 450px;
	padding-right: 15px;
}

/* ------Company Details------*/

#compdetails{
	display: block;
	float: right;
	width: 775px;
}

#compdetails ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#compdetails li{
	margin:0 0 12px 0;
	}

#compdetails li.last{
	margin:0;
	}

#officialdetails{
	float: left;
	width: 375px;
}
#officialdetails li.last{margin-bottom:20px;}

#contactdetails{
	float: right;
	width: 300px;
}

/* ------Copyright------*/

#copyright{
	display:block;
	float:left;
	width:100%;
	margin:25px 0 0 0;
	padding:20px 0 0 0;
	font-size:12px;
	border-top:1px dashed #666666;
	}

#copyright p{
	margin:0;
	padding:0;
	}
