/* Primary Designs */
/* Modified 25-08-10 */

/* @group HTML elements */

html {
	min-height:110%;
}

body {
	/* Original background image */
	/* background:#333 url(http://www.primarydesigns.co.uk/images/template_elements/background.jpg) repeat-x; */
	background:#000 url(http://www.primarydesigns.co.uk/images/template_elements/background_carbon.jpg) repeat-x;
	background-attachment:fixed;
	min-height:110%;
}

h1 {
	color:#fff;
	font-size:1.5em;
	margin:0 0 0.75em 0;
}

h2 {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	line-height:1.25em;
	margin:0 0 0.875em 0;
}

p {
	color:#fff;
	font-size:0.875em;
	line-height:1.5em;
	margin:0 0 0.75em 0;
}

a {
	color:#fff;
	text-decoration:none;
}

em {
	font-style:italic;
}

strong {
}

/* @end */

/* @group Layout */

#wrapper {
	background-color:#1C1D1F;
	margin:10px auto 0 auto;
	min-height:110%;
	overflow:hidden;
	width:900px;
}

#header {
	background:#000 url(http://www.primarydesigns.co.uk/images/template_elements/header.jpg) no-repeat;
	border-bottom:1px solid #333;
	float:left;
	height:110px;
	margin:0;
	width:900px;
}

#header_home {
	background:#000 url(http://www.primarydesigns.co.uk/images/template_elements/header.jpg) no-repeat;
	float:left;
	height:110px;
	margin:0;
	width:900px;
}

#banner {
	background-color:#8c0000;
	float:left;
	width:900px;
}

#welcome {
	float:left;
	display:none;
}

#slides {
	float:left;
	height:197px;
	width:900px;
}

#navigation {
	background-color:#8C0000;
	float:left;
	height:31px;
	padding:0 10px;
	width:900px;
}

#aside {
	clear:left;
	float:left;
	margin:10px;
	width:160px;
}

#aside li a {
	color:#fff;
	display:block;
	list-style:none;
	margin:0 0 20px 0;
}

#body {
	background-color:#1C1D1F;
	float:left;
	padding:15px 15px 15px 20px;
	width:500px;
}

#image {
	float:left;
	margin:15px 0 0 0;
	width:175px;
}

#tube_bending {
	display:none;
}

#footer {
	background-color:#272727;
	border-top:1px solid #333;
	float:left;
	height:75px;
	padding:10px 0 10px 195px;
	width:900px;
}

/* Float images */

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/* @end */

/* @group HTML elements within layout  */

#navigation ul {
	height:31px;
	width:100%;
}

#navigation li {
	display:block;
	float:left;
	height:31px;
	list-style:none;
	padding:6px 8px;
}

#navigation li a {
	color:#fff;
	font-size:0.875em;
	line-height:1.35em;
}

#navigation li a:hover {
	background-color:#660000;
	height:31px;
}

#body a {
	border-bottom:1px dotted #8C0000;
	color:#cc0000;
	padding:0 0 3px 0;
}

#body ul {
	margin:0 0 0.875em 20px;
}

#body li {
	color:#fff;
	font-size:0.875em;
	line-height:1.5em;
	list-style-type:disc;
}

#footer p {
	color:#999;
	font-size:0.7em;
}

/* @end */

/* @group Body classes */

body.home #aside {
	border-bottom:1px solid #8C0000;
	float:left;
	margin:10px;
	width:160px;
}

body.home #aside h2 {
	color:#ff2800;
	border-bottom:1px solid #8C0000;
	font-family:Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:0.875em;
	margin:0 0 0.75em 0;
	padding:0 0 5px 0;
}

body.home #aside li {
	font-size:0.7em;
	line-height:1.5em;
	list-style:none;
	margin:0 0 0.75em 0;
}

body.home h2 {
	color:#fff;
	font-size:1.25em;
	font-weight:normal;
	line-height:1.5em;
	margin:0 0 0.875em 0;	
}

body.news p.link {
	margin:0 0 2em 0;
}

body.tube_bending #tube_bending {
	display:inline;
	float:left;
	width:100%;
}

body.tube_bending #tube_bending p {
	font-size:0.8em;
}

/* @end */



























