/*
Customer:	
Revision: 	
created: 	Jul, 2006
author: 	www.mischunches.com
type:		centered screen style
*/

/*********************************************/
/* general                                   */
/*********************************************/

* 	{ margin: 0; padding: 0; border: 0; }

html, body 
	{ height: 100%;}

body 
	{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 13px; color: #000000; background: #ece1bc url(../_img/layout/back.gif) ; 
	}

h1, h2
	{ margin: 0 0 10px 0; font-size: 22px; color: #000000; }
	
h3
	{font-size: 15px; color: #000000;}
	
h4, h5, h6
	{ margin: 30px 0 0 0; font-size: 16px; }
	
p	{ margin: 0 0 10px 0;}

ul, ol
	{ margin: 10px 0 20px 15px; padding:0 0 0 20px;}
	
li
	{ margin: 5px 0 0 0; padding: 0;}
	
a	{ color:#336699; }

a:hover	
	{color:#FF9900;}

abbr,acronym,.help	
	{ color:#009900;cursor:help;}

blockquote 
	{
		margin: 5px 0 15px 0; padding-left: 35px;;
	}
	
noscript
	{
	font-size: 10px;
	border: 1px dotted #003366;
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 20px;
	}
	

/*********************************************/
/* div                                       */
/*********************************************/
	
#container
	{
	width: 800px;
  	margin: 4px auto; padding: 0; 
	height: auto !important;
	background: #FFFFFF url(../_img/layout/container_bg.jpg);
	border-bottom: 1px solid #cfc07b;
	
	}
	
#header
	{
	height: 140px;
	background:  url(../_img/images/banner.gif) no-repeat;
	position: relative;
	margin-left:0px;
	}
	
#header h1
	{
	font-size: 1px;
	text-indent:-9999px;
	position:absolute;
	top:15px;
	left:40px;
	width: 200px;
	height: 80px;
	
	}
	
#header h1 a
	{
	width: 200px;
	height: 80px;
	text-decoration: none;
	display: block;

	}
	
#header h1 a:hover
	{
	
	}
	
#navcontainer
	{
	position: absolute;
	top: 103px;
	left:1px;
	width: 792px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	}
	
#navcontainer ul
	{
	padding: 0;
	margin: 0 0 0 30px;
	color: #FFFFFF;
	float: left;
	width: 500px;
	font-family: arial, helvetica, sans-serif;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
	{
	padding: 0.5em 1em;
	color: #;
	text-decoration: none;
	float: left;
	}

#navcontainer ul li a:hover
	{
	background-color: #669900;
	color: #fff;
	}
	
#content
	{
	padding: 20px 20px;
	}
	
#content .prodContainer
	{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	}
	
#content .prodContainer .picFrame
	{
	float: left;
	width: 220px;
	padding: 0; margin:0;
	}
	
#content .prodContainer .prodInfo
	{
	float: right;
	width: 360px;
	padding: 0; margin:0;
	}
	
#main
	{
	float: left;
	width: 600px;
	
	}
	
.mainLeft
	{
	float: left;
	width: 580px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin: 20px 0;
	}
	

	
.mainCenter, .mainCenterGreen
	{
	border: 1px solid #999999;
	padding: 10px;
	}
	
.mainCenterGreen
	{
	background: #Ffffff url(../_img/layout/bowl.gif) 14px 0px no-repeat ;
	padding-left:130px;
	}
	
#sideContent
	{
	float: right;
	width: 150px;
	font-size: 11px;
	}
	
#footer
	{
	height: 200px;
	padding: 1px 40px 0 40px;
	text-align:center;
	position: relative;
	font-family:"Century Gothic", trebuchet MS, sans serif;
	font-size:95%;
	}
	
	#footer a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family:"Century Gothic", trebuchet MS, sans serif;
	font-size:95%;
}
#footer a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family:"Century Gothic", trebuchet MS, sans serif;
	font-size:95%;
}
#footer a:hover {
	font-weight: underline;
	color: #000;
	text-decoration: none;
	font-family:"Century Gothic", trebuchet MS, sans serif;
	font-size:95%;
}
#footer a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family:"Century Gothic", trebuchet MS, sans serif;
	font-size:95%;
}

	
#mc
	{
	position: absolute;
	bottom: -687px;
	right:41px;
	text-align: right;
	height: 20px; width: 100px;
	}
	
#mc a
	{
	text-decoration: none;
	}
	
/*********************************************/
/* tables                                    */
/*********************************************/
#myTable {
  font-size: 13px;
  background-color: #ffffff;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px dotted #cccccc;
  margin: 30px 0;
  width: 600px; padding: 0;
  }

/* header */
#myTable > thead > tr:first-child > th {
  text-align: left;
  color: #000000;
  font-size:15px;
  }
#myTable > thead > tr:first-child > td {
  text-align: left;
  color: #000000;
  font-size:15px;
  font-weight:bold;
  }
#myTable > thead > tr + tr > th {
  font-style: italic;
  color: black;
  text-align: left;
  }

/* body */
#myTable td 
	{
  	background-color: #ffffff;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	}

#myTable th 
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	}

/*********************************************/
/* card                                      */
/*********************************************/

.card-left, .card-right 
	{
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	background: #ffffff;
	border: 1px dotted #cccccc;
		font-size: 100%;
	}
	
.card-right 
	{
	float: right;
	margin: 0 0 15px 15px;
	}

.card-title {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 100%;
	color: black;
	}
.card-photo {
	margin: 0 auto; padding:0;
	border: none;
	}
.card-desc {
	margin: 5px 20px; padding:0;
	text-align: left;
	font-size: 100%;
	}
.card-info {
	margin: 5px 10px 0 20px; padding:0;
	font-size: 100%;
	text-align: left;
	color: #000000;
	}
	
/*********************************************/
/* classes                                   */
/*********************************************/

.clear
	{
	clear: both;
	}
	
.centered
	{ text-align:center;}
	
.imgRight
	{ float: right; margin: 0 0 10px 10px;}
	
.imgLeft
	{ float: left; margin: 0 10px 10px 0;}
	
.bold
	{ font-weight: bold; font-variant: small-caps;}
	
.boldAlert
	{font-weight: bold; color: #990000; font-size: 14px;}
	
.alertText
	{ font-weight:bold; font-variant: small-caps; color: #990000; font-size: 14px;}
	
.formBox
	{
	padding: 2px;
	border: 1px #660000 solid;
	font-size: 12px;
	font-weight: normal;
	}
.formBox2
	{
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	}	
.sidecontentbox 
	{
	color: #333300;
	background-color:#f8f8f9;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	border: 1px dotted #CCCCCC;
	}
.productcontentbox 
	{
	color: #333300;
	background-color:#ffffff;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	border: 1px dotted #CCCCCC;
	}

.mis 
	{
	color: #f7f3de; 
	font-family:"times new roman", serif;
	font-size: 14px;
	}
	
.chunches 
	{
	font-family:tahoma, arial, verdana, sans-serif; 
	margin:0; font-size: 14px;
	color: #f7f3de;
	}
	
/*********************************************/
/* buttons                                   */
/*********************************************/
.icon_cart
	{
	background: url(../_img/icons/icon_cart.gif) no-repeat;
	height: 17px;
	padding: 0 0 0 25px;
	}

