/* -- BF Internet: Mountaineering Designs -- */

/* -- Version 1.0 -- */

html {
	background: url(/images/main/bg.jpg) repeat #0e0e0e;
}

body {
	color:#fff;
	text-align:left;
	font-family: lucida Grande, verdana, arial;
}

/* -- BASICS -- */

a {
	color:#1DBDEF;
	text-decoration:underline;
	border:none;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

select, input, button, textarea, button {
	font-family:Lucida Grande,Verdana,Arial;
	padding:4px 0 4px 4px;
	width:210px;
}

ul {
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px 15px;
	padding:0;
}

ul li {
	list-style-type: square;
}

h1 {
	color:#FFF;
	font-family:verdana,tahoma,arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	margin:10px 0;
	text-transform:uppercase;
}

h2 {
	color:#F78002;
	font-family:verdana,tahoma,arial;
	font-size:25px;
	font-weight:bold;
	margin:10px 0;
	text-transform:uppercase;
}

h3 {
	color:#FFF;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	text-transform:uppercase
}

h4 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0;
	text-transform:uppercase;
	margin:5px 0;
}

h5 {
	color:#9C9C9C;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	margin:5px 0;
}
	
p {
	font-size:12px;
	margin-bottom:15px;
}

/* -- HORIZONTAL RULER -- */

.hr {
	background:transparent url(/images/main/hr.gif) repeat-x;
	display:block;
	height:2px;
	margin:0 0 10px;
	width:100%;
}

/* -- SHADOW -- */

div#wrapper {
}

div#mainContainer {
	float:left;
	left:50%;
	margin-left:-480px;
	position:relative;
	width:960px;
}

/* -- TOP SECTION -- */

div#navContainer {
	background: url(/images/main/topBg.png) no-repeat;
	height:104px;
	width:960px;
}

.tel {
	margin:28px 10px;
}

/* -- SEARCH BAR -- */

div.productSearch {
	float:right;
	position:relative;
	width:353px;
	top:9px;
	left:65px;
}

div.productSearch input {
	background:transparent url(/images/main/searchBg.gif) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding:3px;
	width:134px;
}

div.productSearch input.button {
	background:transparent url(/images/main/searchBtn.gif) no-repeat;
	height:19px;
	padding:0;
	width:19px;
	text-indent:-2999px;
	cursor:pointer;
	text-transform: capitalize; /*IE fix - http://css-tricks.com/snippets/css/remove-button-text-in-ie7/ */
}

p.cart {
	background:transparent url(/images/main/cartIcon.gif) no-repeat 0 0;
	float:left;
	font-family:tahoma;
	font-size:11px;
	margin:10px;
	padding-left:19px;
	position:relative;
	top:-8px;
	width:80px;
	left:30px;
}

p.cart a {
	color:#0CA1CF;
	font-weight:bold;
}

p.cart a:hover {
	color:#fff;
}

/* -- TOP NAV -- */

#topNav {
	height:20px;
	left:400px;
	position:absolute;
	top:40px;
}

#topNav a {
	background: url(/images/main/nav.png) no-repeat 0 12px;
	display: block;
	float: left;
	height:25px;
}

#topNav li li a {
	background-image: none; 
	position:relative;
	top:0;
	height: auto;
}

#topNav a span {
	display:none;
}

#topNav #home {
	width: 50px;
}
#topNav #home:hover { 
	background-position:0 -28px;
}

#topNav #about {
	width: 66px;
	background-position: -60px 12px;
}
#topNav #about:hover { 
	background-position: -60px -28px;
}

#topNav #Services {
	width: 62px;
	background-position: -136px 12px;
}
#topNav #Services:hover { 
	background-position: -136px -28px;
}

#topNav #Products {
	width: 75px;
	background-position: -227px 12px;
}
#topNav #Products:hover { 
	background-position:-227px -28px;
}

#topNav #information {
	width: 98px;
	background-position: -331px 12px;
}
#topNav #information:hover { 
	background-position:-331px -28px;
}

#topNav #contact {
	width: 89px;
	background-position: -458px 12px;
}
#topNav #contact:hover {
	background-position: -458px -28px;
}

/* -- SHOP NAVIGATION -- */


/* -- MAIN CONTENT AREA -- */

#bodyCopy {
	min-height:575px;
	background-color:#353535;
	float:left;
	padding-bottom: 10px;
}

/* -- BREADCRUMBS -- */

#breadContainer {
	background: url(/images/main/breadcrumbsBg.gif) repeat-x;
	height:28px;
	width:960px;
	margin-top:-3px;
}

#breadContainer span {
	left:10px;
	position:relative;
	top:5px;
}

#breadContainer span a {
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#fff;
	text-decoration:none;
}

#breadContainer span a:hover {
	color:#1DBDEF;
	text-decoration:underline;
}

#conNorm {
	padding:5px 0 0 15px;
	width:925px;
}

#conNorm p {
	font-size:12px;
	padding:5px 0;
	text-align:justify;
}

/* -- FOOTER -- */

#footer {
	float:left;
	padding:10px 0;
	width:960px;
}

#footer p {
	float:left;
	width:554px;
	font-size:10px;
	color:#ADAFA4;
}

/* -- BF INTERNET LINKBACK -- */

p#bf {
        font-size: 10px;
        font-weight: normal;
        text-align: right;
        float:right;
	width:200px
}

p#bf a {
        border-bottom: none;
        font-weight: bold;
        text-decoration: none;
}

p#bf a:hover {
        color: #0092BF;
        text-decoration: underline;
}

p#bf span a,#bf span a:hover {
        font-weight: normal;
        text-decoration: none;
}

p#bf, p#bf a, #bf span a:hover {
/*---- Change this colour to suit your page ---*/
        color: #ADAFA4;
}

/* -- BUTTONS -- */

.findBtn {
	background:transparent url(/images/findBtn.jpg) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:40px;
	margin-right:13px;
	text-indent:-3999px;
	width:119px;
}

.findBtn:hover {
	position:relative;
	top:1px;
	left:1px;
}

/* -- HOMEPAGE -- */

.leftBlock {
	float:left;
	margin:6px;
}

.rightBlock {
	float:left;
	margin:14px 0 0 13px;
}

.homePlace {
	margin:10px 7px;
}

#questContainer {
	background:transparent url(/images/questBg.jpg) no-repeat;
	height:104px;
	margin-bottom:10px;
	width:462px;
}

#questContainer p {
	font-size:10px;
	left:72px;
	line-height:13px;
	position:relative;
	top:46px;
	width:252px;
}

#expContainer {
	background:transparent url(/images/expBg.jpg) no-repeat;
	height:190px;
	width:460px;
	margin-top:-5px;
}

#expContainer p {
	left:23px;
	position:relative;
	text-align:justify;
	top:55px;
	width:415px;
	margin: 0 0 0.8em 0;
	font-size: 11px;
}

/* -- ABOUT US -- */

.aboutLeft {
	float:left;
	padding:10px;
	width:480px;
}

.aboutRight {
	float:left;
	margin:11px 0 0 3px;
}

/* -- SERVICES --*/

.servicesLeft {
	float:left;
	margin:5px 0 0 10px;
}

.servicesRight {
	float:right;
	margin:15px 15px 0 0;
	width:458px;
	padding-bottom:10px;
}

.servicesRight a {
	display:block;
	padding:0 0 3px;
}

/* -- TESTIMONIALS -- */

.testLeft {
	float:left;
	width:28%;
}

.testRight {
	float:right;
	width:69%;
}

.testimonial {
	background:#222222 url(/images/quote1.jpg) no-repeat 0 17px;
	border:1px solid #000000;
	float:left;
	margin:25px 0 10px;
	padding:31px 20px 0;
	position:relative;
	width:596px;
}

.testimonial img {
	left:21px;
	position:absolute;
	top:-28px;
}

.testimonial p {
	position:relative;
	z-index:10;
}

.testimonial p.name {
	color:#4DB0CF;
	font-weight:bold;
}

.testimonial p.name span {
	color:#E1E1E1;
	font-size:11px;
	font-style:oblique;
}

.bottomQuote {
	background:transparent url(/images/quote2.jpg) no-repeat scroll 0 10px;
	display:block;
	float:right;
	height:67px;
	margin:-58px 0 18px;
	padding:0;
	position:relative;
	right:0;
	width:83px;
	z-index:1;
}

.contactRight {
	float:right;
	margin:15px 15px 0 0;
	width:418px;
}
