/*

Sherpa NZ Screen CSS

version:	1.0
date:		22/01/09
website:	www.sherpanz.com
author:		Glozone

*/



/* /////////////// basic elements /////////////// */

body {
	margin:0;
	padding:0;
	font:70%/1.4 verdana,Helvetica,sans-serif;
    text-align:center;
	background-color:#ccc;
}

h1 {
color: #ccc;
font-size: 36px;
font-weight: lighter;
margin:0;
padding:0;
}
h2 {
	margin: 0;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	border-style: none;
	padding: 0 0 0em 0;
	
}

p {margin:0;padding:0;}

a {
color:#000;
text-decoration: underline;
border: 0px;
}

a:hover, a:hover {
color:#333;
text-decoration: underline;
border: 0px;
}


/* ////////////// layout ///////////////// */

.page {

	display: block;
	width:900px;
	margin:25px auto;
	padding: 0;
	position:relative;
    color:#454545;
	text-align:left;
	border-right: 14px black solid;
	background: #fff url(../images/photoBlack.gif) repeat-y;
	
	
}



#header {
	background: url(../images/sherpa_logo.gif) no-repeat left top #fff;
	width:900px;
	height:130px;
	float: left;
	background-color: #fff;
}


#header h1 {
	text-align: center;
	margin-left: 0px;
	padding: 40px auto 5px;
	
}

/*** HeaderNav ***/

#headerNav {
margin-top: 40px;
margin-left: 230px;
padding-top: 60px;
text-align: center;
background-image: url(../images/simplifying_header.gif);
background-position:center top;
background-repeat:no-repeat;
height: 150px;
}
#headerNav ul
{
margin: 0;
padding: 0;
list-style-type: none;

}
#headerNav ul li { display: inline;  }
#headerNav ul li a 
{
	border: 0;
	text-decoration: none;
	padding: .2em 1.5em;
	color: #000;
	font-size: 0.90em;
}

#tagline { background-image: url(../images/simplifying_header.gif);
background-position:center;
background-repeat:no-repeat;
background-color:#fff;
height: 50px;

}


/**** COPY ****/

div#content {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0;
	background-color:#fff;
}
div.copy {
	float: left;
	background-color: #fff;
	padding: 2em 3em;
	width: 600px;
}

div.copy p {
margin: 0;
padding-bottom: .8em ;
}

div.copy ul {
    /*list-style-type: none;*/
	margin: 0;
	padding: .5em 1em;
}
div.copy ul li {
float: left;
padding: .2em;
}


div#photoMenuSet 
{
background-image: url(../images/4x4.gif);
background-position:left top;
background-repeat:no-repeat;
background-color:#fff;
height: 180px;
margin-top: 50px;
}

ul#photoMenu
{ 
width: 600px;
list-style-type: none;
margin:  0;
padding: 0;
}

ul#photoMenu li {
float: left;
width: 140px;
padding: 0;
margin:  0;
border: 0px;
}

ul#photoMenu li a{
padding: 0 1.5em 0 40px;
border: 0px;
color: #fff;
text-decoration:none;
}



h3 {
	margin: 0;
	font-size:100%;
	background-color: #ccc;
	padding: 0.7em 1em;
	border-top: 1px solid #000;
	font-weight: normal;
}

h3 img { display: block;}

h4 { margin: 0 0 1em 0;
	font-size:100%;
	background-color: #fff;
	padding: 0.7em 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}

/*#4x4 {}
#one {}
#two {}
#three {}
#four {}*/


ul#products {
list-style-type: disc;

margin:  0;
padding: 0;
}
ul#products li{
float: left;
width: 350px;
padding: .2em;
margin-left:  1em;
border: 0px;
}
ul#products li a {
padding: 0 1.5em 0 40px;
border: 0px;
color: #fff;
text-decoration:none;
}

#specsBox {
float: left;
width: 230px;
margin: 0;
padding: 0;
}

.copyProducts {
float: left;
background-color: #fff;
padding: 2em 3em;
width: 300px;
}

#productsInfo {
float: left;
width: 380px;
margin: 0 0 0 2.5em;
padding: 0 0 1em 0;

}






div#sidebar {

z-index: 10;
	border-top: #ccc solid 1px;
	float: left;
	width:230px;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	height: 600px;
	background-color:#000;
	
}

#sidebar img {background:url(../images/wedge.gif) no-repeat}



/* SIDEBAR IMAGES******/
.photoBlack {background:url(../images/photoBlack.gif) repeat-y #000;
height: 100%; 
}
.photoHome {background:url(../images/photoHome.jpg) no-repeat #fff; 
}
.photoAbout {background:url(../images/photoAbout.jpg) no-repeat #fff; 
}
.photoProducts{background:url(../images/photoProducts.jpg) no-repeat #fff; 
}
.photoStockists {background:url(../images/photoStockists.jpg) no-repeat #fff; 
}
.photoContact {background:url(../images/photoContact.jpg) no-repeat #fff; 
}

#sidebar p {
float:left;
text-align: center;
padding: 400px 20px 20px;

}


/*** FOOTER ***/
#footer {
	width:914px;
	text-align:right;
	padding:13px 0px 13px 0;
	border-bottom: 1px solid #000;
	background-color:#ccc;
	margin-bottom: 0px;
	/*border-right: 14px solid #ccc;*/
}
/*** Foot Links ***/
#footLinks ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#footLinks ul li { display: inline; }
#footLinks ul li a 
{
border: 0;
text-decoration: none; 
padding: .2em 1em;
color: #000;
}
#footLinks ul li a:hover {
text-decoration: underline;

}



/* LINK CURRENT ******/
#home #pg1, #about #pg2, #products #pg3, #buynow #pg4, #stockists #pg5, #contact #pg6, #privacy #privacyH, #shipping #shippingH, #conditions #conditionsH {
font-weight: bold;
color:#fff;
}
#footer { clear: both; }

div#copyRight {
width: 100%;
border: 0px solid blue;
}