/*------------------------------------------------------------------------------
	basic styles 
------------------------------------------------------------------------------*/	
	
	body {
		margin: 0; padding: 0;
		color: #474747;
		background: #fff;
		font-family: lucinda, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
		}

	p{
	margin: 0 0 15px 0;
	line-height: 1.8em;
	color: #5C3E38;
	}
	
	h1{
	color: #5E3D3C;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
		h1 span, h2 span{
			font-style: italic;
			text-transform: lowercase;
		}
	
	h2{
	color: #5C3E38;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}

	
	h3{ 
		font-size: 11px; 
		margin: 0 0 10px 0;
		font-weight: normal;
	}

	
	img{ display: block; }
	
	
/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/	


	a{
		color: #AEAF87;
		text-decoration: underline;
	}

	a:hover{
		color: #1B5A8D;
		text-decoration: underline;
	}




/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/	

	#wrappa{
		margin:0px auto;
		text-align: left;
		width: 789px;
	}


	#header{
		height: 160px;
		position: relative;
	}
	
	#language{
		position:absolute;
		top:10px;
		left:20px;
	}

		#header #nav_primary{
			position: absolute;
			top: 115px;
			left: 50px;
		}

				#nav_wrapper {
					position:relative;
					height:37px;
				}

				#nav_primary a{
					position:absolute;
					height:37px;
				}
				
				#nav_primary img{
					float: left;
				}
				
				a.home {
	width:77px;
	background-image:url(../images/btn_home.jpg);
	left: 5px;
				}
				a.about {
					width:113px;
					background-image:url(../images/btn_about.gif);
					left:100px;
				}
				a.testimonial {
					width:146px;
					background-image:url(../images/btn_testimonial.gif);
					left:405px;
				}
				
				
				a.contact {
	width:131px;
	background-image:url(../images/btn_contact.jpg);
	left:570px;
	background-position: top;
				}
				#nav_primary a:hover {
					background-position:0px -47px;
				}
		#header #logo{
			position: absolute;
			top: 30px;
			left: 280px;
		}
		
		#header #tagline{
			position: absolute;
			top: 15px;
			left: 25px;
		}
		
		
	#col2{
	float: none;
	width: 601px;
	background-image: url(../images/body_art.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 425px;
	margin-right: auto;
	margin-left: auto;
	}
		#col2 .pad{
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-top: 45px;
		}
		
			#col2 .gallery{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 20px;
		}
		
		

	#footer{
	clear: both;
	font-size: 10px;
	color: #5C3E38;
	margin-bottom: 0px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 789px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
	}
	
	.wrap{
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 250px;
	position: relative;
	}

		#footer span{
	font-size: 10px;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #5C3E38;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
		}

		#footer img{
			float: left;
			padding: 5px;
			border-right: 1px solid #c7c7c7;
		}
		
		#footer span.end{
			padding-right: 0;
			border-right: 0;
		}

		#footer a{
			color: #5C3E38;
		}

		#footer a:hover{
			color: #1B5A8D;
		}


	


	
/*------------------------------------------------------------------------------
	section specific styles
------------------------------------------------------------------------------*/	

	#home{
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/background_tile.gif);
	}
	
	#contact_us{
	background-color: #fff;
	background-image: url(../images/contact_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	

		#sd #col2{
			width: 600px;
		}

		#sd #col2 .pad{
			padding-left: 15px;
		}
	
	#terms {
		width:420px;
		text-align:left;
		margin:20px;
	}
	
	#terms ul li {
		padding-top:8px;
	}

/*------------------------------------------------------------------------------
	misc
------------------------------------------------------------------------------*/	

	.dClear{
		clear: left;
	}



	.imagino{
		margin-top: 100px;
	}


	.starkey{
		margin: 20px 0 50px 0;
	}


	.imgBorder{
		padding: 1px;
		margin-top: 5px;
		border: 1px solid #F9D565;
	}

	.title {
		color:#b5194c;
		font-size:13px;
		padding:0 0 4px 0;
	
	}

	.form {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

	
a.gallery {
					width:156px;
					background-image:url(../images/btn_gallery.jpg);
					left:230px;
}
#col2a {
	float: none;
	width: 601px;
	background-repeat: repeat-x;
	background-position: center 15px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
}

	
	#about{
	float: none;
	width: 601px;
	background-image: url(../images/why_body_art.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	}
	
			#about .pad{
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-top: 45px;
		}

#about h1 {
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 45px;
}



#box {
	height: 100px;
	width: 480px;
	float: left;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5C3E38;
	margin-left: 45px;
}

#box img {
	margin-right: 15px;
}

#box h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.4em;
}

#box p {

}
