﻿/* stratlec Group Website */
/* October 2014 */

/* Sets page defaults for background and font */
body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h2 {
	color: #0099CC;
}

h3 {
	color: #0099CC;
}

/* Centre the Webpage Contents */
#page	{
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}

/* Layout for the Logo Section */
#logo {
	vertical-align:	text-bottom;
}

/* Layout for the Menu Bar */
#menu {
	background-color: #0099CC;
	height: 20px;
	text-align: left;
	font-size: medium;
	color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu .active {
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* The Main image Settings */
#storm {
	background-color: white;
	padding: 10px 12px;
	margin: auto auto;
	display: block;
}

/* The ECA (SA) Link */
#ecasa {
	text-decoration: none;
}

/* The Tile link image Settings */
#tiles {
	width: 920px;
	background-color: white;
	text-align: center;	
}

#tiles img {
	padding: 0px 12px 10px 12px;
}

/* The Footer settings */
#footer {
	background-color: #0099CC;
	font-size: small;
	color: white;
	text-align: center;
	padding: 5px 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

/* About Us Page */

/* The Contacts Page */

/* Wrapper for the DIVs below */
#wrap {
	width: 920px;
	height: 574px;
	background-color: white;
} 

/* Contact Details Section */
#contacts {	
	float: left;
	width: 430px;
	background-color: white;
	padding: 20px 10px 20px 20px;
}

/* Google Maps Section */
#map {
	float: right;
	width: 430px;
	padding: 50px 20px 20px 10px;
	background-color: white;
}

/* The About Us Page */
/* Business Information Section */
#details {	
	background-color: white;
	padding: 10px 30px 10px 30px;
	display: block;
}