/* CSS Document */

	.quote {
		font-size: 20pt;
		color: #B19152;
	}
	
	.quotName {
		font-style: italic;
		white-space: 
	}
	
	body {
		/*font-family: Tw Cen MT, Arial, Helvetica, sans-serif;*/
		font-family: Arial, Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-size: 10pt;		
		text-align: justify;
	}
	
	h1,h3 {
		/* font-family: Georgia, "Times New Roman", Times, serif;		*/
		font-family: Arial, Helvetica, sans-serif;		
		color:#371D00;
	}

	.heading {
		/*font-family: Georgia, "Times New Roman", Times, serif;		*/
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12pt;
		color:#371D00;

	}
	
	.cartHeading {
		background-color: #e5dac1;
		width: 100%;
	}
	
	.cartTable {
		margin-left: 20px;
		border: solid 1px #d5c4a1;
		padding: 5px;
	}

	.captionTable {
		margin-left: 20px;
		border: solid 1px #d5c4a1;
		background-color: #e0d4bb;
		padding: 5px;
	}
		
	.imagedropshadow {
		border: solid 1px #CCC;
		-moz-box-shadow: 2px 2px 5px #999;
		-webkit-box-shadow: 2px 2px 5px #999;
        box-shadow: 2px 2px 5px #999;
        /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
	
	.imagedropshadow2 {
		padding: 5px;
		border: 2px solid #EFEFEF;
	}
	
	a:hover img.imagedropshadow2 {
		border: solid 1px #CCC;
		-moz-box-shadow: 1px 1px 5px #999;
		-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
        /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

	.cartSubTotal {
		margin-top: 5px;
		border-top: solid 1px #d5c4a1;
	}
	
	.cartTable input {
		border: solid 1px #d5c4a1;	
		background-color: #e0d4bb;
	}

	input, textarea, .input {
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		border: solid 1px #6a604e;
		background-color: #e0d4bb;
	}

	.contactInput {
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		border: none;
		background-color: #e0d4bb;
	}
	
	a, a:visited {
		color: #6a604e;		
		text-decoration: none;
		font-size: 10pt;
	}
	a:hover {
		color: #6a604e;
		text-decoration: underline;
	}
	
	.itemTable {
		width: 100%;
		border: solid 1px #d5c4a1;	
		margin-left: 20px;
	}
	
	li {
		list-style-image: url(../../images/bullet_1.jpg);
	}
	
	.theme-default #slider {
	margin: auto;
    width: 800px; /* Make sure your images are the same size */
    height: 533px; /* Make sure your images are the same size */
	}
	
	.theme-pascal.slider-wrapper,
	.theme-orman.slider-wrapper {
    	margin-top:150px;
	}
	
	.itemFootNote {
		font-size: 10pt;
		color: #000000;
	}
	
	.disclaimer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #aaaaaa;
		text-align: center;
	}
	
	.main {
		background-color: #FEF0DB;
	}
	
	.clear {
		clear:both;
	}

