/*
Template Name: Solutions
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(homepage.css);
@import url(navi.css);
@import url(forms.css);

body{
	margin:0;
	padding:0;
	font-family: Calibri, Verdana, Arial;
	color:#000000;
	background-color:#CCCCCC;
	width:960px;
	left:50%;
	margin-left:-40%;
	position:relative;
	padding-bottom:10px;
	}

img{border:0; padding:0; margin: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:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
br.clear{clear:both; margin-top:10px;}
br.clear2{clear:both;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #1F262C; padding:2px; color:#FFFFFF; background-color:#000000;}
.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;
	float:left;
	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 auto 0;
/*	padding:0 0 0px 0; */
	line-height:normal;
	font-weight:normal;
	font-size:20px;
	font-family: Calibri, Verdana, Arial;
	border-bottom:1px dashed #FFFFFF;
	}

.col1{color:#FFFFFF; background-color:#ffffff; border-top:15px solid #FFFFFF; border-bottom:0px solid #999;}  /* #273239  */
.col2{color:#FFFFFF; background-color:#455560;}
.col3{color:#FFFFFF; background-color:#ECECEC; border-top:15px solid #FC0; border-bottom:5px solid #FC0;} /* 3B4852; */
.col4{color:#000000; background-color:#ECECEC; min-height:250px; border-top: 2x solid #FC0;} /* 3B4852; */
.col5{color:#666666; background-color:#FFFFFF; border-top:15px solid #FC0; border-bottom:5px solid #FC0; padding: 0 0 30px 0;}  /* background #22292F */
.col6{color:#FFFFFF; background-color:#000000; border-top: 2x solid #FC0;}

/* ----------------------------------------------Generalise-------------------------------------*/

#head, #topnav, #gallery, #featured, #breadcrumb, #homecontent, #footer, #copyright{
	position:relative;
	text-align:center;
	width:100%;
/*	background-color:#FFF; */
	}
	
/* ----------------------------------------------Head-------------------------------------*/

#head{
	height:280px;
	}

#head h1, #head p, #head ul, #head a{
	margin: 0;
	padding:0;
	list-style:none;
	line-height:normal;
	border:none;
	font-family: Calibri, Verdana, Arial;
	}

/* ----------------------------------------------Container-------------------------------------*/

#container{
	padding: 0;
	height:410px;
	}

#container a{
	color:#ffd820; /* F78F1E */
/*	background-color:#999999;*/
	}

/* ----------------------------------------------Content-------------------------------------*/

#content{
	display:block;
	float:left;
}

#contentDetail{
	display:block;
	float:left;
	margin: -10px 0 0 10px;
	font-family: Arial, Tahoma, Sans Serif;
	font-size:10px;
	font-weight:400;
	background:#000;
	line-height: 16px;
	width: 200px;
	min-height: 80px;
	text-align: left !important;	
}
#contentDetail li{
	list-style:none;
	margin-left: 2px;
}
#contentDetail a:visited { 
	color:#FFFFFF;  /* 273239 */
	background-color:#000;
} 

#contentDetail a:hover { 
	color:#BABABA; 
	background-color:#000;
} 

#contentDetailR{
	display:block;
	float:right;
	margin: -10px 10px 0 10px;
	font-family: Arial, Tahoma, Sans Serif;
	font-size:10px;
	font-weight:400;
	background:#000;
	line-height: 16px;
	width: 200px;
	min-height: 80px;
	text-align: left !important;	
}
#contentDetailR li{
	list-style:none;
	margin-left: 2px;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0 0 0;
	min-height:80px;
	}

#footer a{
	color:#FC0;  /* ffd820 */
/*	background-color:#22292F; */
	}

#footer h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:22px;
	font-weight:normal;
	font-family: Calibri, Verdana, Arial;
	color:#CCCCCC;
	background-color:#FFFFFF; /*backgroun #22292F*/
	line-height:normal;
	border-bottom:1px dashed #CCCCCC;
	}

#contactform{
	display:block;
	float:left;
	width:500px;
	height:400px;
	}

/* ------Company Details------*/

#compdetails{
	display:block;
	float:right;
	width:350px;
	margin: 20px 100px 0 0;
	line-height: 12px;
}
#compdetails h2{
	font-weight:600;
}
#compdetails ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#compdetails li{
	margin:0 0 12px 0;
	}

#compdetails li.last{
	margin:0;
	}

#officialdetails{float:left}
#officialdetails li.last{margin-bottom:20px;}

#contactdetails{float:right}

/* ------Copyright------*/

#copyright{
	padding:10px 0 10px;
	text-align:right;
	font-size:9px;
	border-top: 1px dashed #333;
	}

#copyright, #copyright a{
	color:#555;
	background-color:#000000;
	}

#copyright p{
	margin:0;
	padding:0;
	}