/********************************************
   AUTHOR:  			Peter Allsop
   WEBSITE:   			http://www.bodyandbike.co.nz/
   TEMPLATE NAME: 	Stylevantage - blue
   TEMPLATE CODE: 	S-0001
   VERSION:          1.0          	
 *******************************************/
 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(css_images/headerbg-blue.gif) repeat-x;
	color: #606060 ;	
	text-align: center;		
}

/* links */
a {
	background: none;  /* changed from inherit */
	text-decoration: none;
	color: #6297BC; 
}
a:hover {
	background: none;  /* changed from inherit */
	color: #9EC630;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: lowercase;
	color: #6297BC;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}
h4 { font-size: 2em; 
	padding: 10px 0 0 5px;
	margin: 0 0 0 10px;}

#main h1, #sitemain h1, #rightbar h1, #faq h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: lowercase;
	border-bottom: 1px solid #E0E0E0; 	
}
#site1 h1, #site2 h1, #site3 h1  {
	margin: 0px 0px 0px 12px; 
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #ccc;
	text-transform: lowercase;
}
	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(css_images/square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	color: #808080;
	text-transform: lowercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #6297BC;	
}
ul span, ol span {
	color: #606060 ;
}

ul.nocolored {color: #606060; }

/* images */
/* padding and margin top right bottom left 6297BC */

#sidebar img {
	border: none;
}

img.borderless {
	border: none;
}
a:hover img.borderless {  
    border: none;
}

img {
	border: 1px solid #6297BC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 0px 5px 0px;
}
a img {  
  border: 1px solid #6297BC;
}
a:hover img {  
/*  border: 1px solid #806B4D !important;  IE fix BBGreen #9EC630 */
  border: 1px solid #9EC630;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #E0E0E0;  
  border-left: 3px solid #6297BC;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(css_images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #E0E0E0; 
	border-left: 3px solid #6297BC;  
	font-weight: bold; 
}

/* form elements */
form {
	margin: 10px 0px 15px 15px;
	padding: 0;
	border: 0px solid #6297BC; 
	background-color: #FFFFFF; 
}

form th, form td{
	text-align: center;
}


form h3 {
	margin: 10px 0px 15px 0px;
 
}

form fieldset {
	border: 0px solid #6297BC;
	margin: 0; 
	padding: 10px 10px 5px 10px;
}

form fieldset input.showborder {
	border: 1px solid #6297BC;
	font-weight: bold;
	background-color: #DAE7EF;
	color: #6297BC;
	font-size: 1.3em;
	Width: 100px;
}

fieldset.noborder {
	border: 0px solid #6297BC;
    padding: 0;
	text-align: center;

}

fieldset.noborder.image{
	border: 10px solid #6297BC
}

form.noborder {
    margin: 0;
    padding: 0;
}	


table {
	margin: 0px 0px 0px 15px;
}
/* adding table stuff here ************************* adding table stuff here ************************* adding table stuff here */
/* BBBlue { color: #6297BC; } 98 151 188 */
/* BBBlue2 { color: #B9D1E1; } 185 209 225 */
/* BBBlue3 { color: #DAE7EF; } 218 231 239 */
/* BBBlue4 { color: #EFF4F8; } 239 244 248 */
/* BBGreen { color: #9EC630; } 158 198 48*/

table, th, td {
	text-align: center;
	color: #6297BC;
	border: 1px solid #B9D1E1; 
	padding: 2px;
	border-collapse: collapse;
}

table tr td form, table tr td form fieldset{
	margin: 0;
	padding: 0;
	border: 0; 
	background-color: #FFFFFF; 
}


/* adding SPECIALS table stuff here ******************* adding SPECIALS table stuff here ******************* adding SPECIALS table stuff here */

table.specials {
	border: 20px solid #ff0000; 
	border-top: none;
    
}

table.specials th {
	background-color: #ff0000;
	color: #ffffff; 			/*white text in heading */
	text-align: center;
	border: none;
}

table.specials td {
	text-align: center;
	border: 1px solid #ffffff;

}

/* end SPECIALS table stuff here ********************** end SPECIALS table stuff here ********************** end SPECIALS table stuff here */

table.sellproductBBB th, th {
	background-color: #DAE7EF;
}

td {
/*	background-color: #EFF4F8; */
}

/* adding table stuff here ************************* adding table stuff here ************************* adding table stuff here */

#emptytable table {
	margin: 0px 0px 0px 15px;
}

#emptytable table, th, td {
	text-align: left;
	border: 1px solid #B9D1E1; 
	padding: 10px;
	border-collapse: collapse;
}
#emptytable td {
	background-color: #FFFFFF;
}

table.sellproductBBB image, table.sellproductBBG image{
	border: none;
}

table.sellproductBBB, table.sellproductBBG {
	border-collapse: collapse;    /* separate or collapse  */
}

table.sellproductBBB th, table.sellproductBBB td, table.sellproductBBG th, table.sellproductBBG td{
	text-align: center;
	border-top: none;
	border-bottom: none;
}

table.sellproductBBB {
	border: 15px solid #6297BC;
}
table.sellproductBBG {
	border: 15px solid #9EC630; 
}
table.sellproductBBB th, table.sellproductBBB td {
	border-left: 15px solid #6297BC;
}
table.sellproductBBG th, table.sellproductBBG td {
	border-left: 15px solid #9EC630;  
}
table.sellproductBBG th {
	background-color: #EAF3D1;
	color: #84A628;
}
table.sellproductBBB td , table.sellproductBBG td{
	color: #606060;
}

	
/* adding table stuff here ************************* adding table stuff here ************************* adding table stuff here */

label {
	display: none;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 10px 0px 15px 0px; 
	font: bold 1em Arial, Sans-serif; 
	border: 0px solid #CCC;
	background: #FFF; 
	padding: 0px 0px; 
	color: #FFF;	
}
form.image {
	padding: 20px 20px 20px 20px ;
}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
/*    width: 850px;     */
	width: 950px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
	margin: 0; padding:0;
/*    width: 850px;     */
	width: 950px;	
}

/* header */
#header {
	position: relative;
	background: url(css_images/headerbg-blue.gif) repeat-x;
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
/*	color: #CCC; */
	color: #ccc;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 5px; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 50px; left:100px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 55%;	
	border-left: 1px solid #E0E0E0;
}

/* site main column */
#sitemain {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 78%;	
	border-left: 1px solid #E0E0E0;
}


#faq {
	float: left;
	margin-left: 15px;
	padding: 0;
/*	width: 55%; ********************************************************** */
	width: 70%;	
	border-left: 1px solid #E0E0E0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post-footer .date {
	background: url(css_images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(css_images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(css_images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* top right bottom left */

#main ul.sitemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 5px 10px;	
	padding-right: 0;		
	text-decoration: none;
}

#main ul.sitemenu li {
	border-bottom: none;
	background: none;
	padding: 0px 0px 0px 0px;	
}

#menuguideline a{
	color: #6297BC;
}

#menuguideline a:hover{
	color: #9EC630;
}

#main ul.sitemenu li#current a{
	color: #9EC630;
}

/* ========================================================== F A Q ============== */
#faq ul.faqmenu {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.2em; 
	text-transform: none;
	text-decoration: none;
	list-style: none;
	color: #6297BC;
	margin: 0px 0px 5px 0px;
}
#faq ul.faqmenu li {
	border-bottom: none;
	background: none;
	padding: 0px 0px 0px 0px;	
}

/* ========================================================== SITEMAP ============== */

#site1, #site2, #site3 {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 24%;	
	border-left: 1px solid #E0E0E0;
}

#site1 ul.sitemenu, #site2 ul.sitemenu, #site3 ul.sitemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 5px 10px;	
	padding-right: 0;		
	text-decoration: none;
}

#site1 ul.sitemenu li, #site2 ul.sitemenu li, #site3 ul.sitemenu li {
	border-bottom: none;
	background: none;
	padding: 0px 0px 0px 0px;	
}
#site1 ul.sitemenu li#current a, #site2 ul.sitemenu li#current a, #site3 ul.sitemenu li#current a {
	color: #9EC630;
}

/* ======================================================================== */

/* sidebar */
#sidebar {
	float: left;
/*	width: 25%; ********************************************************** */
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 0px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(css_images/arrow.gif) no-repeat 2px 6px;
	padding: 2px 5px 2px 15px;	
	color: #6297BC;
}

#sidebar h1 a {
	color: #6297BC;
}
#sidebar ul.sidemenu li a{
	color: #6297BC;
}
#sidebar ul.sidemenu li#current a{
	color: #9EC630;
}
#sidebar ul.sidemenu li#noncurrent a{
	color: #6297BC;
}

#sidebar ul ul.sidemenu li {
	border-bottom: none;
	background: none;
	padding: 1px 2px 1px 1px;
}
#sidebar ul ul.sidemenu li#current a{
	color: #9EC630;
}
#sidebar ul ul.sidemenu li#noncurrent a{
	color: #6297BC;	
}
/* padding top right bottom left */

* html body #sidebar ul.sidemenu li { height: 1%; }
* html body #sidebar ul ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}
#sidebar ul ul.sidemenu a {
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
	color: #6297BC;	
}

/* rightbar */
#rightbar {
	float: right;
/*	width: 20%; ********************************************************** */
	width: 23%;
	padding: 0;		
	border-left: 1px solid #E0E0E0;

}

/* footer */
#footer {
	clear: both;
	background: #FFF url(css_images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #E0E0E0;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
    color: #6297BC;
}

#footer a:hover{
	color: #9EC630;
}
/* menu (top menu) */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}

#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
/*	width: 850px ********************************************************** */
	width: 950px;/* 775px; */
/*	border: 1px solid #808080; ********************************************* */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}

/* borderwidth top right bottom left */

#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 20px;
	text-decoration: none;
	background: white url(css_images/bbmenudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: #9EC630;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #6297BC;
}

#menu ul li#current a{
/*	color: #6297BC; */
	color: #9EC630;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #6297BC;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  { color: #3791D7; }


.nuunll { 
	background-color: #B6EB4F; /* 182 235 79 */
	color: #000000;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuuntb { 
	background-color: #71125D; /* 113 18 93 */
	color: #ffffff; 
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuuncf { 
	background-color: #E7A928; /* 231 169 40 */
	color: #000000;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuunkc { 
	background-color: #493732; /* 73 55 50 */
	color: #ffffff; 
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuunog { 
	background-color: #F58300; /* 248 131 0 */
	color: #000000;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuunbn { 
	background-color: #F3E72F; /* 243 231 47 is brighter than font */
	color: #000000;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
} 

.nuunllfont { 
	color: #B6EB4F; /* 182 235 79 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 
.nuuntbfont { 
	color: #71125D; /* 113 18 93 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 
.nuuncffont { 
	color: #E7A928; /* 231 169 40 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 
.nuunkcfont { 
	color: #493732; /* 73 55 50 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 
.nuunogfont { 
	color: #F58300; /* 248 131 0 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 
.nuunbnfont { 
	color: #E4D62E; /* 228 214 46 */
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 1.5em; 
	text-transform: none;
	} 

.BBGreen0 { color: #84A628; } /* 132 166 40 */
.BBGreen { color: #9EC630; } /* 158 198 48 */
.BBGreen2 { color: #C8E184; } /*200 225 132 */
.BBGreen3 { color: #EAF3D1; } /*234 243 209 */
.BBGreen4 { color: #FAFCF3; } /*250 252 243 */

.BBBlueBig { color: #6297BC;  /* 98 151 188 */
	font-size: 1.3em;
	font-weight: bold;
} 
.BBBlue { color: #6297BC; } /* 98 151 188 */
.BBBlue2 { color: #B9D1E1; } /* 185 209 225 */
.BBBlue3 { color: #DAE7EF; } /* 218 231 239 */
.BBBlue4 { color: #EFF4F8; } /* 239 244 248 */

.TBNo { background-color: #FFD7D7; /* 255 215 215 */
	color: #FF6060} 
	
.TBYes { background-color: #DEEDB6;  /* 222 237 182 */
	color: #88AC2B}

.TBLtd { background-color: #FFC6AA;  /* 255 198 170 */
	color: #FF5300}

.BBRed { color: #FF6060; }

.Red { color: #FF6060 }

.RedRev { 
	color: #fff;
	background-color: #FF6060; }

.BoldRed { color: #FF6060; 
	font-weight: bold;
    }

.BoldRedRev { 
	color: #fff;
	background-color: #FF6060; 
	font-weight: bold;
}

.specialtext {
	color: #f00;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

.Entries { color: #FF6060;
		font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif; }
.BBRRP { color: #FF0000;
		font: bold 1.25em 'Trebuchet MS', Tahoma, Sans-serif; }


.BBPrice { color: #6297BC;
		font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif; }
		
.BBSave { color: #9EC630;
		font: bold 1.25em 'Trebuchet MS', Tahoma, Sans-serif; }

.white { color: #FFFFFF }
.grey1 { color: #E0E0E0 }
.grey2 { color: #C0C0C0 }
.grey3 { color: #A0A0A0 }
.grey4 { color: #808080 }
.grey5 { color: #606060 }
.grey6 { color: #404040 }
.grey7 { color: #202020 }
.black { color: #000000 }

.Qn { font-size: 1.75em;
	padding: 0px 0px 0px 0px }
.Ans  { 
	color: #9EC630; 
	font: bold 2.1em 'Trebuchet MS', Tahoma, Sans-serif;
}