body {
	background:#e3e9e4;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #242424;
	}

h1 {
	color: #000000;
	font-size: 20px;
	}
	
h2 {
 	color: #74c6b8;
	font-size: 20px;
	padding: 0px;
	margin:0px;
	font-weight: normal;
	}
	
h3 {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 0px; margin: 0px;
	}
	
h4 
{
    color: #74c6b8;
	font-size: 13px;
	padding: 0px 0px 5px 0px; margin: 0px;
}
	
.Clear {
	clear:both;
	}
	
img {border: 0px;}

a {color: #000000; text-decoration: none; padding:0px; margin:0px;}
a:hover {color: #43a692; text-decoration:underline; padding:0px; margin:0px;}

/* END: Global Assignments */

/* START: Wrapper Containers */

#Wrapper {
	width: 800px;
	margin: 0 auto;
	}
	
#PageTop 
{ 
    width:800px;
	height:9px;
	background-image: url(../images/topshaddow.jpg);
}

#PageBody 
{
    width: 780px;
    min-height: 760px;
    height: auto !important;
    height:760px;
    padding-left: 20px;
	background-image:url(../images/midshaddow.jpg);
}

#PageBottom 
{ 
    width:800px;
	height:14px;
	background: url(../images/bottomshaddow.jpg);
}

/* END: Wrapper Containers */


/* START: Banner Containers */
/*------------------------------------------------------------------------------------------*/
/* NOTE: Max width beyound this point is 760px due to 20px LEFT & RIGHT padding in wrappers */
/*------------------------------------------------------------------------------------------*/

#Banner 
{
    width: 760px;
    min-height: 90px;
    height: auto !important;
    height: 90px;
}

#Banner .Logo 
{
    width: 305px;
	float:left;
} 

#Banner .HelpPanel 
{
    width: 455px;
    float: right;
    min-height: 90px;
    height: auto !important;
    height: 90px;
} 

#Banner .HelpPanel .Icons 
{
	width: 395px;
	height:30px;
	float: right;
}

#Banner .HelpPanel .Details 
{
	width: 350px;
	text-align: right;
	float: right;
	padding: 0px 5px 0px 0px;
	z-index:0;
	position:relative;
	top:20px;
	
}

/* END: Banner Containers */

/* START: Left Column */

#LeftCol 
{
    width: 133px;
    /*border: 1px #686562 solid;*/
    background-color: Transparent; /*#f2f1ef;*/
    margin-right: 10px;
    float: left;
}

#LeftCol .Title 
{
    width: 123px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
}

#LeftCol .InfoBox 
{
    min-height: 130px;
    height: auto !important;
    height: 130px;
    width: 133px;
    border: 1px #686562 solid;
    background-color: #f2f1ef;
    margin-bottom: 10px;
}


#LeftCol .Body 
{
    width: 123px;
    padding: 0px;
    font-size:x-small;
}

#LeftCol .Body  ul 
{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#LeftCol .Body  ul li 
{   
}

/* END: Left Column */

/* START: Navigation Container */

#Navigation 
{
    background: url(../images/Title-Bg.gif) repeat-x;
    width: 615px;
    float: left;
}

/* END: Navigation Container */

/* START: Middle Column */
/*-------------------------------------------------------------------------------------*/
/* NOTE: Max width beyound this point is 615px after LeftCol added and Previous rules. */
/*-------------------------------------------------------------------------------------*/

#MiddleCol 
{
    width: 470px;
    margin-right: 10px;
    padding-top: 10px;
    float:left;
}


/*Specific Page - Home */
.FlashContainer 
{
    width: 470px;
    margin-bottom: 10px;
}

.SpecialsLeft 
{
    width: 148px;
    margin-right: 10px;
    float: left;
    text-align:center;
    border:solid 1px #66635E;
    background-color:#66635E;
    color:White;
    
}

.SpecialsRight 
{
    width: 148px;
    float: right;
    text-align:center;
    border:solid 1px #66635E;
    background-color:#66635E;
    color:White;
}

/* END: Middle Column */


/* START: Right Column */
/*------------------------------------------------------------------------------------------------*/
/* NOTE: Max width beyound this point is 135px after LeftCol, MiddleCol added and Previous rules. */
/*------------------------------------------------------------------------------------------------*/

#RightCol 
{
    width: 135px;
    float: left;
    margin-top: 10px;
}

#RightCol .InfoBox 
{
    min-height: 130px;
    height: auto !important;
    height: 130px;
    width: 133px;
    border: 1px #686562 solid;
    background-color: #f2f1ef;
    margin-bottom: 10px;
}

#RightCol .InfoBox .Title 
{
    width: 123px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
}

#RightCol .InfoBox .Body 
{
    width: 123px;
    padding: 5px;
}


#RightCol .InfoBox2 
{
    min-height: 260px;
    height: auto !important;
    height: 260px;
    width: 133px;
    border: 1px #686562 solid;
    background-color: #f2f1ef;
    margin-bottom: 10px;
}

#RightCol .InfoBox2 .Title 
{
    width: 123px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
}

#RightCol .InfoBox2 .Body 
{
    width: 123px;
    padding: 5px;
}

/* END: Right Column */


/* START: Footer Container */

#Footer 
{
    width: 750px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    margin-top: 10px;
    color: #FFFFFF;
}

#Footer a {color: #FFFFFF; text-decoration: none;}
#Footer a:hover {color: #43a692; text-decoration:none;}


/* END: Footer Container */



/********** MODULE STYLES ************/

.LongBox 
{
    width: 468px;
    min-height: 108px;
    height: auto !important;
    height: 108px;
    border: 1px #686562 solid;
    background-color: #f2f1ef;
    margin-bottom: 10px;
}

.LongBox .Title 
{
    width: 458px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
    color: White;
    font-weight: bold;
}

.LongBox .Image 
{
    width: 100px;
    padding: 5px;
    float: left;
}

.LongBox .Body 
{
    width: 348px;
    padding: 5px;
    float: left;
}

/* Contact Form */
.ContactBody {width: 470px;background-repeat:repeat-y;padding: 10px 0px 20px 0px;}

.ContactMap{margin-top:20px;width: 470px;}

.contact_container{ padding: 10px 0px 10px 0px; width: 470px;}

.map_container{ min-height: 170px; height: auto !important; height: 170px; padding: 10px 0px 10px 0px; width: 470px;}

.cc_label_container{text-align: left; vertical-align: top; width: 120px; float: left; padding: 5px; font-weight: bold;}

.cc_text_container{text-align: left; vertical-align: top; width: 300px; float: left; padding: 5px ;}

.field_row{padding: 5px 0px 5px 0px; }

.field_row_header{padding: 5px 0px 5px 0px; background-color: #ebecec;}

.right_link_container{padding: 5px 0px 5px 0px; float: right;}

.clear{clear: both;}

.validatorClass{color: #ffffff;}

.info{color: #6a9519; font-weight: bold;}

.info_container{ text-align: center; width: 335px;}

.contact-content-container{width: 378px; float: left;}

/* FAQ Etc.. */

.QuestionWrapper 
{
  width: 470px; 
  margin-bottom: 10px; 
}

.QuestionRow 
{
    width: 470px;
    min-height: 22px;
    height: auto !important;
    height: 22px;
}

.QuestionRow .Question 
{
    width: 378px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Title-Bg.gif) repeat-x;
    color: White;
    font-weight: bold;
    border: 1px solid #686562;
    float: left;   
}

.QuestionRow .Answer 
{
    width: 68px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding: 2px 5px 2px 5px;
    background: url(../images/Answer-Bg.gif) repeat-x;
    font-weight: bold;
    text-align: center;
    border: 1px solid #42a493;
    float: right;   
}

.AnswerRow 
{
    width: 458px;
    border-left: 1px solid #686562;
    border-bottom: 1px solid #686562;
    border-right: 1px solid #686562;
    background-color: #f2f1ef;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    padding: 5px;
}

.QuestionRow .Answer a { color: #1d6b5e; text-decoration: none; }
.QuestionRow .Answer a:hover { color: #5c6664; text-decoration: none; }


/* Online Store */

.ProductWrapper 
{
    width: 450px;
    padding: 10px;
    border: 1px solid #686562;
    background-color: #f2f1ef;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    margin-bottom: 10px;
}

.ProductWrapper .Image 
{
    width: 110px; /* 102px; */
    border: 1px solid #686562;
    margin-right: 10px;
    float: left;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

.ProductWrapper .Body 
{
    width: 328px;
    float: right; 
}

.div1 
{
	float:left;
	width:25%;
	font-weight:bold;
	font-family:Arial,Sans-Serif;
	font-size:10px;
}


.mylabel
{
	float:left;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
	margin-left:10px;
	
	}
	
.mytextbox
{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:White;
	margin-top:5px;
	margin-right:10px;
	width:75px;
	height:15px;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	
	}

.mytextbox33
{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:White;
	margin-top:5px;
	margin-right:10px;
	width:275px;
	height:15px;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	
	}
	
	.mytextboxinfo
{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:White;
	margin-top:7px;
	margin-right:10px;
	width:275px;
	height:60px;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	
	}
	
	.mytextboxsize
{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:White;
	margin-top:1px;
	margin-right:5px;
	width:25px;
	height:15px;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	
	}
	
	.mytextboxsizer
{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:White;
	margin-top:1px;
	margin-left:5px;
	margin-right:7px;
	width:25px;
	height:15px;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	
	}
	
.mypan
{
	width:470px;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:30px;
	margin-bottom:5px;
	background-color:#F2F1EF;
	}
	
	.mypaninfo
{
	width:470px;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:75px;
	margin-bottom:5px;
	background-color:#F2F1EF;
	}
	

.mypan2
{
	width:470px;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:20px;
	margin-bottom:10px;
	background-color:#F2F1EF;
	text-align:center;
	padding-top:2px;
	}

.buttons
{
	
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;	
	width:30px;
	}
	
.mylabel2
{
	
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	}

.mylabel3
{
	
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:normal;
	}	
	
	.mylabel3
{
	
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:normal;
	}	
	
	.mylabel4
{
	
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	}	
	
.mycell
{
	text-align:center;
	width:45px;
	background-color:#E8E8E8;
	border-bottom:solid 2px #E8E8E8;
	}

.mycellnocolor
{
	text-align:center;
	width:45px;
	
	}
	
	.mycellnocolor33
{
	text-align:center;
	width:45px;
	color:#800020;
	}

	.ViewImage 
{
    margin-top:3px;
    width: 103px;
    height: 17px;
    padding-left: 2px;
    background-image: url(../../images/ModuleSpecific/Shop/Buttons/view-large-image.gif);
    background-repeat: no-repeat;
    background-position: top left;
    line-height:18px;
}

.boxinfrontend
{
	color:White;
	}
	
	.boxinfrontend:hover
{
	color: #43a692; text-decoration:underline; padding:0px; margin:0px;
	}
	
.lnkcart
{
    padding-bottom:0px;color:#800020;font-weight:bolder;font-size:12px;
    }
    .lnkcart:hover    
{
    padding-bottom:0px;color:#800020;font-weight:bolder;font-size:12px;
    }
    
    
    
.infobox3
{
    padding-top:30px;
    }