/* BODY AND CONTAINER */

		body {
			background-color: White;
			background-image: url(images/background.jpg);
			background-repeat: repeat-x;
			
		
			}

		#container {
			width: 800px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			padding-top: 5px;
			color: #2E2E2E;
		
		
	
		}

/* GENERAL STYLES */
		
		h1 {
			color: #EEE8AA;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #543D05;
			padding: 3px;
		}
		
		
		p.title {
			color: #EEE8AA;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #543D05;
			padding: 10px;
		}
		
		
			h2 {
			color: #EEE8AA;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #543D05;
			padding: 3px 5px;
		}
		
		
		p.col_title{
			color: #EEE8AA;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-color: #543D05;
			padding: 3px 10px 3px;
			border: none;
			border-style: none
		}
		
		
		
		
		
		a {
			color: #66749A;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 0px;
	  		
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

.left_no_line {padding: 4px;
	  		margin: 0px;
	  		float: left;
	  		margin: 0 12px 5px 0;}




		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
			
			padding-top: 14px;
			
			margin-top: 10px;
			margin-bottom: 10px;
			background-color: Black;
         height: 120px;
			background-image: url(images/header_image.jpg);
			}
		
		#header p { 
                       text-align: left;
			margin-top: -30px;
			margin-left: 100px;
			margin-bottom: 20px;
			color: #EFEFEF;
		}
		
				#header p.domain{
			font-family: "Staccato222 BT";
			font-weight: normal;
			font-size: 52px;
			color: #EEE8AA;
			margin-top: 5px;

			margin-left: 10px;
}
                #header h1 {
                        text-align: left;
                        padding-left: 10px;
                }

/* NAVIGATION */
	
		#nav {
	width: 150px;
	margin: 5px;
	clear: none;
	float: left;
	 position:absolute;
 top:170px;
		}
	
		#nav li a {
  			height: 24px;
			text-decoration: none;
		}	
	
		#nav li a:link, #nav li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(images/menu1.jpg);
			padding: 8px 0 0 10px;
		}
	
		#nav li a:hover {
			color: #FFF;
			background:  url(images/menu1.jpg) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 450px;
	height: auto;
	min-height:900px;
	height: 100%;
	margin-left: 170px;
	position:relative;
		}
		
		#content hr {
		margin-bottom: 10px;
			border: 1px dashed #1b2985;
		}
		
		#content p.a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px #1b2985 ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* RIGHTBAR */

					#rightbar {
margin: 635px;
	clear: none;
	float: left;
	 position:absolute;
   top:-460px;
			width: 165px;
		}
		
		.rightbar {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #1b2985;
		}
		
		.rightbar a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		.rightbar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
		
		width: 800px;
		height: 20px;
		margin: 100px;
		text-align: center;
			margin-top: auto;
			clear: both;
			background-color: #543D05;
			padding: 0px 3px 3px 3px;
			position:relative;
			display:block;
    margin-left: auto;
    margin-right: auto;
			
		}
		
		#footer p {
			color:#EEE8AA;
			padding: 0px;
			clear: both;
		}
		
		#footer p a {
			color: #EEE8AA;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

.left_image_row {
 
	FLOAT: left; MARGIN-BOTTOM: 3px; WIDTH: 140px; MARGIN-RIGHT: 3px;
	padding: 1px;
	height: 200px;
	text-align: center;

}
.borcolor { 
      padding: 1px;
	  		border: 1px solid #598382;
	  		margin: 1px 1px;
}
.center {
	text-align: center;
}


	.line {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #1b2985;
		}

		.borcolor1 {
border: 1px #598382 solid;
border-style: solid;
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 0px;
float: left;
}
	.borcolor1_center {
border: 1px #E3BD6F solid;
border-style: solid;
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 0px;
text-align:center;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

		.borcolor1zoom {
color: #E3BD6F;
height: auto;
width: 440px;
padding: 1px;
border: 1px;
border-color: #E3BD6F;
border-style: solid;
margin: 0px;
text-align:center;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
		.borcolor_top {
border: 1px #E3BD6F solid;
border-style: solid;
padding: 0px 0px 0px 0px;
margin: 0px 10px 10px 0px;
float: left;
}


#about_the_template {
	text-align: left;
	width: 460px;


	}

	
	.spacer {
height: 130px;

}

.cart {
			width: 450px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			color: #2E2E2E;
	}

form.earing {
        padding-top: 25px; 
        padding-left: 0px;
        padding-right: 170px;
        	font-size: 11px;
        	border: hidden;
}
		
input.earing {
       border: hidden;
       
        color: #66749A;
			text-decoration: none;
			margin: 5px;
			background: transparent;
}
input.earing:hover {
       border: thin;
       text-decoration: underline;
			color: #566590;
			
			font-weight: 500;	
}
form.earing1 {
float: left;
        margin: 0px;
        padding-top: 0px; 
        padding-left: 0px;
        padding-right: 10px;
        	font-size: 11px;
        	border: hidden;
        	height: 10px;
}

			
input.earing1 {
       border: hidden;
        color: #66749A;
			text-decoration: none;
			margin: 10px;
			background: transparent;
}
input.earing1:hover {
       border: thin;
       text-decoration: underline;
			color: #566590;
			
			font-weight: 500;	
}
radio.earing1 {
       border: hidden;
        color: #66749A;
			text-decoration: none;
			background: transparent;
			
}
radio.earing1a {
       border: hidden;
        color: #66749A;
			text-decoration: none;
			margin: 5px;
			background: transparent;
			
}
.spacer1 {
padding-top: 20px;
height: 75px;
}