#container {
	margin:0 auto;
	width:940px;
	margin-top:25px;
}
#mainContentMargin {
	margin:20px 0;
}
#footer {
	background-image:url(../pix/base-pix/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:9px;
	color:#b2b2b2;
	padding-top:10px;
}
body {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color:rgb(102,102,102);
}

#rightCol {
	font-size:11px;
	line-height:16px;
	padding:10px 0 0 20px;
}

.textSm {
	font-size:11px;
}

.caption {
	font-size:10px;
	margin-top:4px;
	font-style:italic;
	line-height:normal;
}



/*CONTENT*/
.mainmenu {
	line-height:2.25em;
}
.menuIndent {
	margin-left:10px;
}
.underlineRule {
	font-size:10px; color:#000;
	margin-bottom:2px;
	border-bottom:#CCC 1px solid;
	padding:0 2px 2px 2px;
}
.downruleLeft {
	background-image:url(../pix/base-pix/rule-left.gif); background-repeat:repeat-y;
}
.downruleLeftNarrow {
	background-image:url(../pix/base-pix/rule-left-narrow.gif); background-repeat:repeat-y;
}
.downruleRight {
	background-image:url(../pix/base-pix/rule-right.gif); background-repeat:repeat-y;
}
.downruleRightNarrow {
	background-image:url(../pix/base-pix/rule-right-narrow.gif); background-repeat:repeat-y;
}
.cccDownrule {
	background-image:url(../pix/base-pix/ccc-downrule.gif); background-repeat:repeat-y;
}
.insetBoxContainer {
	width:220px;
	margin:0 0 10px 10px;
}
.insetBox {
	width:auto;
	border-left:#B3B3B3 1px solid;
	border-right:#B3B3B3 1px solid;
	border-bottom:#B3B3B3 1px solid;
	color:#000;
	font-size:11px;
}
.insetBoxHed {
	width:auto; 
	background-color:#6DB622; 
	border:#6DB622 1px solid;
	padding:4px 10px; 
	color:#FFFFFF;
}
.featureList {
	margin-bottom:.5em;
	padding-bottom:5px;
	border-bottom:#CCC 1px solid;
	font-size:11px;
}
.featureListNorule {
	margin-bottom:.75em;
	font-size:11px;
}
.featureListFAQ {
	margin-bottom:.75em;
	line-height:175%;
	font-size:11px;
}


/*////////////////////////////////*/

.cellpad {
	padding:8px;
	line-height:1.5em;
}

.cellgray {
	background-color:#EBEBEB;
}

table.tablestyle { 
	width: 100%; 
	padding: 0; 
	border: none; 
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #B3B3B3;
	border-collapse: collapse;
}
table.tablestyle td { 
	font-size: 11px; 
	color:#000;
	text-align:center;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #B3B3B3;
	line-height:1.5em;
	
}


/*////////////////////////////////*/

h1 {
	font-size:24px;
	line-height:160%;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:.25em;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:-.2em;
}

h3 {
	font-size:18px;
	line-height:normal;
	font-weight:bold;
	margin-top:0;
	margin-bottom:-.2em;
}

h4 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:-.1em;
}

h5 {
	font-size:14px;
	line-height:150%;
	font-weight:bold;
	margin-top:0;
	margin-bottom:.2em;
}

.dingbat {
	margin-bottom:12px;
}

.introText {
	font-size:13px; 
	line-height:160%;
}
strong {
	color:#000;
} 

.graphicStyle {
	margin-bottom:12px;
	border-bottom:#CCC 1px solid;
	padding-bottom:12px;
	font-style:italic;
	font-size:11px;
	line-height:160%;
}

.graphicStyleHed {
	margin-bottom:12px;
	border-bottom:#CCC 1px solid;
	padding-bottom:12px;
	font-size:14px; 
	line-height:160%;
	color:#000;
}

.graphicStyleNorule {
	font-style:italic;
	font-size:11px;
	line-height:160%;
}
	

/*////////////////////////////////*/

a.sidemenulink:link {
	color: #000000;
	text-decoration:none;
}
a.sidemenulink:visited {
	color:#000000;
	text-decoration:none;
}
a.sidemenulink:active {
	color:#000000;
	text-decoration:none;
}
a.sidemenulink:hover {
	color:#6DB622;
	text-decoration:none;	
}

a.sidemenulinkgray:link {
	color: #444;
	text-decoration:none;
}
a.sidemenulinkgray:visited {
	color:#444;
	text-decoration:none;
}
a.sidemenulinkgray:active {
	color:#444;
	text-decoration:none;
}
a.sidemenulinkgray:hover {
	color:#6DB622;
	text-decoration:none;	
}

a:link {
	color: #000000;
	text-decoration:none;	
}
a:visited {
	color:#000000;
	text-decoration:none;	
}
a:active {
	color:#000000;
	text-decoration:none;	
}
a:hover {
	color:#6DB622;
	text-decoration: underline;
}

a.toplink:link {
	color: #444;
}
a.toplink:visited {
	color:#444;
}
a.toplink:active {
	color:#444;
}
a.toplink:hover {
	color:#6DB622;
}

.button {
    border: 1px solid #666;
    background-color: #FFF;
	color:#444;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.button:hover {
    border: 1px solid #6DB622;
    background-color: #6DB622;
	color:#FFF;
}

.formText {
  	border: 1px solid #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	color:#000;
	font-size:11px;
	padding-left:2px;
}

.smallTopSpace {
	margin-top:.5em;
}

.external {
	background-image:url(../pix/base-pix/outlink-icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	white-space:nowrap;
}
.download {
	background-image:url(../pix/base-pix/download-icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	white-space:nowrap;
}

.bullet {
	background-image:url(../pix/base-pix/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:.5em;
}

.bulletNoImage {
	margin-bottom:.5em;
}
	

/*////////////////////////////////*/

.gray {
	color:#444;
}
.orange {
	color:#ED6D1A;
}
.ltgreen {
	color:#6DB622;
}
.dkgreen {
	color:#345715;
}
.black {
	color:#000;
}

/*////////////////////////////////*/

.defaultRule {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#666 1px solid;
}

.defaultRuleLt {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#CCC 1px solid;
}

.defaultRuleMed {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#B3B3B3 1px solid;
}

.photoLeft {
	float:left;
	margin:0 12px 12px 0;
}

.photoRt {
	float:right;
	margin:0 0 12px 12px;
}

/*////////////////////////////////*/

.frameTopLeft {
	background-image:url(../pix/base-pix/frame/frame-top-left.gif);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameTopRight {
	background-image:url(../pix/base-pix/frame/frame-top-right.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameBottomLeft {
	background-image:url(../pix/base-pix/frame/frame-btm-left.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameBottomRight {
	background-image:url(../pix/base-pix/frame/frame-btm-right.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameTop {
	background-image:url(../pix/base-pix/frame/frame-top.gif); 
	background-repeat:repeat-x;
	line-height:0;
}

.frameBottom {
	background-image:url(../pix/base-pix/frame/frame-bottom.gif); 
	background-repeat:repeat-x;
	line-height:0;
}
.frameRight {
	background-image:url(../pix/base-pix/frame/frame-right.gif); 
	background-repeat:repeat-y;
}
.frameLeft {
	background-image:url(../pix/base-pix/frame/frame-left.gif); 
	background-repeat:repeat-y;
}

/*////////////////////////////////*/

.pngFrameTopLeft {
	background-image:url(../pix/base-pix/frame-png/png-frame-top-left.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.pngFrameTopRight {
	background-image:url(../pix/base-pix/frame-png/png-frame-top-right.png); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.pngFrameBottomLeft {
	background-image:url(../pix/base-pix/frame-png/png-frame-bottom-left.png); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.pngFrameBottomRight {
	background-image:url(../pix/base-pix/frame-png/png-frame-bottom-right.png); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.pngFrameTop {
	background-image:url(../pix/base-pix/frame-png/png-frame-top.png); 
	background-repeat:repeat-x;
	line-height:0;
}

.pngFrameBottom {
	background-image:url(../pix/base-pix/frame-png/png-frame-bottom.png); 
	background-repeat:repeat-x;
	line-height:0;
}
.pngFrameRight {
	background-image:url(../pix/base-pix/frame-png/png-frame-right.png); 
	background-repeat:repeat-y;
}
.pngFrameLeft {
	background-image:url(../pix/base-pix/frame-png/png-frame-left.png); 
	background-repeat:repeat-y;
}

/*////////////////////////////////*/


.paginationstyle{ /*Style for demo pagination divs*/
/*width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;*/
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
/*border: 1px solid navy;
margin: 0 15px;*/
}

.paginationstyle a{ /*Pagination links style*/
/*padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;*/

	border: 1px solid #CCC;
    background-color: #FFFFFF;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#444;
	font-size:11px;
	padding:2px 4px;
	*padding:2px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
	margin-right:4px;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #FFF;
	background-color: #6DB622;
	border: 1px solid #6DB622;
}


.paginationstyle a.imglinks img{
/*vertical-align: bottom;
border: 0;*/
}

.paginationstyle a.imglinks a:hover{
/*background: none;*/
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
/*color: #000;
background-color: yellow;*/
	border: 1px solid #6DB622;
    background-color: #6DB622;
	color:#FFF;
}

.numbutton {
    border: 1px solid #CCC;
    background-color: #FFFFFF;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#444;
	font-size:11px;
	padding:2px 4px;
	*padding:2px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.numbutton:hover {
    border: 1px solid #6DB622;
    background-color: #6DB622;
	color:#FFF;
}


.swatchPopStyle{
position:absolute;
top: 0;
left: 0;
visibility: hidden;
z-index: 100;
}