@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */



/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li a {
	padding-bottom:11px;
	display:block;
	 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #000;
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFF; text-decoration: none; }
	ul.dropdown a:hover,ul.dropdown .current{ }
	ul.dropdown a:active	{ color: #FFF; }


	/* -- level mark -- */

ul.dropdown ul {
margin:0px;
padding:0px !important;
background:none !important;
float:left;
border:1px solid #FFFFFF;
width: 182px;
}

ul.dropdown ul li {/*
	background:url(../images/dropnav_off.gif) repeat-x !important;
	margin:0px;
	width: 170px;
	height:16px;
	padding:6px !important;
	font-weight: normal;
	display:inline-block !important; */
}
ul.dropdown ul li a{
	font-size:12px !important;
	font-weight:normal !important;
	background:#5e7d14 url(../images/dropnav_off.gif) repeat-x !important;
	margin:0px;
	width: 170px;
	padding:7px 6px !important;
	font-weight: normal;
	display:inline-block !important;
}

ul.dropdown ul li a:hover {
	background: #234b09 url(../images/dropnav_on.gif) repeat-x !important;
	/*font-size:12px;
	font-weight:normal;*/
}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


/* SHREDDING PAGE */
.shred_left{
	float:left;
	width:418px;
}
.shred_right{
	float:right;
	width:466px;
	margin-top:-80px;
}
.shred_box_top{
	background:url(../../../../images/shredding/box_top.gif) no-repeat;
	width:466px;
	height:28px;
}
.shred_box_bot{
	background:url(../../../../images/shredding/box_bot.gif) no-repeat;
	width:466px;
	height:28px;
}
.shred_box_mid{
	background:url(../../../../images/shredding/box_mid.gif) repeat-y;
	width:446px;
	padding:0px 15px 10px;
}
.shred_qty{
	width:50px;
	border: 1px solid #808080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 16px;
    margin: 0;
    padding: 2px 0 0;
}
.shred_textfield{
	width:270px;
	padding:5px;
	border:1px solid #333;	
}
.shred_textarea{
	width:270px;
	height:150px;
	padding:5px;
	border:1px solid #333;	
}
.shred_big_green{
	font-size:30px;
	text-align:center;
	font-weight:bold;
	color:#7ebc2d;
	margin:25px 0px;
}

.shred_big_green2{
	font-size:22px;
	text-align:center;
	color:#7ebc2d;
	margin:15px 0px;
}

.shred_left2{
	float:left;
	width:330px;
}
.shred_right2{
	float:right;
	width:554px;
	margin-top:20px;
}
.shred_bullet{
	background:url(../../../../images/shredding/bullet.gif) no-repeat;
	padding-left:25px;
	padding-top:5px;
	font-size:16px;
	font-weight:bold;
}
.shred_red{
	color:#F00;
}

.bw{
	color:#333;
}
.bw input{
	border:1px solid #333;
	height:24px;
}
.colour{
	color:#DF0000;
}
.colour input{
	border:1px solid #DF0000;
	height:24px;
}
.colour span{
	color:#333;
}
