/* 

STYLE SHEET FOR ELEC-TECH ELECTRICAL SERVICES LTD WEBSITE
Created by Amelia Vargo for Josh.biz

Table Of Contents

	1. defaults
	2. body
	3. main layout
	4. lists
	5. links
	6. heading tags
	7. paragraph tags
	8. images
	9. tables
	10.frames
	
/* - 1. defaults - */

html {
	font-size: 101%;
	}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, helvetica, sans-serif;
	}
	
a img {
	border: 0;
	}

/* - 2. body - */
	
body {
	font-size: 62.5%;
	background-color: #666666;
	}

/* - 3. main layout - */
	
	
#outer-wrapper {
	background-position: center;
	padding-bottom: 0px;
	width: 80em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2em;
	background-color: #E41F10;
	border: 1px solid #141215;
	}
	
#wrapper {
	width: 75em;
	margin: auto;
	}
	
#topContent {
	font-size: 1.6em;
	color: #F8F8F8;
	text-align: center;
	margin-bottom: 0.5em;
	}
	
#header {
	background-color: #F8F8F8;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
	
#middle {
	background-color: #8b8d8f;
	}
	
#navigation {
	margin: auto;
	line-height: 2.5em;
	width: 27em;
	float: left;
	}
	
#subNavigation {
	background-color: #dcddde;
	padding-top: 10px;
	}
	
#contentcontainer {
	margin-top: 0em;
	visibility: visible;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.6em;
	height: auto;
	float: left;
	background-image: url(../images/bg/bg.jpg);
	background-repeat: repeat;
	}

#mainContent {
	width: 43em;
	float: right;
	padding-top: 5em;
	line-height: 2.5em;
	text-align: left;
	padding-bottom: 6em;
	padding-right: 3em;
	}
	
#closer {
	width: 75em;
	clear: both;
	}
	
#footer {
	clear: both;
	background-color: #E41F10;
	text-align: center;
	padding-bottom: 20px;
	}

/* - 4. lists - */

#navigation ul {
	color: #F8F8F8;
	list-style-type: none;
	font-size: 1.5em;
	margin-right: 1em;
	}

#navigation ul li {
	padding-right: 20px;
	text-align: right;
	}

#navigation li ul {
	display: block;
	padding-right: 15px;
	position: relative;
	left: -999em;
	}

#navigation li:hover ul {
	display: block;
	left: 0;
	}

#subNavigation ul {
	text-align: center;
	}
	
#mainContent ul.gallery {
	display: inline;
	list-style-type: none;
	margin-bottom: 30px;
	}
	
#mainContent ul.gallery li {
	display: inline;
	padding-top: 20px;
	padding-right: 5px;
	}
	
#mainContent ul.testing {
	font-size: 1.8em;
	padding-top: 1.8em;
	list-style-type: none;
	}

#mainContent ul.testing li.testing {
	color: #F8F8F8;
	list-style-position: outside;
	list-style-image: url(../images/bg/bullet.png);
	list-style-type: none;
	}


/* - 5. links - */

#topContent a, #footer a {
	color: #f8f8f8;
	}

#topContent a:link, #footer a:link {
	color: #f8f8f8;
	}
	
#topContent a:visited, #footer a:visited {
	color: #f8f8f8;
	}
	
#topContent a:hover, #footer a:hover {
	color: #141215;
	}
	
#topContent a:active, #footer a:active {
	color: #141215;
	}

#header a {
	color:#e41f10;
	text-decoration: none;
	}

#header a:link {
	color:#e41f10;
	text-decoration: none;
	}

#header a:visited {
	color:#e41f10;
	text-decoration: none;
	}

#header a:hover {
	color:#e41f10;
	text-decoration: underline;
	}

#header a:active {
	color: #a2a3a5;
	text-decoration: none;
	}

#navigation a {
	color: #a2a3a5;
	text-decoration: none;
	}
	
#navigation a:link {
	text-decoration: none;
	color: #a2a3a5;
	}
	
#navigation a:visited {
	text-decoration: none;
	}
	
#navigation a:hover {
	text-decoration: none;
	color: #f8f8f8;
	}
	
#navigation a:active {
	text-decoration: none;
	color:#e41f10;
	}

#navigation #current {
	color:#e41f10;
	}

/* - 6. heading tags - */

h1 {
	font-size: 5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #E41F10;
	letter-spacing: 0.5em;
	margin-top: 0.2em;
	padding-bottom: 0;
	}
	
h2 {
	text-align: center;
	font-size: 2.4em;
	font-style: italic;
	color: #F8F8F8;
	font-weight: lighter;
	line-height: 1.6em;
	letter-spacing: 0.5em;
	}
	
h3 {
	font-size: 2em;
	color: #e41f10;
	font-weight: lighter;
	font-style: normal;
	margin-top: 0.8em;
	text-transform: uppercase;
	}
	
h4 {
	text-transform: uppercase;
	color: #DCDDDE;
	font-weight: normal;
	font-size: 1.8em;
	padding-top: 2em;
	line-height: 1.8em;
	}

/* - 7. paragraph tags - */

#contentcontainer p {
	font-size: 1.6em;
	color: #D3D3D3;
	}

#contentcontainer p.first {
	padding-top: 0px;
	}
	
#closer p {
	font-size: 1.8em;
	text-align: center;
	font-style: italic;
	color: #a2a3a5;
	font-weight: normal;
	line-height: 1.5em;
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 2em;
	}
	
#closer p.first {
	color: #E41F10;
	margin-bottom: 0px;
	}

#middle p {
	color: #F8F8F8;
	background-color: #E41F10;
	text-align: center;
	}
	
#mainContent p.mission {
	color: #E41F10;
	padding-left: 6em;
	padding-top: 1.5em;
	padding-right: 3em;
	padding-bottom: 1em;
	}
	
#mainContent p.safety {
	font-size: 3em;
	line-height: 2em;
	padding: 0px;
	}
	
#mainContent p.small {
	font-size: 1.4em;
	}

#footer p {
	font-size: 1.5em;
	text-align: center;
	color: #F8F8F8;
	line-height: 1.5em;
	}	

/* - 8. images - */

#navigation img {
	margin-top: 5em;
	border: 1px solid #F8F8F8;
	margin-left: 3.3em;
	}
	
#navigation img.van {
	border: none;
	}

#navigation img.niceic {
	margin-left: 4em;
	border: none;
	margin-top: 7.4em;
	}



/* - 9. tables - */

/* - 10. frames - */


	
#outer-wrapper #wrapper #footer img {
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
}
#outer-wrapper #wrapper #contentcontainer #mainContent ol, #outer-wrapper #wrapper #contentcontainer #mainContent ul {
	font-size: 1.6em;
	color: #E5E5E5;
	margin: 0 0 10px 36px;
}

#outer-wrapper #wrapper #contentcontainer #mainContent ul li a:link, #outer-wrapper #wrapper #contentcontainer #mainContent ul li a:visited {
	text-decoration: none;
	color: #093;
	}
	
#outer-wrapper #wrapper #contentcontainer #mainContent ul li a:hover, #outer-wrapper #wrapper #contentcontainer #mainContent ul li a:active {
	text-decoration: underline;
	}

