@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEAEC;
}
.thrColFixHdr #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/nicocig_website.jpg);
	background-position: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
} 
.thrColFixHdr #containerhome {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/nicocig_website2.jpg);
	background-position: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container2 {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(images/nicocig_website22.jpg);
	background-position: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 22px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
} 
.thrColFixHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
body.thrColFixHdr #buttonfloatnew {
	padding-top: 160px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 654px;
}
body.thrColFixHdr #buttonfloatnew p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

body.thrColFixHdr #buttonfloat {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
body.thrColFixHdr #buttonfloat2 {
	padding-top: 135px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

body.thrColFixHdr #buttonfloat2 p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}


body.thrColFixHdr #buttonfloat3 {
	float: right;
	font-weight: bold;
	text-transform: capitalize;
	width: 250px;
	background-color: #AAD373;
	padding: 5px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 25px;
	color: #133D02;
}

body.thrColFixHdr #buttonfloat3 a {
	color: #133D02;
	text-decoration:none;
}

body.thrColFixHdr #buttonfloat3 a:hover {
	color: #ffffff;
	text-decoration:none;
}
body.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-image: url(images/panel.png);
	height: 390px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
	margin-left: 35px;
	display:inline;
}


body.thrColFixHdr #sidebar580 {
	float: left; /* since this element is floated, a width must be given */
	width: 560px;
	background-image: url(images/panel-580.png);
	height: 330px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 47px;
	display:inline;
	position: relative;
	padding: 10px;
}
.thrColFixHdr #sidebar580 h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #sidebar1 h2 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body.thrColFixHdr #sidebar1home {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-image: url(images/panel.png);
	height: 430px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 35px;
	display:inline;
}

body.thrColFixHdr #sidebar2home {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-repeat: no-repeat;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 30px;
	margin-left: 35px;
	display:inline;
}
body.thrColFixHdr #sidebar2home p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}


body.thrColFixHdr #sidebar1home2 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	background-image: url(images/panel-234.png);
	height: 330px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 27px;
	display:inline;
	padding: 10px;
	position: relative;
}


.thrColFixHdr #sidebar1home h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #sidebar1home h2 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.thrColFixHdr #sidebar1home .ff h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	font-weight:bold;
}


.thrColFixHdr #sidebar1home h3 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #sidebar1home2 h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #sidebar1home2 .ff h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	font-weight:bold;
}

.thrColFixHdr #sidebar580 .ff h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	font-weight:bold;
}

.thrColFixHdr #sidebar1home2 h3 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #sidebar580 h3 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #lilBox h1{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #lilBoxhome h1{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #bigBox #sidebar2 h1{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #bigBox #bigBoxInt1 h2{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.thrColFixHdr #bigBox #sidebar2a h1{
	margin: 0px;
	color: #53B23A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}

.thrColFixHdr #bigBox #sidebar2a h2{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.shopheader {
	margin: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.incvat {
	margin: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.thrColFixHdr #bigBox #bigBoxInt3 h1{
	margin: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



.thrColFixHdr #sidebar1 p {
	text-decoration: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

.thrColFixHdr #sidebar1 a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #sidebar1 a:hover {
	color: #000000;
	text-decoration: none;	
}
.thrColFixHdr #sidebar1home2 p {
	text-decoration: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}
.thrColFixHdr #sidebar1home p {
	text-decoration: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}
.thrColFixHdr #sidebar1home2 a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #sidebar1home2 a:hover {
	color: #000000;
	text-decoration: none;	
}
.thrColFixHdr #sidebar1home a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #sidebar1home a:hover {
	color: #000000;
	text-decoration: none;	
}
.thrColFixHdr #sidebar580 p {
	text-decoration: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

.thrColFixHdr #sidebar580 a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #sidebar580 a:hover {
	color: #000000;
	text-decoration: none;	
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 0px;
}

.thrColFixHdr #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 550px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
}


.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/foot-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	
	
} 
.thrColFixHdr #footer h2 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:lighter;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.thrColFixHdr #footer a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.thrColFixHdr #footer a:hover {
	color:#000000;
	font-weight:bold;
}



.thrColFixHdr #footer2 {
	padding: 0 10px 0 20px;
	background-image: url(images/foot-bg2.png);
	background-repeat: no-repeat;
	text-align: center;
	
	
} 
.thrColFixHdr #footer2 h1 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:lighter;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.thrColFixHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.thrColFixHdr #footer2 a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.thrColFixHdr #footer2 a:hover {
	color:#000000;
	font-weight:bold;
}









.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*  TOP NAVIGATION2  */

#navlist2
{
	position: relative;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:visited
{
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

#navlist2 a:hover, #navlist2 a:active, #navlist2 a:focus
{
	text-decoration: none;
	color: #D9E049;
}

#navlist2 li
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7ABD38;
	display: inline;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32A83D;
}

#navlist2 ul
{
margin: 0px;
padding: 0px;
}

#navlist2 #active a {
	color: #D9E049;
}
 
/*  TOP NAVIGATION2 END */


/*  SUBNAV  */

#subnav
{
	position: relative;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 60px;
	font-size: 11px;
}

#subnav a, #subnav a:link, #subnav a:visited
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9E249;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3AAB3D;
	width: 135px;
	display: block;
	float: left;
	padding-right: 0px;	
	color: #FFFFFF;
	text-decoration: none;
	
	
}

#subnav li a:hover, #subnav a:active, #subnav a:focus
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9E249;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3AAB3D;
	width: 135px;
	display: block;
	float: left;
	padding-right: 0px;
	color: #000000;
	background-color: #77BF44;
}

#subnav li
{
	
	width: 135px;
	display: block;
	float: left;
	padding-right: 0px;
}

#subnav ul
{
margin: 0px;
padding: 0px;
}

#subnav #active a {
	color: #D9E049;
}
 
/*  SUBNAV END */



#menubox
{
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*  MAIN BOX  */

body.thrColFixHdr #leftBox {
	float: left; /* since this element is floated, a width must be given */
	width: 20px;
	height: 330px;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-top: 350px;
	margin-bottom: 30px;
	margin-left: 35px;
	background-repeat: no-repeat;
	display:inline;
	background-image: url(images/panel.png);
}

body.thrColFixHdr #rightBox {
	float: left; /* since this element is floated, a width must be given */
	width: 20px;
	height: 330px;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 350px;
	margin-bottom: 30px;
	margin-left: 0px;
	display:inline;
	background-image: url(images/panel.png);
	background-position: right top;
}

body.thrColFixHdr #scrollymainBox {
	float: left; /* since this element is floated, a width must be given */
	width: 100%;
	height: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 0px;
	overflow: scroll;
}

body.thrColFixHdr #mainBox {
	float: left; /* since this element is floated, a width must be given */
	width: 815px;
	height: 330px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 0px;
	margin-top: 350px;
	margin-bottom: 30px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 0px;
	background-image: url(images/panel2.png);
}
.thrColFixHdr #mainBox p {
	text-decoration: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

.thrColFixHdr #mainBox a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #mainBox a:hover {
	color: #000000;
	text-decoration: none;	
}
body.thrColFixHdr #bigBoxVideoTop {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 220px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/bigbox.png);
}


body.thrColFixHdr #bigBoxTop {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 270px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/bigbox.png);
}


body.thrColFixHdr #bigBoxTopMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 72px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 350px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/bigboxtop.png);
}

body.thrColFixHdr #bigBoxBot {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/bigbox.png);
	margin-bottom: 30px;
	background-position: left bottom;
}
body.thrColFixHdr #bigBox {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/bigboxbg.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

hr {
	color: #41B95A;
	height: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	background-color: #41B95A;	
}

.thrColFixHdr #bigBox h1 {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #bigBox h3 {
	margin: 0px;
	color: #40BA52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #bigBox h2 {
	margin: 0px;
	color: #AE7D49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #bigBox #bigBoxInt2 {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
	width:640px;
}

.thrColFixHdr #bigBox #bigBoxInt3 {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width:280px;
}

.thrColFixHdr #bigBox #bigBoxInt3 li {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;	
}



.thrColFixHdr #bigBox #bigBoxInt2 h1{
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #30AA3D;
}

.thrColFixHdr #bigBox #bigBoxInt1 {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
	width:450px;
}
.thrColFixHdr #bigBox #bigBoxInt1 h1{
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #30AA3D;
}

.thrColFixHdr #bigBox #bigBoxIntright{
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	float:right;
	font-size: 13px;
	font-weight: lighter;
	color: #30AA3D;
	position: absolute;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 500px;
	width: 340px;
}

.thrColFixHdr #bigBox p {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 16px;
}

.thrColFixHdr #bigBox a {
	color: #3AB44A;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #bigBox a:hover {
	color: #000000;
	text-decoration: none;	
}


body.thrColFixHdr #lilBoxTop {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 350px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilbox.png);
}
body.thrColFixHdr #lilBoxTopHome {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 350px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilbox.png);
}




body.thrColFixHdr #lilBoxBot {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilbox.png);
	margin-bottom: 30px;
	background-position: left bottom;
}
body.thrColFixHdr #lilBox {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 550px;
	margin-right: 35px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilboxmid.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

body.thrColFixHdr #lilBoxBotHome {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 35px;
	margin-top: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilbox.png);
	margin-bottom: 30px;
	background-position: left bottom;
}
body.thrColFixHdr #lilBoxHome {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 550px;
	margin-right: 35px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	margin-left: 35px;
	background-image: url(images/lilboxmid.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

.thrColFixHdr #sidebarBoxHome {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 40px;
}

.thrColFixHdr #lilBox a {
	color: #3AB44A;
	text-decoration: none;
}

.thrColFixHdr #lilBox a:hover {
	color: #000000;
	text-decoration: none;
}

.thrColFixHdr #lilBoxHome a {
	color: #3AB44A;
	text-decoration: none;
}

.thrColFixHdr #lilBoxHome a:hover {
	color: #000000;
	text-decoration: none;
}
.stdText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#yfs {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
#yfs a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#homefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	float: none;
	margin-left: 70px;
}
#homefooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	padding: 10px;
	background-color: #53B23A;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;
}
#homefooter a:hover {
	background-color: #A6CF8A;
	border: 2px solid #9BC340;	
}
#specialOffer {
	background-color: #B1D773;
	border: 2px solid #9BC340;
	z-index: 100;
	display: block;
	vertical-align: middle;
	margin-top: 60px;
	position: absolute;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 45px;
	margin-bottom: 0px;
}
#specialOffer h6{
	margin: 0px !important; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px !important;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#specialOffer strong a  {
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
#specialOffer p {
	color: #006600;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#specialOffer a {
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	
}
#specialOffer a:hover {
	color: #53B23A;
}
#specialOffer #close a {
	color: #4BAF3C;
	display: block;
	padding: 3px;
	background-color: #D0E4AB;
	width: 40px;
	text-decoration: none;
	font-size: 10px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 450px;
	clip: rect(auto,auto,auto,auto);
}
#specialOffer #close a:hover {
	color: #4BAF3C;
	background-color: #ffffff;

}
