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: #666; }
a:visited { color: #666; }
a:hover, a:active, a:focus { color: #666; }

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;}

sup { font-size: .75em; vertical-align: super; }

.site-seeker span { color: #fa9f1d; }

/**** Layout ****/

html { 
	background: #fff;
}

body {
	background: #fff;
	float: none;
	text-align: left;
	padding: .5in;
	position: relative;
}

div#header {
	height: auto;
	color: #000;
	position: relative;
	font-size: 1.2em;
}
	div#header h1 a { text-decoration: none; color: #000;	}

	div#header form {
		display: none;
	}

ul#main_menu, div#share, div#sidebar, div#footer, p.cta {
	display: none;
}

div#breadcrumbs { 
	padding: .4em 0 1em; 
	font-size: .8em;
	color: #666;
}
	div#breadcrumbs a { color: #666; font-weight: bold; }

.col1 { width: 250px; float: left; }
.col2 { width: 402px; float: left; margin-left: 20px; }

p#close {
	text-align: center;
	margin: 0 auto;
	position: absolute; 
	top: 0; left: 0;
	padding-top: 1em;
	width: 100%;
}

p#close a { 
	color: #22f; 
	font-size: 1.1em; 
	font-weight: bold; 
}

/*=== 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: 150px;
	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_categories.jpg) no-repeat 0 0;
	}
	body.home ul.categories li.industrial {
		background: url(/rae-development/images/rope_categories.jpg) no-repeat 0 -280px;
	}
	body.home ul.categories li.lifelines {
		background: url(/rae-development/images/rope_categories.jpg) no-repeat 0 -135px;
	}
	body.home ul.categories li.military {
		background: url(/rae-development/images/rope_categories.jpg) no-repeat 0 -440px;
	}
	body.home ul.categories li.custom {
		background: url(/rae-development/images/rope_categories.jpg) no-repeat 0 -740px;
	}
	body.home ul.categories li.accessories {
		background: url(/rae-development/images/rope_categories.jpg) 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: #666;
	font-weight: bold;
}
a:visited.glossaryterm { color: #666;}

/*=== 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 {
		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 span.wide {
		display: block;
		float: left;
		width: 100%;
	}
#feedback ul li label {
	padding-left: 2em;
	text-align: left;
}
	#feedback ul li.wide label { padding-left: 0; }

#feedback input#submit { margin-left: 264px; }

body.popup { margin: 0; padding: 10px; width: 480px;}

body.popup label {
	display: block;
	float:left;
	width: 120px;
	padding-right: 14px;
	text-align: right;
}


/*=== 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;
}