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


body {
	
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #181617;
	margin: 0px;
	padding: 0px;
	background-color: #dff5f7;	
	
}


img {

	border-style: none;	
	margin: 0px;
}


p { 

	line-height: 1.5;
	margin: 0px;
	
}


a:link, a:visited {

	color: #615857;
	text-decoration: none;
	border-bottom: 1px dotted #615857;
	
}


a:hover {

	color: #AA9593;
	border-bottom: 1px dotted #AA9593;
	
}


#container {

	width: 960px;
	border: 0px;
	margin: 50px auto 0px auto;
	padding: 0px;
	
} 


::selection {

     background: #9B5145; 
     color: #FDFBF5;

}


::-moz-selection {

     background: #9B5145;
     color: #FDFBF5;
     
}



/*Navigation*/


#header {

	width: 940px;
	height: 53px;
	margin: 0px 10px 0px 10px;
	padding: 0px;		
}


	#header p {
	
	font-family:Helvetica, Arial, sans-serif;
	line-height: normal;		
		
	}


	#header a:link,
	#header a:visited,
	#header a:hover { 

		color: #181617;
		border: 0px; 
		
	}


#title {

	width: 350px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	
}


#main-nav {

	width: 300px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	position: relative;
	text-align: right;
	
}


	#main-nav a:hover { 

		color: #AA9593;
		border: 0px; 
	
	}


#top-line {

	width: 940px;
	height: 3px;
	margin-top: 2px;
	padding: 0px;
	clear: both;
	float: left;
	background-image: url('images/line_top.png');
	background-repeat: no-repeat;
	
}


.bullet {

	margin: 0px 15px 0px 15px;

}


.bullet2 {

	margin: 0px 18px 0px 15px;

}



/*Content*/


#intro {

	width: 800px;
	height: 45px;
	margin: 0px 0px 0px 10px;

} 


.divider-line {

	width: 940px;
	height: 20px;
	margin: 0px 0px 0px 10px;
	clear: both;
	float: left;
	background-image: url('images/line_bottom.png');
	background-repeat: no-repeat;
	
}


	.divider-line, .thumb a:link,
	.divider-line, .thumb a:visited,
	.divider-line, .thumb a:hover { 

		border: 0px; 
	
	}


	.circle {

		float: right;
		position: relative;
		margin: 0px 0px 0px 7px;

	}


.column {

	width: 220px;
	height: 780px;
	margin: 10px 10px 10px 10px;
	float: left;
	position: relative;
	
}


.thumb {

	width: 220px;
	margin: 10px 0px 10px 0px;
	float: left;
	position: relative;

}





	.img-A1,
	.img-A2,
	.img-A3,
	.img-A4,
	.img-B1,
	.img-B2,
	.img-B3,
	.img-C1,
	.img-C2,
	.img-C3,
	.img-C4,
	.img-D1,
	.img-D2,
	.img-D3 {

		float: left;
		position: relative;

	}
	
	
	.hover-A1,
	.hover-A2,
	.hover-A3,
	.hover-A4, 
	.hover-C1,
	.hover-C2,
	.hover-C3,
	.hover-C4 {

		width: 220px;
		height: 175px;
		margin: 0px;
		position: absolute;
		z-index: 2;

	}


	.hover-B1,
	.hover-B2,
	.hover-B3,
	.hover-D1,
	.hover-D2,
	.hover-D3 {

		width: 220px;
		height: 240px;
		margin: 0px;
		position: absolute;
		z-index: 2;

	}


/*Footer*/


#footer {

	width: 940px;
	height: 30px;
	margin: 10px 10px 20px 10px;
	float: left;
	position: relative;
	clear: both;
	
} 


	#footer p {

	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
		color: #AA9593;
		line-height: normal;

	}


