/*------------------------------
Author: Barry G White, http://www.creativebridge.co.uk/
Website: http://www.thesigncompany.info/
Last Edit: 02 April 07
------------------------------*/

/* Colours -------------------
orange:			ff6309
darkorange:		e75a0a
lightorange:	e97120
------------------------------*/

/* Global Styles
------------------------------*/
html, body {
	background: #444;
	font: small/1.3em Helvetica, arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}

p {margin: 2% 0 0 0; padding: 0;}
ul {padding: 0;}
li {list-style-type: none;}
em {font-weight: bold; font-style: normal;}

/* Links */
a:link, a:active {color:#fff; text-decoration:underline;}
a:visited {color:#fff; text-decoration: none;}
a:hover {color:#ff6309; text-decoration:none;}

a img {border: none;}

/* Headers */
h1, h2, h3 {margin: 0; padding: 0; text-transform: lowercase; font-weight: normal;}
h1 {font-size: 250%; font-weight: normal;}
h2 {font-size: 145%; color: #e97120; margin: 8% 0 0 0; text-transform: none;}
h3 span {color: #000;}

/* Classes */
.justify {text-align: justify;}
.centered {text-align:center;}
.odd {font-weight: bold; font-style: normal;}
.orange {color: #e75a0a;}
.white {color: #fff;}
.bold {font-weight: bold;}
.hidden {display: none;}
.imgright {padding-left: 11px;}
.large {font-size: 150%; line-height: 120%; margin-bottom: 10px;}
#home .large {font-size: 130%;}
.list li {list-style-type: disc; margin-left: 15px;}
.caps {text-transform: uppercase;}

/* Wrap
------------------------------*/
#wrap {
	width: 940px;
	background: #000 url(i/body-bg.jpg) no-repeat top right;
	margin: 0 auto;
	}

/* Container
------------------------------*/
#container {padding: 0 42px;}
/* Home */
#home #container {padding: 0 0 0 42px;}

/* Main
------------------------------*/
#main {width: 500px; float: left; margin: 60px 0 10px 0;}
#main h1 {
	clear: both;
	height: 53px;
	background: url(i/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	}
#main h1 a {display: block; height: 53px; width: 266px;}
/* Home */
#home #main {width: 560px;}

/* Navigation */
#nav a {text-decoration: none; display: block; padding: 4px 0 2px 5px;}
#nav a:hover {color: #fff; background: #ff6309;}
#nav li {border: 1px solid #ff6309; margin: 0 0 5px 0;}
#nav li.current a {color: #fff; background: #ff6309;}

/* Left Column
------------------------------*/
#leftcol {width: 130px; float: left;}

/* Right Column
------------------------------*/
#rightcol {
	width: 340px;
	float: right;
	padding: 0;
	}
#rightcol h2 {color: #ff6309;}
#rightcol ul {text-transform: lowercase;}
/* Home */
#home #rightcol {width: 410px;}
/* Poster Boxes */
#posterboxes .list li {text-transform: none;}
/* Exhibition */
#exhibition .list {margin-top: 0;}
/* Clothing */
#clothing .list {margin-top: 0;}
#clothing .list li {list-style-type: none; margin-left: 0;}

/* Sidebar
------------------------------*/
#sidebar {
	width: 316px;
	float: right;
	background: #e75a0a url(i/sidebar-bg.jpg) no-repeat top;
	padding: 60px 15px 0 15px;
	}
#sidebar h3 {
	clear: both;
	height: 14px;
	background: url(i/h-examples.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-bottom: 12px;
	}
#sidebar img {margin-bottom: 4px;}
/* Contact */
#contact #sidebar h3 {background: url(i/h-findus.gif) no-repeat;}
/* Home */
#home #sidebar {
	width: 300px;
	background: transparent;
	font-size: 200%;
	line-height: 100%;
	color: #e97120;
	text-transform: lowercase;
	text-align: right;
	margin: 270px 0 0 0;
	}
/* Signs and Vinyl */
#signs img {margin-bottom: 16px;}
/* Exhibition */
#exhibition #sidebar {width: 331px; padding: 60px 0 0 15px;}
#exhibition #sidebar h3 {margin-bottom: 44px;}
#exhibition #sidebar img {margin: 0 0 10px 0; padding: 0;}
/* Clothing */
#clothing #sidebar img {display: block; margin: 0 0 10px 75px;}
/* Creativebridge */
#creativebridge #sidebar img {margin-bottom: 17px;}
/* Full Colour Printing */
#colourprinting #sidebar img {margin: 0 0 17px 0; padding: 0;}
#colourprinting #sidebar img.imgright {margin-left: 6px;}
/* Footer
------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #ff6309;
	}
#footer p {margin-top: 0; padding: 8px 0 5px 40px;}
#footer a:hover {color: #fff;}
#footer em {margin-left: 5px;}
