@charset "utf-8";
/* CSS Document */

*
{
	margin-top: 0;
	padding: 0;
}
/*
#wrapper_footer
{
	background-color: #98CB00;
	overflow: hidden;
}
*/
#box_header
{
	width: 800px;
	height: 140px;;
	/*border: solid 1px #CCCCCC;*/
	border-bottom: solid 1px #996699;
	
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	clear: both;
	margin-bottom: -15px;
}

#boxMain, #content_container
{
	width: 800px;
	min-height: 800px;
	height: auto !important;
	height: 800px;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container_feature
{
	width: 100%;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content_left
{
	padding-top: 15px;
	width: 198px;
	float: left;
}
/*
#content_middle
{
	width: 165px;
	float: left;
}
*/
#content_right
{
	width: 600px;
	float: right;
}
#box_feature
{
	width: 150px;
	height: 100px;
	border: solid 1px #000;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#extra_container
{
	width: 220px;
	height: 280px;
	/*border: solid 1px #CCCCCC;*/
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.greenback {
	background-color: #98CB00;
}
.imageFeature {
	vertical-align: middle;	
}

.emailImage
{
	border: none;
}
/********************
 * NEWSLETTER
 ********************/
.newsletterBox {
	width: 100%;
	float: left;
	height: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: baseline;
	margin-top: 10px;
}
.newsletterHeading {
	font-weight: bold;
	color: #FF9900;
}
/********************
 * FAQ
 ********************/
.faqBox {
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
}
.faqQuestion {
	font-weight: bold;
	font-size: 14px;
	color: #FF9900;
}
.faqAnswer {
	padding-left: 25px;
	padding-right: 15px;
	text-align: justify;
	margin-bottom: 10px;
}

/********************
 * HEADER MENU
 ********************/
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996699;
	text-decoration: none;
	border-left-width: 18px;
	border-left-style: solid;
	/*border-left-color: #FFFFCC;*/
	border-left-color: #FFFFFF;
	padding-left: 2px;
}
.menu:hover {
	color: #996699;
	border-left: 18px solid #996699;
}

/********************
 * FOOTER COPYRIGHT
 ********************/
#copyrightBox {
	border-top: 1px solid #996699;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996699;
	text-decoration: none;
	text-align: center;
	padding-left: 2px;
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.copyrightContent {
	color: #996699;
	text-decoration: none;
}
.copyrightContent:hover {
	color: #FF9900;
}

/********************
 * CUTTERS
 ********************/
#cuttersContainer
{
	width: 505px;
	height: 300px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.cuttersBox
{
	width: 500px;
	height: 150px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
img.cuttersBox
{
	border-style: none;
}
.cutterTitle
{
	
}

/********************
 * Front Square Table
 ********************/
.indexIcon {
	width: 90px;
	height: 90px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #996699;
}
.squareBig {
 	width: 150px;
	height: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 25px;
}
.squareSmall {
 	width: 180px;
	height: 140px;
	float: left;
	margin-bottom: 5px;
}
.squareGreen {
	border: 1px solid #99CC00;
	background-color: #99CC00;
}
.squarePurple {
	border: 1px solid #996699;
	background-color: #996699;
}
.textGreen {
	height: 115px;
	background-color: #FFFFFF;
	color: #99CC00;
}
.textGreen a {
	text-decoration: none;
	color: #FFFFFF;
}
.textPurple {
	height: 115px;
	background-color: #FFFFFF;
	color: #996699;
}
.textPurple a {
	text-decoration: none;
	color: #FFFFFF;
}
textBoxSmall {
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
}

