html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;
	border: 0;	outline: 0;
	font-size: 100%;
	vertical-align: top;
	float: none;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/**** Typography ****/
html {
	font: 75%/1.4 Frutiger, "Frutiger Linotype", Univers, 
				  "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",  
				  Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: .2em; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; color: #0a1281;}
h4 { font-size: 1.2em; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-variant: small-caps; letter-spacing: .05em; }

a:link { color: #22f; }
a:visited { color: #22a; }
a:hover, a:active, a:focus { color: #2a2; }

p { margin-bottom:.8em; }
	p.notice, p.error, p.success { 
		margin: 0 1em .8em; 
		padding: .6em; 
		border-width: 1px; 
		border-style: solid; 
	}
	p.notice { background-color: #ccf; border-color: #44f; }
	p.error { background-color: #fcc; border-color: #f44; }
	p.success { background-color: #cfc; border-color: #4f4; }

	span.error { color: #900; font-size: .8em; padding-left: 1em; text-align:right;}

blockquote { margin: 0 2em .5em; font-style: italic; }
	blockquote em { font-style: normal; } 

hr { 
	height: 1px;
	background-color: #666;
	border: none;
	margin: 1em 0;
	clear: both;
}
br { clear: both; }

ol,ul { margin-left: 1em; margin-bottom:.8em; }
ol ol, ul ul { margin-left: 2em;  }

address { font-style: normal; margin-bottom: .8em;}
small { font-size: .8em; }
sup { font-size: .75em; vertical-align: super; }

.site-seeker span { color: #fa9f1d; }

/**** Layout ****/

html { 
	background: #aaa;
	text-align: center;
}

body {
	background: #fff;
	float: none;
	margin: 0 auto;
	text-align: left;
	width: 672px;
	padding: 0 20px 50px 278px;
	position: relative;
	height: auto !important;
	min-height: 900px;
	height: 900px;
}

div#header {
	background: #0a1281 url(/rae-development/images/cancord_header_bg.png) repeat-x top left;
	height: 183px;
	color: #fff;
	position: relative;
	font-size: 1.5em;
	margin:0 -20px;
}
	div#header h1 {
		position: absolute;
		top: 25px;
		left: 15px;
		width: 434px;
		height: 54px;
		overflow: hidden;
	}
	
	div#header h1 a {
		display: block;
		width: 434px;
		height: 0;
		padding-top: 54px;
		overflow: hidden;
		background: url(../images/cancord_logo.gif) no-repeat;
	}
		/*div#header h1 span {
			background: transparent url(/rae-development/images/cancord-logo2.gif) no-repeat top left;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top:0; left:0;
		}*/

	div#header p {
		position: absolute;
		left: 20px;
		top: 105px;
	}
		body.home div#header p {
			/*right: 15px;
			top: 95px; */
		}
	div#header form {
		position: absolute;
		right: 15px;
		top: 50px;
	}
		div#header form legend { display: none; }
		div#header form input { float: right; }
		div#header form #search_submit { background: none; border: none; color: #fff; font-size: .8em; margin-top:2px; }
		div#header form #search_submit:hover { background: #f9f5e3; color: #0a1281;  }

ul#main_menu {
	height: 20px;
	position: absolute;
	bottom:4px; left: 0;
	text-align: right;
	margin:0;
}
	ul#main_menu li {
		display: inline;
		padding: 0 0 0 3em;
	}
		ul#main_menu a { text-decoration: none; }
		ul#main_menu a:link, ul#main_menu a:visited { color: #f9f5e3; }
		ul#main_menu a:hover, ul#main_menu a:active, ul#main_menu a:focus {
			color: #fa9f1d;
		}

div#share { text-align: right; padding: .4em 0 1em; }
	div#share a {
		color: #22f;
		text-decoration: underline;
		padding: 0 0 0 2em;
		cursor: pointer;
	}
	div#share a.print {
		background: transparent url(/rae-development/images/s-sidebar.png) no-repeat -170px -111px;	
		padding-left: 3em;
	}

div#breadcrumbs { 
	padding: .4em 0 1em; 
	position: absolute; 
	top: 188px;
	font-size: .8em;
	color: #666;
}
	div#breadcrumbs a { color: #666; font-weight: bold; }

div#sidebar {
	background: #f9f5e3 url(/rae-development/images/Cancord2.gif) no-repeat top left;
	width: 218px;
	padding: 263px 20px 0;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	font-size: 1.2em;
}
	div#sidebar p { font-weight: bold; padding: 1em 0 0 1.5em; }
	div#sidebar ul {margin:0;}
	div#sidebar ul li {
		list-style: none;
		padding: 0 0 .5em;
	}
	div#sidebar ul li a:link, div#sidebar ul li a:visited {
		margin-left: 1.5em;
		padding: 0;
		display: block;
		color: #000;
		text-decoration: none;
	}
	div#sidebar ul li a:hover,div#sidebar ul li a:active,div#sidebar ul li a:focus {
		margin-left:0;
		padding: 0 0 0 1.5em;
		background: transparent url(/rae-development/images/s-sidebar.png) no-repeat 0 -126px;
	}
	div#sidebar ul li.online_catalog a {
		display: block;
		height: 37px;
		position: relative;
		font-size: .75em;
	}
	div#sidebar ul li.online_catalog a:hover,div#sidebar ul li.online_catalog a:active,
	div#sidebar ul li.online_catalog a:focus {
		margin-left:1.5em;
		padding: 0;
		border: none;
	}
		div#sidebar ul li.online_catalog a span, div#sidebar ul li.hercules span {
			background: transparent url(/rae-development/images/s-sidebar.png) no-repeat 0 0px;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top:0;
			left:0;
		}
		body.home div#sidebar ul li.online_catalog a span, div#sidebar ul li.hercules span {
			background: transparent url(/rae-development/images/s-sidebar.png) no-repeat 0 -38px;
		}

	div#sidebar ul li.hercules {
		margin-left:1.5em;
		display: block;
		height: 30px;
		position: relative;
	}
		div#sidebar ul li.hercules span {
			background: transparent url(/rae-development/images/s-sidebar.png) no-repeat 0 -76px;
		}
	
	div#sidebar ul li.custom {
		margin-left: 1.5em;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 3px solid #ddd39e;
	}
	div#sidebar ul li.custom a {
		position:relative;
		left: -1.5em;
	}


div#footer {
	text-align: center;
	height: 50px;
	width: 702px;
	position: absolute;
	bottom: 0;
	right:0;
	color: #666;
}
	div#footer p { margin: 0 auto; }
		div#footer a { text-decoration: none; }
		div#footer a:link, div#footer a:visited { color: #666; }
		div#footer a:hover, div#footer a:active, div#footer a:focus {
			color: #0a1281;
		}

.col1 { width: 250px; float: left; }
.col2 { width: 402px; float: left; margin-left: 20px; }

.float_right { float: right; margin: .5em 0 .5em 1em; }
.float_left { float: left; margin: .5em 1em .5em 0; }

/*=== Home Page ===*/

body.home ul.categories { margin:0; }
body.home ul.categories li {
	padding: 15px 0 0 100px;
	margin: 0 15px 1em 15px;
	width: 205px;
	float: left;
	list-style: none;
	height: 160px;
	background: #fff;
}
	body.home ul.categories li h3 { 
		margin-left: -100px;
		font-size: 1em;
	}
	body.home ul.categories li a { display: block; }

	body.home ul.categories li.general_purpose {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 0;
	}
	body.home ul.categories li.industrial {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 -280px;
	}
	body.home ul.categories li.lifelines {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 -135px;
	}
	body.home ul.categories li.military {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 -440px;
	}
	body.home ul.categories li.custom {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 -740px;
	}
	body.home ul.categories li.accessories {
		background: url(/rae-development/images/rope_categories2.gif) no-repeat 0 -580px;
	}


/*=== What's New ===*/

body.whats_new img.main_img { display: block; float: left; margin: 0 20px 10px 0; }
body.whats_new div#content { width: 352px; float: left; }

/*=== FAQ, Glossary ===*/

body.faq dt, body.glossary dt { font-weight: bold; margin-top: .75em; font-size: 1.1em;}
body.faq dd, body.glossary dd { margin: 0 2em 2em; }

a:link.glossaryterm{
	color: #600;
	font-weight: bold;
}
a:visited.glossaryterm { color: #600;}

/*=== Tables ===*/

table { border-collapse: collapse; border: 1px #f9f5e3 solid; margin:0 0 .8em;}
table thead th, table thead td,
table tfoot td  {
	background: #f9f5e3;
	border: #ddd39e solid;
	border-width: 2px 0;
	font-weight: bold;
	text-align: center;
	padding: .3em;
	vertical-align: middle;
}
table tfoot td { font-size: .8em; font-weight: normal;}
table tbody th, table tbody td {
	border-bottom: 1px #f9f5e3 solid;
	padding: .3em;
}

/*=== Forms ===*/

form { margin-bottom: 2em; }
fieldset fieldset { padding: 1em 0; }

.form_error { background-color: #fcc; }

form:after, form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


p label {
	display: block;
	float:left;
	width: 120px;
	padding-right: 14px;
	text-align: right;
}
	#feedback p label { width: 250px; }
	p.lgtext span.error { display: block; text-align: right; }

input#zip { width: 75px; }
input#submit { margin-left: 134px; }
input#product { width: 250px; }

textarea { height: 150px; width: 250px;}
	#feedback ul li textarea, #ask_expert p textarea {
		display: block;
		width: 500px;
		margin: .25em auto 0;
	}


#feedback ul li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd39e;
	list-style: none;
	margin-right: 1.5em;
	text-align: right;
	position: relative;
}
	#feedback ul li.wide { text-align: left; }
#feedback ul li span {
	text-align: left;
	display: block;
	float: left;
	width: 450px;
}
	#feedback ul li span.error { position: absolute; top:0; right: 140px; text-align: right;}
	#feedback ul li.wide span.error { right: 0; top: 20px;}
	#feedback ul li span.wide {
		display: block;
		float: left;
		width: 100%;
	}
#feedback ul li label {
	padding-left: 2em;
	text-align: left;
}
	.wide label { padding-left: 0; }

#feedback input#submit { margin-left: 264px; }

#ask_expert li { list-style: none; }
#ask_expert .wide label {	padding-top: 1em; text-align: left; }
#ask_expert p.wide textarea { clear: both; margin: 0;}

body.popup { margin: 0; padding: 10px; width: 480px; background: #fff;}
body.popup fieldset { float: left; width: 230px; margin: 0 8px 0 0;  }
body.popup label, body.popup legend {
	display: block;
	float:none;
	text-align: left;
	width: auto;
	font-weight: bold;
	clear: both;
}
body.popup p { clear: both; }
body.popup li { padding: 0 0 .3em; margin: 0 0 0 -.5em; list-style-position: inside;}
body.popup textarea, body.popup fieldset p input { width: 95%; }
body.popup fieldset li input { width: 80%; }
body.popup input, body.popup label { margin: 0; }
body.popup input#submit { display: block; margin: 0 auto; }
	body.popup div.linkinfo h3, body.popup div.linkinfo p {
		font-size: 1em;
		color: #666;
		margin: 0; padding:0;
		overflow: hidden;
	}
body.popup fieldset:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }	

/*=== Sitemap ===*/
dl dd { margin: 0 3em 1em; }
dl dd dl, dl dd ul {
	margin: .5em 0 0;
}
dl dd dl dd {
	margin: 0 0 .5em ;
}
body.sitemap dl dd ul li {
	list-style: none;
}