@charset "utf-8";
/* if Mark of the Web is on, you cannot activate links! */
body  {
	margin: 0; /*good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #1a1a1a;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /*the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 2px; /*Border is needed to position menu in Firefox or the menu top margin will not work*/
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #748500;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	color: #848484;
	font-size: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 5px;
	color: #848484;
	font-size: 12px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	font-size: 13px;
	color: #5D5D5D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 195px 0px 190px;
	padding: 0px 15px;
	background-color: #FFF;
} 
/* These are for pages with larger main content and no right sidebar. */
/* Eliminate the right sidebar */
#noRightSidebar #mainContent{
	margin-right: 10px;
}
#noRightSidebar #sidebar2{
	display: none;
}
#home_intro {
	font: italic 12px/18px Arial, Helvetica, sans-serif;
	color: #999999;
	height: 165px;
	width: 280px;
	float: left;
	padding-left: 115px;
	padding-top: 390px;
}
#featured_home {
	height: 150px;
	width: 200px;
	float: left;
	padding-left: 40px;
	position: relative;
	padding-top: 375px;
}
#homePage #featured_home p {
	color: #FFF;
}
/* For the Home Page */
#homePage #mainContent{
	height: 750px;
	width: 640px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #424242;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(../images/Home-Page_5.jpg) no-repeat;
	padding-bottom: 40px;
}
#homePage #sidebar2{
	display: none;
}
/* End of styles with no right sidebar */

.thrColFixHdr #footer {
	font-size: 10px;
	color: #5d5d5d;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #424242;
	padding-bottom: 20px;
} 
.thrColFixHdr #footer p {
	text-align: right;
	margin-top: 0px;
	padding-right: 190px;
	padding-bottom: 10px;
	padding-top: 7px;
} 
#noRightSideBar #footer p {padding-right: 10px;}
#homePage #footer p {padding-right: 63px; padding-top:0}
#mainContent   a   {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#mainContent a:hover, #mainContent a:active {
	color: #748500;
}
#mainContent p {
	line-height: 17px;
	color: #333333;
	font-weight: normal;
}
#mainContent ul {
	color: #333333;
	line-height: 16px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}

.photoCenter {
	float: none;
	margin-bottom: 0px;
	margin-left: 50px; /*you have to specify a margin to move it over*/
	border: 1px solid #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.drawing { /*"a:link" does not always work in IE (it does in Firefox), but "a" does */
	color: #748500;
	font-size: 18px;
	background-color: #202020;
	border: 3px double #748500;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 110px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}
a.drawing:hover {
	color: #a8a800;
	background-color: #202020;
	border: 3px double #a8a800;
}
a.featuredProduct { /*"a:link" does not always work in IE (it does in Firefox), but "a" does */
	color: #748500;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-weight: bold;
}
.featuredProduct img {
	padding-bottom: 15px;
	padding-top: 10px;
}
a.featuredProduct:hover {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-weight: bold;
}
a.contactEmail {
	color: #748500;
	font-size: 12px;
	text-decoration: none;
}
a.contactEmail:hover {
	color: #a8a800;
}
h6 {
	font-size: 14px;
	margin-top: 3px;
	color: #000000;
	font-weight: bold;
	margin-bottom: -12px;
}
h3 {
	font-size: 12px;
	margin-top: 3px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 7px;
	margin-bottom: 0px;
}
h1 {
	color: #748500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
	font-size: 22px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-top: 0px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
}
#boxAroundDrawing {
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	padding-bottom: 18px;
}
div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
} /*Prevents the picture from sticking out the bottom*/

#thumbnailGallery {
	margin: 0px;
	padding-top: 20px;
}
.thumbnailAndCaption {
	margin-bottom: 20px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	min-height: 260px;
	width: 245px;
}
.thumbnailAndCaption  a {
	text-decoration: none;
	color: #333333;
}
.thumbnailAndCaption   a:hover   {
	text-decoration: none;
	color: #748500;
}
.thumbnailAndCaption h4 {
	font-size: 16px;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
}
.thumbnailAndCaption h3 {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	line-height: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.thumbnailAndCaption img {
	border: 1px solid #202020;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.thumbnailAndCaption p {
	line-height: 16px;
	color: #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
	width: 220px;
	font-weight: normal;
	font-size: 11px;
}
#machined_pulleys #price {
}
.carabiner   a  {
	color: #666666;
	text-decoration: none;
}

/* Background images */
div.riggingPlates {
	background: url(../products/rigging_plates/images/rigplate-background-image.jpg) repeat;
}
div.carabiners {
	background-image: url(../products/carabiners/images/carabiner_background.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
	margin-top: 10px;
}
div.descenders {
	background-image: url(../products/descenders/images/eight_background.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
	margin-top: 10px;
}
div.pulleys {
	background-image: url(../products/pulleys/images/pulley_bg.jpg);
	background-repeat: repeat;
}
div.solo_belay {
	background-image: url(../products/belay_devices/images/belay_background.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
	margin-top: 10px;
}
div.swivels {
	background: #CCCCCC url(../products/swivels/images/Swivel_background.jpg) repeat;
}
div.other {
	background: #CCCCCC url(../products/other_products/images/mics_background.jpg) repeat;
}
div.grabs {
	background-image: url(../products/rope_grabs/images/mics_background.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
	margin-top: 10px;
}
#photocaption {
	float: left;
	width: 300px;
	clear: left;
	padding-top: 50px;
}
#address {
	float: left;
	width: 500px;
	clear: left;
}
#copyright {
	float: right;
}.content_landing {
	padding-top: 20px;
}
div.specs {
	width: 181px;
	float: left;
	margin-bottom: 30px;
	padding-top: 15px;
}
#aztek    div.lrg_img {
	width: 255px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
.specs img {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.specs h2 {
	color: #333333;
	font-size: 13px;
}
.specs p strong {
	color: #333333;
}
.specs h3 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
#omni  h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #666666;
}
#omni .specs h2 {
	color: #333333;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_1 {
}
.thumbnailAndCaption ul {
	font-size: 12px;
	color: #666666;
}
#swivels .photoLeft {
	margin-top: 20px;
	margin-bottom: 20px;
}
#swivels img {
	border: 1px solid #000000;
}
.dist img  {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.dist {
	padding-top: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
#distributor_box {
	padding-bottom: 30px;
}
.specs h2 img {
}
.buy_btn {
	height: 20px;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}
.buy_btn input {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

