/*
 *	ZEN WIREFRAME v2.3
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2009 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;  /* was left  */
font-size:12px;
color:#333;
background:url(../images/bg.gif) top center repeat-y;
}

div {margin:0; padding:0;}

#container {
/*
top:8px;
position:relative;	 
needed for css left,right,top,bottom property */
width:980px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
/* background: url(../images/background.jpg) 0 0 repeat;  */
background-color:#fff;
margin:0 auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#header {
/*text-align:left;  */
height:144px;
/* background: #fff url(../images/background.gif) 0 0 repeat;  */
/* background: #fff;  */
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
z-index:10;
position:relative;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:url(../images/masthead_bkgd.gif) repeat-x;
height:113px;
}

#masthead img {
border-width:0px;
}

#mast-banner {
float:right;
/*
position:absolute;
top:12px;
right:12px;
*/
width:468px;
height:60px;
display:block;
border:0px solid #fff;
}

#gmenu1{
clear:right;
text-align:right;
position:relative;
/* display:block; */
/*  top:-75px;   was -70  */
/*  left:2px;  */
margin:0;
pading:0;
height:32px;
border:0px solid #fff;
background:url(../images/hor_menu_bg.gif);
}

#gmenu2 {
width:auto;
position:absolute;
bottom:0;
right:0;
}

#addthis {
position:absolute;
top:5px;
left:630px;
border:0px solid pink;
/* clear:both;  */
}

#google-search {
position:absolute;
top:160px;
left:640px;
border:0px solid pink;
}

/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-A-Friend) */
/***************************************************************/

#content-navigation {
border:0px solid red;
clear:both;
position:relative;
height:25px;
}

.content-navigation img {
margin:0;
padding-left:4px;
padding-top:2px;
vertical-align:top;
}

.content-navigation a {
padding-right:4px;
text-decoration:none;
font-weight:normal;
}

/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
position:relative;	/* needed for css left,right,top,bottom property */
float:left;
left:40px;
width:880px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
margin-bottom:20px;
}

#main-content {
margin-bottom:20px;
}

/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:80px;	/* increase value to add more white space */
width:580px;
padding:0px;
margin-bottom:4px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
}

#main-2column-style2-store {   /* sdtore version of above  */
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:25px;	/* increase value to add more white space */
width:700px;  /* was 645  */
padding:0px;
margin-bottom:4px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 3 Column Styles */
/*******************/ 

#wrapper {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
clear:left;
right:0px;	/* increase value to add more white space */
width:672px;
margin-bottom:4px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
}

#main-content3col {
float:left;
width:366px;
padding:0px;
border:0px solid yellow;	/* use 1px to turn on as a visual spacing aid or style */
}

/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:80px;	/* increase value to add more white space */
width:200px;
margin-bottom:10px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
}

#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:80px;	/* increase value to add more white space */
width:200px;
margin-bottom:10px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
}

#right-content-store { /* store version of above */
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:25px;	/* increase value to add more white space */
width:200px;   /* was 255 */
margin-bottom:10px;
border:0px solid #fff;	/* use 1px to turn on as a visual spacing aid or style */
background-color:#fff;
}

#border-content {
clear:both;
width:auto;
background-color:#fff;
border:0px solid red;	/* turn on for visual spacing aid or style */
}

/*****************/
/* Footer Styles */
/*****************/

#copyright {
position:relative;
top:28px;
text-align:center;
font-size:10px;
font-weight:bold;
color:#fff;
}

#footer {
clear:both;
width:auto; height:71px;
margin: 20px 0px 20px 0px;
background:url(../images/footer-bg.gif) 0 0 repeat;
border:0px solid #ccc;	/* use 1px to turn on as a visual spacing aid or style */
}

#footertext, #footertext a {
clear:both;
position:relative;
text-align:center;
font-size:9px;
font-weight:bold;
color:#333;
letter-spacing: -.5px
}

#footertext ul li {
color:#333;
list-style:none;
display:inline;
}

#footertext ul {
color:#333;
}

#footer2 {
clear:both;
position:relative;
width:980px; height:60px;
margin: 0 auto;
margin-top: 8px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

/***************************/
/* Form Elements and Links */
/***************************/

#search {
z-index:1000;
position:absolute;
top:6px;
left:790px;
width:182px;
/* display:block;
margin-top:-32px;
margin-left:2px;
*/
}

#search input {
vertical-align:middle;
}

#search input.searchfield {
width:136px;
color:#555;
font-size:11px;
padding:2px;
margin-left:4px;
border:1px solid #ccc;
}

#search input.searchimage {
border:0;
margin-left:-2px;
}

#advsearch-link {
z-index:1000;
position:absolute;
margin-top:-46px;
margin-left:6px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight:normal;
text-decoration:none;
}

#member-links {
z-index:1000;
position:relative;
float:right;
margin-top:-92px;
margin-right:8px;
}

#member-links a {
font-weight:normal;
}

#member-links input {
color:#333;
background-color:#fff; 
border:0px solid #fff;
padding:0;margin:0;
}

#member-links input:hover {
background-color:#fff;
color:#ff8700;
}

#breadcrumb {
float:left;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin-bottom:12px;
}

#content-left {
}

#login-box {
}
  
/***************************/
/* General element styles:*/
/***************************/

H1, H2 { font-family:Verdana, Arial, Helvetica, sans-serif; color:#003366; }
H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE { font-family:Verdana, Arial, Helvetica, sans-serif; color:#842a37; }
IMG {border-width:0px}

A { color:#003366; text-decoration:underline; }
A:hover { color:#003366; text-decoration:none; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:12px; line-height:1.4em; color:#333;}
input, textarea, select { font-family:Verdana, Arial, Helvetica, sans-serif; }
/*  ul { margin-left:8px;padding-left:0px;list-style-position:inside; }  */
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#333; font-weight:bold; margin-left:-4px; }

/******************/
/* Headers, plain */
/******************/

H1 { font-size:22px; color:#003366; font-weight:bold;}
H2 { font-size:18px; color:#003366; font-weight:bold; }
H3 { font-size:16px; color:#842a37 ; font-weight:bold;background:url(../images/under_title_bg.gif) top right no-repeat;}
H4 { font-size:14px; color:#842a37 ; font-weight:bold;background:url(../images/under_title_bg.gif) top right no-repeat;}
H5 { font-size:12px; color:#842a37 ; font-weight:bold;background:url(../images/under_title_bg.gif) top right no-repeat;}
H6 { font-size:10px; color:#842a37 ; font-weight:bold;background:url(../images/under_title_bg.gif) top right no-repeat;}
H1, H2, H3, H4, H5, H6 { margin:0 0 8px 0; padding:0;}
H6 { margin:0 0 4px 0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A { color:#003366; text-decoration:underline; }
H3 A, H4 A, H5 A, H6 A { color:#842a37; text-decoration:underline; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#842a37; text-decoration:none; }
H6 A { letter-spacing:-1px; }

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }


/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; height:1%;  background:url(../images/under_title_bg.gif) top right no-repeat; color:#842a37; padding:4px;}

DIV.csc-frame-frame1 { background-color:transparent; border:0px solid #ccc; padding:2px; margin:0px 0px 24px 0px; }

DIV.csc-frame-frame1 p { color:#333; padding:0px 6px; }

/* Frame 2 */

DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { clear:both; height:1%;  background:url(../images/under_title_bg.gif) top right no-repeat; color:#842a37; padding:4px;}

DIV.csc-frame-frame2 H1 A, DIV.csc-frame-frame2 H2 A, DIV.csc-frame-frame2 H3 A, DIV.csc-frame-frame2 H4 A, DIV.csc-frame-frame2 H5 A { color:#842a37;}

DIV.csc-frame-frame2 { background:url(../images/tile_products.gif) 0 0 repeat; border:0px solid #ccc; padding:0px; margin:0px 0px 24px 0px; }

DIV.csc-frame-frame2 p { color:#fff; padding:4px 6px; }

DIV.csc-frame-frame2 A { color:#fff; padding:0 0 0 10px;}


/* Frame 3 */

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background:url(../images/under_title_bg.gif) top right no-repeat; color:#842a37; padding:4px;}

DIV.contentframe3 { background:url(../images/tile_products.gif) 0 0 repeat; border:0px solid #ccc; padding-bottom:12px; margin:0px 0px 12px 0px;}

DIV.contentframe3 p { color:#fff; padding:4px 6px; }


/* Center Mini Calendar */

DIV.center-mini-calendar { margin:0 auto;text-align:center; width:200px;}


/*************************/
/* Extension Styles */
/*************************/

.tx-felogin-pi1 .submit, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit  {
padding:4px;
width:130px;
margin-top:8px;
font-weight:bold;
}


/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
width:auto;
margin:0 auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/

/* 1column_1col.html 1 Column Content Container */

.kb2column-1col {
width:auto; margin:0 auto; padding-bottom:12px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column_1col.html Style One 2 Column Content Containers */

.kb2column1-1col-l {
width:270px; float:left; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column1-1col-r {
width:550px; float:right; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column2_1col.html Style Two 2 Column Content Containers */

.kb2column2-1col-l {
width:355px; float:left; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column2-1col-r {
width:355px; float:right; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-1col-r {
width:557px;    /* was 526  */
float:right;
}

.kb3column-1col-l {
width:234px; float:left; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-1col-r {
width:234px; float:right; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-1col-l {
width:360px;
float:left;
}
.kb-4colwrapper-1col-r {
width:360px;
float:right;
}

.kb4column-1col-l {
width:160px; float:left; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-1col-r {
width:160px; float:right; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* grey box */
.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#333;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;}
.grey-box .content-grey {position:relative;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {margin:0px;padding-bottom:8px;}

#mini-menu-t, #mini-menu-b {
position:relative;
margin-top:-30px;
top:20px;
right:30px;
float:right;
display:block;
color:#333;
}

#mini-menu-b {
margin-top:0px;
top:0px;
float:none;
margin-left:350px;
}

#mini-menu-t ul li, #mini-menu-b ul li {
font-weight:bold;
font-size:14px;
list-style:none;
display:inline;
}

#mini-menu-t ul li a, #mini-menu-b ul li a {
color:#333;
text-decoration:none;
}

#mini-menu-t ul li a:hover, #mini-menu-b ul li a:hover {
text-decoration:underline;
}
/************************ Clear Fix **************************/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**** typogento two column headline background fix *********/
div.tx-fbmagento div h2,div.tx-fbmagento div h3 {width:440px;}
div.tx-fbmagento div div h2,div.tx-fbmagento div div h3 {width:100%;}
