/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 75%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: circle;
	}

ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	color: #00c;
	text-decoration: underline;
	}

a {
	color: #009;
	text-decoration: none;
	}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	background: #ffc;
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #ccc url(images/button_background.png) repeat-x left top;
	border: 1px solid #000;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 0.2em;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

/* Containers
---------------------------------------------------------- */

body#mongoose {
	background: #036 url('images/bg.png');
	background-attachment: fixed;
	color: #333;
	padding: 10px 0 4em 0;
	}

#container {
	background: #fff;
	margin: 15px auto auto;
	position: relative;
	text-align: left;
	width: 900px; /* Theme: width = 950px */
	}

#content_container {
	background: #fff;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 900px; /* Theme: the width needs to be repeated here or IE bugs out */
	}

#content {
	background: #fff;
	margin: 0 10px 0 0;
	min-height: 300px;
	padding: 15px;
	}

#content.two_column {
	float: left;
	width: 640px;
	}
#content.two_column_left{
    width: 640px;
    float: left;
}
#right_sidebar{
    width: 190px;
    float: left;
    background: #f5f5f5;
    padding: 5px;
    margin: 0 10px;
}
#sidebar {
	background: #f5f5f5;
	float: left;
	margin: 0 10px;
	padding: 5px;
	width: 190px;
	}

/* Header
---------------------------------------------------------- */

#header {
	background: #036 url('images/header-bg.png') no-repeat center;
	color: #333;
	clear: both;
	height: 110px;
	width: 900px;
	padding: 0px;
	}

#header #logo {
	width: 500px;
	float: left;
	}

#header #logo a {
	background: transparent url(images/logo.png) no-repeat center; /* Theme: hook up their logo here */
	color: #333;
	display: block;
	font-size: 3em;
	height: 100px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 500px;
	}
#login_status{
    width: 200px;
    float: right;
}
#topmenu{
    float: right;
    padding: 80px 30px 0px;
}
#topmenu a{
    color: #000;
}

/* Mast
---------------------------------------------------------- */
#mast
{
    clear: both;
    height: 204px;
    /*padding: 1px;*/
    background: #fff url('images/mast-home.png') no-repeat center;
}

#mast.electrical{
    background: #fff url('images/mast-electrical.png') no-repeat center;
}
#mast.lighting{
    background: #fff url('images/mast-lighting.png') no-repeat center;
}
#mast.datacomms{
    background: #fff url('images/mast-datacomms.png') no-repeat center;
}
#mast.people{
    background: #fff url('images/mast-people.png') no-repeat center;
}
#mast.integrated{
    background: #fff url('images/mast-integrated.png') no-repeat center;
}
#mast.level{
    background: #fff url('images/mast-asp.png') no-repeat center;
}
#mast.quote{
    background: #fff url('images/mast-quote.png') no-repeat center;
}

/* Sidebar
---------------------------------------------------------- */
#sidebar h2{
    font-size: 16px;
    font-family: "Century Gothic";
    color: #555;
    border-bottom: solid 1px #888;
}

#search_site{
    margin: 0 0 10px;
}
#search_site .inputText{
    width: 80%;
}
#latest_articles ul li a{
    color: #555;
    text-decoration: none;
}
#external_rss_feed ul li a{
    color: #555;
    text-decoration: none;
}
/* Affiliates
---------------------------------------------------------- */
#affiliates{
    clear: both;
    height: 100px;
    background: #fff url('images/affiliates.png') no-repeat center;
    border-top: solid 1px #999;
}
#affiliates a{
    text-indent: -9999px;
    margin-top: 35px;
    height: 55px;
    float: left;
}
#affiliates a.clipsal{
    width: 110px;
    margin-left: 10px;
}
#affiliates a.krone{
    width: 45px;
    margin-left: 10px;
}
#affiliates a.crompton{
    width: 90px;
    margin-left: 10px;
}
#affiliates a.hpm{
    width: 80px;
    margin-left: 10px;
}
#affiliates a.schneider{
    width: 85px;
    margin-left: 10px;
}
#affiliates a.rittal{
    width: 45px;
    margin-left: 10px;
}
#affiliates a.pierlite{
    width: 105px;
    margin-left: 10px;
}
#affiliates a.moduline{
    width: 155px;
    margin-left: 10px;
}
#affiliates a.nhp{
    width: 85px;
    margin-left: 10px;
}


/* Footer
---------------------------------------------------------- */
#bottom_flank{
    clear: both;
    width: 900px;
    height: 10px;
    margin: auto;
    background: url('images/footer-flank.png') no-repeat center;
}
#footer {
	clear: both;
	width: 860px;
	margin: auto;
	padding: 20px;
	text-align: center;
	color: #fff;
	}
#footer a{
    color: #fff;
    text-decoration: none;
}
#footer .footer_links
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}

#footer p {
	margin: 0;
	}

#footer .copyright {
	float: left;
	}
#footer .designed_by{
    float: right;
}

/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	/*float: left;*/
	width: 900px;
	}

/* Search Paging
---------------------------------------------------------- */
#search{
    padding: 10px;
    background: #eee;
    border: solid 1px #ddd;
}
.data h2{
    font-size: 18px;
}
.data h2 a{
    color: #555;
}

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */

.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 60%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}

#content_container h1{
    font-size: 25px;
}
#content_container.electrical h1{
    color: #E00000;
}
#content_container.lighting h1{
    color: #00A500;
}
#content_container.datacomms h1{
    color: #0000E0;
}
#content_container.people h1{
    color: #E0D000;
}
#content_container.integrated h1{
    color: #600060;
}
#content_container.level h1{
    color: #707070;
}

#right_sidebar h2{
    font-size: 16px;
}
#right_sidebar ul li{
    list-style-type: none;
}
#right_sidebar ul li a{
    color: #000;
}

/* Splash
---------------------------------------------------------- */
#splash_container{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 150px 0 0;
}

.quote_field_required, .quote_field_optional{
    float: left;
    padding: 0.25em;
}
.form .quote_field_required label{
    font-weight: bold;
}
.quote_field_required .inputText, .quote_field_optional .inputText{
    width: 90%;
}