/*
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/


/***** Global Settings *****/


	body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #3d76ab url(../images/bg-main.jpg) repeat-x fixed left top;
	}
	
	#wrapper {
	margin:0;
	padding:0;
	}
	
	#wrapper.home {
	background: url(../images/bg-body-home.jpg) no-repeat fixed center top;	
	}
	
	#wrapper.contact{
	background: url(../images/bg-body-contact.jpg) no-repeat fixed center top;	
	}
	
	#wrapper.gallery{
	background: url(../images/bg-body-gallery.jpg) no-repeat fixed center top;	
	}
	
	#wrapper.recycling{
	background: url(../images/bg-body-recycling.jpg) no-repeat fixed center top;	
	}

	#wrapper.about{
	background: url(../images/bg-body-about.jpg) no-repeat fixed center top;	
	}

	#wrapper.sales{
	background: url(../images/bg-body-sales.jpg) no-repeat fixed center top;	
	}

	#wrapper.services{
	background: url(../images/bg-body-services.jpg) no-repeat fixed center top;	
	}

    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
   .autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clears floats */
   .autoclear {display:inline-block;}
   .autoclear {display:block;}
   * html .autoclear {height: 1%;}
   
   	@font-face {
	font-family: ParalucentExtraLight;
	src: url(../fonts/'ParalExtLigIta.ttf');
	}
	
	@font-face {
	font-family: ParalucentMedium;
 font-weight: bold;   
	src: url(../fonts/'ParalMedIta.ttf');
	}
   
       
/***** Headings *****/

	.title-box p {
	margin:0;
	font:3.75em/0.9em ParalucentExtraLight, sans-serif;
	color:#fff;
	}
	
	
	.title-norstar p {
	margin:0;
	font:3.75em/0.9em ParalucentExtraLight, sans-serif;
	color:#fff;
	}
	

	
	.title-norstar p strong {
	font-family:ParalucentMedium, sans-serif;
	font-style:italic;
	display:block;
	font-weight:normal;
	}
	
	.title-box p strong {
	font-family:ParalucentMedium, sans-serif;
	font-style:italic;
	font-weight:normal;
	}


    h1 {
	font-size: 2em;
    line-height: 0.75em;     
	margin-top: 0;
 	margin-bottom: 0.75em;		
	color: #FFF;
    }
	
    h2 {
	font-size: 1.167em;
    line-height: 1.286em;      /* In order that the height of each line is 18px, the line-height should be set to 18 ÷ font-size */
	margin-top: 1.929em;     /* margins combine to be multiples of the basic line height */
 	margin-bottom: 0.643em;  /* a top margin of 1½ lines is combined with a bottom margin of half */
    color: #FFF;
    }
	
    h3 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 2.25em;
 	margin-bottom: 0.75em; 		
    color: #FFF;
    }
	
	.type-box h3 {
	color:#0055a4 !important;
	margin-top: 1.5em !important;
	}
		

/***** Common Formatting *****/


    p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 0em;
 	margin-bottom: 1.5em; 
	color:#fff;
    }
	
	.content-box .type-box p {
	color:#435b70 !important;
	}
	
    blockquote {
    margin-left: 10px;
    border-left: 10px solid #ddd;
    }
	
	strong, b {
    font-weight: bold;
    }
	
    em, i {
    font-style:italic;
    }
	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }
	
	
	/* Lists */

    ul, ol {
 	margin-top: 0.75em;
	margin-left:25px;
 	margin-bottom: 2.25em;
    }
	
    ul li,  ol li {
    line-height:1.5em;
	margin-bottom: 0.75em;
    }
	
	.content-norstar ul{
	padding:0;
	margin:0px;
	list-style:none;

	}
	
	.content-norstar li{
	padding:4px 0 0 15px;
	margin:0px;
	background:url(../images/bullet-norstar-list.gif) no-repeat 0 8px;
	}

	.content-norstar .domestic li, .content-norstar .industrial li {
		display:block;
		float:left;
		width:180px;
	}
	
	.content-norstar li a{
	text-decoration:none;
	color:#fff !important;
	background:none;
	}
	
	.content-norstar li a:hover, .content-norstar li a:hover {
	background:none;
	text-decoration:underline;
	}
	
	/* Links */	

    a,
    a:link,
    a:active {
    text-decoration: underline;
	color:#002140;
    }

    a:visited {
	color: #00c2f2;	
    }
	
    a:hover {
	color: #00c2f2;		
    }
	
	.logo {
	float:left;
	width:311px;
	height:65px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
	}
	
	.logo a {
	position:relative;
	display:block;
	height:100%;
	cursor:pointer;
	background:none;
	}
	
	.logo a:hover {
	background:none;
	}
	
	/* Forms */	
	
	input,
	textarea,
	select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	}
	
	form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
	}
	
	.contact-form {
	width:440px;
	padding:4px 0 16px;
	overflow:hidden;
	}

	.contact-form div {
	margin-bottom:8px;
	/* _margin-top:8px; */
	overflow:hidden;
	}
	
	.contact-form div label {
	float:left;
	width:88px;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	}
	
	.contact-form div textarea,
	.contact-form div input {
	float:left;
	width:330px;
	padding:6px 10px 7px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-style:none;
	background-color:#fff;
	position:relative;
	}
	
	.contact-form div textarea {
	overflow:auto;
	height:131px;
	}
	
	.FormButton{
	margin:8px 0 0 232px;
	background:#0055a4;
	color:#FFF;
	font-size:1.167em;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #003a70;
	border-right:1px solid #003a70;
	}
	
	.FormButton:hover{
	background:#FFF;
	color:#0055a4;
	cursor:pointer;
	}
	
	
/***** Navigation *****/


	#menuElem {
	float:right;
	margin:21px 0 0;
	padding:0;
	list-style:none;
	display:table;
	position:relative;
	z-index:100;
	right:-20px;
	}
	
	#menuElem li {
	float:left;
	display:inline;
	margin:0 0 0 1px;
	padding:0;
	}
	
	#menuElem li a {
	display:block;
	width:80px;
	text-align:center;
	line-height:26px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background:#0055a4;
	text-decoration:none;
	text-transform:uppercase;
	}
	
	#menuElem li.CMSListMenuHighlightedLI a,
	#menuElem li a:hover, #menuElem li a.onHover {
	text-decoration:none;
	color:#0055a4;
	background-color:#fff;
	}
	
	#menuElem li:hover,
	#menuElem li.onHover,
	#menuElem li:hover a,
	#menuElem li.onHover a {
	position:relative;
	background-color:#fff;
	color:#0055a4;
	}
	
	#menuElem li:hover,
	#menuElem li.onHover {
	display:block;
	}	
		
	#menuElem ul {
	width:223px;
	overflow:hidden;
	padding:10px 0 0 0;
	margin:0;
	border-bottom:1px solid #fff;
	list-style:none;
	position:absolute;
	background:url(../images/bg-drop-nav.png);
	}

	#menuElem ul li {
	float: left;
	display:block;
	width: 100%;
	white-space: nowrap;
	}
	
	#menuElem ul,
	#menuElem li:hover ul,
	#menuElem ul li:hover ul{
	display: none;
	}

	#menuElem li:hover ul,
	#menuElem ul li:hover,
	#menuElem li:hover ul,
	#menuElem li.onHover ul,
	#menuElem ul li.onHover{
	display: block;
	}
	
	#menuElem ul li:hover,
	#menuElem ul li.onHover {
	background:none;
	}
	
	#menuElem ul li a {
	width:187px;
	padding:6px 18px;
	border-top:1px solid #FFF;
	line-height:14px;
	font-size:12px;
	text-align:left;
	background:none !important;
	text-transform:none;
	}

	#menuElem ul li a:hover,
	#menuElemn ul li a.onHover {
	background:#fff !important;
	}

	#menuElem ul li strong {
	display:block;
	width:187px;
	padding:6px 18px;
	line-height:14px;
	font-size:12px;
	color:#2b4257;
	border-top:1px solid #fff;
	}
	
	li.divider a{
	color:#2b4257 !important;
	text-transform: uppercase !important;
	}

	li.gap-above {
	border-top: 1px solid #FFF;
	padding-top: 25px !important;
	}
	
	