/* 

Document:				layout.css
Last edited by:			Steven Fenwick
Documentation:			www.stevenfenwick.com
Notes:					Specific file for re-skin

CSS used in this file is for layout, typography and colour:
-----------------------------------------------------------------

/*	1.	Global reset and site defaults	*/

* {
	margin: 0;
	padding: 0;
	}		
		
body {
	background: url(../images/container_bgrd_slice.jpg) top center repeat-x;
	color: #626669;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	}

#high_contrast {
	background: url(../image/container_bgrd_high_contrast.jpg) top center repeat-x;
	}	
	
	
#content {
	background: url(../images/content_bgrd.gif) 0 144px no-repeat;
	width: 940px;
	}
	
a:link, a:link, a:visited, a:visited, a:active {
	color: #000;
	}
	
h1, h2, h3 {
	margin: 0;
	color: #040300;
	}
		
h3 {
	width: 325px;
	color:#E61000;
	font-size: 1.4em;
	font-weight:normal;
	}

p {
	color: #626669;
	font-size: 1.4em;
	line-height: 18px;
	margin-bottom: 14px;
	}

img {
	border: none;
	}

img.hidden {
	display: none;
	}

#container a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	}

#container a:hover {
	text-decoration: underline;
	}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
	}

fieldset {
	border: none;
	}

legend {
	margin-left: -7px; /* for ie 6 and 7 */
	}

input, textarea {
	font-size: 9px;
	}

select {
	width: 146px;
	color: #2E4557;
	font-weight: bold;
	}

.replace {
	text-indent: -9000px !important;
	font-size: 0.1em !important;
	}

div {
	color: #eee;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	}

ul {	
	color: #626669;
	list-style: none;
	}

/*	2.	Image rollover - extends image replacement and identical across all brands */
	
.rollover:hover {
	background-position: bottom left !important;
	}

/* 	3.	Standard clear fix - clear the container div in the absence of a child clearing div */
			
.clear_fix:after, #container:after, #header:after, #wrapper:after, #content:after,  #main_section_left:after {	/* gecko browsers */
	content: ".";
	display: block;
	height: 0 !important;
	clear: both;
	text-indent: -9000px;
	}

* html .clear_fix { /* ie6 */
	height: 1%;
	overflow: visible;
	}
	
/*	2.	Container  */

#wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	}

#header {
	width: 920px;
	height: 62px;
	margin: 0 0 0 0;
	padding-top: 10px;
	}

#header span#titles {
	font-size: 0.9em;
	color: #ccc;
	font-weight: normal;
	float: right;
	width: 420px;
	padding: 0 8px 0 0;
	}

#header em {
	font-style: normal;
	color: #c9db4b;
	margin: 0 6px 0 8px;
	}

#header a {
	color: #ccc;
	}
	
#header a:hover {
	text-decoration: none;
	}

#header div {
	float: left;
	width: 300px;
	height: 62px;
	margin: 0;
	position: relative;
	top: 34px;
	left:26px;
	}

#header div a {
	background: url(../images/logo.gif) top left no-repeat;
	display: block;
	width: 300px;
	height: 62px;
	overflow: hidden;
	}

#header div a:focus {
	background: url(../images/logo.gif) top left no-repeat    !important;
	}

#container {
	background: url(../images/container_bgrd.gif) 0 40px no-repeat;
	width: 920px;
	margin: 0 auto;
	}

#top_nav ul {
	position: absolute;
	z-index: 1000;	
	left: 416px;
	list-style: none;
	background: url(../images/top_nav_bgrd.jpg) top right repeat-y #8d8d8d;
	margin-top: -16px;
	}

#top_nav li {
	float: left;
	font-size: 0.7em;
	width: 90px;
	height: 28px;
	}

#top_nav li a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 0 0;
	text-align: center;
	width: 90px;
	height: 21px;
	}

#top_nav li a:hover {
	text-decoration: none;
	background: url(../images/top_nav_bgrd_hover.gif) top left no-repeat;
	}

#top_nav li a#current {
	background: url(../images/nav_current.gif) top left no-repeat;
	}

#content span {
	font-weight: bold;
	}

#main_section {
	padding-top: 30px;
	}

#main_section p {
	font-size: 0.7em;
	}

#main_section p a {
	background: url(../images/link.gif) repeat-x scroll left bottom;
	color: #363535;
	padding-bottom: 1px;
	text-decoration: none !important;
	}

#main_section p a:hover {
	background: none;
	text-decoration: none;
	}

#main_section_left {
	float: left;
	display: inline;
	width: 620px;
	padding: 42px 0 0 58px;
	}
		
#main_section_left h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1px;
	}	

#main_section p#top_para {
	font-size: 0.9em;
	font-weight: bold;
	color: #76b900;
	margin: 54px 0 4px 0;
	padding-left: 0;
	}

#main_section_left h2 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #666;
	}
	
#main_section_left ul {
	font-size: 0.7em;
	float: left;
	width: 590px;
	margin-bottom: 20px;
	}
	
#main_section_left li {
	background: url(../images/arrow.gif) top left no-repeat;
	margin: 6px 0;
	padding: 0 0 0 14px;
	}
	
#main_section p.contact span {
	float: left;
	color: #76b900;
	margin-right: 8px;
	}

#main_section p.contact a {
	color: #000;
	text-decoration: underline;
	}

#main_section_left p#bottom_para {
	float: left;
	width: 600px;
	}

#main_section_left p#bottom_para a {
	text-decoration: underline;
	}

#main_section_left p#to_the_top {
	clear: both;
	text-align: right;
	width: 620px;
	}
	
#main_section_left p#to_the_top a {
	background: url(../images/top.gif) 68px 3px no-repeat;
	width: 16px;
	height: 22px;
	padding-right: 20px;
	color: #666;
	font-size: 0.9em;
	text-decoration: underline !important;
	}

#main_section_left p#to_the_top a:hover {
	color: #000;
	text-decoration: none !important;
	}

#main_section_left #brands {
	background: url(../images/brands_main.jpg) top left no-repeat;
	width: 620px;
	height: 370px;
	}

#main_section_left #brands dl {
	float: left;
	display: inline;
	width: 195px;
	border-right: 1px solid #fff;
	font-size: 0.5em;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	padding: 2px 0 0 12px;
	}

#main_section_left #brands dl.stop {
	padding: 2px 0 0 9px !important;
	border-right: none !important;
	}
	
#main_section_left #brands dd {
	color: #000;
	font-weight: normal;
	line-height: 1.1em;
	width: 180px;
	margin: 3px 0 5px 0;
	}

#main_section_left #brands dd img {
	width: 180px;
	height: 104px;
	border: 1px solid #000;
	}

#main_section_left #portfolio {
	background: url(../images/portfolio_main.gif) top left no-repeat;
	width: 620px;
	height: 370px;
	}

#main_section_left #portfolio dl {
	float: left;
	display: inline;
	width: 270px;
	border-right: 1px solid #fff;
	font-size: 0.5em;
	font-weight: bold;
	color: #000;
	margin: 10px 18px 10px 0;
	padding: 3px 7px 0 22px;
	}

#main_section_left #portfolio dl.stop {
	padding: 3px 0 0 14px !important;
	border-right: none !important;
	}
	
#main_section_left #portfolio dd {
	color: #000;
	font-weight: normal;
	line-height: 1.3em;
	width: 244px;
	margin: 3px 0 4px 0;
	}

#main_section_left #portfolio dd img {
	width: 244px;
	height: 149px;
	border: 1px solid #000;
	}
	
#main_section_right {
	float: left;
	display: inline;
	width: 160px;
	height: 480px;
	padding: 127px 0 0 0;
	margin: 0 0 0 46px;
	}
	
.contact_box_fade {
	background: url(../images/contact_us.gif) top right no-repeat;
	width: 167px;
	height: 130px;
	padding: 4px 0 0 29px;
	font-size: 0.8em !important;
	font-size: 0.8em;
	display: none;
	} 
	
.unfade {
	display: block;
	}	

.remove_background {
	background: none !important;
	}
	
.hide-info {
	display: none;
	}

#more-info {
	width: 600px;
	height: 500px;
	background: #ccc;
	border: 1px solid #eee;
	}
	
.contact_box_fade li {
	padding: 0 0 0 12px;
	margin: 0;
	}	
	
.contact_box_fade li.headline {
	margin: 8px 0 1px 0;
	font-size: 0.8em;
	font-weight: bold;
	}	
	
.contact_box_fade li a {
	font-size: 0.8em;
	background: url(../images/link.gif) repeat-x scroll left bottom;
	color: #363535;
	padding-bottom: 1px;
	text-decoration: none !important;
	}	

.linkedin_box {
	background: url(../images/linkedin.gif) top right no-repeat;
	width: 167px;
	height: 93px;
	padding: 49px 0 0 29px;
	font-size: 0.6em !important;
	color: #545353;
	} 
	
.linkedin_box li {
	padding: 0 0 0 12px;
	margin: 0;
	font-weight: normal !important;
	} 
	
.linkedin_box li span {
	font-weight: normal !important;
	display: block;
	} 
	
.linkedin_box li a {
	text-decoration: underline !important;
	} 

.linkedin_box li a:hover {
	text-decoration: none !important;
	} 

.rss {
	background: url(../images/rss.gif) top right no-repeat;
	width: 167px;
	height: 130px;
	padding: 13px 0 0 29px;
	font-size: 0.6em !important;
	color: #545353;
	} 
	
.rss li {
	padding: 0 0 0 10px;
	text-indent: 20px;
	margin: 0;
	font-weight: normal !important;
	line-height: 1.6em;
	}
	
.rss li span {
	font-weight: normal !important;
	display: block;
	} 
	
.rss li a {
	text-decoration: underline !important;
	} 

.rss li a:hover {
	text-decoration: none !important;
	} 
	
.font_size_1 {
	font-size: 1.0em !important;
	line-height: 1.2em;
	}
	
.font_size_2 {
	font-size: 1.1em !important;
	line-height: 1.2em;
	}

#footer {	
	background: url(../images/footer_bgrd.gif) 0 0 no-repeat;
	width: 920px;
	height: 117px;
	margin: 0 auto;
	color: #a6a6a6;
	}

#footer ul {
	float: left;
	padding: 20px 0 0 90px;
	}
	
#footer li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
	color: #a6a6a6;
	font-size: 0.9em;
	}

#footer li span {
	color: #a6a6a6;
	}

#footer li a {
	padding-left: 4px;
	color: #a6a6a6;
	}

#footer li a:hover {
	color: #484848;
	text-decoration: underline;
	}

#footer ul#right {
	float: left;
	display: inline;
	width: 400px;
	margin-left: 200px;
	}

#footer ul #top {
	padding-right: 12px;
	background: url(../images/top.gif) 28px 3px no-repeat;
	}
	
.dark_contrast {
	background: #000 !important;
	color: #fff !important;
	}
	
.body_contrast {
	background: url(../images/body_contrast_bgrd.gif) !important;
	color: #fff !important;
	}

/* Generic */	
	
* a:focus {
	background: #f0f80e !important;
	color: #000 !important;
	}	
		
/*  Links Page */

#main_section_left ul#links {
	width: 650px;
	}

#main_section_left ul#links li {
	margin: 6px 0;
	}

#main_section_left ul#links a {
	text-decoration: underline;
	}

#main_section_left ul#links a:hover {
	text-decoration: none;
	}

