/*
STYLE SHEET FOR CLYNDER CABLES
Created by Kirsty Burgoine
www.clyndercables.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background-color: #999999;
	font-size: 78%;
	text-align: center;
}

/* ------- 2. structure ------- */

#wrapper {
	margin: 0 auto;
	height: 100%;
	width: 950px;
	overflow: hidden;
	background: url(images/stripe.jpg) repeat-y left top #ffffff;
	padding-left: 30px;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
}

#masthead {  /* Company logo or banner */
height: 150px;
position: relative;
z-index: 2000;
}

#logo {
float: right;
padding-top: 25px;
}

#navContainer {
width: 100%;
clear: left;
position: relative;
z-index: 3000;
}



#content {  /*  Main central content box  */
height: 600px;
width: 100%;
}

#secondNav {
width: 163px;
height: 500px;
float: left;
padding: 1em;
}


#text {
width: 680px;
float: right;
height: 89.3%;
/*
border-left: solid 10px #323890;
*/
background: url(images/homepage_graphic.jpg) no-repeat bottom right;
padding: 1em 3em 3em 3em;
}


#curve { /* corner curve on every page */
height: 95%;
width: 750px;
float: right;
background: url(images/content_curve_editable.gif) no-repeat left bottom;

}


#breadcrumbs { /* Container for flash elements so that page content doesn't wrap around them */
width: 100%;
padding: 0em 0 0.5em 0;
border-bottom: dashed 1px #323890
}

#footer {
clear: both;
float: right;
width: 100%;
margin-bottom: 0;

}


.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
	font-family: Trebuchet MT, Arial, Helvetica;
}

/* effect for walking links - only appears in main body copy */
#text a, #text a:visited {
	background: url(images/dot.gif) repeat-x center bottom;
	text-decoration: none;
	padding-bottom: 2px;
	color: #ff6600;
	}
	#text a:hover, #text a:active {
		background: url(images/dotwalk.gif) repeat-x center bottom;
		color: #323890;
	}

a:visited {
}

a:hover {
}

a:active {
}

#curve #breadcrumbs a { /* to remove walking link effect from breadcrumbs */
background: none;
}

#navigation {
margin: 0 auto;
width: 100%;
height: 30px;
background: url(images/nav_background.jpg) repeat-x;
}

#navigation ul {
margin: 0 auto;
padding-left:30px;
}

#navigation ul li {
display: inline;
float: left;
padding-top: 2px;
}

#navigation ul li a {
float: left;
padding: 5px 34px;
border-left: solid 1px #999999;
color: #666666;
text-decoration: none;
font-weight: 400;
font-size: 0.9em;
}

#navigation ul li a#first {
border-left: none;
}

#navigation ul li a:hover {
color: #FF6600;

}

#navigation ul li a.active {
color: #FF6600;
}

#secondNav ul {
margin: 0;
}

#secondNav ul li {
list-style-type: none;
background: url(images/Navigation-circles.jpg) no-repeat left center;
padding: 15px 0 15px 35px;
}

#secondNav ul li a {
font-weight: 500;
text-decoration: none;
color: #666666;
}

#secondNav ul li a:hover {
color: #ff6600;
}

#text a.pdf { /* Used on downloads page so JQuery can style individual links */
background: url(images/pdficon_small.gif) no-repeat center left;
padding-left: 30px;

}

#text a.doc { /* Used on downloads page so JQuery can style individual links */
background: url(images/docicon_small.gif) no-repeat center left;
padding-left: 30px;
}

#text ul#metric {
margin-left: 0;
}

#text ul#metric li { /* Used on imperial and metric downloads page as sub nav */
list-style-type: none;
display: inline;
float: left;
padding: 0 3em 0 0;
background: none;
color: #ff6600;
}

#text ul#metric li a {

}

.hidden {
display:none;
}

#metric li.hover {
cursor: pointer;
color: 323980;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul, table {
font-family: Trebuchet MT, Arial, Helvetica;
padding-bottom: 0.5em;
color: #666666;
}



h1 {
}

#footer h2 {
color: #ff6600;
padding: 0.5em 2em;
float: right;
font-size: 1.4em;
}


h2 {
}

h3 {
}

h4{
font-size: 1em;
line-height: 1.5em;
}

#text p {
width: 30em;
line-height: 1.6em;
padding-bottom: 1em;
}

#text td p {
width: 6em;
text-align: left;
}

#text ul {
	margin-left: 15px;
	padding-right: 5em;
}

#text li {
list-style-type: none;
padding-top: 0.3em;
}

ol {
}

hr {
}

.blue {
color: #323980;
}

.orange {
color: #ff6600;
}

.row1{
background-color: #fff6d9;
}

.row2 {
background-color: #ffffff;
}

table {
border: solid 1px #FF6600;
background-color: #FFFFFF;

}

table.none {
border: none;
background: none;
}

th {
padding: 1.5px 0 0 10px;
}

td {
padding: 1.5px 0 0 10px;
}

.spec { /* Used on tables specifications page */
width: 90%
}

.measure { /* Used on tables on measurements and conversions */
width: 50%;
}

.conversion { /* Used on conversion_tables */
width: 65%;
}

.column_1 {
margin-left: 20px;
padding-top: 10px;
width: 45%;
}



.column_2 {
margin-left:  330px;
margin-top: -90px;
}

.column_3 {
margin-left:  330px;
margin-top: -70px;
}

.column_4 {
margin-left:  330px;
margin-top: -207px;
}

.column_5 {
margin-left:  330px;
margin-top: -355px;
}



/* ------- 5. images ------- */
#masthead ul {
float: left;
padding: 10px 0 0 15px;
}

#masthead ul li {
display: inline;
float: left;
padding-right: 20px;
}

a img {
	border: 0;
}

#text td img {
border: solid 1px #323980;
}

#footer img {
float: left;
padding: 0.2em 2em;
}

/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

*html #wrapper {
height: 850px;
}

*html #content {

}

*html #curve {
margin-top:-20px;
overflow: hidden;
float: left;
height: 593px;
width: 763px;
}

*html #text {
padding-top: 16px;
float: left;
width: 760px;
background: url(images/homepage_IEgraphic.jpg) no-repeat bottom right;
}



*html .column_2 {
margin-top: -93px;
}

*html .column_3 {
margin-top: -65px;
}

*html .column_4 {
margin-top: -203px;
margin-left: 320px;
}

*html #footer {
clear: both;
height: 10px;
}