@charset "utf-8";
/* CSS Document */

/* Basic Rules*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul, ol, h1, h2, h3, h4, h5, h6, p{
	line-height: 130%;
	word-spacing:0;
	color:#fff;	
}


/* headers */

h1{ 
	font-size:24px;
	color:#FFFFFF;
	font-weight:lighter;
	letter-spacing:-0.2em;
	}
	
h2 {
	font-size:36px;
	width:50%;
	}
	
h5{
	font-size:12px;
	font-weight:lighter;
	}		

h6{
	font-size:10px;
	color:#75BF55;
	}
	
/*paragraph*/

	
p{
	font-size:14px;
	text-indent:40px;
	}
	
/*classes*/
	
.noIndent{
	text-indent:0;
	}
	
.price{
	color:#75BF55;
	}
	
.shoptittle{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
	color:#333;
	}
					

/*links*/

a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #666666 ;
	}
	
a:hover{
	border-bottom:1px solid #75BF55;
	}
	
/*navigation*/

.nav {
	font-size:12px;	
	}
.bold {
	font-weight:bold;
	}
	
			