/*

 	Theme Name: Crunch Light
	Crunch Recordings CSS Document 
	Created by Dark Skies (c) 2008 for Crunch Recordings
	http://www.djdarkskies.com
	http://www.crunchrecordings.com
	
	All Image Files belonging to this theme
	are located in the /styleImages/ folder!
	
	Last Modified: 17:50 28 September 2008 tw
	
	NOTES & CHANGES:
	
	###################
	##	28/09/2008
			
			- New design concept
	##
	###################
	
	
	****************************
	Standards:
	
	Link: #00adef
	Link:hover: #90cde4
	darker Bluer links: #6699cc
	
	

*/


/****************
  MAIN BODY
 ****************/
/* FIX SCROLL */
html {
	height: 100%;
	margin: 0 0 0.3px 0;
	padding: 0;
}
 
body {
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 5px 0 5px;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* MAIN PAGE WRAP */
.pageSurround {
	width: 780px;
	margin: 0px auto;
	padding: 0 5px 0 5px;
	height: 100%;
	min-height: 600px;
	background-image: url(../styleImages/backgrounds/bg_wrap.png);
	border-left: 1px solid #90cde4;
	border-right: 1px solid #90cde4;
}


/****************
  TOP HEADER
 ****************/
#topHeader {
	text-align: right;
	height: 160px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 5px;
	background: url(../styleImages/crunch_logo_right.gif) right 80px no-repeat; 
}

/* TOP HEADER LOGO */
#head_logo {
	z-index:2;
	float:left;
	width: 213px;
	height: 150px;
	background-image: url(../styleImages/crunch_logo_left.gif);
	margin-top:10px;

}

#head_logo a {
	width: 213px;
	height: 150px;
	display:block;
}

/* TOP HEADER SEARCH FORM */
#search_form {
	padding-top: 122px;
}


/****************
 NAVIGATION MENU
 ****************/

#navi {
	position: relative;
	width:780px;
	height:35px;
	z-index:9;
	padding:0;
	margin:25px 0 25px 0;
	text-align: center;
}


#navi ul {
	list-style-type: none;
	width: 100%; /* precision for Opera */
	text-align: center;
	padding: 0 5px;
	margin: 0;
}

.navi li {
	float: left;
	padding: 5px;
	text-align: center;
}

.navi a {
	color: #666;
	margin: 0;
	width: 100px;
	height: 20px;
	display: block;
	text-align: left;
	font-size:12px;
	font-weight:bold;
	text-indent: 5px;
	text-decoration: none;
	border-style:solid;
	border-color: #666;
	border-width:0px 0px 8px;
}

.navi a:hover {
  	color: #00adef;
  	text-decoration:none;
	border-style:solid;
	border-color:#00adef;
	border-width:0px 0px 8px;
/*	background-image: url(../styleImages/nav_hover.gif); */
	background-position:top right;
	background-repeat: no-repeat;
}

.navi .active a {
  	color: #00adef;
  	text-decoration:none;
	border-style:solid;
	border-color:#00adef;
	border-width:0px 0px 8px;
}

.navi .active a:hover {
  	color: #00adef;
  	text-decoration:none;
	border-style:solid;
	border-color:#666;
	border-width:0px 0px 8px;
}



/****************
  CONTENT BOXES
 ****************/

/* BOX TITLES */
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #6699cc;
	border-left: 15px solid #90cde4;
	padding-left: 5px;
}

/* BOX CONTENT */
.boxContentLeft, .boxContentRight {
	padding:5px 0 5px 5px;
	margin-bottom: 10px;
}

/* LEFT COLUMN - MENU ITEMS */
.colLeft {
	position: relative;
	left: 5px;
	width: 160px; 
	padding:5px;
	float: left;
	border:dotted 1px #ccc;
	background-image: url(../styleImages/backgrounds/bg_wrap.png);
}

/* RIGHT COLUMN - PAGE CONTENTS */
.colRight {
	position: relative;
	width: 580px; 
	padding-left: 5px;
	right: 5px;
	float: right;
	border:dotted 1px #ccc;
	background-image: url(../styleImages/backgrounds/bg_wrap.png);
}


/* PAGE CONTENTS */
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	margin-bottom: 5px;
}

.boxContent a {
	color:#00adef;
	font-weight:bold;
}

.boxContent a:hover {
	color:#BFCCC7;
}

/*
SITE DOCUMENT PAGES
*/

.boxContentDoc {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	margin-bottom: 5px;
}

.boxContentDoc a {
	color:#6699cc;
	font-weight:bold;
}

.boxContentDoc a:hover {
	color:#BFCCC7;
}


/* HERE COME THE STYLES FOR SITE DOCS */

.faq_title {
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px solid #6699cc;
	padding:8px;
	margin:8px;	
}

.level_container ul {
	list-style-type:none;
	text-align:right;
}

.level_container li {
	margin: 5px;
	padding: 5px; 
	margin: 0;
	text-align:left; }

.level_container a {
	display: block;
	color: #FFF;
	background-color: #232323;
	width: auto;
	text-decoration: none;
	line-height:40px;
	padding-left:40px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
}

.level_container a:hover {
	color: #FFF;
	background-color: #234324;
}





.level_container1 ul {
	margin-left: 20px;
	list-style-type: none;
}

.level_container1 li { margin: 0; }

.level_container1 a {
	display: block;
	color: #FFF;
	background-color: #333;
	width:auto;
	text-decoration: none;
	line-height:30px;
}

.level_container1 a:hover {
	color: #FFF;
	background-color: #232323;
}





.level_container2 ul {
	margin-left: 20px;
}

.level_container2 li { margin: 0; }

.level_container2 a {
	display: block;
	color: #FFF;
	background-color: #666;
	width:auto;
	text-decoration: none;
	line-height:30px;
}

.level_container2 a:hover {
	color: #FFF;
	background-color: #232323;
}



.level_container3 ul {
	margin-left: 10px;
}

.level_container3 li { 
	margin-left: 10px;
	font-size:10px; }







/****************
  CHECKOUT & CART PAGES
 ****************/
 
.colLeftCheckout {
	position: relative;
	left: 5px;
	width: 160px; 
	padding: 5px;
	float: left;
	border:dotted 1px #ccc;
	background-image: url(../styleImages/backgrounds/bg_wrap.png);
}


.colMainCheckout {
	position: relative;
	width: 580px;
	padding-left: 5px;
	right: 5px;
	float: right;
	border:dotted 1px #ccc;
	background-image: url(../styleImages/backgrounds/bg_wrap.png);
}

/* END CHECK OUT PAGES */




.siteDocs {
	text-align:center;
	margin-top: 10px;
	padding:15px 0;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}


.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/****************
  HOME AND SHOP PAGE
 ****************/

/* LATEST PRODUCTS */

.latestProds {
	float: left;
	text-align: center;
	width: 130px;
	height: 200px;
	margin:0 1px 5px 1px;
	padding:5px;
	background-image: url(../styleImages/backgrounds/latest_prod.png);
	background-repeat:no-repeat;
}

.latestProds:hover {
	background-image: url(../styleImages/backgrounds/latest_prod_hover.png);
	background-repeat:no-repeat;
}


/* RANDOM PRODUCTS */

.randomProds {
	text-align: center;
	width: 140px;
	height: 210px;
	margin: auto;
	background-image: url(../styleImages/backgrounds/latest_prod.png);
	background-repeat:no-repeat;
}

.randomProds:hover {
	background-image: url(../styleImages/backgrounds/latest_prod_hover.png);
	background-repeat:no-repeat;
}


/****************
  CATEGORY PAGE
 ****************/

#subCats {
	text-align: center;
	margin: 0px;
	padding: 5px;
	float: left;
	width:560px;
}

.subCat {	
	text-align: center;
	padding: 25px 10px 25px 10px;
	float: left;
	width: 110px;
	height: 80px;
}


/****************
  VIEW PRODUCT PAGE
 ****************/
 
.prodImgContainer {
	float:left;
	width:305px;}

.prodDescrContainer {
	float:right;
	width:260px;}